File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2360,6 +2360,10 @@ <h3 id=main-sizing><span class=secno>9.3. </span> Main Size Determination</h3>
23602360 the size of a flexbox item is its hypothetical outer main size, clamped
23612361 according to its min and max main size properties. Repeat until all
23622362 flexbox items have been collected into flexbox lines.
2363+ < p class =note > Note that items with zero main size will never start a
2364+ line unless they're the very first items in the flexbox. The "collect
2365+ as many" line will collect them onto the end of the previous line even
2366+ if the last non-zero item exactly "filled up" the line.
23632367 </ ul >
23642368
23652369 < li >
Original file line number Diff line number Diff line change @@ -1619,6 +1619,13 @@ <h3 id='main-sizing'>
16191619 the size of a flexbox item is its hypothetical outer main size,
16201620 clamped according to its min and max main size properties.
16211621 Repeat until all flexbox items have been collected into flexbox lines.
1622+
1623+ < p class ='note '>
1624+ Note that items with zero main size will never start a line
1625+ unless they're the very first items in the flexbox.
1626+ The "collect as many" line will collect them
1627+ onto the end of the previous line
1628+ even if the last non-zero item exactly "filled up" the line.
16221629 </ ul >
16231630
16241631 < li >
You can’t perform that action at this time.
0 commit comments