mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add CEReactions where needed
This commit is contained in:
parent
438191e0b2
commit
2460997ee1
100 changed files with 1025 additions and 979 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue