Replaced Document::createHTMLDocument in favor of HTMLCollection helpers

This commit is contained in:
Bruno de Oliveira Abinader 2014-02-27 13:43:55 -04:00
parent d010861b75
commit 38ba71ceb1
2 changed files with 32 additions and 33 deletions

View file

@ -26,15 +26,23 @@ DOMInterfaces = {
'Console': {},
'Document': {
'needsAbstract': [
'anchors',
'applets',
'body',
'createComment',
'createDocumentFragment',
'createElement',
'createProcessingInstruction',
'createTextNode',
'embeds',
'forms',
'getElementsByClassName',
'getElementsByTagName',
'getElementsByTagNameNS',
'images',
'links',
'plugins',
'scripts',
'title',
],
},