summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLParamElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLParamElement.webidl')
-rw-r--r--dom/webidl/HTMLParamElement.webidl8
1 files changed, 4 insertions, 4 deletions
diff --git a/dom/webidl/HTMLParamElement.webidl b/dom/webidl/HTMLParamElement.webidl
index b9f17d6f5..cf6b5a35a 100644
--- a/dom/webidl/HTMLParamElement.webidl
+++ b/dom/webidl/HTMLParamElement.webidl
@@ -15,16 +15,16 @@
// http://www.whatwg.org/specs/web-apps/current-work/#the-param-element
[HTMLConstructor]
interface HTMLParamElement : HTMLElement {
- [SetterThrows, Pure]
+ [CEReactions, SetterThrows, Pure]
attribute DOMString name;
- [SetterThrows, Pure]
+ [CEReactions, SetterThrows, Pure]
attribute DOMString value;
};
// http://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis
partial interface HTMLParamElement {
- [SetterThrows, Pure]
+ [CEReactions, SetterThrows, Pure]
attribute DOMString type;
- [SetterThrows, Pure]
+ [CEReactions, SetterThrows, Pure]
attribute DOMString valueType;
};