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

@foolip either you get a single record that lists the removed node and the added node. Or you get two records. The first with the removed node, the second with the added node (and no removed nodes). Those are the options we have. The first requires a simple change to step 10. The second requires changes to steps 11 and 14 and does not seem very straightforward to make.

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

Received on Friday, 27 November 2015 14:54:55 UTC