- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Jan 2012 23:41:26 +0000
- To: public-css-commits@w3.org
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 ‘<a href="#flex-align0"><code
- class=property>flex-align</code></a>’, 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 ‘<a href="#flex-align0"><code
+ class=property>flex-align</code></a>’.
<li>Update layout for the items based on their real cross sizes.
<li>Align in the main axis, per ‘<a href="#flex-pack0"><code
class=property>flex-pack</code></a>’.
- <li>Align in the cross axis, per ‘<a href="#flex-align0"><code
- class=property>flex-align</code></a>’.
-
<li>Align the lines, per ‘<a href="#flex-line-pack0"><code
class=property>flex-line-pack</code></a>’.
</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