mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Issue #2955 - Implement form.requestSubmit(element)
This commit is contained in:
parent
96a9380208
commit
07666a5303
5 changed files with 54 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ interface HTMLFormElement : HTMLElement {
|
|||
|
||||
[Throws]
|
||||
void submit();
|
||||
[Pref="dom.forms.requestsubmit.enabled", Throws]
|
||||
void requestSubmit(optional HTMLElement? submitter = null);
|
||||
[CEReactions]
|
||||
void reset();
|
||||
boolean checkValidity();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue