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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-flexbox-1/Overview.bs

Lines changed: 2 additions & 1 deletion
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)