- From: Lea Verou via GitHub <sysbot+gh@w3.org>
- Date: Tue, 22 Oct 2024 03:28:27 +0000
- To: public-css-archive@w3.org
@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