[csswg-drafts] [css-flexbox][css-grid] Intrinsic sizing with ∑flex < 1 is broken

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-flexbox][css-grid] Intrinsic sizing with ∑flex < 1 is broken ==
The [Intrinsic Main Sizes algorithm in Flexbox](https://www.w3.org/TR/css-flexbox-1/#intrinsic-main-sizes) fails to handle cases where the sum of the flex factors is less than one. It creates a container that fits too snugly, so when the flex algorithm is run to set the sizes of the items, they are too small: essentially the multipliers are multiplied twice.

We should fix this, and for Grid, too.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1735 using your GitHub account

Received on Thursday, 17 August 2017 23:39:11 UTC