csswg/selectors4 Overview.html,1.58,1.59 Overview.src.html,1.60,1.61

Update of /sources/public/csswg/selectors4
In directory hutz:/tmp/cvs-serv9729

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Use better wording for time-dimensional pseudos from Tab <http://lists.w3.org/Archives/Public/www-style/2011Oct/0005.html>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- Overview.html	30 Sep 2011 20:26:07 -0000	1.58
+++ Overview.html	1 Oct 2011 03:09:29 -0000	1.59
@@ -19,13 +19,12 @@
 
    <h1 id=title>Selectors Level 4</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 September
-    2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 October 2011</h2>
 
    <dl>
     <dt>This version: <!--
-    <dd><a href="http://www.w3.org/TR/2011/ED-selectors4-20110930/">
-                 http://www.w3.org/TR/2011/WD-selectors4-20110930/</a>
+    <dd><a href="http://www.w3.org/TR/2011/ED-selectors4-20111001/">
+                 http://www.w3.org/TR/2011/WD-selectors4-20111001/</a>
 
     <dt>Editor's draft:
 -->
@@ -2332,8 +2331,9 @@
    Pseudo-classes</h2>
 
   <p>These pseudo-classes classify elements with respect to the
-   currently-displayed or active position in a time-dimensional canvas, such
-   as during speech rendering of an HTML document.
+   currently-displayed or active position in some timeline, such as during
+   speech rendering of a document, or during the display of a video using
+   WebVTT to render subtitles.
 
   <h3 id=current-pseudo><span class=secno>9.1. </span> The current-element
    pseudo-class &lsquo;<code class=css>:current</code>&rsquo;</h3>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.src.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- Overview.src.html	30 Sep 2011 20:26:07 -0000	1.60
+++ Overview.src.html	1 Oct 2011 03:09:29 -0000	1.61
@@ -1604,8 +1604,9 @@
 Time-dimensional Pseudo-classes</h2>
 
   <p>These pseudo-classes classify elements with respect to the
-    currently-displayed or active position in a time-dimensional canvas,
-    such as during speech rendering of an HTML document.
+    currently-displayed or active position in some timeline, such as
+    during speech rendering of a document, or during the display of
+    a video using WebVTT to render subtitles.
 
 <h3 id="current-pseudo">
 The current-element pseudo-class '':current''</h3>

Received on Saturday, 1 October 2011 03:09:37 UTC