aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen
diff options
context:
space:
mode:
authorbors-servo <release+servo@mozilla.com>2014-03-19 18:04:57 -0400
committerbors-servo <release+servo@mozilla.com>2014-03-19 18:04:57 -0400
commit627017862859756231ce28a521b3128c6528b982 (patch)
tree5c5a56881c785ebab8d0af9f45de60e56b69624e /src/components/script/dom/bindings/codegen
parentb345e9458a316096a7877f3d54b25a9d8d155540 (diff)
parenta2189ee066e32f3dbaa3e583fdd583dffcb1624e (diff)
downloadservo-627017862859756231ce28a521b3128c6528b982.tar.gz
servo-627017862859756231ce28a521b3128c6528b982.zip
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?
Diffstat (limited to 'src/components/script/dom/bindings/codegen')
-rw-r--r--src/components/script/dom/bindings/codegen/Bindings.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/bindings/codegen/Bindings.conf b/src/components/script/dom/bindings/codegen/Bindings.conf
index 0aa60ed606b..eac06e8454d 100644
--- a/src/components/script/dom/bindings/codegen/Bindings.conf
+++ b/src/components/script/dom/bindings/codegen/Bindings.conf
@@ -142,7 +142,7 @@ addHTMLElement('HTMLBRElement')
addHTMLElement('HTMLCanvasElement')
addHTMLElement('HTMLDataElement')
addHTMLElement('HTMLDivElement')
-addHTMLElement('HTMLDataListElement')
+addHTMLElement('HTMLDataListElement', needsAbstract=['options'])
addHTMLElement('HTMLDirectoryElement')
addHTMLElement('HTMLDListElement')
addHTMLElement('HTMLElement')