Skip to content

Commit 5abdb06

Browse files
committed
Change a confusing word in the 'nested counters' section.
1 parent f7cb788 commit 5abdb06

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-lists/Overview.html

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

@@ -1607,7 +1607,7 @@ <h2 id=counter><span class=secno>8. </span> Automatic Counters and
16071607
<h3 id=nested-counters><span class=secno>8.1. </span> Nested counters and
16081608
scope</h3>
16091609

1610-
<p>Counters are "self-nesting", in the sense that re-using a counter in a
1610+
<p>Counters are "self-nesting", in the sense that resetting a counter in a
16111611
child element automatically creates a new instance of the counter. This is
16121612
important for situations like lists in HTML, where lists can be nested
16131613
inside lists to arbitrary depth. It would be impossible to define uniquely

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ <h2 id='counter'>
939939
<h3 id="nested-counters">
940940
Nested counters and scope</h3>
941941

942-
<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.
942+
<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.
943943

944944
<div class="example">
945945
<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:

0 commit comments

Comments
 (0)