Skip to content

Commit

Permalink
[selectors] Remove scoped <style> element (#1699)
Browse files Browse the repository at this point in the history
Scoped style was removed from WHATWG HTML. See whatwg/html#552.
  • Loading branch information
bangseongbeom authored and tabatkins committed Aug 7, 2017
1 parent a08a54b commit 235175f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions selectors/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1927,8 +1927,7 @@ The Reference Element Pseudo-class: '':scope''</h3>
In some contexts, selectors can be matched with an explicit set of <dfn dfn export lt=":scope element">:scope elements</dfn>.
This is is a (potentially empty) set of elements
that provide a reference point for selectors to match against,
such as that specified by the <code>querySelector()</code> call in [[DOM]],
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]].
such as that specified by the <code>querySelector()</code> call in [[DOM]].

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

0 comments on commit 235175f

Please sign in to comment.