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

@bramus Nit, but I think this should be sufficient?

```
<ident-fn> = ident(<ident-args>+);
<ident-args> = [<string>  | <ident-fn>]+
```

- `attr()` returns a string, so it's already included in `<string>`
- Provided the `var()` returns a `<string>`, it should be already allowed?
- What is the use case for `<ident-fn>`?

The first non-empty stuff seems somewhat orthogonal, and should likely be handled more broadly.

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


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

Received on Tuesday, 22 October 2024 03:28:28 UTC