Skip to content

Commit be7591c

Browse files
committed
[selectors-4][editorial] fix whitespace
1 parent 7d86995 commit be7591c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

selectors-4/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ Selectors Overview</h2>
351351
<tr>
352352
<td><code>E:checked</code>
353353
<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)
355355
<td>[[#checked]]
356356
<td>3
357357
<tr>
@@ -3441,7 +3441,7 @@ Calculating a selector's specificity</h2>
34413441
a specificity of (1,0,0)--
34423442
like an ID selector (''#foo'')--
34433443
when matched against any of
3444-
<code>&lt;em></code>, <code>&lt;p id=foo></code>, or <code>&lt;em id=foo></code>.
3444+
<code>&lt;em></code>, <code>&lt;p id=foo></code>, or <code>&lt;em id=foo></code>.
34453445
<li>
34463446
''.qux:where(em, #foo#bar#baz)'' has
34473447
a specificity of (0,1,0):
@@ -4151,12 +4151,12 @@ Changes since the 2 May 2013 Working Draft</h3>
41514151
<li>Added a zero-specificity '':matches()''-type pseudo-class, with name TBD.
41524152
<li>Replaced subject indicator (''!'') feature with '':has()''.
41534153
<li>Replaced the '':nth-match()'' and '':nth-last-match()'' selectors
4154-
with '':nth-child(&hellip; of <var>selector</var>)'' and '':nth-last-child(&hellip; of <var>selector</var>)''.
4154+
with '':nth-child(&hellip; of <var>selector</var>)'' and '':nth-last-child(&hellip; of <var>selector</var>)''.
41554155
<li>Changed the <css>:active-drop-target</css>, <css>:valid-drop-target</css>, <css>:invalid-drop-target</css> with '':drop()''.
41564156
<li>Sketched out an empty-or-whitespace-only selector for discussion
41574157
(See <a href="https://github.com/w3c/csswg-drafts/issues/1967">open issue</a>.)
41584158
<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>)
41604160
<li>Renamed '':nth-column()''/'':nth-last-column()'' to '':nth-col()''/'':nth-last-col()''
41614161
to avoid naming confusion with a potential ''::column'' pseudo-class.
41624162
<li>Changed the non-functional form of the <css>:local-link</css> pseudo-class to account for fragment URLs.

0 commit comments

Comments
 (0)