File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -298,18 +298,18 @@ Selectors Overview</h2>
298298 <tr>
299299 <td><code> E:active</code>
300300 <td> an E element that is in an activated state
301- <td> [[#useraction-pseudos ]]
301+ <td> [[#the-active-pseudo ]]
302302 <td> 1
303303 <tr>
304304 <td><code> E:hover</code>
305305 <td> an E element that is under the cursor,
306306 or that has a descendant under the cursor
307- <td> [[#useraction-pseudos ]]
307+ <td> [[#the-hover-pseudo ]]
308308 <td> 2
309309 <tr>
310310 <td><code> E:focus</code>
311311 <td> an E element that has user input focus
312- <td> [[#useraction-pseudos ]]
312+ <td> [[#the-focus-pseudo ]]
313313 <td> 2
314314 <tr>
315315 <td><code> E:focus-within</code>
@@ -321,7 +321,7 @@ Selectors Overview</h2>
321321 <td> an E element that has user input focus,
322322 and the UA has determined that a focus ring or other indicator
323323 should be drawn for that element
324- <td> [[#useraction-pseudos ]]
324+ <td> [[#the-focus-visible-pseudo ]]
325325 <td> 4
326326 <tbody>
327327 <tr>
You can’t perform that action at this time.
0 commit comments