- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 06 Feb 2012 22:04:13 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv5336 Modified Files: Overview.html Overview.src.html Log Message: Remove 'size relies on its contents' issue, now that the previous commit made it irrelevant. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v retrieving revision 1.151 retrieving revision 1.152 diff -u -d -r1.151 -r1.152 --- Overview.html 6 Feb 2012 22:02:38 -0000 1.151 +++ Overview.html 6 Feb 2012 22:04:11 -0000 1.152 @@ -1880,10 +1880,6 @@ have been collected into flexbox lines. </ol> - <p class=issue>Define "size doesn't rely on its contents". This should be - any <length>, a <percentage> that can be resolved, or ‘<code - class=css>fill-available</code>’.</p> - <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 Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.149 retrieving revision 1.150 diff -u -d -r1.149 -r1.150 --- Overview.src.html 6 Feb 2012 22:02:39 -0000 1.149 +++ Overview.src.html 6 Feb 2012 22:04:11 -0000 1.150 @@ -919,8 +919,6 @@ <li>Repeat the previous step, starting each time from the first flexbox item not yet collected into a flexbox line, until all flexbox items have been collected into flexbox lines.</li> </ol> - - <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, constrained by the flexbox's min and max main size constraints.</li>
Received on Monday, 6 February 2012 22:06:18 UTC