mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
Implement Node.cloneNode
Spec: http://dom.spec.whatwg.org/#dom-node-clonenode Closes #1240.
This commit is contained in:
parent
5eee401403
commit
1703c427bc
4 changed files with 328 additions and 6 deletions
|
@ -82,6 +82,7 @@ DOMInterfaces = {
|
|||
'needsAbstract': [
|
||||
'appendChild',
|
||||
'childNodes',
|
||||
'cloneNode',
|
||||
'compareDocumentPosition',
|
||||
'contains',
|
||||
'insertBefore',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue