- From: Joe Pea <notifications@github.com>
- Date: Sun, 21 Mar 2021 22:36:07 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 March 2021 05:36:20 UTC
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