aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLLegendElement.webidl
diff options
context:
space:
mode:
authorAdrian Utrilla <adrianutrilla@gmail.com>2016-04-03 18:25:40 +0200
committerAdrian Utrilla <adrianutrilla@gmail.com>2016-04-06 17:42:24 +0200
commita8f9887d8634da3862b150e91cb4eb4ebeb09c2a (patch)
tree0d66f0d98d8788345d666cc70d841b8a96e832d7 /components/script/dom/webidls/HTMLLegendElement.webidl
parent88d29e537cb3e92cc39804eabca7cb347c1417e9 (diff)
downloadservo-a8f9887d8634da3862b150e91cb4eb4ebeb09c2a.tar.gz
servo-a8f9887d8634da3862b150e91cb4eb4ebeb09c2a.zip
Added .form property for legend tag
Diffstat (limited to 'components/script/dom/webidls/HTMLLegendElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLLegendElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLLegendElement.webidl b/components/script/dom/webidls/HTMLLegendElement.webidl
index 8c8b55c3e14..0fa9227975b 100644
--- a/components/script/dom/webidls/HTMLLegendElement.webidl
+++ b/components/script/dom/webidls/HTMLLegendElement.webidl
@@ -5,7 +5,7 @@
// https://html.spec.whatwg.org/multipage/#htmllegendelement
interface HTMLLegendElement : HTMLElement {
- //readonly attribute HTMLFormElement? form;
+ readonly attribute HTMLFormElement? form;
// also has obsolete members
};