aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLDataElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLDataElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLDataElement.webidl1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/webidls/HTMLDataElement.webidl b/components/script/dom/webidls/HTMLDataElement.webidl
index d36b79635c0..e74581edd6c 100644
--- a/components/script/dom/webidls/HTMLDataElement.webidl
+++ b/components/script/dom/webidls/HTMLDataElement.webidl
@@ -5,5 +5,6 @@
// https://html.spec.whatwg.org/multipage/#htmldataelement
[HTMLConstructor]
interface HTMLDataElement : HTMLElement {
+ [CEReactions]
attribute DOMString value;
};