Issue #2955 - Implement form.requestSubmit(element)

This commit is contained in:
Moonchild 2026-02-20 09:57:46 +01:00 committed by OwnedByWuigi
commit 07666a5303
5 changed files with 54 additions and 0 deletions

View file

@ -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();