- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 08 Mar 2016 08:16:46 -0800
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Tuesday, 8 March 2016 16:17:25 UTC
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