[wpt-sync] Sync PR 37031 - Combine the popoverhide/popovershow events into one toggle event
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
115.02 KB,
text/plain
|
Details |
Sync web-platform-tests PR 37031 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37031
Details from upstream follow.
Mason Freed <masonf@chromium.org> wrote:
Combine the popoverhide/popovershow events into one toggle event
See [1] for context. This eliminates the "popoverhide" and
"popovershow" events, and re-uses the "toggle" event for both
of these transitions. The event in this case is a ToggleEvent,
which has astatethat is either "opening" or "closing".[1] https://github.com/openui/open-ui/issues/607#issuecomment-1319114654
Bug: 1307772
Change-Id: I404861a10579365b56e6e8eae7c29f88a5aac166
Reviewed-on: https://chromium-review.googlesource.com/4035832
WPT-Export-Revision: 78484c7b6dbf6868da408e2cc4cb121b2495c807
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
Comment 5•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f5f3637657a1
https://hg.mozilla.org/mozilla-central/rev/70021e8f4492
Description
•