Skip to content

Commit cc695d3

Browse files
shvaikaleshfantasai
authored andcommitted
Improve user action pseudo-classes links
1 parent 4291282 commit cc695d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

selectors-4/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)