csswg/css3-lists Overview.html,1.117,1.118 Overview.src.html,1.164,1.165

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Clarified the first symbol value for symbols(non-repeating ...)

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- Overview.html	2 Dec 2011 02:13:42 -0000	1.117
+++ Overview.html	5 Dec 2011 23:24:55 -0000	1.118
@@ -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 2 December
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 December
     2011</h2>
 
    <dl>
     <dt>This version:
 
-    <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111202">http://www.w3.org/TR/2011/WD-css3-lists-20111202</a></dd>-->
+    <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111205">http://www.w3.org/TR/2011/WD-css3-lists-20111205</a></dd>-->
      <a
      href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a>
 
@@ -2308,7 +2308,10 @@
    class=css>symbolic</code>&rsquo; if the type was omitted - and the
    provided &lt;string>s and &lt;image>s as the value of the &lsquo;<a
    href="#descdef-symbols"><code class=property>symbols</code></a>&rsquo;
-   property.
+   property. If the type is &lsquo;<code
+   class=css>non-repeating</code>&rsquo;, the <a
+   href="#first-symbol-value"><i>first symbol value</i></a> is &lsquo;<code
+   class=css>1</code>&rsquo;.
 
   <div class=example>
    <p>This code:</p>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- Overview.src.html	2 Dec 2011 02:13:42 -0000	1.164
+++ Overview.src.html	5 Dec 2011 23:24:55 -0000	1.165
@@ -1555,7 +1555,7 @@
 
 	<p>Where &lt;type> is one of the following keywords: ''repeating'', ''numeric'', ''alphabetic'', ''symbolic'', or ''non-repeating''.</p>
 
-	<p>The ''symbols()'' function defines an anonymous counter style with no <i title="counter-name">name</i>, a <i title="counter-prefix">prefix</i> and <i title="counter-suffix">suffix</i> of ''""'' (the empty string), a <i title="counter-lower-bound">lower bound</i> of negative infinity, an <i title="counter-upper-bound">upper bound</i> of infinity, an <i title="counter-fallback">fallback style</i> of ''decimal'', and a <i title="counter-negative">negative sign</i> of "\2D" ("-" hyphen-minus).  The counter style's <i title="counter-algorithm">algorithm</i> is constructed by consulting the previous chapter using the provided type - or ''symbolic'' if the type was omitted - and the provided &lt;string>s and &lt;image>s as the value of the 'symbols' property.</p>
+	<p>The ''symbols()'' function defines an anonymous counter style with no <i title="counter-name">name</i>, a <i title="counter-prefix">prefix</i> and <i title="counter-suffix">suffix</i> of ''""'' (the empty string), a <i title="counter-lower-bound">lower bound</i> of negative infinity, an <i title="counter-upper-bound">upper bound</i> of infinity, an <i title="counter-fallback">fallback style</i> of ''decimal'', and a <i title="counter-negative">negative sign</i> of "\2D" ("-" hyphen-minus).  The counter style's <i title="counter-algorithm">algorithm</i> is constructed by consulting the previous chapter using the provided type - or ''symbolic'' if the type was omitted - and the provided &lt;string>s and &lt;image>s as the value of the 'symbols' property.  If the type is ''non-repeating'', the <i>first symbol value</i> is ''1''.</p>
 
 	<div class='example'>
 		<p>This code:</p>

Received on Monday, 5 December 2011 23:25:00 UTC