[wpt-sync] Sync PR 38887 - Prevent fieldsets from being disabled form controls
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 38887 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/38887
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
Prevent fieldsets from being disabled form controls
Fieldset elements themselves aren't actually supposed to be disabled
form controls, they are just supposed to make their descendant field
control elements disabled:
https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#concept-fe-disabledThis was causing a bug where SendMouseEventsDisabledFormControls
prevents click/mouseup/mousedown events from being propagated at or
above disabled fieldset elements.Fixed: 1422096, 1422547
Bug: 588760
Change-Id: Ifb76ac92f7f36b097666b4384f6de4bd561547cdReviewed-on: https://chromium-review.googlesource.com/4321065
WPT-Export-Revision: fb591a2d7bd48a501162e096f2da1ea3c1cb8dca
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Comment 3•3 years ago
|
||
| Assignee | ||
Comment 5•3 years ago
|
||
Comment 6•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/4045eb9efb8a
https://hg.mozilla.org/mozilla-central/rev/e22106d795d8
Updated•3 years ago
|
Description
•