8000 [css-scoping] Use the term 'featureless', now that it exists. · w3c/csswg-drafts@5aadc65 · GitHub
Skip to content

Commit 5aadc65

Browse files
committed
[css-scoping] Use the term 'featureless', now that it exists.
1 parent 58b362c commit 5aadc65

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

css-scoping/Overview.bs

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -275,12 +275,9 @@ Host Elements in a Shadow Tree</h4>
275275
each <a>shadow tree</a> sees <em>itself</em> as the contents of the <a>host element</a>,
276276
not the other <a>shadow trees</a>.
277277

278-
The <a>host element</a> is not selectable by <strong>any means</strong>
279-
except for the '':host'' and '':host-context()'' pseudo-classes.
280-
That is, in this context the <a>shadow host</a>
281-
has no tagname, ID, classes, or attributes,
282-
and the only additional information is has is that the '':host'' pseudo-class matches it.
283-
In particular, the <a>host element</a> isn't matched by the ''*'' selector either.
278+
When considered within its own <a>shadow trees</a>,
279+
the <a>host element</a> is <a>featureless</a>.
280+
(That is, <a>feature selectors</a> like class, tagname, or even ''*'' never match it.)
284281

285282
<details class='why'>
286283
<summary>Why is the shadow host so weird?</summary>

0 commit comments

Comments
 (0)