Implement dialog `requestClose`
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
People
(Reporter: keithamus, Assigned: keithamus)
References
()
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Release Note Request (optional, but appreciated)
[Why is this notable]: Adds requestClose()
to Dialog elements
[Affects Firefox for Android]: Yes
[Suggested wording]: Added requestClose()
to HTMLDialogElement
.
[Links (documentation, blog post, etc)]: https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/requestClose
Updated•3 months ago
|
Assignee | ||
Comment 1•3 months ago
|
||
Backed out for causing wpt failures on dialog-requestclose.html
Comment 7•3 months ago
|
||
bugherder |
Comment 10•2 months ago
|
||
Does this/do we also support the associated dialog element closedby attribute?
Assignee | ||
Comment 11•2 months ago
|
||
(In reply to Hamish Willee from comment #10)
Does this/do we also support the associated dialog element closedby attribute?
https://bugzilla.mozilla.org/show_bug.cgi?id=1936940 tracks the addition of closedby
- which will be released separately. This bug is just the .requestClose()
method.
Comment 12•2 months ago
|
||
FF139 MDN docs for this tracked from https://github.com/mdn/content/issues/39307
Description
•