- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 18 Jul 2011 21:25:12 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors4
In directory hutz:/tmp/cvs-serv20567
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix error (missed syntax change instance)
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Overview.html 12 Jul 2011 19:49:40 -0000 1.26
+++ Overview.html 18 Jul 2011 21:25:10 -0000 1.27
@@ -15,13 +15,13 @@
<h1 id=title>Selectors Level 4</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 July 2011</h2>
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 18 July 2011</h2>
<dl>
<dt>This version:
- <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors4-20110712/">
- http://www.w3.org/TR/2011/WD-selectors4-20110712</a> -->
+ <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors4-20110718/">
+ http://www.w3.org/TR/2011/WD-selectors4-20110718</a> -->
<a href="http://dev.w3.org/csswg/selectors4">
http://dev.w3.org/csswg/selectors4</a>
@@ -872,8 +872,8 @@
<p>The subject of the selector can be explicitly identified by prepending a
dollar sign ($) to one of the compound selectors in a selector. Although
the element structure that the selector represents is the same with or
- without the exclamation mark, indicating the subject in this way can
- change which compound selector represents the subject in that structure.
+ without the dollar sign, indicating the subject in this way can change
+ which compound selector represents the subject in that structure.
<div class=example>
<p>For example, the following selector represents a list item
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.src.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Overview.src.html 12 Jul 2011 19:49:40 -0000 1.28
+++ Overview.src.html 18 Jul 2011 21:25:10 -0000 1.29
@@ -471,7 +471,7 @@
<p>The subject of the selector can be explicitly identified by prepending
a dollar sign ($) to one of the compound selectors in a selector.
Although the element structure that the selector represents is the same
- with or without the exclamation mark, indicating the subject in this way
+ with or without the dollar sign, indicating the subject in this way
can change which compound selector represents the subject in that structure.
<div class="example">
Received on Monday, 18 July 2011 21:25:18 UTC