- From: Lea Verou via GitHub <sysbot+gh@w3.org>
- Date: Fri, 25 Oct 2024 03:10:40 +0000
- To: public-css-archive@w3.org
> Good call. So that makes: > > ``` > <ident-fn> = ident(<ident-args>#); > <ident-args> = [<string> | <ident>]+ > ``` Looks great, short and sweet. Agenda+ so we can get group consensus. ---- Btw, presumably we want this to work in `var()`, right? However, today, `var()` does not seem to accept anything other than a direct `<ident>`, another `var()` that returns an ident names it invalid at parse time: https://codepen.io/leaverou/pen/OJKOBWK?editors=0100 @tabatkins will this require parser changes? -- GitHub Notification of comment by LeaVerou Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9141#issuecomment-2436719046 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 03:10:41 UTC