[dom] Proposal: Node#appendSibling/prependSibling

xlaywan via GitHub <[email protected]> Sun, 31 May 2015 13:28:50 +0000
Newsgroups gmane.comp.web.dom.general
Message-ID <[email protected]>
xlaywan has just created a new issue for 
https://github.com/whatwg/dom:

== Proposal: Node#appendSibling/prependSibling ==
``` js
element.appendSibling(sibling)
```
Good way to replace non-standard `insertAdjacentElement`.

See https://github.com/whatwg/dom/issues/38