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

Just ran the above example for differing flex-grow factors as well; specifically, factors of .4 and .5.  End result is that step 4 yields a size of `144.444px` for the first item and `355.555px` for the second, which still sums to 500px.  Then layout runs, yielding a size of 140px and 350px, which is again exactly the ideal size we calculate beforehand.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1735#issuecomment-328632183 using your GitHub account

Received on Monday, 11 September 2017 19:22:33 UTC