We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87607ab commit caad1eaCopy full SHA for caad1ea
selectors-4/Overview.bs
@@ -3704,7 +3704,9 @@ Grammar</h2>
3704
<<forgiving-selector-list>> is used in '':is()'' and '':where()'' only.
3705
Although it does have some minor implications on specificity,
3706
wrapping a style rule's selector in '':is()''
3707
- effectively "upgrades" it to become forgiving.
+ effectively "upgrades" it to become forgiving,
3708
+ so long as it doesn't contain any pseudo-elements
3709
+ (which aren't valid in '':is()'' or '':where()'').
3710
3711
Syntactically, <<forgiving-selector-list>> is equivalent to <code><<any-value>>?</code>.
3712
It is then [=parsed as a forgiving selector list=]
0 commit comments