- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 30 Jul 2015 05:27:34 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 30 July 2015 12:28:17 UTC
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