popovertarget on a reset button in a form opens popover
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: lwarlow, Assigned: keithamus)
Details
See https://wpt.live/html/semantics/popovers/button-type-reset-popovertarget.tentative.html
Firefox currently supports popovers on a reset button when it's in a form, which does not match WebKit or Chromium
| Reporter | ||
Comment 1•1 year ago
|
||
The same is also true for <input type="reset"> which is a separate code path and doesn't currently have test coverage though it needs adding.
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
| Reporter | ||
Comment 2•1 year ago
|
||
This might actually end up being a bug with WebKit, Chromium and the test rather than a Firefox one. If that's determined to be the case I'll make sure to close this bug out.
| Assignee | ||
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
| Reporter | ||
Comment 3•1 year ago
|
||
See https://github.com/whatwg/html/pull/11053
reset input and buttons should no longer trigger popover target activation behaviour when inside a form. While a breaking change Chromium never supported this and WebKit originally didn't for buttons so it's unlikely sites rely on this.
| Assignee | ||
Comment 4•8 months ago
|
||
This was resolved in https://phabricator.services.mozilla.com/D254715.
Description
•