We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda2822 commit b545fcdCopy full SHA for b545fcd
css-flexbox-1/Overview.bs
@@ -2908,9 +2908,11 @@ Flex Container Intrinsic Main Sizes</h4>
2908
For each <a>flex item</a>,
2909
subtract its outer <a>flex base size</a> from its [[#intrinsic-item-contributions|max-content contribution]] size.
2910
If that result is positive,
2911
- divide by its <a>flex grow factor</a>;
+ divide by its <a>flex grow factor</a>
2912
+ (if dividing by zero, treat the result as infinity);
2913
if negative,
- divide by its <a>scaled flex shrink factor</a>.
2914
+ divide by its <a>scaled flex shrink factor</a>
2915
+ (if dividing by zero, treat the result as negative infinity).
2916
This is the item's <var>desired flex fraction</var>.
2917
2918
<li>
0 commit comments