[dom] Node.replaceChild() doesn't correctly queue mutation records (#59)

Step 13 states that the mutation record's previous sibling should be `child`'s previous sibling, but `child` was removed from its parent on step 10. There should be a step between 9 and 10 where its previous sibling is bound to a variable and reused in step 13.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/59

Received on Thursday, 23 July 2015 11:45:20 UTC