Re: [csswg-drafts] [css-values-5] ident() (and string()) with used-value-time arguments (#12192)

> By the way, this means `ident("--foo" counter(...))` won't be possible.

And what about (with `--c` registered as a `<number>`) the following?

```css
--c: counter(c);
some-name: ident("--foo-" var(--c));
```

-- 
GitHub Notification of comment by bramus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12192#issuecomment-2880467936 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 14 May 2025 14:29:42 UTC