auto merge of #1838 : brunoabinader/servo/htmlcollection-live, r=jdm

This commit is contained in:
bors-servo 2014-03-07 15:43:24 -05:00
commit 2238d81b53
12 changed files with 277 additions and 64 deletions

View file

@ -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',