Skip to content

Commit 0ecad31

Browse files
committed
Clarified the first symbol value for symbols(non-repeating ...)
1 parent edd8d94 commit 0ecad31

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

css3-lists/Overview.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
<h1>CSS Lists and Counters Module Level 3</h1>
2727

28-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 December
28+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 December
2929
2011</h2>
3030

3131
<dl>
3232
<dt>This version:
3333

34-
<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>-->
34+
<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>-->
3535
<a
3636
href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a>
3737

@@ -2308,7 +2308,10 @@ <h2 id=symbols-function><span class=secno>9. </span> Defining Anonymous
23082308
class=css>symbolic</code>&rsquo; if the type was omitted - and the
23092309
provided &lt;string>s and &lt;image>s as the value of the &lsquo;<a
23102310
href="#descdef-symbols"><code class=property>symbols</code></a>&rsquo;
2311-
property.
2311+
property. If the type is &lsquo;<code
2312+
class=css>non-repeating</code>&rsquo;, the <a
2313+
href="#first-symbol-value"><i>first symbol value</i></a> is &lsquo;<code
2314+
class=css>1</code>&rsquo;.
23122315

23132316
<div class=example>
23142317
<p>This code:</p>

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ <h2 id='symbols-function'>
15551555

15561556
<p>Where &lt;type> is one of the following keywords: ''repeating'', ''numeric'', ''alphabetic'', ''symbolic'', or ''non-repeating''.</p>
15571557

1558-
<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>
1558+
<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>
15591559

15601560
<div class='example'>
15611561
<p>This code:</p>

0 commit comments

Comments
 (0)