aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLMeterElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLMeterElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLMeterElement.webidl24
1 files changed, 12 insertions, 12 deletions
diff --git a/components/script/dom/webidls/HTMLMeterElement.webidl b/components/script/dom/webidls/HTMLMeterElement.webidl
index 4021d2ec185..23e6bc16b3e 100644
--- a/components/script/dom/webidls/HTMLMeterElement.webidl
+++ b/components/script/dom/webidls/HTMLMeterElement.webidl
@@ -7,17 +7,17 @@
interface HTMLMeterElement : HTMLElement {
[HTMLConstructor] constructor();
- // [CEReactions]
- // attribute double value;
- // [CEReactions]
- // attribute double min;
- // [CEReactions]
- // attribute double max;
- // [CEReactions]
- // attribute double low;
- // [CEReactions]
- // attribute double high;
- // [CEReactions]
- // attribute double optimum;
+ [CEReactions]
+ attribute double value;
+ [CEReactions]
+ attribute double min;
+ [CEReactions]
+ attribute double max;
+ [CEReactions]
+ attribute double low;
+ [CEReactions]
+ attribute double high;
+ [CEReactions]
+ attribute double optimum;
readonly attribute NodeList labels;
};