csswg/css3-flexbox Overview.html,1.31,1.32 Overview.src.html,1.30,1.31

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Editorial fixup of flex-order, based on fantasai's feedback


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Overview.html	19 Aug 2011 18:09:37 -0000	1.31
+++ Overview.html	19 Aug 2011 18:13:49 -0000	1.32
@@ -654,10 +654,9 @@
      <td>visual
   </table>
 
-  <p><a href="#flexbox-item"><i>Flexbox item</i></a>s may be assigned to
-   ordinal groups using the &lsquo;<a href="#flex-order0"><code
-   class=property>flex-order</code></a>&rsquo; property. This property is an
-   integer with an initial value of 1.
+  <p>The &lsquo;<a href="#flex-order0"><code
+   class=property>flex-order</code></a>&rsquo; property assigns <a
+   href="#flexbox-item"><i>flexbox item</i></a>s to ordinal groups.
 
   <p>Ordinal groups control the order in which <a
    href="#flexbox-item"><i>flexbox item</i></a>s appear. A flexbox will lay

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- Overview.src.html	19 Aug 2011 18:09:37 -0000	1.30
+++ Overview.src.html	19 Aug 2011 18:13:49 -0000	1.31
@@ -325,7 +325,7 @@
 			<td>visual
 	</table>
 
-	<p><i>Flexbox item</i>s may be assigned to ordinal groups using the 'flex-order' property.  This property is an integer with an initial value of 1.</p>
+	<p>The 'flex-order' property assigns <i>flexbox item</i>s to ordinal groups.</p>
 
 	<p>Ordinal groups control the order in which <i>flexbox item</i>s appear.  A flexbox will lay out its content starting from the lowest numbered ordinal group and going up.  Items with the same ordinal group are laid out in the order they appear in the source document.
 

Received on Friday, 19 August 2011 18:13:56 UTC