summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLOptGroupElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLOptGroupElement.webidl')
-rw-r--r--dom/webidl/HTMLOptGroupElement.webidl5
1 files changed, 3 insertions, 2 deletions
diff --git a/dom/webidl/HTMLOptGroupElement.webidl b/dom/webidl/HTMLOptGroupElement.webidl
index a23aee30d..d46fb869d 100644
--- a/dom/webidl/HTMLOptGroupElement.webidl
+++ b/dom/webidl/HTMLOptGroupElement.webidl
@@ -11,9 +11,10 @@
* and create derivative works of this document.
*/
+[HTMLConstructor]
interface HTMLOptGroupElement : HTMLElement {
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute boolean disabled;
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute DOMString label;
};