csswg/css3-lists Overview.html,1.134,1.135 Overview.src.html,1.181,1.182

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Change a confusing word in the 'nested counters' section.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- Overview.html	8 Dec 2011 00:38:56 -0000	1.134
+++ Overview.html	9 Dec 2011 16:43:35 -0000	1.135
@@ -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 8 December
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 December
     2011</h2>
 
    <dl>
     <dt>This version:
 
-    <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>-->
+    <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111209">http://www.w3.org/TR/2011/WD-css3-lists-20111209</a></dd>-->
      <a
      href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a>
 
@@ -1607,7 +1607,7 @@
   <h3 id=nested-counters><span class=secno>8.1. </span> Nested counters and
    scope</h3>
 
-  <p>Counters are "self-nesting", in the sense that re-using a counter in a
+  <p>Counters are "self-nesting", in the sense that resetting a counter in a
    child element automatically creates a new instance of the counter. This is
    important for situations like lists in HTML, where lists can be nested
    inside lists to arbitrary depth. It would be impossible to define uniquely

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -d -r1.181 -r1.182
--- Overview.src.html	8 Dec 2011 00:38:56 -0000	1.181
+++ Overview.src.html	9 Dec 2011 16:43:35 -0000	1.182
@@ -939,7 +939,7 @@
 <h3 id="nested-counters">
 Nested counters and scope</h3>
 
-	<p>Counters are "self-nesting", in the sense that re-using a counter in a child element automatically creates a new instance of the counter. This is important for situations like lists in HTML, where lists can be nested inside lists to arbitrary depth. It would be impossible to define uniquely named counters for each level.
+	<p>Counters are "self-nesting", in the sense that resetting a counter in a child element automatically creates a new instance of the counter. This is important for situations like lists in HTML, where lists can be nested inside lists to arbitrary depth. It would be impossible to define uniquely named counters for each level.
 
 	<div class="example">
 		<p>Thus, the following suffices to number nested list items. The result is very similar to that of setting 'display:list-item' and 'list-style: inside' on the LI element:

Received on Friday, 9 December 2011 16:43:44 UTC