- From: Florian Rivoal via GitHub <sysbot+gh@w3.org>
- Date: Mon, 09 Dec 2019 03:23:42 +0000
- To: public-css-archive@w3.org
Not really, since `list-style-position` needs to be applied to the list item to take effect, not the marker. So there's no loop. Applying `list-style-position` on the `::marker` would work just fine if the marker itself was a list item, and then it would change the position of `::marker::marker`. If we don't allow having markers on markers, then it is only natural than applying list-style-position on the marker itself would do nothing. -- GitHub Notification of comment by frivoal Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4568#issuecomment-563046437 using your GitHub account
Received on Monday, 9 December 2019 03:23:44 UTC