Skip to content

Commit 0933c54

Browse files
committed
[selectors-4] Add :focus-within to Overview
1 parent a9fddaf commit 0933c54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

selectors-4/Overview.bs

+5
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,11 @@ Selectors Overview</h2>
286286
<td>an E element that has user input focus
287287
<td>[[#useraction-pseudos]]
288288
<td>2
289+
<tr>
290+
<td><code>E:focus-within</code>
291+
<td>an E element that has user input focus or contains an element that has input focus.
292+
<td>[[#the-focus-within-pseudo]]
293+
<td>4
289294
<tr>
290295
<td><code>E:focus-ring</code>
291296
<td>an E element that has user input focus,

0 commit comments

Comments
 (0)