Skip to content

Commit 8131c8e

Browse files
committed
Replace confusing paragraph with issue.
1 parent 1099119 commit 8131c8e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css3-flexbox/Overview.src.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,9 +1128,10 @@ <h2 id='layout-algorithm'>
11281128
Repeat until all flexbox items have been collected into flexbox lines.
11291129
</ul>
11301130

1131-
<li>Find the actual main size of the flexbox. If the flexbox's main size doesn't rely on its contents, its actual main size is calculated per the appropriate rules. Otherwise, its main size is the length of its longest line, calculated by summing the main sizes of the margin boxes of each flexbox item in the line, constrained by the flexbox's min and max main size constraints.
1132-
If any margins are set to ''auto'', consider them to be set to zero until
1133-
resolved in a separate step.</li>
1131+
<li>
1132+
<p class='issue'>
1133+
Are flexboxes fill-available or fit-content by default?
1134+
Or are they really shrink-wrap, such that we need to adjust the main size here, now that we know the length of the longest line?
11341135

11351136
<li>For each flexbox line,
11361137
<ol>

0 commit comments

Comments
 (0)