Skip to content

Commit e3d1a41

Browse files
committed
[css-flexbox-1] Restore main-size clamping to the multiline special case.
1 parent b545fcd commit e3d1a41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-flexbox-1/Overview.bs

+2-1
Original file line numberDiff line numberDiff line change
@@ -2955,7 +2955,8 @@ Flex Container Intrinsic Main Sizes</h4>
29552955
For this purpose,
29562956
each item's contribution
29572957
is capped by the item’s [=flex base size=] if the item is not growable,
2958-
and floored by the item’s [=flex base size=] if the item is not shrinkable.
2958+
floored by the item’s [=flex base size=] if the item is not shrinkable,
2959+
and then further clamped by the item's min and max main sizes.
29592960

29602961
<details class=note>
29612962
<summary>Implications of this algorithm when the sum of flex is less than 1</summary>

0 commit comments

Comments
 (0)