Implement Node::replaceChild()

Implements Node:replaceChild() according to spec below:
http://dom.spec.whatwg.org/#concept-node-replace

Closes #1430.
This commit is contained in:
Bruno de Oliveira Abinader 2014-01-06 18:32:55 -04:00
parent 9b7425000b
commit 3b82b11054
4 changed files with 224 additions and 57 deletions

View file

@ -312,6 +312,7 @@ DOMInterfaces = {
'pointerType': '',
'needsAbstract': [
'appendChild',
'replaceChild',
'nodeName',
'nodeValue',
'removeChild',