aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLButtonElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLButtonElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLButtonElement.webidl28
1 files changed, 19 insertions, 9 deletions
diff --git a/components/script/dom/webidls/HTMLButtonElement.webidl b/components/script/dom/webidls/HTMLButtonElement.webidl
index 92932680ff8..7ef0f8a5b10 100644
--- a/components/script/dom/webidls/HTMLButtonElement.webidl
+++ b/components/script/dom/webidls/HTMLButtonElement.webidl
@@ -5,17 +5,27 @@
// https://html.spec.whatwg.org/multipage/#htmlbuttonelement
[HTMLConstructor]
interface HTMLButtonElement : HTMLElement {
+ // [CEReactions]
// attribute boolean autofocus;
- attribute boolean disabled;
+ [CEReactions]
+ attribute boolean disabled;
readonly attribute HTMLFormElement? form;
- attribute DOMString formAction;
- attribute DOMString formEnctype;
- attribute DOMString formMethod;
- attribute boolean formNoValidate;
- attribute DOMString formTarget;
- attribute DOMString name;
- attribute DOMString type;
- attribute DOMString value;
+ [CEReactions]
+ attribute DOMString formAction;
+ [CEReactions]
+ attribute DOMString formEnctype;
+ [CEReactions]
+ attribute DOMString formMethod;
+ [CEReactions]
+ attribute boolean formNoValidate;
+ [CEReactions]
+ attribute DOMString formTarget;
+ [CEReactions]
+ attribute DOMString name;
+ [CEReactions]
+ attribute DOMString type;
+ [CEReactions]
+ attribute DOMString value;
// attribute HTMLMenuElement? menu;
//readonly attribute boolean willValidate;