You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: selectors/Overview.bs
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1927,8 +1927,7 @@ The Reference Element Pseudo-class: '':scope''</h3>
1927
1927
In some contexts, selectors can be matched with an explicit set of <dfn dfn export lt=":scope element">:scope elements</dfn>.
1928
1928
This is is a (potentially empty) set of elements
1929
1929
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><style></code> element</a> in [[HTML5]].
1930
+
such as that specified by the <code>querySelector()</code> call in [[DOM]].
1932
1931
1933
1932
The <dfn id='scope-pseudo'>:scope</dfn> pseudo-class represents any element that is a <a>:scope element</a>.
1934
1933
If the <a>:scope elements</a> are not explicitly specified,
0 commit comments