Re: [w3c/webcomponents] Extending from a component with shadow dom may be difficult. (#643)

I guess it is what it is. If the super class exposes the shadow dom on a property, f.e. `this.root`, then the extending class can modify the internals (hopefully, without ruining private super code that may be relying on a particular structure to be present in the shadow root).

-- 
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/643#issuecomment-308810230

Received on Thursday, 15 June 2017 17:18:28 UTC