- From: Guillaume via GitHub <noreply@w3.org>
- Date: Wed, 05 Nov 2025 04:16:56 +0000
- To: public-css-archive@w3.org
cdoublev has just submitted a new pull request for https://github.com/w3c/csswg-drafts:
== [css-extensions-1][editorial] Minor syntax fixes ==
Removed `;` in `<custom-selector>` since it is already included in `@custom-selector`. Perhaps it was used as the end of the production rule (and as such, it was expected to be ignored), but then this should be specified in the value definition syntax.
Wrapped `$` between single quotes.
> Delimiters, which represent their corresponding tokens. Slashes (/), commas (,), colons (:), semicolons (;), parentheses (( and )), and braces ({ and }) are written literally. Other delimiters must be written enclosed in single quotes (such as '+').
https://drafts.csswg.org/css-values-4/#component-types
See https://github.com/w3c/csswg-drafts/pull/13061
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 5 November 2025 04:16:57 UTC