Skip to content

Commit cb3bb95

Browse files
shvaikaleshfantasai
authored andcommitted
Improve grid-structural selectors links
1 parent c397426 commit cb3bb95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

selectors-4/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -470,19 +470,19 @@ Selectors Overview</h2>
470470
<td><code>F || E</code>
471471
<td>an E element that represents a cell in a grid/table
472472
belonging to a column represented by an element F
473-
<td>[[#table-pseudos]]
473+
<td>[[#the-column-combinator]]
474474
<td>4
475475
<tr>
476476
<td><code>E:nth-col(<var>n</var>)</code>
477477
<td>an E element that represents a cell belonging to the
478478
<var>n</var>th column in a grid/table
479-
<td>[[#table-pseudos]]
479+
<td>[[#the-nth-col-pseudo]]
480480
<td>4
481481
<tr>
482482
<td><code>E:nth-last-col(<var>n</var>)</code>
483483
<td>an E element that represents a cell belonging to the
484484
<var>n</var>th column in a grid/table, counting from the last one
485-
<td>[[#table-pseudos]]
485+
<td>[[#the-nth-last-col-pseudo]]
486486
<td>4
487487
</table>
488488

0 commit comments

Comments
 (0)