mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
Implement Document.createElementNS.
This commit is contained in:
parent
86c83f7bfc
commit
4b0da08573
6 changed files with 101 additions and 8 deletions
|
@ -33,6 +33,7 @@ DOMInterfaces = {
|
|||
'createComment',
|
||||
'createDocumentFragment',
|
||||
'createElement',
|
||||
'createElementNS',
|
||||
'createProcessingInstruction',
|
||||
'createTextNode',
|
||||
'embeds',
|
||||
|
@ -95,6 +96,7 @@ DOMInterfaces = {
|
|||
'contains',
|
||||
'insertBefore',
|
||||
'isEqualNode',
|
||||
'namespaceURI',
|
||||
'nodeName',
|
||||
'nodeValue',
|
||||
'normalize',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue