csswg/css3-flexbox Overview.html,1.149,1.150 Overview.src.html,1.147,1.148

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

Modified Files:
	Overview.html Overview.src.html 
Log Message:
fantasai says the issue about flexbox lines being real boxes is unnecessary.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- Overview.html	6 Feb 2012 21:52:06 -0000	1.149
+++ Overview.html	6 Feb 2012 21:52:48 -0000	1.150
@@ -1555,9 +1555,6 @@
    aligned within a flexbox with the &lsquo;<a href="#flex-line-pack0"><code
    class=property>flex-line-pack</code></a>&rsquo; 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.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- Overview.src.html	6 Feb 2012 21:52:06 -0000	1.147
+++ Overview.src.html	6 Feb 2012 21:52:49 -0000	1.148
@@ -731,8 +731,6 @@
 
 	<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 consider 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 Monday, 6 February 2012 21:54:56 UTC