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 0fd5cf0 commit 8684fd7Copy full SHA for 8684fd7
selectors-4/Overview.bs
@@ -3469,12 +3469,11 @@ Parse A Selector</h3>
3469
<li>
3470
Let <var>selector</var> be the result of parsing <var>source</var> as a <<selector-list>>.
3471
If it does not match the grammar,
3472
+ it's an [=invalid selector=];
3473
return failure.
3474
3475
- Otherwise,
3476
- if any simple selectors in <var>selector</var> are not recognized by the user agent,
3477
- or <var>selector</var> is otherwise invalid in some way
+ If |selector| is an [=invalid selector=] for any other reason
3478
(such as, for example, containing an undeclared namespace prefix),
3479
3480
0 commit comments