@@ -259,7 +259,7 @@ Selecting Into the Light: the '':host'', '':host()'', and '':host-context()'' ps
259
259
The <dfn selector id="selectordef-host-function">:host()</dfn> function pseudo-class
260
260
has the syntax:
261
261
262
- <pre> :host( <<compound-selector-list >> )</pre>
262
+ <pre> :host( <<compound-selector>> )</pre>
263
263
264
264
When evaluated <a>in the context of a shadow tree</a> ,
265
265
it matches the <a>shadow tree's</a> <a>shadow host</a>
@@ -321,12 +321,12 @@ Selecting Into the Light: the '':host'', '':host()'', and '':host-context()'' ps
321
321
which matches a particular selector.
322
322
Its syntax is:
323
323
324
- <pre class=prod>:host-context( <<compound-selector-list >> )</pre>
324
+ <pre class=prod>:host-context( <<compound-selector>> )</pre>
325
325
326
326
When evaluated <a>in the context of a shadow tree</a> ,
327
327
the '':host-context()'' pseudo-class matches the <a>shadow host</a> ,
328
328
if the <a>shadow host</a> or one of its <a>shadow-including ancestors</a>
329
- matches the provided <<compound-selector-list >> .
329
+ matches the provided <<compound-selector>> .
330
330
In any other context,
331
331
it matches nothing.
332
332
@@ -360,12 +360,12 @@ Selecting Slot-Assigned Content: the ''::slotted()'' pseudo-element</h4>
360
360
361
361
The grammar of the ''::slotted()'' pseudo-element is:
362
362
363
- <pre class=prod>::slotted( <<compound-selector-list >> )</pre>
363
+ <pre class=prod>::slotted( <<compound-selector>> )</pre>
364
364
365
365
The ''::slotted()'' pseudo-element represents the elements that are:
366
366
367
367
* <a lt="find flattened slottables">assigned, after flattening,</a> to the <a>slot</a> that is ''::slotted'' ’s originating element
368
- * <a lt="match a selector against an element">matched</a> by its <<compound-selector-list >> argument
368
+ * <a lt="match a selector against an element">matched</a> by its <<compound-selector>> argument
369
369
370
370
The ''::slotted()'' pseudo-element can be followed by a <a>tree-abiding pseudo-element</a> ,
371
371
like ''::slotted()::before'' ,
0 commit comments