csswg/css3-values Overview.html,1.141,1.142 Overview.src.html,1.144,1.145

Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv29705

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Arbitrarily define grammar repetition to support at least 30 reps.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- Overview.html	12 Dec 2011 22:40:20 -0000	1.141
+++ Overview.html	12 Dec 2011 22:42:28 -0000	1.142
@@ -406,6 +406,11 @@
     occurs one or more times, separated by comma tokens.
   </ul>
 
+  <p>For repeated component values (indicated by &lsquo;<code
+   class=css>*</code>&rsquo;, &lsquo;<code class=css>+</code>&rsquo;, or
+   &lsquo;<code class=css>#</code>&rsquo;), UAs must support at least 30
+   repetitions of the component.
+
   <h3 id=component-whitespace><span class=secno>2.4. </span> Component values
    and white space</h3>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- Overview.src.html	12 Dec 2011 22:40:20 -0000	1.144
+++ Overview.src.html	12 Dec 2011 22:42:28 -0000	1.145
@@ -192,6 +192,8 @@
 		group occurs one or more times, separated by comma tokens.
 	</ul>
 
+	<p>For repeated component values (indicated by ''*'', ''+'', or ''#''), UAs must support at least 30 repetitions of the component.</p>
+
 <h3 id="component-whitespace">
 Component values and white space</h3>
 

Received on Monday, 12 December 2011 22:44:31 UTC