Re: [csswg-drafts] [css-lists] Interaction of ::marker with other pseudo-elements. (#3826)

No, because `::marker` is the same as `*::marker` and `*` only matches ordinary elements, not pseudo-elements. You can't set `display` (or any properties) on any deeper level markers since there's no selector for it.

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

Received on Sunday, 14 April 2019 19:48:47 UTC