- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Jun 2011 02:39:42 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv20693
Modified Files:
Overview.src.html
Log Message:
Switched "asterisks" and "footnotes" style to "asterisk" and "footnote".
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- Overview.src.html 2 Jun 2011 02:33:16 -0000 1.107
+++ Overview.src.html 2 Jun 2011 02:39:40 -0000 1.108
@@ -2123,14 +2123,14 @@
Predefined Symbolic Styles</h3>
<pre class=css><code><bdo dir="ltr">
-@counter-style <dfn>asterisks</dfn> {
+@counter-style <dfn>asterisk</dfn> {
type: symbolic;
glyphs: '\2A';
/* '*' */
suffix: '';
}
-@counter-style <dfn>footnotes</dfn> {
+@counter-style <dfn>footnote</dfn> {
type: symbolic;
glyphs: '\2A' '\2051' '\2020' '\2021';
/* '*' '⁑' '†' '‡' */
Received on Thursday, 2 June 2011 02:39:43 UTC