Skip to content

Commit 235175f

Browse files
bangseongbeomtabatkins
authored andcommitted
[selectors] Remove scoped <style> element (w3c#1699)
Scoped style was removed from WHATWG HTML. See whatwg/html#552.
1 parent a08a54b commit 235175f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

selectors/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,8 +1927,7 @@ The Reference Element Pseudo-class: '':scope''</h3>
19271927
In some contexts, selectors can be matched with an explicit set of <dfn dfn export lt=":scope element">:scope elements</dfn>.
19281928
This is is a (potentially empty) set of elements
19291929
that provide a reference point for selectors to match against,
1930-
such as that specified by the <code>querySelector()</code> call in [[DOM]],
1931-
or the parent element of a <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-style-element">scoped <code>&lt;style></code> element</a> in [[HTML5]].
1930+
such as that specified by the <code>querySelector()</code> call in [[DOM]].
19321931

19331932
The <dfn id='scope-pseudo'>:scope</dfn> pseudo-class represents any element that is a <a>:scope element</a>.
19341933
If the <a>:scope elements</a> are not explicitly specified,

0 commit comments

Comments
 (0)