summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLHRElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLHRElement.webidl')
-rw-r--r--dom/webidl/HTMLHRElement.webidl10
1 files changed, 5 insertions, 5 deletions
diff --git a/dom/webidl/HTMLHRElement.webidl b/dom/webidl/HTMLHRElement.webidl
index 9359d74b9..24ba3112a 100644
--- a/dom/webidl/HTMLHRElement.webidl
+++ b/dom/webidl/HTMLHRElement.webidl
@@ -18,14 +18,14 @@ interface HTMLHRElement : HTMLElement {
// http://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis
partial interface HTMLHRElement {
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute DOMString align;
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute DOMString color;
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute boolean noShade;
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute DOMString size;
- [SetterThrows]
+ [CEReactions, SetterThrows]
attribute DOMString width;
};