Re: [csswg-drafts] [css-flexbox-1] Intrinsic Main Size algo has errors (#7189)

There's another technical issue around prescribing `flex factor * chosen flex fraction`.
`flex factor` can be `0` and `chosen flex fraction` can be `inf`.
`0 * inf` is undefined.

This happens in http://wpt.live/css/css-flexbox/intrinsic-size/row-001.html. Well, it's actually `0 * -inf` in that test, but same problem.

I think you intend for the result of that multiplication to be 0 here.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 21 April 2022 21:21:42 UTC