mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
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:
parent
9b7425000b
commit
3b82b11054
4 changed files with 224 additions and 57 deletions
|
@ -312,6 +312,7 @@ DOMInterfaces = {
|
|||
'pointerType': '',
|
||||
'needsAbstract': [
|
||||
'appendChild',
|
||||
'replaceChild',
|
||||
'nodeName',
|
||||
'nodeValue',
|
||||
'removeChild',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue