@@ -396,6 +396,8 @@ Selecting Into the Light: the '':host'', '':host()'', and '':host-context()'' ps
396396<h4 id='shadow-pseudoelement'>
397397Selecting Into the Dark: the ''::shadow'' pseudo-element</h4>
398398
399+ Issue: It's been suggested to remove this feature.
400+
399401 If an element has at least one <a>shadow tree</a> ,
400402 the <dfn>::shadow</dfn> pseudo-element matches the <a>shadow roots</a> themselves.
401403 In HTML, the <a>shadow root</a> is represented by {{ShadowRoot}} objects.
@@ -448,14 +450,16 @@ Selecting Into the Dark: the ''::shadow'' pseudo-element</h4>
448450<h4 id='content-combinator'>
449451Selecting Shadow-Projected Content: the ''::slotted'' pseudo-element</h4>
450452
453+ Issue: It's been proposed to restrict this to child elements only.
454+
451455 The <dfn selector>::slotted</dfn> pseudo-element
452456 matches the list of <a>distributed nodes</a> itself,
453457 on elements that have them.
454458
455459 The ''::slotted'' pseudo-element must not generate boxes,
456460 unless specified otherwise in another specification.
457461 However, for the purpose of Selectors,
458- the ''::slotted'' pseudo-element is considered to be the parent of the <a>distributed nodes</a> .
462+ the ''::slotted'' pseudo-element is considered to be a parent of the <a>distributed nodes</a> .
459463
460464 <div class="example">
461465 For example, say you had a component with both children and a shadow tree,
@@ -499,6 +503,8 @@ Selecting Shadow-Projected Content: the ''::slotted'' pseudo-element</h4>
499503<h4 id='deep-combinator'>
500504Selecting Through Shadows: the ''>>>'' combinator</h4>
501505
506+ Issue: It's currently disputed whether this combinator should exist.
507+
502508 When a <dfn selector id="selectordef-shadow-piercing-descendant-combinator">>>></dfn> combinator
503509 (or <dfn export>shadow-piercing descendant combinator</dfn> )
504510 is encountered in a selector,
0 commit comments