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

Blink seems to notify a few things before removal (the range stuff the DOM Standard handles directly within the remove algorithm):

* https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/core/dom/Document.cpp&l=3728
* https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/core/dom/ContainerNode.cpp&l=664

They then have a pretty clean interface for elements and such:

* https://gist.github.com/dglazkov/4e5d449a1931b7b5bba7

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

Received on Thursday, 30 July 2015 12:28:17 UTC