|
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 23 November |
| 28 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 November |
29 | 29 | 2011</h2> |
30 | 30 |
|
31 | 31 | <dl> |
32 | 32 | <dt>This version: |
33 | 33 |
|
34 | | - <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111123">http://www.w3.org/TR/2011/WD-css3-lists-20111123</a></dd>--> |
| 34 | + <dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-lists-20111128">http://www.w3.org/TR/2011/WD-css3-lists-20111128</a></dd>--> |
35 | 35 | <a |
36 | 36 | href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a> |
37 | 37 |
|
@@ -1814,10 +1814,10 @@ <h4 id=symbolic><span class=secno>8.1.4. </span> symbolic</h4> |
1814 | 1814 | <p>Finally, return <var>S</var>. |
1815 | 1815 |
|
1816 | 1816 | <div class=example> |
1817 | | - <p>An "footnotes" counter style can be defined as:</p> |
| 1817 | + <p>An "footnote" counter style can be defined as:</p> |
1818 | 1818 |
|
1819 | 1819 | <pre> |
1820 | | -@counter-style <dfn id=footnotes>footnotes</dfn> { |
| 1820 | +@counter-style <dfn id=footnote>footnote</dfn> { |
1821 | 1821 | type: symbolic; |
1822 | 1822 | glyphs: '*' '⁑' '†' '‡'; |
1823 | 1823 | suffix: ''; |
@@ -5052,8 +5052,8 @@ <h2 class=no-num id=index>Index</h2> |
5052 | 5052 | <li>fixed-decimal, <a href="#fixed-decimal" |
5053 | 5053 | title=fixed-decimal><strong>8.1.3.</strong></a> |
5054 | 5054 |
|
5055 | | - <li>footnotes, <a href="#footnotes" |
5056 | | - title=footnotes><strong>8.1.4.</strong></a> |
| 5055 | + <li>footnote, <a href="#footnote" |
| 5056 | + title=footnote><strong>8.1.4.</strong></a> |
5057 | 5057 |
|
5058 | 5058 | <li>fullwidth-decimal, <a href="#fullwidth-decimal" |
5059 | 5059 | title=fullwidth-decimal><strong>10.2.</strong></a> |
|
0 commit comments