- From: Sam Sneddon via GitHub <sysbot+gh@w3.org>
- Date: Thu, 01 Jun 2023 23:29:15 +0000
- To: public-css-archive@w3.org
gsnedders has just created a new issue for https://github.com/w3c/csswg-drafts: == [css-counter-styles-3][css-lists-3] Unable to feature detect built-in counter styles == In the CSS2-era, pre-`@counter-style`, you can feature detect whether a given counter style is supported via `CSS.supports("list-style-type", "foo")` (or similar CSSOM incantations which work further back). However, with `list-style-type` now taking `<counter-style>`, (almost) any `<custom-ident>` is a valid value for `list-style-type`, which means you can no longer feature detect what counter styles have built-in support as far as I can tell. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8907 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 1 June 2023 23:29:17 UTC