File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -636,13 +636,17 @@ Data Model</h3>
636636 While individual elements may lack any of the above features,
637637 some elements are <dfn export>featureless</dfn> .
638638 A <a>featureless</a> element does not match any selector at all,
639- except those it is explicitly defined to match.
639+ except those it is explicitly defined to match,
640+ plus the [=logical combination pseudo-classes=] .
640641 If a given selector <em> is</em> allowed to match a <a>featureless</a> element,
641642 it must do so while ignoring the default namespace. [[CSS3NAMESPACE]]
642643
643644 <div class='example'>
644645 For example, the <a>shadow host</a> in a <a>shadow tree</a> is <a>featureless</a> ,
645- and can't be matched by <em> any</em> <a>pseudo-class</a> except for '':host'' and '':host-context()'' .)
646+ and can't be matched by <em> any</em> <a>pseudo-class</a>
647+ except for '':host'' and '':host-context()''
648+ (or combinations including those,
649+ such as '':is(:host, .foo)'' ).
646650 </div>
647651
648652 Many of the selectors depend on the semantics of the <dfn export>document language</dfn>
You can’t perform that action at this time.
0 commit comments