csswg/css3-lists Overview.html,1.133,1.134 Overview.src.html,1.180,1.181

Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv8659

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Changed an example to talk about both counter() and counters(), rather than seeming to attempt to define the counters() function.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- Overview.html	7 Dec 2011 16:54:27 -0000	1.133
+++ Overview.html	8 Dec 2011 00:38:56 -0000	1.134
@@ -25,13 +25,13 @@
 
    <h1>CSS Lists and Counters Module Level 3</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 December
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 December
     2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111207">http://www.w3.org/TR/2011/WD-css3-lists-20111207</a></dd>-->
+    <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111208">http://www.w3.org/TR/2011/WD-css3-lists-20111208</a></dd>-->
      <a
      href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a>
 
@@ -1675,9 +1675,11 @@
 &lt;/OL>              &lt;!-- )                         --></pre>
   </div>
 
-  <p>The &lsquo;<code class=css>counters()</code>&rsquo; function generates a
-   string composed of the values of all counters with the same name,
-   separated by a given string.
+  <p>As explained in a later section, the &lsquo;<code
+   class=css>counter()</code>&rsquo; function generates a string based off of
+   the innermost scope of the named counter, while the &lsquo;<code
+   class=css>counters()</code>&rsquo; function generates a string based on
+   the values of <em>all</em> the in-scope counters with a given name.
 
   <div class=example>
    <p>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- Overview.src.html	7 Dec 2011 16:54:27 -0000	1.180
+++ Overview.src.html	8 Dec 2011 00:38:56 -0000	1.181
@@ -983,7 +983,7 @@
 &lt;/OL>              &lt;!-- )                         --></pre>
 	</div>
 
-	<p>The 'counters()' function generates a string composed of the values of all counters with the same name, separated by a given string.
+	<p>As explained in a later section, the ''counter()'' function generates a string based off of the innermost scope of the named counter, while the ''counters()'' function generates a string based on the values of <em>all</em> the in-scope counters with a given name.</p>
 
 	<div class="example"><p>
 		<p>The following style sheet numbers nested list items 

Received on Thursday, 8 December 2011 00:39:04 UTC