csswg/css3-flexbox Overview.html,1.127,1.128 Overview.src.html,1.125,1.126

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Tweak wording in <flex> intro to also mention negative flex.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- Overview.html	30 Jan 2012 21:03:33 -0000	1.127
+++ Overview.html	30 Jan 2012 21:05:41 -0000	1.128
@@ -1054,7 +1054,8 @@
    href="#ltflex"><code class=css>&lt;flex></code></a>&rsquo; value in the
    element's &lsquo;<code class=property>width</code>&rsquo; or &lsquo;<code
    class=property>height</code>&rsquo; property. A flexbox distributes free
-   space proportionally to its items based on their flexibility.
+   space to its items proportional to their positive flexibility, or shrinks
+   them to prevent overflow proportional to their negative flexibility.
 
   <p>The &lsquo;<code class=css>flex()</code>&rsquo; notation is used to
    specify the parameters of a <dfn id=flexible-length

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- Overview.src.html	30 Jan 2012 21:03:33 -0000	1.125
+++ Overview.src.html	30 Jan 2012 21:05:41 -0000	1.126
@@ -498,7 +498,7 @@
 <h2 id='flexibility'>
 Flexibility: the ''flex()'' notation</h2>
 
-	<p>The defining aspect of flexbox layout is the ability to make the <i>flexbox items</i> "flex", altering their width or height to fill the available space.  This is done by using a ''&lt;flex>'' value in the element's 'width' or 'height' property.  A flexbox distributes free space proportionally to its items based on their flexibility.</p>
+	<p>The defining aspect of flexbox layout is the ability to make the <i>flexbox items</i> "flex", altering their width or height to fill the available space.  This is done by using a ''&lt;flex>'' value in the element's 'width' or 'height' property.  A flexbox distributes free space to its items proportional to their positive flexibility, or shrinks them to prevent overflow proportional to their negative flexibility.</p>
 
 	<p>The ''flex()'' notation is used to specify the parameters of a <dfn title="flexible length|flexible lengths|flexible length's">flexible length</dfn>: the <dfn id="positive-flexibility" title="positive flexibility">positive</dfn> and <dfn>negative flexibility</dfn>, and the <dfn>preferred size</dfn>.  The syntax of the ''flex()'' notation is:</p>
 

Received on Monday, 30 January 2012 21:05:44 UTC