summaryrefslogtreecommitdiffstats
path: root/dom/webidl/HTMLModElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/HTMLModElement.webidl')
-rw-r--r--dom/webidl/HTMLModElement.webidl5
1 files changed, 3 insertions, 2 deletions
diff --git a/dom/webidl/HTMLModElement.webidl b/dom/webidl/HTMLModElement.webidl
index 45086cceb..8ed8b994b 100644
--- a/dom/webidl/HTMLModElement.webidl
+++ b/dom/webidl/HTMLModElement.webidl
@@ -11,9 +11,10 @@
*/
// http://www.whatwg.org/specs/web-apps/current-work/#attributes-common-to-ins-and-del-elements
+[HTMLConstructor]
interface HTMLModElement : HTMLElement {
- [SetterThrows, Pure]
+ [CEReactions, SetterThrows, Pure]
attribute DOMString cite;
- [SetterThrows, Pure]
+ [CEReactions, SetterThrows, Pure]
attribute DOMString dateTime;
};