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

Sure, I mean that for example Chromium legacy reads the `list-style-position` of the marker itself (LayoutListMarker) instead of the list item. That's a valid interpretation because `list-style-position` inherits and is not syntactically supported in ::marker. And it's not unreasonable for the ::marker to obey its own `list-style-position` instead of the list item one. This interpretation won't be possible once we allow all properties in ::marker if we have `:inside` and `:outside`.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4568#issuecomment-563145325 using your GitHub account

Received on Monday, 9 December 2019 09:34:38 UTC