Closed
Bug 1588715
Opened 5 years ago
Closed 5 years ago
Implement 'SubmitEvent' interface
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: tkent, Assigned: jdai)
References
(Regressed 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
Specification PR: https://github.com/whatwg/html/pull/4984
WPT PR: https://github.com/web-platform-tests/wpt/pull/19562
Comment 1•5 years ago
|
||
John, perhaps you could take a look at this.
We do have submitter already internally
https://searchfox.org/mozilla-central/rev/17756e2a5c180d980a4b08d99f8cc0c97290ae8d/widget/ContentEvents.h#98,115
Flags: needinfo?(jdai)
Updated•5 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Assignee | ||
Comment 2•5 years ago
|
||
Sure, I'll implement it. :)
Assignee: nobody → jdai
Status: NEW → ASSIGNED
Flags: needinfo?(jdai)
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Updated•5 years ago
|
Attachment #9125052 -
Attachment description: Bug 1588715 - Refactor originatingElement to spec term submitter; → Bug 1588715 - Refactor matches the spec term 'submitter';
Pushed by jdai@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/47f540c9c789
Implement SubmitEvent; r=smaug
https://hg.mozilla.org/integration/autoland/rev/3f3ef88d8783
Refactor matches the spec term 'submitter'; r=smaug
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/47f540c9c789
https://hg.mozilla.org/mozilla-central/rev/3f3ef88d8783
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
Updated•5 years ago
|
Keywords: dev-doc-needed
Comment 8•5 years ago
•
|
||
Docs updated:
- Added these pages: SubmitEvent, SubmitEvent(), and SubmitEvent.submitter
- Updated the https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/submit_event event page
- Filed BCD PR 5882
Firefox 75 for developers has also been updated
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•