- From: Guillaume via GitHub <noreply@w3.org>
- Date: Tue, 21 Oct 2025 05:44:41 +0000
- To: public-css-archive@w3.org
I am confused. :worried: Quoting the new text: > The `<string>` should be treated as `<custom-ident>`, hence parsed as invalid if is one of the CSS-wide keywords or "default" This is not what I understand from the above resolution, tests on WPT, and output in Firefox. `"<css-wide-keyword>"`, `"default"`, `"none"`, `"1"`, `"not a custom ident"`, etc... are all valid on WPT and in Firefox, which serializes them as an identifier when possible. `normal` and `auto` are valid. `none` is invalid. -- GitHub Notification of comment by cdoublev Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2435#issuecomment-3424780781 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 21 October 2025 05:44:42 UTC