Skip to content

Commit ae356af

Browse files
committed
[css-flexbox-1] Linkify some inner/outer box references.
1 parent 7b4d022 commit ae356af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-flexbox-1/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2603,15 +2603,16 @@ Main Size Determination</h3>
26032603
starting from the first uncollected item,
26042604
collect consecutive items one by one
26052605
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
26072607
(or until a forced break is encountered,
26082608
see [[#pagination]]).
26092609
If the very first uncollected item wouldn't fit,
26102610
collect just it into the line.
26112611

26122612
<p>
26132613
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>
26152616

26162617
<p>
26172618
Repeat until all flex items have been collected into flex lines.

0 commit comments

Comments
 (0)