Skip to content

Commit 5c6bf59

Browse files
committed
[css-flexbox] Fix the reference to recalculating free space within the loop.
1 parent c06b9df commit 5c6bf59

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,9 +2394,8 @@ Resolving Flexible Lengths</h3>
23942394

23952395
<li>
23962396
<strong>Recalculate free space.</strong>
2397-
Sum the outer <i>flex base sizes</i> of all items on the line,
2398-
and subtract this from the flex container's inner main size.
2399-
This is the free space.
2397+
Calculate the free space again,
2398+
according to the “Calculate free space” step before this loop.
24002399
<span class='note'>Note that this does not alter the desired free space of the items.</span>
24012400

24022401
<li>

css-flexbox/Overview.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2396,9 +2396,8 @@ <h3 class="heading settled heading" data-level=9.7 id=resolve-flexible-lengths><
23962396

23972397
<li>
23982398
<strong>Recalculate free space.</strong>
2399-
Sum the outer <a data-link-type=dfn href=#flex-base-size title="flex base sizes">flex base sizes</a> of all items on the line,
2400-
and subtract this from the flex container’s inner main size.
2401-
This is the free space.
2399+
Calculate the free space again,
2400+
according to the “Calculate free space” step before this loop.
24022401
<span class=note>Note that this does not alter the desired free space of the items.</span>
24032402

24042403
<li>

0 commit comments

Comments
 (0)