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

Explanation of proposed changes:

1. Removed the "capped by flex base size if not growable, floored by flex base size if not shrinkable" from the definition of min-content contribution, and narrowly restored it *just* to the multi-line calculation (where no actual flex calculations are done at all, so a bald "flexible or not" test is adequate).
2. Removed the per-item flooring of flex factors, and replaced it with a per-line scaling of the flex fraction, same as the flex layout algorithm.
3. Made some editorial edits for better clarity.

/cc @dholbert @davidsgrogan for review

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


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

Received on Thursday, 31 March 2022 21:41:56 UTC