We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8690e62 commit 83b6885Copy full SHA for 83b6885
2 files changed
selectors/Overview.bs
@@ -2202,6 +2202,10 @@ The input focus pseudo-class '':focus''</h3>
2202
which elements can acquire '':focus''.
2203
For example, [[HTML5]] defines a <a href="http://www.whatwg.org/html/selectors.html#selector-active">list of activatable elements</a>.
2204
2205
+ If the host language has defined additional ways by which an element can match '':active'',
2206
+ the same ways must apply to elements matching '':focus'' as well,
2207
+ except that the parent of an element that matches '':focus'' must not match '':focus''.
2208
+
2209
<h3 id="drag-pseudos">
2210
The drag-and-drop pseudo-class '':drop'' and '':drop()''</h3>
2211
0 commit comments