Skip to content

Commit

Permalink
Bug 1853941 - Enable dom.forms.always_allow_pointer_events / fieldset…
Browse files Browse the repository at this point in the history
…_disable_only_descendants on beta r=dom-core,edgar

Addressing whatwg/html#5886 (comment).

Differential Revision: https://phabricator.services.mozilla.com/D188601
  • Loading branch information
saschanaz committed Sep 19, 2023
1 parent 08783f9 commit 942aa3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/libpref/init/StaticPrefList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2963,7 +2963,7 @@

- name: dom.forms.always_allow_pointer_events.enabled
type: bool
value: @IS_NIGHTLY_BUILD@
value: @IS_EARLY_BETA_OR_EARLIER@
mirror: always

# Is support for key events and focus events on disabled elements enabled?
Expand All @@ -2976,7 +2976,7 @@
# Note that this still allows it to be selected by `:disable`.
- name: dom.forms.fieldset_disable_only_descendants.enabled
type: bool
value: @IS_NIGHTLY_BUILD@
value: @IS_EARLY_BETA_OR_EARLIER@
mirror: always

# Whether to allow or disallow web apps to cancel `beforeinput` events caused
Expand Down

0 comments on commit 942aa3f

Please sign in to comment.