File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -4471,7 +4471,7 @@ Grammar</h2>
44714471 <dfn><simple-selector></dfn> = <<type-selector>> | <<subclass-selector>>
44724472
44734473
4474- <dfn><combinator></dfn> = '>' | '+' | '~' | [ '|' '|' ]
4474+ <dfn><combinator></dfn> = '>' | '+' | '~'
44754475
44764476 <dfn noexport><wq-name></dfn> = <<ns-prefix>> ? <<ident-token>>
44774477 <dfn noexport><ns-prefix></dfn> = [ <<ident-token>> | '*' ]? '|'
@@ -4516,7 +4516,6 @@ Grammar</h2>
45164516 * Between the components of an <<attr-matcher>> .
45174517 * Between the <<compound-selector>> or <<pseudo-compound-selector>> s
45184518 in a <<complex-selector-unit>>
4519- * Between the components of a <<combinator>> .
45204519
45214520 Whitespace is <em> required</em>
45224521 between two <<complex-selector-unit>> s
Original file line number Diff line number Diff line change @@ -475,6 +475,22 @@ Reference combinators <code>/ref/</code></h3>
475475 </div>
476476
477477
478+ <h2 id="grammar" oldids="formal-syntax">
479+ Grammar</h2>
480+
481+ This module extends the CSS grammar of selectors with:
482+
483+ <pre class=prod>
484+ <dfn><combinator></dfn> = '>' | '+' | '~' | [ '|' '|' ] | [ / <<wq-name>> / ]
485+ </pr>
486+
487+ <ul>
488+ <li id="white-space">
489+ White space is forbidden:
490+ * Between the components of a <<combinator>> .
491+ </ul>
492+
493+
478494<h2 id="changes">
479495Changes</h2>
480496
You can’t perform that action at this time.
0 commit comments