Re: [csswg-drafts] [css-pseudo] Which properties to reset in ::marker (#4568)

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