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

Exposing `:inside`/`:outside` could make `:has()` impossible, or at least prevent it from containing pseudo-elements

```css
:has(::marker:outside) { list-style-position: inside }
```


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

Received on Wednesday, 11 December 2019 09:56:42 UTC