You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-platform
In Firefox 75, I intend to turn form.requestSubmit() on by default.
Summary: The form.requestSubmit() function which requests form submission.
It includes interactive constraint validation, dispatches a 'submit' event,
and takes a reference to the submitter button. The difference between
form.submit() and form.requestSubmit() is that form.submit() submits the
form, bypassing interactive constraint validation and firing of the submit
event.