csswg/css3-flexbox Overview.html,1.133,1.134 Overview.src.html,1.131,1.132

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
More tweaking to the outline.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- Overview.html	30 Jan 2012 23:33:14 -0000	1.133
+++ Overview.html	30 Jan 2012 23:41:24 -0000	1.134
@@ -1776,18 +1776,16 @@
     <li>Update layout for the items based on their real main sizes, and
      determine their hypothetical cross size.
 
-    <li>Based on &lsquo;<a href="#flex-align0"><code
-     class=property>flex-align</code></a>&rsquo;, find the real cross size of
-     the flexbox and its lines.
+    <li>Find the real cross size of the flexbox and its lines.
+
+    <li>Align in the cross axis, per &lsquo;<a href="#flex-align0"><code
+     class=property>flex-align</code></a>&rsquo;.
 
     <li>Update layout for the items based on their real cross sizes.
 
     <li>Align in the main axis, per &lsquo;<a href="#flex-pack0"><code
      class=property>flex-pack</code></a>&rsquo;.
 
-    <li>Align in the cross axis, per &lsquo;<a href="#flex-align0"><code
-     class=property>flex-align</code></a>&rsquo;.
-
     <li>Align the lines, per &lsquo;<a href="#flex-line-pack0"><code
      class=property>flex-line-pack</code></a>&rsquo;.
    </ol>

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- Overview.src.html	30 Jan 2012 23:33:14 -0000	1.131
+++ Overview.src.html	30 Jan 2012 23:41:24 -0000	1.132
@@ -863,14 +863,14 @@
 
 			<li>Update layout for the items based on their real main sizes, and determine their hypothetical cross size.</li>
 
-			<li>Based on 'flex-align', find the real cross size of the flexbox and its lines.</li>
+			<li>Find the real cross size of the flexbox and its lines.</li>
+
+			<li>Align in the cross axis, per 'flex-align'.</li>
 
 			<li>Update layout for the items based on their real cross sizes.</li>
 
 			<li>Align in the main axis, per 'flex-pack'.</li>
 
-			<li>Align in the cross axis, per 'flex-align'.</li>
-
 			<li>Align the lines, per 'flex-line-pack'.</li>
 		</ol>
 	</div>

Received on Monday, 30 January 2012 23:41:27 UTC