implement HTMLDataListElement.options

This commit is contained in:
lpy 2014-03-08 00:32:34 +08:00
parent af616dba58
commit a2189ee066
3 changed files with 27 additions and 7 deletions

View file

@ -138,7 +138,7 @@ addHTMLElement('HTMLBRElement')
addHTMLElement('HTMLCanvasElement')
addHTMLElement('HTMLDataElement')
addHTMLElement('HTMLDivElement')
addHTMLElement('HTMLDataListElement')
addHTMLElement('HTMLDataListElement', needsAbstract=['options'])
addHTMLElement('HTMLDirectoryElement')
addHTMLElement('HTMLDListElement')
addHTMLElement('HTMLElement')