mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
@@ -34,10 +34,10 @@ interface HTMLFormElement : HTMLElement {
|
||||
getter Element? (unsigned long index);
|
||||
getter (RadioNodeList or Element) (DOMString name);
|
||||
|
||||
void submit();
|
||||
[Throws] void requestSubmit(optional HTMLElement? submitter = null);
|
||||
undefined submit();
|
||||
[Throws] undefined requestSubmit(optional HTMLElement? submitter = null);
|
||||
[CEReactions]
|
||||
void reset();
|
||||
undefined reset();
|
||||
boolean checkValidity();
|
||||
boolean reportValidity();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user