Implement Document.createElementNS.

This commit is contained in:
Daniel Glazman 2014-04-07 10:14:01 +02:00 committed by Ms2ger
parent 86c83f7bfc
commit 4b0da08573
6 changed files with 101 additions and 8 deletions

View file

@ -33,6 +33,7 @@ DOMInterfaces = {
'createComment',
'createDocumentFragment',
'createElement',
'createElementNS',
'createProcessingInstruction',
'createTextNode',
'embeds',
@ -95,6 +96,7 @@ DOMInterfaces = {
'contains',
'insertBefore',
'isEqualNode',
'namespaceURI',
'nodeName',
'nodeValue',
'normalize',