Re: [dom] insert/remove hooks need to be invoked for ancestor changes too (#34)

http://krijnhoetmer.nl/irc-logs/whatwg/20150729#l-370 seems to be suggesting

* node::bind(newParent)
* node::ancestorBind()
* node:unbind(oldParent, oldPreviousSibling)
* node::ancestorUnbind()

perhaps with an additional argument for "in-document" or just passing the ancestor in.

It's also still unclear whether this is enough to explain all existing features or whether they also need some form of mutation observers that is synchronous.

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

Received on Wednesday, 29 July 2015 11:26:13 UTC