Re: [dom] Fix the adoption step when replacing node by child into parent (#121)

So if IIUC, we're talking about step 10 of the [replace](https://dom.spec.whatwg.org/#concept-node-replace) algorithm, used in `replaceChild()` and `replaceWith()`, right?

Is there the same problem in step 4 of [pre-insert](https://dom.spec.whatwg.org/#concept-node-pre-insert), which is used in a lot of places?

There appears to be inconsistencies here as well:
http://software.hixie.ch/utilities/js/live-dom-viewer/saved/3767

Gecko logs mutations, Blink does not.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/121#issuecomment-160072476

Received on Friday, 27 November 2015 08:45:46 UTC