- From: Philip Jägenstedt <notifications@github.com>
- Date: Fri, 12 Jun 2015 04:53:25 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Friday, 12 June 2015 11:53:52 UTC
https://dom.spec.whatwg.org/#mutation-method-macro This doesn't deal with the case where *nodes* contains no node at all. This needs to be defined for `ParentNode.prepend()`, `ParentNode.append()`, `ChildNode.before()`, `ChildNode.after()` and `ChildNode.replaceWith()` called with no arguments. The only case where there could be any doubt is `replaceWith()`, should that do nothing or remove the context object? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/44
Received on Friday, 12 June 2015 11:53:52 UTC