Skip to content

Commit e6efbbc

Browse files
committed
Changed 'footnotes' to 'footnote', per Hakon's suggestion.
1 parent 796e90d commit e6efbbc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

css3-lists/Overview.html

Lines changed: 6 additions & 6 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 23 November
28+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 November
2929
2011</h2>
3030

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

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

@@ -1814,10 +1814,10 @@ <h4 id=symbolic><span class=secno>8.1.4. </span> symbolic</h4>
18141814
<p>Finally, return <var>S</var>.
18151815

18161816
<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>
18181818

18191819
<pre>
1820-
@counter-style <dfn id=footnotes>footnotes</dfn> {
1820+
@counter-style <dfn id=footnote>footnote</dfn> {
18211821
type: symbolic;
18221822
glyphs: '*' '⁑' '†' '‡';
18231823
suffix: '';
@@ -5052,8 +5052,8 @@ <h2 class=no-num id=index>Index</h2>
50525052
<li>fixed-decimal, <a href="#fixed-decimal"
50535053
title=fixed-decimal><strong>8.1.3.</strong></a>
50545054

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>
50575057

50585058
<li>fullwidth-decimal, <a href="#fullwidth-decimal"
50595059
title=fullwidth-decimal><strong>10.2.</strong></a>

css3-lists/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1161,10 +1161,10 @@ <h4>
11611161
<p>Finally, return <var>S</var>.</p>
11621162

11631163
<div class=example>
1164-
<p>An "footnotes" counter style can be defined as:</p>
1164+
<p>An "footnote" counter style can be defined as:</p>
11651165

11661166
<pre>
1167-
@counter-style <dfn>footnotes</dfn> {
1167+
@counter-style <dfn>footnote</dfn> {
11681168
type: symbolic;
11691169
glyphs: '*' '⁑' '†' '‡';
11701170
suffix: '';

0 commit comments

Comments
 (0)