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

I love this! especially for #8320, in conjunction with #8319.
A few nits:
- Not sure if it needs to be `dashed-ident` or simply `ident()` that joins whatever it gets, strings or attributes
- For concatenation I would use space separation rather than comma, the same way concatenation works for `content`

e.g.:

`ident("song" attr(id) "-" counter(foobar))` would return e.g. `song300-1` 




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


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

Received on Tuesday, 10 October 2023 18:02:16 UTC