File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments