- From: fantasai via GitHub <noreply@w3.org>
- Date: Fri, 14 Nov 2025 06:44:17 +0000
- To: public-css-archive@w3.org
Incrementing on `::marker` seems convenient, but because it's not on the element itself, I suspect it's going to put people in some somewhat confusing situations... We do have nesting now, though so you can do
```
li { counter-increment: foo; ::before { content: counter(foo); } }
```
and not have to repeat yourself.
--
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5265#issuecomment-3531148796 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 14 November 2025 06:44:18 UTC