You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: selectors/Overview.src.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id="status">Status of this Document</h2>
90
90
See the <ahref="#overview">Selectors Overview</a> for a summary of
91
91
additions to level 3.
92
92
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
94
94
if there is not sufficient implementer interest:
95
95
the reference combinator,
96
96
the column combinator,
@@ -1864,7 +1864,7 @@ <h2 id="time-pseudos">
1864
1864
1865
1865
<p>These pseudo-classes classify elements with respect to the
1866
1866
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
1868
1868
a video using WebVTT to render subtitles.
1869
1869
1870
1870
<h3id="the-current-pseudo">
@@ -2277,7 +2277,7 @@ <h3 id='the-blank-pseudo'>
2277
2277
<code>:blank</code> pseudo-class</h3>
2278
2278
2279
2279
<p>The <dfnid='blank-pseudo'>:blank</dfn> pseudo-class is identical to the <code>:empty</code> pseudo-class,
2280
-
except that it additionally excludes <ahref="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 <ahref="http://www.w3.org/TR/css3-text/#white-space-rules">characters affected by whitespace processing</a> [[!CSS3TEXT]] when determining whether an element is empty.
2281
2281
2282
2282
<divclass='example'>
2283
2283
<p>For example, the following element matches <code>:blank</code>,
0 commit comments