File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments