Skip to content

Commit

Permalink
[selectors-4] Add :focus-within to Overview
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Dec 1, 2017
1 parent a9fddaf commit 0933c54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions selectors-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,11 @@ Selectors Overview</h2>
<td>an E element that has user input focus
<td>[[#useraction-pseudos]]
<td>2
<tr>
<td><code>E:focus-within</code>
<td>an E element that has user input focus or contains an element that has input focus.
<td>[[#the-focus-within-pseudo]]
<td>4
<tr>
<td><code>E:focus-ring</code>
<td>an E element that has user input focus,
Expand Down

0 comments on commit 0933c54

Please sign in to comment.