mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
auto merge of #1855 : lpy/servo/issue1842, r=jdm
see #1842 When I tried to use like `datalist.options[0].value`, it returned nothing. So is it implemented?
This commit is contained in:
commit
6270178628
3 changed files with 27 additions and 7 deletions
|
@ -142,7 +142,7 @@ addHTMLElement('HTMLBRElement')
|
|||
addHTMLElement('HTMLCanvasElement')
|
||||
addHTMLElement('HTMLDataElement')
|
||||
addHTMLElement('HTMLDivElement')
|
||||
addHTMLElement('HTMLDataListElement')
|
||||
addHTMLElement('HTMLDataListElement', needsAbstract=['options'])
|
||||
addHTMLElement('HTMLDirectoryElement')
|
||||
addHTMLElement('HTMLDListElement')
|
||||
addHTMLElement('HTMLElement')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue