- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Fri, 25 Oct 2024 20:00:00 +0000
- To: public-css-archive@w3.org
The `var(var(--foo))` not working is due to something different (the way we process vars doesn't allow this, currently), not because it requires a literal ident, per se. It does mean that, under the current architecture, `var(attr(...))` won't work either (since `attr()` is functionally identical to a `var()` for this purpose), but `var(ident("--foo"))` should work. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9141#issuecomment-2438693098 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 25 October 2024 20:00:01 UTC