mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
Implemented {Document,Element}.getElementsByTagNameNS
This commit is contained in:
parent
d22dbb53ca
commit
e1499b610e
6 changed files with 26 additions and 6 deletions
|
@ -33,6 +33,7 @@ DOMInterfaces = {
|
|||
'createProcessingInstruction',
|
||||
'createTextNode',
|
||||
'getElementsByTagName',
|
||||
'getElementsByTagNameNS',
|
||||
'title',
|
||||
],
|
||||
},
|
||||
|
@ -45,6 +46,7 @@ DOMInterfaces = {
|
|||
'getBoundingClientRect',
|
||||
'getClientRects',
|
||||
'getElementsByTagName',
|
||||
'getElementsByTagNameNS',
|
||||
'id',
|
||||
'innerHTML',
|
||||
'outerHTML',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue