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