Skip to content

Commit 6c24bc6

Browse files
committed
Added issue about flexbox lines and whether they should be real boxes or not.
1 parent f8ddda5 commit 6c24bc6

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,6 +1286,9 @@ <h2 id=multi-line><span class=secno>6. </span> Multi-line Flexbox</h2>
12861286
aligned within a flexbox with the &lsquo;<a href="#flex-line-pack0"><code
12871287
class=property>flex-line-pack</code></a>&rsquo; property.
12881288

1289+
<p class=issue>Should flexbox lines be actual boxes in the box-tree, or
1290+
just a theoretical construct to help define things?
1291+
12891292
<div class=example>
12901293
<p>This example shows four buttons that do not fit horizontally.</p>
12911294

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,8 @@ <h2 id='multi-line'>
587587

588588
<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>
589589

590+
<p class='issue'>Should flexbox lines be actual boxes in the box-tree, or just a theoretical construct to help define things?</p>
591+
590592
<div class=example>
591593
<p>This example shows four buttons that do not fit horizontally.</p>
592594

0 commit comments

Comments
 (0)