Implemented {Document,Element}.getElementsByTagNameNS

This commit is contained in:
Bruno de Oliveira Abinader 2014-02-27 13:18:03 -04:00
parent d22dbb53ca
commit e1499b610e
6 changed files with 26 additions and 6 deletions

View file

@ -33,6 +33,7 @@ DOMInterfaces = {
'createProcessingInstruction',
'createTextNode',
'getElementsByTagName',
'getElementsByTagNameNS',
'title',
],
},
@ -45,6 +46,7 @@ DOMInterfaces = {
'getBoundingClientRect',
'getClientRects',
'getElementsByTagName',
'getElementsByTagNameNS',
'id',
'innerHTML',
'outerHTML',