Mouse events on disabled input elements #27
Labels
compat-bug-proposal
Proposals for web compat bugs
requires:tests
Requires additional tests to be written
Milestone
Description
The spec requires that disabled form controls don't receive
click
events. Gecko follows this and also prevents further event propogation, but other browsers apply it to all mouse events and allow further event propogation (I think; more comprehensive tests are required). This has created a number of serious site compatibility issues.Bug reports
https://bugzilla.mozilla.org/show_bug.cgi?id=1653882
https://webcompat.com/issues/65773
webcompat/web-bugs#73699
webcompat/web-bugs#72988
Specification
https://html.spec.whatwg.org/multipage/forms.html#enabling-and-disabling-form-controls:-the-disabled-attribute
whatwg/html#2368
Tests
https://wpt.fyi/results/html/semantics/forms/attributes-common-to-form-controls/disabled-elements-01.html?label=master&label=experimental&aligned but this case isn't covered.
This is a bug to include in #9
The text was updated successfully, but these errors were encountered: