mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Implemented Document.importNode
Spec: http://dom.spec.whatwg.org/#dom-document-importnode
This commit is contained in:
parent
f34a64049a
commit
8a457a2caa
4 changed files with 24 additions and 3 deletions
|
@ -40,6 +40,7 @@ DOMInterfaces = {
|
|||
'getElementsByTagName',
|
||||
'getElementsByTagNameNS',
|
||||
'images',
|
||||
'importNode',
|
||||
'links',
|
||||
'plugins',
|
||||
'scripts',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue