- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Dec 2011 23:35:40 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv491 Modified Files: Overview.html Overview.src.html Log Message: Added issue about flexbox lines and whether they should be real boxes or not. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v retrieving revision 1.80 retrieving revision 1.81 diff -u -d -r1.80 -r1.81 --- Overview.html 8 Dec 2011 23:31:14 -0000 1.80 +++ Overview.html 8 Dec 2011 23:35:38 -0000 1.81 @@ -1286,6 +1286,9 @@ aligned within a flexbox with the ‘<a href="#flex-line-pack0"><code class=property>flex-line-pack</code></a>’ property. + <p class=issue>Should flexbox lines be actual boxes in the box-tree, or + just a theoretical construct to help define things? + <div class=example> <p>This example shows four buttons that do not fit horizontally.</p> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.80 retrieving revision 1.81 diff -u -d -r1.80 -r1.81 --- Overview.src.html 8 Dec 2011 23:31:14 -0000 1.80 +++ Overview.src.html 8 Dec 2011 23:35:38 -0000 1.81 @@ -587,6 +587,8 @@ <p>When additional lines are created, they are stacked in the flexbox in the <i>cross axis</i>. Each line is completely independent; flexible lengths and the 'flex-pack' and 'flex-align' properties only pay attention to the items on a single line at a time. The <i>main size</i> of a line is the same as the <i>main size</i> of the flexbox's content box. The <i>cross size</i> of a line depends on whether the flexbox is <i>single-line</i> or <i>multi-line</i>: the <i>cross size</i> of the sole line in a <i>single-line</i> flexbox is the same as the <i>cross size</i> of the flexbox's content box, while the <i>cross size</i> of a line in a <i>multi-line</i> flexbox is the minimum size necessary to contain the <i>flexbox items</i> on the line, after aligning them with 'flex-align'. The lines themselves are then aligned within a flexbox with the 'flex-line-pack' property.</p> + <p class='issue'>Should flexbox lines be actual boxes in the box-tree, or just a theoretical construct to help define things?</p> + <div class=example> <p>This example shows four buttons that do not fit horizontally.</p>
Received on Thursday, 8 December 2011 23:35:44 UTC