Skip to content

Commit 4e4c1e8

Browse files
committed
fantasai says the issue about flexbox lines being real boxes is unnecessary.
1 parent c2ab548 commit 4e4c1e8

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

css3-flexbox/Overview.html

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

1558-
<p class=issue>Should flexbox lines be actual boxes in the box-tree, or
1559-
just a theoretical construct to help define things?
1560-
15611558
<div class=example>
15621559
<p>This example shows four buttons that do not fit horizontally.</p>
15631560

css3-flexbox/Overview.src.html

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

732732
<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>
733733

734-
<p class='issue'>Should flexbox lines be actual boxes in the box-tree, or just a theoretical construct to help define things?</p>
735-
736734
<div class=example>
737735
<p>This example shows four buttons that do not fit horizontally.</p>
738736

0 commit comments

Comments
 (0)