- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 01 Dec 2022 23:37:28 +0000
- To: public-css-archive@w3.org
But transitions work on computed values, and #8140 made percentages compute as-is and clarified that `<flex>` computes as-is. So if this can be interpolated, we need a way to express the intermediate values as a combination of `<flex>` and `<length-percentage>`. Then, if `calc(5px + 5fr)` is valid then everything is fine. But I'm not sure it's automatically valid, with `<length-percentage>` a percentage resolves against a length and thus has type «[ "length" → 1 ]». But `<flex>` has type «[ "flex" → 1 ]», so need to be careful. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8163#issuecomment-1334582149 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 1 December 2022 23:37:30 UTC