Closed
Bug 1552301
Opened 4 years ago
Closed 3 years ago
Implement <form>.requestSubmit()
Categories
(Core :: DOM: Forms, enhancement)
Core
DOM: Forms
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: d, Assigned: jdai)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Spec discussion/motivation: https://github.com/whatwg/html/issues/4187
Spec PR (merged): https://github.com/whatwg/html/pull/4597
Tests PR (merged): https://github.com/web-platform-tests/wpt/pull/16743
Spec: https://html.spec.whatwg.org/multipage/forms.html#dom-form-requestsubmit
Updated•4 years ago
|
Type: defect → enhancement
Updated•4 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 1•3 years ago
|
||
Put it into my queue, I'll implement it. :)
Assignee: nobody → jdai
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Component: DOM: Core & HTML → DOM: Forms
Pushed by jdai@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/25482b69af3d Implement form.requestSubmit(); r=smaug
Comment 5•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
Comment 6•3 years ago
|
||
Documentation updated:
- Updated HTMLFormElement to improve layout a bit and to add the new
requestSubmit()
method - Documented HTMLFormElement.requestSubmit()
- Added to Firefox 73 for developers
- Submitted PR 5488
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•