- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 28 Nov 2011 19:02:28 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv7673
Modified Files:
Overview.html Overview.src.html
Log Message:
Changed 'footnotes' to 'footnote', per Hakon's suggestion.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -d -r1.109 -r1.110
--- Overview.html 23 Nov 2011 23:04:02 -0000 1.109
+++ Overview.html 28 Nov 2011 19:02:25 -0000 1.110
@@ -25,13 +25,13 @@
<h1>CSS Lists and Counters Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 November
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 November
2011</h2>
<dl>
<dt>This version:
- <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>-->
+ <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>-->
<a
href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a>
@@ -1814,10 +1814,10 @@
<p>Finally, return <var>S</var>.
<div class=example>
- <p>An "footnotes" counter style can be defined as:</p>
+ <p>An "footnote" counter style can be defined as:</p>
<pre>
-@counter-style <dfn id=footnotes>footnotes</dfn> {
+@counter-style <dfn id=footnote>footnote</dfn> {
type: symbolic;
glyphs: '*' '⁑' '†' '‡';
suffix: '';
@@ -5052,8 +5052,8 @@
<li>fixed-decimal, <a href="#fixed-decimal"
title=fixed-decimal><strong>8.1.3.</strong></a>
- <li>footnotes, <a href="#footnotes"
- title=footnotes><strong>8.1.4.</strong></a>
+ <li>footnote, <a href="#footnote"
+ title=footnote><strong>8.1.4.</strong></a>
<li>fullwidth-decimal, <a href="#fullwidth-decimal"
title=fullwidth-decimal><strong>10.2.</strong></a>
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- Overview.src.html 23 Nov 2011 23:04:03 -0000 1.156
+++ Overview.src.html 28 Nov 2011 19:02:26 -0000 1.157
@@ -1161,10 +1161,10 @@
<p>Finally, return <var>S</var>.</p>
<div class=example>
- <p>An "footnotes" counter style can be defined as:</p>
+ <p>An "footnote" counter style can be defined as:</p>
<pre>
-@counter-style <dfn>footnotes</dfn> {
+@counter-style <dfn>footnote</dfn> {
type: symbolic;
glyphs: '*' '⁑' '†' '‡';
suffix: '';
Received on Monday, 28 November 2011 19:02:31 UTC