|
25 | 25 |
|
26 | 26 | <h1>CSS Lists and Counters Module Level 3</h1> |
27 | 27 |
|
28 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 August 2012</h2> |
| 28 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 August 2012</h2> |
29 | 29 |
|
30 | 30 | <dl> |
31 | 31 | <dt>This version: |
32 | 32 |
|
33 | | - <dd><!--<a href="http://www.w3.org/TR/2012/WD-css3-lists-20120827">http://www.w3.org/TR/2012/WD-css3-lists-20120827</a>--> |
| 33 | + <dd><!--<a href="http://www.w3.org/TR/2012/WD-css3-lists-20120828">http://www.w3.org/TR/2012/WD-css3-lists-20120828</a>--> |
34 | 34 | <a |
35 | 35 | href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a> |
36 | 36 |
|
@@ -1745,12 +1745,13 @@ <h3 id=counter-properties><span class=secno>8.1. </span> Manipulating |
1745 | 1745 |
|
1746 | 1746 | <dd> The element alters the value of one or more counters on it. If there |
1747 | 1747 | is not currently a counter of the given name on the element, the element |
1748 | | - <i>creates a new counter</i> of the given name with a starting value of |
1749 | | - ‘<code class=css>0</code>’ (though it may then immediately set or |
1750 | | - increment that value to something different). |
| 1748 | + <a href="#create-a-new-counter"><i title="create a new counter">creates a |
| 1749 | + new counter</i></a> of the given name with a starting value of ‘<code |
| 1750 | + class=css>0</code>’ (though it may then immediately set or increment |
| 1751 | + that value to something different). |
1751 | 1752 | <p> If an <code><integer></code> is provided after an |
1752 | | - <code><ident></code>, it sets the innermost counter of the given name |
1753 | | - to that integer (for ‘<a href="#counter-set"><code |
| 1753 | + <code><ident></code>, it sets the innermost counter of the given |
| 1754 | + name's value to that integer (for ‘<a href="#counter-set"><code |
1754 | 1755 | class=property>counter-set</code></a>’) or increments the value of the |
1755 | 1756 | innermost counter of the given name by that integer (for ‘<a |
1756 | 1757 | href="#counter-increment"><code |
|
0 commit comments