@@ -351,7 +351,7 @@ Selectors Overview</h2>
351
351
<tr>
352
352
<td><code> E:checked</code>
353
353
<td> a user interface element E that is checked/selected
354
- (for instance a radio-button or checkbox)
354
+ (for instance a radio-button or checkbox)
355
355
<td> [[#checked]]
356
356
<td> 3
357
357
<tr>
@@ -3441,7 +3441,7 @@ Calculating a selector's specificity</h2>
3441
3441
a specificity of (1,0,0)--
3442
3442
like an ID selector (''#foo'' )--
3443
3443
when matched against any of
3444
- <code> <em></code> , <code> <p id=foo></code> , or <code> <em id=foo></code> .
3444
+ <code> <em></code> , <code> <p id=foo></code> , or <code> <em id=foo></code> .
3445
3445
<li>
3446
3446
''.qux:where(em, #foo#bar#baz)'' has
3447
3447
a specificity of (0,1,0):
@@ -4151,12 +4151,12 @@ Changes since the 2 May 2013 Working Draft</h3>
4151
4151
<li> Added a zero-specificity '':matches()'' -type pseudo-class, with name TBD.
4152
4152
<li> Replaced subject indicator (''!'' ) feature with '':has()'' .
4153
4153
<li> Replaced the '':nth-match()'' and '':nth-last-match()'' selectors
4154
- with '':nth-child(… of <var>selector</var>)'' and '':nth-last-child(… of <var>selector</var>)'' .
4154
+ with '':nth-child(… of <var>selector</var>)'' and '':nth-last-child(… of <var>selector</var>)'' .
4155
4155
<li> Changed the <css> :active-drop-target</css> , <css> :valid-drop-target</css> , <css> :invalid-drop-target</css> with '':drop()'' .
4156
4156
<li> Sketched out an empty-or-whitespace-only selector for discussion
4157
4157
(See <a href="https://github.com/w3c/csswg-drafts/issues/1967">open issue</a> .)
4158
4158
<li> Renamed '':user-error'' to '':user-invalid'' .
4159
- (See <a href="https://www.w3.org/mid/CADhPm3v+WfeGQfBwwx8QBuiOjn2k38V_DcKW17Cm81VgZb1nbQ@mail.gmail.com">Discussion</a> )
4159
+ (See <a href="https://www.w3.org/mid/CADhPm3v+WfeGQfBwwx8QBuiOjn2k38V_DcKW17Cm81VgZb1nbQ@mail.gmail.com">Discussion</a> )
4160
4160
<li> Renamed '':nth-column()'' /'':nth-last-column()'' to '':nth-col()'' /'':nth-last-col()''
4161
4161
to avoid naming confusion with a potential ''::column'' pseudo-class.
4162
4162
<li> Changed the non-functional form of the <css> :local-link</css> pseudo-class to account for fragment URLs.
0 commit comments