mirror of
https://github.com/servo/servo.git
synced 2025-06-23 16:44:33 +01:00
Replaced Document::createHTMLDocument in favor of HTMLCollection helpers
This commit is contained in:
parent
d010861b75
commit
38ba71ceb1
2 changed files with 32 additions and 33 deletions
|
@ -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',
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue