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

Where is that check? My example was `parent.insertBefore(a, b)` where that wouldn't actually change the order, but there's also `parent.insertBefore(a, a)` which I guess is what you're talking about?

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

Received on Friday, 27 November 2015 10:34:04 UTC