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

Cool. So basically what you are saying is `slot > div span` (inside a shadow root style) achieves the same as the hypothetical concept `::slotted(div) span` (in a shadow root style) of the OP!

I wonder why I hadn't thought of it. Somehow `::slotted` (with post-fixed selectors) seemed like what I wanted, but `slot ...` is super easy and practically has the same meaning.

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

Received on Monday, 22 March 2021 05:36:20 UTC