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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2152,6 +2152,9 @@ The pointer hover pseudo-class '':hover''</h3>
2152
2152
are still conforming.
2153
2153
2154
2154
The parent of an element that is '':hover'' is also in that state.
2155
+
2156
+
Note: When an element that is '':hover'' is in a <a>shadow tree</a>,
2157
+
the <a>host element</a> (and its parents) are also in the '':hover'' state. (See [[css-scoping-1]])
2155
2158
2156
2159
Host languages may define additional ways in which an element can match '':hover''.
2157
2160
For example, [[HTML5]] defines a <a element>label</a> element as <a href="http://www.whatwg.org/html/selectors.html#selector-hover">matching <code>:hover</code></a>
0 commit comments