- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 29 Nov 2023 18:16:22 +0000
- To: public-css-archive@w3.org
Would you require `value()` always or only to wrap values with top-level commas? Also I don't see the problem with `mix(50%, var(--foo), var(--bar))`, it's typical for `var()` that you don't know whether the result will be valid or not. But at least we know that `mix()` has 3 arguments, and there are already two commas. So it will be valid iff the values of `--foo` and `--bar` are valid for the property, and they do not contain top-level commas. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9539#issuecomment-1832461412 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 29 November 2023 18:16:24 UTC