- From: Guillaume via GitHub <sysbot+gh@w3.org>
- Date: Mon, 05 Dec 2022 07:41:58 +0000
- To: public-css-archive@w3.org
cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-counter-styles-3] Namespace of complex predefined counter styles == If I am not missing something, [complex predefined counter styles](https://drafts.csswg.org/css-counter-styles-3/#complex-predefined-counters) should have [`<counter-style-name>`](https://drafts.csswg.org/css-counter-styles-3/#typedef-counter-style-name) instead of [`<counter-style>`](https://drafts.csswg.org/css-counter-styles-3/#typedef-counter-style) as their namespace, like all other predefined counter styles: ```diff - <dl dfn-type="value" dfn-for="<counter-style>"> + <dl dfn-type="value" dfn-for="<counter-style-name>"> <dt><dfn id="japanese-informal">japanese-informal</dfn> ``` https://github.com/w3c/csswg-drafts/blob/9f72bd67c1bfb6011ac4bd38f129780f0182dd0e/css-counter-styles-3/Overview.bs#L2052 This would prevent them from being separated in [`w3c/webref` exports](https://github.com/w3c/webref/blob/15f0c80b0de078d46123cce51b9e2791a73ea5bd/ed/css/css-counter-styles.json). Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8185 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:42:00 UTC