[csswg-drafts] [css-counter-styles-3] Setting `CSSCounterStyleRule.name` should ignore symbolic counter styles (#8186)

cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-counter-styles-3] Setting `CSSCounterStyleRule.name` should ignore symbolic counter styles ==
If I am not mistaken, [`CSSCounterStyleRule.name`](https://drafts.csswg.org/css-counter-styles-3/#dom-csscounterstylerule-name) should ignore symbolic counter styles, because they are invalid.

> The keywords `decimal`, `disc`, `square`, `circle`, `disclosure-open`, and `disclosure-closed` are valid `<counter-style-name>`s, but are invalid when used here to name a counter style rule; doing so makes the rule invalid (related issue: #3584).

https://drafts.csswg.org/css-counter-styles-3/#the-counter-style-rule

```diff
-  If the value is not "decimal", "disc", or "none", replace the associated rule’s name with an identifier equal to the value.
+  If the value is not "decimal", "disc", "square", "circle", "disclosure-open", "disclosure-closed", or "none", replace the associated rule’s name with an identifier equal to the value.
```

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8186 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 5 December 2022 07:52:39 UTC