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

There's no callback for the first `appendChild()`, due to lack of a shadow-host-including root that is a document.

For the second call to `appendChild()`, by the time the callbacks are called, `this.ownerDocument()` will be `document2`. This follows from the operations `appendChild()` does.

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

Received on Tuesday, 8 March 2016 16:17:25 UTC