Skip to content

Conversation

@cdoublev
Copy link
Collaborator

@cdoublev cdoublev commented Nov 5, 2025

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

Partially fixes #9290.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[css-extensions-1] Minor syntax problems

2 participants