Skip to content

Commit e4ba66a

Browse files
committed
Make all one-line flexboxes size their line to the flexbox, per WG discussion.
--HG-- extra : rebase_source : 59fcb36bb89109f6bbaf4a284267f0e2fa4278fc
1 parent fa9455e commit e4ba66a

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

css3-flexbox/Overview.src.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,16 @@ <h3 id='cross-sizing'>
16461646
<ol start=8>
16471647
<li id='algo-cross-line'>
16481648
<strong>Calculate the cross size of each flexbox line.</strong>
1649-
For each flexbox line:
1649+
1650+
<p>
1651+
If the flexbox has only a single line
1652+
(even if it's a <i>multi-line</i> flexbox),
1653+
the cross size of the flexbox line
1654+
is the flexbox's inner cross size.
1655+
1656+
<p>
1657+
Otherwise,
1658+
for each flexbox line:
16501659

16511660
<ol>
16521661
<li>

0 commit comments

Comments
 (0)