mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Add CEReactions where needed
This commit is contained in:
@@ -5,14 +5,23 @@
|
||||
// https://html.spec.whatwg.org/multipage/#htmlformelement
|
||||
[/*OverrideBuiltins, */HTMLConstructor]
|
||||
interface HTMLFormElement : HTMLElement {
|
||||
[CEReactions]
|
||||
attribute DOMString acceptCharset;
|
||||
[CEReactions]
|
||||
attribute DOMString action;
|
||||
[CEReactions]
|
||||
attribute DOMString autocomplete;
|
||||
[CEReactions]
|
||||
attribute DOMString enctype;
|
||||
[CEReactions]
|
||||
attribute DOMString encoding;
|
||||
[CEReactions]
|
||||
attribute DOMString method;
|
||||
[CEReactions]
|
||||
attribute DOMString name;
|
||||
[CEReactions]
|
||||
attribute boolean noValidate;
|
||||
[CEReactions]
|
||||
attribute DOMString target;
|
||||
|
||||
[SameObject] readonly attribute HTMLFormControlsCollection elements;
|
||||
@@ -21,6 +30,7 @@ interface HTMLFormElement : HTMLElement {
|
||||
//getter (RadioNodeList or Element) (DOMString name);
|
||||
|
||||
void submit();
|
||||
[CEReactions]
|
||||
void reset();
|
||||
//boolean checkValidity();
|
||||
//boolean reportValidity();
|
||||
|
||||
Reference in New Issue
Block a user