- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 11 Oct 2023 17:12:15 +0000
- To: public-css-archive@w3.org
> 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