Re: [csswg-drafts] [css-values-5][various] Better handling of arguments with commas (#9539)

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