Re: [webcomponents] Replace attached/detached callbacks with insertedIntoDocument/removedFromDocument (#362)

@smaug---- pointed out document does not need to be passed, you can simply use `this.ownerDocument.defaultView`. He also pointed out that in Gecko newAncestor/oldAncestor are only passed for the root (where they'd mean the same as newParent/oldParent) and not the descendants.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/362#issuecomment-193297051

Received on Monday, 7 March 2016 15:25:15 UTC