- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Fri, 10 Feb 2023 20:27:19 +0000
- To: public-css-archive@w3.org
Nah, they're pretty different. `tokens()` from that issue prevents *any* resolution of what's inside of it - `tokens(var(--foo))`, in particular, doesn't sub in the `--foo` property, it stays as an unresolved `var(--foo)` token. `spread2()` here doesn't affect the interpretation of the function at all, just substitution behavior. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8391#issuecomment-1426303575 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 10 February 2023 20:27:20 UTC