Re: [csswg-drafts] [css-values] A way to dynamically construct custom-ident and dashed-ident values (#9141)

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