Skip to content

Commit 88cb91d

Browse files
committed
[css-flexbox-1] Revert erroneous simplification. #5179 (comment)
1 parent b5e1dd8 commit 88cb91d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-flexbox-1/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2817,8 +2817,10 @@ Resolving Flexible Lengths</h3>
28172817

28182818
<li>
28192819
<strong>Calculate <dfn>initial free space</dfn>.</strong>
2820-
Sum the outer [=target main sizes=] of all items on the line,
2820+
Sum the outer sizes of all items on the line,
28212821
and subtract this from the flex container's inner <a>main size</a>.
2822+
For frozen items, use their outer <a>target main size</a>;
2823+
for other items, use their outer <a>flex base size</a>.
28222824

28232825
<li>
28242826
Loop:

0 commit comments

Comments
 (0)