- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Aug 2011 23:42:02 +0000
- To: public-css-commits@w3.org
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( [ <pos-flex> <neg-flex>? ]? || <preferred-size>? )</pre> <p><code><pos-flex></code> and <code><neg-flex></code> are - <code><integer>s</code>, while <code><preferred-size></code> is any - value (other than another ‘<code class=css>flex()</code>’ - function) that would be valid in the ‘<code - class=property>width</code>’ or ‘<code + non-negative <code><numbers>s</code>, while + <code><preferred-size></code> is any value (other than another + ‘<code class=css>flex()</code>’ function) that would be valid + in the ‘<code class=property>width</code>’ or ‘<code class=property>height</code>’ 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( [ <pos-flex> <neg-flex>? ]? || <preferred-size>? )</pre> - <p><code><pos-flex></code> and <code><neg-flex></code> are <code><integer>s</code>, while <code><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><pos-flex></code> and <code><neg-flex></code> are non-negative <code><numbers>s</code>, while <code><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><pos-flex></code> component sets the length's <i>positive flexibility</i>; if omitted, the <i>positive flexibility</i> defaults to ''1''. The <code><neg-flex></code> component sets the length's <i>negative flexibility</i>; if omitted, it defaults to ''0''. The <code><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