Re: [csswg-drafts] [cssom] getComputedStyle for ::before::marker or ::after::marker (#4456)

I guess there's also the 3rd possibility of allowing a CSSPseudoElement as the 1st argument, then

```js
getComputedStyle(elt.pseudo("::before"), "::marker")
```

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

Received on Monday, 28 October 2019 15:51:43 UTC