@@ -478,13 +478,13 @@ Selectors Overview</h2>
478
478
<td> [[#table-pseudos]]
479
479
<td> 4
480
480
<tr>
481
- <td><code> E:nth-column (<var> n</var> )</code>
481
+ <td><code> E:nth-col (<var> n</var> )</code>
482
482
<td> an E element that represents a cell belonging to the
483
483
<var> n</var> th column in a grid/table
484
484
<td> [[#table-pseudos]]
485
485
<td> 4
486
486
<tr>
487
- <td><code> E:nth-last-column (<var> n</var> )</code>
487
+ <td><code> E:nth-last-col (<var> n</var> )</code>
488
488
<td> an E element that represents a cell belonging to the
489
489
<var> n</var> th column in a grid/table, counting from the last one
490
490
<td> [[#table-pseudos]]
@@ -3143,7 +3143,7 @@ Grid-Structural Selectors</h2>
3143
3143
are represented hierarchically); the columns must be implied.
3144
3144
To be able to represent such implied column-based relationships, the
3145
3145
<a>column combinator</a> and the
3146
- '':nth-column ()'' and '':nth-last-column ()'' pseudo-classes
3146
+ '':nth-col ()'' and '':nth-last-col ()'' pseudo-classes
3147
3147
are defined.
3148
3148
In a column-primary format, these pseudo-classes match against row associations instead.
3149
3149
@@ -3180,10 +3180,10 @@ Column combinator</h3>
3180
3180
</pre>
3181
3181
</div>
3182
3182
3183
- <h3 id="the-nth-column -pseudo">
3184
- '':nth-column ()'' pseudo-class</h3>
3183
+ <h3 id="the-nth-col -pseudo">
3184
+ '':nth-col ()'' pseudo-class</h3>
3185
3185
3186
- The <dfn id='nth-column -pseudo' lt=":nth-column ()">:nth-column (<var>An+B</var>)</dfn>
3186
+ The <dfn id='nth-col -pseudo' lt=":nth-col ()">:nth-col (<var>An+B</var>)</dfn>
3187
3187
pseudo-class notation represents a cell element belonging to a column
3188
3188
that has <var> An+B</var> -1 columns
3189
3189
<strong> before</strong> it, for any positive
@@ -3197,10 +3197,10 @@ Column combinator</h3>
3197
3197
3198
3198
3199
3199
3200
- <h3 id="the-nth-last-column -pseudo">
3201
- '':nth-last-column ()'' pseudo-class</h3>
3200
+ <h3 id="the-nth-last-col -pseudo">
3201
+ '':nth-last-col ()'' pseudo-class</h3>
3202
3202
3203
- The <dfn id='nth-last-column -pseudo' lt=":nth-last-column ()">:nth-last-column (<var>An+B</var>)</dfn>
3203
+ The <dfn id='nth-last-col -pseudo' lt=":nth-last-col ()">:nth-last-col (<var>An+B</var>)</dfn>
3204
3204
pseudo-class notation represents a cell element belonging to a column
3205
3205
that has <var> An+B</var> -1 columns
3206
3206
<strong> after</strong> it, for any positive
@@ -3759,6 +3759,10 @@ Changes</h2>
3759
3759
(See <a href="https://github.com/w3c/csswg-drafts/issues/1967">open issue</a> .)
3760
3760
<li> Renamed '':user-error'' to '':user-invalid'' .
3761
3761
(See <a href="https://www.w3.org/mid/CADhPm3v+WfeGQfBwwx8QBuiOjn2k38V_DcKW17Cm81VgZb1nbQ@mail.gmail.com">Discussion</a> )
3762
+ <li> Renamed '':nth-column()'' /'':nth-last-column()'' to '':nth-col()'' /'':nth-last-col()''
3763
+ to avoid naming confusion with a potential ''::column'' pseudo-class.
3764
+ <li> Changed the <css> :local-link</css> pseudo-class to account for fragment URLs.
3765
+ <li> Removed the <code> :local-link()</code> pseudo-class and reference combinator for lack of interest.
3762
3766
<li> Rewrote selectors grammar using the CSS Value Definition Syntax.
3763
3767
<li> Split out <a>relative selectors</a> from <a>scoped selectors</a> ,
3764
3768
as these are different concepts that can be independently invoked.
@@ -3788,8 +3792,6 @@ Changes</h2>
3788
3792
<li> Defined <a>specificity</a> of a <a>selector list</a> . (Why?)
3789
3793
<li> Required quotes around '':lang()'' values involving an asterisk;
3790
3794
only language codes which happen to bhe CSS identifiers can be used unquoted.
3791
- <li> Changed the <css> :local-link</css> pseudo-class to account for fragment URLs.
3792
- <li> Removed the <code> :local-link()</code> pseudo-class and reference combinator for lack of interest.
3793
3795
</ul>
3794
3796
3795
3797
0 commit comments