Skip to content

Commit 9cda2ca

Browse files
committed
feat: Add Selectors Level 4 experimental features and syntax definitions
1 parent 1422594 commit 9cda2ca

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

src/syntax-definitions.ts

+18-2
Original file line numberDiff line numberDiff line change
@@ -373,12 +373,28 @@ const selectors4SyntaxDefinition = extendSyntaxDefinition(selectors3SyntaxDefini
373373
'required',
374374
'optional',
375375
'blank',
376-
'user-invalid'
376+
'user-invalid',
377+
'playing',
378+
'paused',
379+
'autofill',
380+
'modal',
381+
'fullscreen',
382+
'picture-in-picture',
383+
'defined',
384+
'loading',
385+
'popover-open'
377386
],
378387
Formula: ['nth-col', 'nth-last-col'],
379388
String: ['dir'],
380389
FormulaOfSelector: ['nth-child', 'nth-last-child'],
381-
Selector: ['current', 'is', 'where', 'has']
390+
Selector: ['current', 'is', 'where', 'has', 'state']
391+
}
392+
},
393+
pseudoElements: {
394+
definitions: {
395+
NoArgument: ['marker'],
396+
String: ['highlight', 'cue'],
397+
Selector: ['part']
382398
}
383399
}
384400
});

0 commit comments

Comments
 (0)