File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2603,15 +2603,16 @@ Main Size Determination</h3>
2603
2603
starting from the first uncollected item,
2604
2604
collect consecutive items one by one
2605
2605
until the first time that the <em> next</em> collected item
2606
- would not fit into the flex container's inner main size
2606
+ would not fit into the flex container's [= inner size|inner=] main size
2607
2607
(or until a forced break is encountered,
2608
2608
see [[#pagination]] ).
2609
2609
If the very first uncollected item wouldn't fit,
2610
2610
collect just it into the line.
2611
2611
2612
2612
<p>
2613
2613
For this step,
2614
- the size of a flex item is its outer <a>hypothetical main size</a> .
2614
+ the size of a flex item is its [=outer size|outer=] <a>hypothetical main size</a> .
2615
+ <span class=note> (Note: This can be negative.)</span>
2615
2616
2616
2617
<p>
2617
2618
Repeat until all flex items have been collected into flex lines.
You can’t perform that action at this time.
0 commit comments