Skip to content

Commit 5f2e1b5

Browse files
committed
[selectors-4] Mark issue about selector invalidation inside :is()
1 parent 9a6c7b7 commit 5f2e1b5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

selectors-4/Overview.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,11 @@ Invalid Selectors and Error Handling</h3>
10331033
<li>an empty selector, i.e. one that contains no <a>compound selector</a>, is invalid.
10341034
</ul>
10351035

1036+
ISSUE: The CSSWG indends to modify these rules such that an invalid selector
1037+
in the selector list argument of a pseudo-class like `:is()`
1038+
is simply ignored rather than invalidating the whole selector list.
1039+
See <a href="https://github.com/w3c/csswg-drafts/issues/3264">Issue 3264</a>.
1040+
10361041
Note: Consistent with CSS’s forwards-compatible parsing principle,
10371042
UAs <em>must</em> treat as <a>invalid</a>
10381043
any pseudo-classes, pseudo-elements, combinators, or other syntactic constructs

0 commit comments

Comments
 (0)