Skip to content

Commit e7263c2

Browse files
committed
Changed an example to talk about both counter() and counters(), rather than seeming to attempt to define the counters() function.
1 parent f02f971 commit e7263c2

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

css3-lists/Overview.html

Lines changed: 7 additions & 5 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 7 December
28+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 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-20111207">http://www.w3.org/TR/2011/WD-css3-lists-20111207</a></dd>-->
34+
<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>-->
3535
<a
3636
href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a>
3737

@@ -1675,9 +1675,11 @@ <h3 id=nested-counters><span class=secno>8.1. </span> Nested counters and
16751675
&lt;/OL> &lt;!-- ) --></pre>
16761676
</div>
16771677

1678-
<p>The &lsquo;<code class=css>counters()</code>&rsquo; function generates a
1679-
string composed of the values of all counters with the same name,
1680-
separated by a given string.
1678+
<p>As explained in a later section, the &lsquo;<code
1679+
class=css>counter()</code>&rsquo; function generates a string based off of
1680+
the innermost scope of the named counter, while the &lsquo;<code
1681+
class=css>counters()</code>&rsquo; function generates a string based on
1682+
the values of <em>all</em> the in-scope counters with a given name.
16811683

16821684
<div class=example>
16831685
<p>

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,7 @@ <h3 id="nested-counters">
983983
&lt;/OL> &lt;!-- ) --></pre>
984984
</div>
985985

986-
<p>The 'counters()' function generates a string composed of the values of all counters with the same name, separated by a given string.
986+
<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>
987987

988988
<div class="example"><p>
989989
<p>The following style sheet numbers nested list items

0 commit comments

Comments
 (0)