csswg/css3-values Overview.html,1.144,1.145 Overview.src.html,1.147,1.148

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Add a minimum required length to calc()

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- Overview.html	12 Dec 2011 22:50:23 -0000	1.144
+++ Overview.html	12 Dec 2011 22:56:21 -0000	1.145
@@ -1375,6 +1375,13 @@
    treated as if &lsquo;<code class=property>auto</code>&rsquo; had been
    specified.
 
+  <p>UAs must support &lsquo;<a href="#calc0"><code
+   class=css>calc()</code></a>&rsquo; expressions of at least 30 terms, where
+   each &lsquo;<a href="#number"><code class=css>number</code></a>&rsquo;,
+   &lsquo;<a href="#dimension"><code class=css>dimension</code></a>&rsquo;,
+   or &lsquo;<a href="#percentage"><code
+   class=css>percentage</code></a>&rsquo; is a term.
+
   <h3 id=cycle><span class=secno>8.2. </span> Cycling Values: &lsquo;<a
    href="#cycle-value"><code class=css>cycle()</code></a>&rsquo;</h3>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- Overview.src.html	12 Dec 2011 22:50:23 -0000	1.147
+++ Overview.src.html	12 Dec 2011 22:56:21 -0000	1.148
@@ -959,6 +959,8 @@
 	and table cells in both auto and fixed layout tables MAY be treated as if
 	'auto' had been specified.</p>
 
+	<p>UAs must support ''calc()'' expressions of at least 30 terms, where each ''number'', ''dimension'', or ''percentage'' is a term.</p>
+
 <h3 id="cycle">
 Cycling Values: ''cycle()''</h3>
 

Received on Monday, 12 December 2011 22:58:24 UTC