Skip to content

Commit 02653fa

Browse files
committed
Use better wording for time-dimensional pseudos from Tab <http://lists.w3.org/Archives/Public/www-style/2011Oct/0005.html>
1 parent ac2b411 commit 02653fa

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

selectors4/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@
1919

2020
<h1 id=title>Selectors Level 4</h1>
2121

22-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 September
23-
2011</h2>
22+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 October 2011</h2>
2423

2524
<dl>
2625
<dt>This version: <!--
27-
<dd><a href="http://www.w3.org/TR/2011/ED-selectors4-20110930/">
28-
http://www.w3.org/TR/2011/WD-selectors4-20110930/</a>
26+
<dd><a href="http://www.w3.org/TR/2011/ED-selectors4-20111001/">
27+
http://www.w3.org/TR/2011/WD-selectors4-20111001/</a>
2928
3029
<dt>Editor's draft:
3130
-->
@@ -2332,8 +2331,9 @@ <h2 id=time-pseudos><span class=secno>9. </span> Time-dimensional
23322331
Pseudo-classes</h2>
23332332

23342333
<p>These pseudo-classes classify elements with respect to the
2335-
currently-displayed or active position in a time-dimensional canvas, such
2336-
as during speech rendering of an HTML document.
2334+
currently-displayed or active position in some timeline, such as during
2335+
speech rendering of a document, or during the display of a video using
2336+
WebVTT to render subtitles.
23372337

23382338
<h3 id=current-pseudo><span class=secno>9.1. </span> The current-element
23392339
pseudo-class &lsquo;<code class=css>:current</code>&rsquo;</h3>

selectors4/Overview.src.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,8 +1604,9 @@ <h2 id="time-pseudos">
16041604
Time-dimensional Pseudo-classes</h2>
16051605

16061606
<p>These pseudo-classes classify elements with respect to the
1607-
currently-displayed or active position in a time-dimensional canvas,
1608-
such as during speech rendering of an HTML document.
1607+
currently-displayed or active position in some timeline, such as
1608+
during speech rendering of a document, or during the display of
1609+
a video using WebVTT to render subtitles.
16091610

16101611
<h3 id="current-pseudo">
16111612
The current-element pseudo-class '':current''</h3>

0 commit comments

Comments
 (0)