mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
Add CEReactions where needed
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user