- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 30 Sep 2011 18:28:12 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors4
In directory hutz:/tmp/cvs-serv27322
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix error in table
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Overview.html 29 Sep 2011 08:38:45 -0000 1.56
+++ Overview.html 30 Sep 2011 18:28:10 -0000 1.57
@@ -19,13 +19,13 @@
<h1 id=title>Selectors Level 4</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 29 September
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 September
2011</h2>
<dl>
<dt>This version: <!--
- <dd><a href="http://www.w3.org/TR/2011/ED-selectors4-20110929/">
- http://www.w3.org/TR/2011/WD-selectors4-20110929/</a>
+ <dd><a href="http://www.w3.org/TR/2011/ED-selectors4-20110930/">
+ http://www.w3.org/TR/2011/WD-selectors4-20110930/</a>
<dt>Editor's draft:
-->
@@ -787,7 +787,7 @@
<td>4
<tr>
- <td><code>E:current(<var>s</var></code>
+ <td><code>E:current(<var>s</var>)</code>
<td>an E element that is the deepest <code>:current</code> element that
matches selector <var>s</var>
@@ -1132,7 +1132,7 @@
<tr>
<td><code>$E > F</code>
- <td>an E element parent of an E element
+ <td>an E element parent of an F element
<td><a href="#subject">Determining the subject of a selector</a> + <a
href="#child-combinators">Child combinator</a>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.src.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- Overview.src.html 29 Sep 2011 08:36:44 -0000 1.58
+++ Overview.src.html 30 Sep 2011 18:28:10 -0000 1.59
@@ -303,7 +303,7 @@
<td><a href="#time-pseudos">Time-dimensional Pseudo-classes</a>
<td>4
<tr>
- <td><code>E:current(<var>s</var></code>
+ <td><code>E:current(<var>s</var>)</code>
<td>an E element that is the deepest <code>:current</code> element that
matches selector <var>s</var>
<td><a href="#time-pseudos">Time-dimensional Pseudo-classes</a>
@@ -493,7 +493,7 @@
<td>4
<tr>
<td><code>$E > F</code>
- <td>an E element parent of an E element
+ <td>an E element parent of an F element
<td><a href="#subject">Determining the subject of a selector</a> +
<a href="#child-combinators">Child combinator</a>
<td>4
Received on Friday, 30 September 2011 18:28:14 UTC