csswg/css3-lists Overview.src.html,1.107,1.108

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