Skip to content

[css-counter-styles-3] Extended @counter-style containing *-symbols are valid #11883

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2025

Conversation

cdoublev
Copy link
Collaborator

Fixes #9258. This PR removes this emphasized part:

If a @counter-style uses the extends system, it must not contain a symbols or additive-symbols descriptor, or else the @counter-style rule is invalid.

It was reported in #5717 and should have been fixed in ba2a8cb.

They all follow the resolution in #1682.


ba2a8cb and this PR leave multiple requirements ("must [not] contain") without explicitly saying what should happen when they are not met. In my opinion, "otherwise, the @counter-style does not define a counter style (but is still a valid at-rule)" should be added.

@tabatkins tabatkins merged commit 3a1c489 into w3c:main Mar 10, 2025
1 check passed
@tabatkins
Copy link
Member

In my opinion, "otherwise, the @counter-style does not define a counter style (but is still a valid at-rule)" should be added.

Yup, sounds good.

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-counter-styles-3] @counter-style declared with extended system and *-symbols
2 participants