- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 31 Jan 2012 01:22:29 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox
In directory hutz:/tmp/cvs-serv1201
Modified Files:
Overview.html Overview.src.html
Log Message:
Add more reference to min/max sizes.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- Overview.html 31 Jan 2012 01:12:30 -0000 1.140
+++ Overview.html 31 Jan 2012 01:22:27 -0000 1.141
@@ -1881,7 +1881,8 @@
doesn't rely on its contents, it's actual main size is calculated per the
appropriate rules. Otherwise, its main size is the length of its longest
line, calculated by summing the main sizes of the margin boxes of each
- flexbox item in the line.
+ flexbox item in the line, constrained by the flexbox's min and max main
+ size constraints.
<li>For each flexbox line, <a
href="#resolve-the-flexible-lengths"><i>resolve the flexible
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- Overview.src.html 31 Jan 2012 01:12:30 -0000 1.138
+++ Overview.src.html 31 Jan 2012 01:22:27 -0000 1.139
@@ -924,7 +924,7 @@
<p class='issue'>Define "size doesn't rely on its contents". This should be any <length>, a <percentage> that can be resolved, or ''fill-available''.</p>
</li>
- <li>Find the actual main size of the flexbox. If the flexbox's main size doesn't rely on its contents, it's actual main size is calculated per the appropriate rules. Otherwise, its main size is the length of its longest line, calculated by summing the main sizes of the margin boxes of each flexbox item in the line.</li>
+ <li>Find the actual main size of the flexbox. If the flexbox's main size doesn't rely on its contents, it's actual main size is calculated per the appropriate rules. Otherwise, its main size is the length of its longest line, calculated by summing the main sizes of the margin boxes of each flexbox item in the line, constrained by the flexbox's min and max main size constraints.</li>
<li>For each flexbox line, <i>resolve the flexible lengths</i> of the items contained within it. All flexbox items now have a final main size. Update each item's hypothetical cross size based on this main size.</li>
Received on Tuesday, 31 January 2012 01:22:33 UTC