- From: Valdrin Koshi <notifications@github.com>
- Date: Wed, 17 Aug 2016 10:16:12 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Wednesday, 17 August 2016 17:16:42 UTC
Any advice on how to efficiently polyfill this? Is patching of `attachShadow` the only way to do this? I'm implementing the support of shadow dom for the [`inert` polyfill](https://github.com/WICG/inert/), and I need to observe shadowRoot creation and mutations in order to keep an inert element's content in the shadowDOM inert as well ([see issue](https://github.com/WICG/inert/issues/17) and [proposed solution with patching](https://github.com/WICG/inert/issues/17)). -- 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/204#issuecomment-240481454
Received on Wednesday, 17 August 2016 17:16:42 UTC