summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLOutputElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLOutputElement.webidl')
-rw-r--r--dom/webidl/HTMLOutputElement.webidl6
1 files changed, 3 insertions, 3 deletions
diff --git a/dom/webidl/HTMLOutputElement.webidl b/dom/webidl/HTMLOutputElement.webidl
index 698fd08d1..4d65209a9 100644
--- a/dom/webidl/HTMLOutputElement.webidl
+++ b/dom/webidl/HTMLOutputElement.webidl
@@ -17,14 +17,14 @@ interface HTMLOutputElement : HTMLElement {
[PutForwards=value, Constant]
readonly attribute DOMTokenList htmlFor;
readonly attribute HTMLFormElement? form;
- [SetterThrows, Pure]
+ [CEReactions, SetterThrows, Pure]
attribute DOMString name;
[Constant]
readonly attribute DOMString type;
- [SetterThrows, Pure]
+ [CEReactions, SetterThrows, Pure]
attribute DOMString defaultValue;
- [SetterThrows, Pure]
+ [CEReactions, SetterThrows, Pure]
attribute DOMString value;
readonly attribute boolean willValidate;