Re: [w3c/webcomponents] Allowing CSS combinators postfixed to the ::slotted() selector (#889)

What does the `::slotted` syntax add that the `querySelector("[slot].foo")` would not cover? Slotted content is light DOM so you shouldn't need to run that query inside shadowRoot. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/889#issuecomment-661800066

Received on Tuesday, 21 July 2020 11:29:51 UTC