- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 30 Oct 2024 12:18:14 +0000
- To: public-css-archive@w3.org
Note that `all` is a shorthand (at least according to the spec, but Blink isn't compliant). I don't think this can be a shorthand because shorthands need to expand at parse time, but there is an infinite number of possible custom properties. So I wouldn't mix this with `all`. > to allow later inclusion of properties excluded today or in the future As long as `all` is a shorthand this is not possible, because the value of `transition-behavior` isn't known until computed value time, but we need to expand shorthands earlier in the cascade. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11105#issuecomment-2446947005 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 30 October 2024 12:18:15 UTC