Skip to content

Commit eb80c49

Browse files
committed
Frozen items do not guarantee complete distribution of free space
1 parent d332721 commit eb80c49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎css-flexbox-1/Overview.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2732,9 +2732,7 @@ Resolving Flexible Lengths</h3>
27322732
<ol type=a>
27332733
<li>
27342734
<strong>Check for flexible items.</strong>
2735-
If all the flex items on the line are frozen,
2736-
free space has been distributed;
2737-
exit this loop.
2735+
If all the flex items on the line are frozen, exit this loop.
27382736

27392737
<li>
27402738
<strong>Calculate the <dfn>remaining free space</dfn></strong>

0 commit comments

Comments
 (0)