mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
auto merge of #1838 : brunoabinader/servo/htmlcollection-live, r=jdm
This commit is contained in:
commit
2238d81b53
12 changed files with 277 additions and 64 deletions
|
@ -26,12 +26,23 @@ DOMInterfaces = {
|
|||
'Console': {},
|
||||
'Document': {
|
||||
'needsAbstract': [
|
||||
'anchors',
|
||||
'applets',
|
||||
'body',
|
||||
'createComment',
|
||||
'createDocumentFragment',
|
||||
'createElement',
|
||||
'createProcessingInstruction',
|
||||
'createTextNode',
|
||||
'embeds',
|
||||
'forms',
|
||||
'getElementsByClassName',
|
||||
'getElementsByTagName',
|
||||
'getElementsByTagNameNS',
|
||||
'images',
|
||||
'links',
|
||||
'plugins',
|
||||
'scripts',
|
||||
'title',
|
||||
],
|
||||
},
|
||||
|
@ -43,6 +54,9 @@ DOMInterfaces = {
|
|||
'attributes',
|
||||
'getBoundingClientRect',
|
||||
'getClientRects',
|
||||
'getElementsByClassName',
|
||||
'getElementsByTagName',
|
||||
'getElementsByTagNameNS',
|
||||
'id',
|
||||
'innerHTML',
|
||||
'outerHTML',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue