Skip to content

Commit 0f7c23b

Browse files
committed
[css-flexbox] Revert removal of flex factor floor in intrinsic sizing section (see changeset 16063:5a9bb0bc0ef0)
1 parent ab62911 commit 0f7c23b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

css-flexbox/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2716,10 +2716,9 @@ Intrinsic Sizes</h3>
27162716
<li>
27172717
For each <a>flex item</a>,
27182718
subtract its outer <a>flex base size</a> from its <a>max-content contribution</a> size.
2719-
If that result is not zero, divide it by its <a>flex grow factor</a> (if the result was positive)
2720-
or by its <a>scaled flex shrink factor</a> (if the result was negative).
2719+
If that result is not zero, divide it by (if the result was positive) its <a>flex grow factor</a> floored at 1,
2720+
or (if the result was negative) by its <a>scaled flex shrink factor</a>, having floored the <a>flex shrink factor</a> at 1.
27212721
This is the item's <var>max-content flex fraction</var>.
2722-
27232722
<li>
27242723
Place all <a>flex items</a> into lines of infinite length.
27252724

0 commit comments

Comments
 (0)