Re: [w3c/webcomponents] Should custom elements be adoptable if so, how? (#512)

I guess Blink probably can run the callbacks of a detached window in the new document. It will be a bit tough on authors because they have to write something like `this.document.window.X` where you would normally write `X`, if X depends on things like having an active browsing context—which so much stuff does.

---
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/512#issuecomment-225075533

Received on Friday, 10 June 2016 01:56:27 UTC