- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 04 Mar 2025 22:58:55 +0000
- To: public-css-archive@w3.org
Right, `foo(` is a distinct token, which is why it acts differently than the others. `foo()` is a function-token followed by a right parenthesis delim token. (Tho I note you mentioned escapes as apparently being something new, but they've always been part of functions - you can write `\6c inear-gradient(90deg, red, blue)`. The ident part of a function token just uses normal ident-parsing rules.) -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10558#issuecomment-2699178036 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 4 March 2025 22:58:56 UTC