csswg/selectors4 Overview.html,1.11,1.12 Overview.src.html,1.13,1.14

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Switch ! to $ per <http://lists.w3.org/Archives/Public/www-style/2011Jun/0515.html>

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Overview.html	4 Jun 2011 08:08:54 -0000	1.11
+++ Overview.html	20 Jun 2011 17:33:55 -0000	1.12
@@ -15,13 +15,13 @@
 
    <h1 id=title>Selectors Level 4</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 4 June 2011</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 20 June 2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors4-20110604/">
-             http://www.w3.org/TR/2011/PR-selectors4-20110604</a> -->
+    <dd> <!-- <a href="http://www.w3.org/TR/2011/ED-selectors4-20110620/">
+             http://www.w3.org/TR/2011/PR-selectors4-20110620</a> -->
      <a href="http://dev.w3.org/csswg/selectors4">
      http://dev.w3.org/csswg/selectors4</a>
 
@@ -837,12 +837,11 @@
    selector are always a subset of the elements represented by the last
    compound selector.
 
-  <p>The subject of the selector can be explicitly identified by prepending
-   an exclamation mark (!) 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.
+  <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.
 
   <div class=example>
    <p>For example, the following selector represents a list item
@@ -853,7 +852,7 @@
    <p>However the following one represents an ordered list <code>OL</code>
     having a unique child, that child being a <code>LI</code>:
 
-   <pre>!OL &gt; LI:only-child</pre>
+   <pre>$OL &gt; LI:only-child</pre>
 
    <p>The structures represented by these two selectors are the same, but the
     subjects of the selectors are not.
@@ -2935,10 +2934,10 @@
    <dt id=CSS21>[CSS21]
 
    <dd>Bert Bos; et al. <a
-    href="http://www.w3.org/TR/2009/CR-CSS2-20090423"><cite>Cascading Style
-    Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 23
-    April 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
-    href="http://www.w3.org/TR/2009/CR-CSS2-20090423">http://www.w3.org/TR/2009/CR-CSS2-20090423</a>
+    href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
+    Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 7 June
+    2011. W3C Recommendation. URL: <a
+    href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
     </dd>
    <!---->
 
@@ -3008,10 +3007,10 @@
    <dt id=CSS21>[CSS21]
 
    <dd>Bert Bos; et al. <a
-    href="http://www.w3.org/TR/2009/CR-CSS2-20090423"><cite>Cascading Style
-    Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 23
-    April 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
-    href="http://www.w3.org/TR/2009/CR-CSS2-20090423">http://www.w3.org/TR/2009/CR-CSS2-20090423</a>
+    href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style
+    Sheets Level 2 Revision 1 (CSS&#160;2.1) Specification.</cite></a> 7 June
+    2011. W3C Recommendation. URL: <a
+    href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a>
     </dd>
    <!---->
 
@@ -3037,9 +3036,9 @@
    <dt id=HTML5>[HTML5]
 
    <dd>Ian Hickson. <a
-    href="http://www.w3.org/TR/2011/WD-html5-20110113"><cite>HTML5.</cite></a>
-    13 January 2011. W3C Working Draft. (Work in progress.) URL: <a
-    href="http://www.w3.org/TR/2011/WD-html5-20110113">http://www.w3.org/TR/2011/WD-html5-20110113</a>
+    href="http://www.w3.org/TR/2011/WD-html5-20110525/"><cite>HTML5.</cite></a>
+    25 May 2011. W3C Working Draft. (Work in progress.) URL: <a
+    href="http://www.w3.org/TR/2011/WD-html5-20110525/">http://www.w3.org/TR/2011/WD-html5-20110525/</a>
     </dd>
    <!---->
 
@@ -3065,10 +3064,10 @@
    <dt id=SVG11>[SVG11]
 
    <dd>Erik Dahlstr&#246;m; et al. <a
-    href="http://www.w3.org/TR/2010/WD-SVG11-20100622/"><cite>Scalable Vector
-    Graphics (SVG) 1.1 (Second Edition).</cite></a> 22 June 2010. W3C Working
+    href="http://www.w3.org/TR/2011/WD-SVG11-20110512/"><cite>Scalable Vector
+    Graphics (SVG) 1.1 (Second Edition).</cite></a> 12 May 2011. W3C Working
     Draft. (Work in progress.) URL: <a
-    href="http://www.w3.org/TR/2010/WD-SVG11-20100622/">http://www.w3.org/TR/2010/WD-SVG11-20100622/</a>
+    href="http://www.w3.org/TR/2011/WD-SVG11-20110512/">http://www.w3.org/TR/2011/WD-SVG11-20110512/</a>
     </dd>
    <!---->
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.src.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Overview.src.html	4 Jun 2011 08:08:54 -0000	1.13
+++ Overview.src.html	20 Jun 2011 17:33:55 -0000	1.14
@@ -465,7 +465,7 @@
   compound selector.</p>
 
   <p>The subject of the selector can be explicitly identified by prepending
-  an exclamation mark (!) to one of the compound selectors in a selector.
+  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.
@@ -476,7 +476,7 @@
     <pre>OL &gt; LI:only-child</pre>
     <p>However the following one represents an ordered list <code>OL</code>
     having a unique child, that child being a <code>LI</code>:
-    <pre>!OL &gt; LI:only-child</pre>
+    <pre>$OL &gt; LI:only-child</pre>
     <p>The structures represented by these two selectors are the same, but the
     subjects of the selectors are not.
   </div>

Received on Monday, 20 June 2011 17:33:59 UTC