csswg/css3-lists Overview.html,1.20,1.21 Overview.src.html,1.56,1.57

Update of /sources/public/csswg/css3-lists
In directory hutz:/tmp/cvs-serv7878

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Added a restriction that @counter-style can't use any of the list-style-position values as a name.


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Overview.html	15 Apr 2011 22:14:35 -0000	1.20
+++ Overview.html	15 Apr 2011 22:26:31 -0000	1.21
@@ -2196,8 +2196,12 @@
    decl blocks, like @font-face.
 
   <p>The &lt;counter-style-name> must be be a valid identifier, and must not
-   be &lsquo;<code class=css>decimal</code>&rsquo;; violating these rules is
-   a syntax error and must cause the @counter-style block to be ignored.
+   be &lsquo;<code class=css>decimal</code>&rsquo;, &lsquo;<a
+   href="#inside"><code class=css>inside</code></a>&rsquo;, &lsquo;<a
+   href="#outside"><code class=css>outside</code></a>&rsquo;, or &lsquo;<a
+   href="#hanging"><code class=css>hanging</code></a>&rsquo;; violating these
+   rules is a syntax error and must cause the @counter-style block to be
+   ignored.
 
   <p>Omitting the &lsquo;<code class=property>type</code>&rsquo; property in
    a @counter-style block is a syntax error and must cause the @counter-style

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-lists/Overview.src.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Overview.src.html	15 Apr 2011 22:14:35 -0000	1.56
+++ Overview.src.html	15 Apr 2011 22:26:31 -0000	1.57
@@ -1522,8 +1522,8 @@
 	blocks, like @font-face.</p>
 
 	<p>The &lt;counter-style-name> must be be a valid identifier, and must not be
-	''decimal''; violating these rules is a syntax error and must cause the @counter-style
-	block to be ignored.</p>
+	''decimal'', ''inside'', ''outside'', or ''hanging''; violating these rules 
+	is a syntax error and must cause the @counter-style	block to be ignored.</p>
 
 	<p>Omitting the 'type' property in a @counter-style block is a syntax error
 	and must cause the @counter-style block to be ignored.  A @counter-style block

Received on Friday, 15 April 2011 22:26:34 UTC