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

`:hover` is a pseudo-class, `::placeholder` a pseudo-element. `::slotted(::placeholder)` should not work, though arguably `::slotted(*)::placeholder` should, per that issue.

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

Received on Tuesday, 25 September 2018 17:44:29 UTC