[dom] Proposal: Node#appendSibling/prependSibling

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

Received on Sunday, 31 May 2015 13:28:51 UTC