From 6cb3b7e254a0b8e3a961c6f91534cf22a6beaa88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Tue, 6 Jun 2023 23:32:53 +0200 Subject: [PATCH] style: Remove touch-action pref It's been enabled by default since ~forever. Differential Revision: https://phabricator.services.mozilla.com/D134935 --- components/style/properties/longhands/box.mako.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/style/properties/longhands/box.mako.rs b/components/style/properties/longhands/box.mako.rs index 2bfd4015334..5e67de1565d 100644 --- a/components/style/properties/longhands/box.mako.rs +++ b/components/style/properties/longhands/box.mako.rs @@ -689,7 +689,6 @@ ${helpers.predefined_type( "TouchAction", "computed::TouchAction::auto()", engines="gecko", - gecko_pref="layout.css.touch_action.enabled", animation_value_type="discrete", spec="https://compat.spec.whatwg.org/#touch-action", )}