Re: [csswg-drafts] [css-scoping-1] ::placeholder selector inside ::slotted() not working

According to css-pseudo-4, the tree-abiding pseudos are: ::before, ::after, ::marker, ::placeholder. So it currently follows from the specs that ::placeholder should be allowed after ::slotted().

There's no limitation in Blink that makes it hard to support any kind of pseudo elements after ::slotted(), but the previous CSSWG resolution was to limit this.

Reported Blink issue: https://crbug.com/902518


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

Received on Tuesday, 6 November 2018 22:28:41 UTC