- From: fantasai via GitHub <sysbot+gh@w3.org>
- Date: Thu, 29 Dec 2022 20:48:29 +0000
- To: public-css-archive@w3.org
Three possible ways forward here:
- Introduce a new keyword to `display` that acts like `list-item` but doesn't touch the `list-item` counter, e.g. `marker-item` or something.
- Have `::marker { content: anything-except-normal-or-none }` trigger creation of a marker box. (This is slightly complicated by the fact that `::marker { content: normal }` needs to create a marker box when attached to a list item.)
- Address the perf problem by setting `counter-increment` to a value that explicitly doesn't touch the list-item counter.
--
GitHub Notification of comment by fantasai
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6781#issuecomment-1367577876 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 29 December 2022 20:48:35 UTC