Skip to content

Commit c397426

Browse files
shvaikaleshfantasai
authored andcommitted
Improve tree-structural pseudo-classes links
1 parent cc695d3 commit c397426

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

selectors-4/Overview.bs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -385,64 +385,64 @@ Selectors Overview</h2>
385385
<tr>
386386
<td><code>E:root</code>
387387
<td>an E element, root of the document
388-
<td>[[#structural-pseudos]]
388+
<td>[[#the-root-pseudo]]
389389
<td>3
390390
<tr>
391391
<td><code>E:empty</code>
392392
<td>an E element that has no children (neither elements nor text) except perhaps white space
393-
<td>[[#structural-pseudos]]
393+
<td>[[#the-empty-pseudo]]
394394
<td>3
395395
<tr>
396396
<td><code>E:nth-child(<var>n</var> [of <var>S</var>]?)</code>
397397
<td>an E element, the <var>n</var>-th child of its parent matching <var>S</var>
398-
<td>[[#child-index]]
398+
<td>[[#the-nth-child-pseudo]]
399399
<td>3/4
400400
<tr>
401401
<td><code>E:nth-last-child(<var>n</var> [of <var>S</var>]?)</code>
402402
<td>an E element, the <var>n</var>-th child of its parent matching <var>S</var>,
403403
counting from the last one
404-
<td>[[#child-index]]
404+
<td>[[#the-nth-last-child-pseudo]]
405405
<td>3/4
406406
<tr>
407407
<td><code>E:first-child</code>
408408
<td>an E element, first child of its parent
409-
<td>[[#child-index]]
409+
<td>[[#the-first-child-pseudo]]
410410
<td>2
411411
<tr>
412412
<td><code>E:last-child</code>
413413
<td>an E element, last child of its parent
414-
<td>[[#child-index]]
414+
<td>[[#the-last-child-pseudo]]
415415
<td>3
416416
<tr>
417417
<td><code>E:only-child</code>
418418
<td>an E element, only child of its parent
419-
<td>[[#child-index]]
419+
<td>[[#the-only-child-pseudo]]
420420
<td>3
421421
<tr>
422422
<td><code>E:nth-of-type(<var>n</var>)</code>
423423
<td>an E element, the <var>n</var>-th sibling of its type
424-
<td>[[#typed-child-index]]
424+
<td>[[#the-nth-of-type-pseudo]]
425425
<td>3
426426
<tr>
427427
<td><code>E:nth-last-of-type(<var>n</var>)</code>
428428
<td>an E element, the <var>n</var>-th sibling of its type,
429429
counting from the last one
430-
<td>[[#typed-child-index]]
430+
<td>[[#the-nth-last-of-type-pseudo]]
431431
<td>3
432432
<tr>
433433
<td><code>E:first-of-type</code>
434434
<td>an E element, first sibling of its type
435-
<td>[[#typed-child-index]]
435+
<td>[[#the-first-of-type-pseudo]]
436436
<td>3
437437
<tr>
438438
<td><code>E:last-of-type</code>
439439
<td>an E element, last sibling of its type
440-
<td>[[#typed-child-index]]
440+
<td>[[#the-last-of-type-pseudo]]
441441
<td>3
442442
<tr>
443443
<td><code>E:only-of-type</code>
444444
<td>an E element, only sibling of its type
445-
<td>[[#typed-child-index]]
445+
<td>[[#the-only-of-type-pseudo]]
446446
<td>3
447447
<tbody>
448448
<tr>

0 commit comments

Comments
 (0)