Re: [w3c/webcomponents] Expose shadowRoot on element internals (#871)

@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