mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Implemented {Document,Element}.getElementsByClassName
This commit is contained in:
parent
e1499b610e
commit
d010861b75
5 changed files with 24 additions and 4 deletions
|
@ -32,6 +32,7 @@ DOMInterfaces = {
|
|||
'createElement',
|
||||
'createProcessingInstruction',
|
||||
'createTextNode',
|
||||
'getElementsByClassName',
|
||||
'getElementsByTagName',
|
||||
'getElementsByTagNameNS',
|
||||
'title',
|
||||
|
@ -45,6 +46,7 @@ DOMInterfaces = {
|
|||
'attributes',
|
||||
'getBoundingClientRect',
|
||||
'getClientRects',
|
||||
'getElementsByClassName',
|
||||
'getElementsByTagName',
|
||||
'getElementsByTagNameNS',
|
||||
'id',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue