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

> The inability to distinguish between inside and outside markers is consistently making the process of styling them (both in terms which properties apply, and what their defaults are) quite a bit more complicated. Would something like ::marker:inside and ::marker:outside be worth considering?

I suspect you're right, and that we need something like this. Whether we actually expose it is an interesting question, but given that inside markers and outside markers seem call for different behaviors, effectively that's the model we're using. Given that this doesn't introduce any selector-styling loop shenanigans, I suspect we should make it explicit and expose it.

And from there, it looks like quite a few of the resets (with or without `!important`) should be on `::marker:outside` rather than on `::maker`, as the inside case seems to need much less magic.

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

Received on Monday, 9 December 2019 00:35:12 UTC