- From: Caridy Patiño <notifications@github.com>
- Date: Fri, 14 Aug 2020 11:37:29 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 14 August 2020 18:37:43 UTC
@annevk this is very interesting, but first let me see if I fully understand the problem here: 1. a component that extends another component, and attaches a shadow root with mode closed, could be leaking the shadow root instance in the super inadvertently if the super attaches the element internals 2. a component that is extended by another component, could always access its shadow via element internals Is that an accurate assessment of the encapsulation issue? -- 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/871#issuecomment-674209454
Received on Friday, 14 August 2020 18:37:43 UTC