- From: Ryosuke Niwa <notifications@github.com>
- Date: Thu, 11 Jun 2020 16:45:06 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 11 June 2020 23:45:18 UTC
I feel like you either misstated your original problem or doesn’t understand what `::part` does. It allows a shadow tree to expose its decadent element to the tree of its shadow host. I.e. if there is an element E with part specified in a shadow tree of a shadow host H, then H::part allows E to be styled within the tree of H. It no way allows us to style elements ancestor of which slotted into the shadow tree. -- 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/881#issuecomment-642984608
Received on Thursday, 11 June 2020 23:45:18 UTC