- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 05 Dec 2011 23:24:58 +0000
- To: public-css-commits@w3.org
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>’ if the type was omitted - and the
provided <string>s and <image>s as the value of the ‘<a
href="#descdef-symbols"><code class=property>symbols</code></a>’
- property.
+ property. If the type is ‘<code
+ class=css>non-repeating</code>’, the <a
+ href="#first-symbol-value"><i>first symbol value</i></a> is ‘<code
+ class=css>1</code>’.
<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 <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 <string>s and <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 <string>s and <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