Re: [csswg-drafts] [css-images-4][css-grid] Allow transitions between different types within `stripes()` (#8622)

> If a <length-percentage> stays as-is, I think <flex> should rather compute to a <length-percentage> instead of a <length>.

I'm not sure how I missed this comment, but yes, that makes perfect sense, @Loirooriol. Each flex computes to `(100% - sum-of-percents - sum-of-fixed) * flex value / max(1, sum-of-flexes)`, and now it's a perfectly ordinary length-percentage with reasonable linear transitioning behavior.

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


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

Received on Wednesday, 11 October 2023 17:12:17 UTC