Issue #2030 - Pref-gate default button event dispatch logic

This commit is contained in:
Martok 2022-11-27 16:35:46 +01:00 committed by roytam1
commit 3f073056de
2 changed files with 13 additions and 0 deletions

View file

@ -1198,6 +1198,9 @@ pref("dom.forms.datetime.timepicker", false);
// TODO: implement/fix these.
pref("dom.forms.datetime.others", false);
// <button> elements are opaque to pointer events.
pref("dom.forms.button.standards_compliant", true);
// Support for new @autocomplete values
pref("dom.forms.autocomplete.experimental", false);