csswg/css3-flexbox Overview.html,1.44,1.45 Overview.src.html,1.43,1.44

Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv30734

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Flex is a non-negative number, not an unrestricted integer.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Overview.html	24 Aug 2011 23:38:31 -0000	1.44
+++ Overview.html	24 Aug 2011 23:42:00 -0000	1.45
@@ -929,10 +929,10 @@
    class=prod>flex( [ &lt;pos-flex> &lt;neg-flex>? ]? || &lt;preferred-size>? )</pre>
 
   <p><code>&lt;pos-flex></code> and <code>&lt;neg-flex></code> are
-   <code>&lt;integer>s</code>, while <code>&lt;preferred-size></code> is any
-   value (other than another &lsquo;<code class=css>flex()</code>&rsquo;
-   function) that would be valid in the &lsquo;<code
-   class=property>width</code>&rsquo; or &lsquo;<code
+   non-negative <code>&lt;numbers>s</code>, while
+   <code>&lt;preferred-size></code> is any value (other than another
+   &lsquo;<code class=css>flex()</code>&rsquo; function) that would be valid
+   in the &lsquo;<code class=property>width</code>&rsquo; or &lsquo;<code
    class=property>height</code>&rsquo; property in which the function is
    used, except that zero lengths must not omit their unit.
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Overview.src.html	24 Aug 2011 23:38:31 -0000	1.43
+++ Overview.src.html	24 Aug 2011 23:42:00 -0000	1.44
@@ -410,7 +410,7 @@
 
 	<pre class=prod>flex( [ &lt;pos-flex> &lt;neg-flex>? ]? || &lt;preferred-size>? )</pre>
 
-	<p><code>&lt;pos-flex></code> and <code>&lt;neg-flex></code> are <code>&lt;integer>s</code>, while <code>&lt;preferred-size></code> is any value (other than another ''flex()'' function) that would be valid in the 'width' or 'height' property in which the function is used, except that zero lengths must not omit their unit.</p>
+	<p><code>&lt;pos-flex></code> and <code>&lt;neg-flex></code> are non-negative <code>&lt;numbers>s</code>, while <code>&lt;preferred-size></code> is any value (other than another ''flex()'' function) that would be valid in the 'width' or 'height' property in which the function is used, except that zero lengths must not omit their unit.</p>
 
 	<p>The <code>&lt;pos-flex></code> component sets the length's <i>positive flexibility</i>; if omitted, the <i>positive flexibility</i> defaults to ''1''.  The <code>&lt;neg-flex></code> component sets the length's <i>negative flexibility</i>; if omitted, it defaults to ''0''.  The <code>&lt;preferred-size></code> component sets the length's <i>preferred size</i>; if omitted, it defaults to ''0px''.</p>
 

Received on Wednesday, 24 August 2011 23:42:07 UTC