Skip to content

Commit 8a9292c

Browse files
committed
[selectors] Fix ref to whitespace processing.
1 parent 677fc3d commit 8a9292c

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

selectors/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2>
169169
of the CSS development process. See the <a href="#overview">Selectors
170170
Overview</a> for a summary of additions to level 3.
171171

172-
<p>The following features are at-risk and may be dropped dURLng the CR
172+
<p>The following features are at-risk and may be dropped during the CR
173173
period if there is not sufficient implementer interest: the reference
174174
combinator, the column combinator, the ‘<code
175175
class=css>:invalid-drop</code>’ and ‘<code
@@ -2789,8 +2789,8 @@ <h2 id=time-pseudos><span class=secno>9. </span> Time-dimensional
27892789
Pseudo-classes</h2>
27902790

27912791
<p>These pseudo-classes classify elements with respect to the
2792-
currently-displayed or active position in some timeline, such as dURLng
2793-
speech rendering of a document, or dURLng the display of a video using
2792+
currently-displayed or active position in some timeline, such as during
2793+
speech rendering of a document, or during the display of a video using
27942794
WebVTT to render subtitles.
27952795

27962796
<h3 id=the-current-pseudo><span class=secno>9.1. </span> The
@@ -3294,8 +3294,8 @@ <h3 id=the-blank-pseudo><span class=secno>12.3. </span> <a
32943294
<p>The <dfn id=blank-pseudo>:blank</dfn> pseudo-class is identical to the
32953295
<a href="#empty-pseudo"><code>:empty</code></a> pseudo-class, except that
32963296
it additionally excludes <a
3297-
href="http://www.w3.org/TR/css3-text/#white-space-processing">characters
3298-
subject to whitespace processing</a> <a href="#CSS3TEXT"
3297+
href="http://www.w3.org/TR/css3-text/#white-space-rules">characters
3298+
affected by whitespace processing</a> <a href="#CSS3TEXT"
32993299
rel=biblioentry>[CSS3TEXT]<!--{{!CSS3TEXT}}--></a> when determining
33003300
whether an element is empty.
33013301

selectors/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id="status">Status of this Document</h2>
9090
See the <a href="#overview">Selectors Overview</a> for a summary of
9191
additions to level 3.
9292

93-
<p>The following features are at-risk and may be dropped dURLng the CR period
93+
<p>The following features are at-risk and may be dropped during the CR period
9494
if there is not sufficient implementer interest:
9595
the reference combinator,
9696
the column combinator,
@@ -1864,7 +1864,7 @@ <h2 id="time-pseudos">
18641864

18651865
<p>These pseudo-classes classify elements with respect to the
18661866
currently-displayed or active position in some timeline, such as
1867-
dURLng speech rendering of a document, or dURLng the display of
1867+
during speech rendering of a document, or during the display of
18681868
a video using WebVTT to render subtitles.
18691869

18701870
<h3 id="the-current-pseudo">
@@ -2277,7 +2277,7 @@ <h3 id='the-blank-pseudo'>
22772277
<code>:blank</code> pseudo-class</h3>
22782278

22792279
<p>The <dfn id='blank-pseudo'>:blank</dfn> pseudo-class is identical to the <code>:empty</code> pseudo-class,
2280-
except that it additionally excludes <a href="http://www.w3.org/TR/css3-text/#white-space-processing">characters subject to whitespace processing</a> [[!CSS3TEXT]] when determining whether an element is empty.
2280+
except that it additionally excludes <a href="http://www.w3.org/TR/css3-text/#white-space-rules">characters affected by whitespace processing</a> [[!CSS3TEXT]] when determining whether an element is empty.
22812281

22822282
<div class='example'>
22832283
<p>For example, the following element matches <code>:blank</code>,

0 commit comments

Comments
 (0)