Skip to content

Commit d67ff5d

Browse files
committed
wording tweak
1 parent 607c80f commit d67ff5d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

selectors4/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,9 +1979,9 @@ <h3 id=active-pseudo><span class=secno>8.3. </span> The input focus
19791979
<h2 id=time-pseudo><span class=secno>9. </span> Time-linear Presentation
19801980
Pseudo-classes</h2>
19811981

1982-
<p>These pseudo-classes classify elements with respect to an active
1983-
position in a time-dimensional canvas, such as during speech rendering of
1984-
an HTML document.
1982+
<p>These pseudo-classes classify elements with respect to the
1983+
currently-displayed or active position in a time-dimensional canvas, such
1984+
as during speech rendering of an HTML document.
19851985

19861986
<h3 id=current-pseudo><span class=secno>9.1. </span> The current-element
19871987
pseudo-class <code>:current</code></h3>

selectors4/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1461,8 +1461,8 @@ <h3 id="active-pseudo">
14611461
<h2 id="time-pseudo">
14621462
Time-linear Presentation Pseudo-classes</h2>
14631463

1464-
<p>These pseudo-classes classify elements with respect to an active
1465-
position in a time-dimensional canvas,
1464+
<p>These pseudo-classes classify elements with respect to the
1465+
currently-displayed or active position in a time-dimensional canvas,
14661466
such as during speech rendering of an HTML document.
14671467

14681468
<h3 id="current-pseudo">

0 commit comments

Comments
 (0)