csswg/selectors4 Overview.html,1.39,1.40 Overview.src.html,1.41,1.42

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Better organization of time-based pseudos

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Overview.html	3 Aug 2011 06:23:17 -0000	1.39
+++ Overview.html	3 Aug 2011 06:27:25 -0000	1.40
@@ -1979,13 +1979,17 @@
   <h2 id=time-pseudo><span class=secno>9. </span> Time-linear Presentation
    Pseudo-classes</h2>
 
+  <p>These pseudo-classes classify elements with respect to an active
+   position in a time-dimensional canvas, such as during speech rendering of
+   an HTML document.
+
   <h3 id=current-pseudo><span class=secno>9.1. </span> The current-element
    pseudo-class <code>:current</code></h3>
 
   <p>The <code>:current</code> pseudo-class represents the innermost element,
-   or ancestor of an element, that is currently being displayed in a
-   time-dimensional canvas, such as during speech rendering of an HTML
-   document. Its alternate form <code>:current()</code>, like
+   or ancestor of an element, that is currently being displayed.
+
+  <p>Its alternate form <code>:current()</code>, like
    <code>:matches()</code>, takes a list of compound selectors as its
    argument: it represents the <code>:current</code> element that matches the
    argument or, if that does not match, the innermost ancestor of the

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.src.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- Overview.src.html	3 Aug 2011 06:23:17 -0000	1.41
+++ Overview.src.html	3 Aug 2011 06:27:26 -0000	1.42
@@ -1461,14 +1461,17 @@
 <h2 id="time-pseudo">
 Time-linear Presentation Pseudo-classes</h2>
 
+  <p>These pseudo-classes classify elements with respect to an active
+    position in a time-dimensional canvas,
+    such as during speech rendering of an HTML document.
+
 <h3 id="current-pseudo">
 The current-element pseudo-class <code>:current</code></h3>
 
   <p>The <code>:current</code> pseudo-class represents the innermost
-    element, or ancestor of an element, that is currently being displayed
-    in a time-dimensional canvas, such as during speech rendering of an
-    HTML document.
-    Its alternate form <code>:current()</code>, like <code>:matches()</code>,
+    element, or ancestor of an element, that is currently being displayed.
+
+  <p>Its alternate form <code>:current()</code>, like <code>:matches()</code>,
     takes a list of compound selectors as its argument: it represents the
     <code>:current</code> element that matches the argument or, if that does
     not match, the innermost ancestor of the <code>:current</code> element

Received on Wednesday, 3 August 2011 06:28:14 UTC