From 87a3f2598a53ea94a3fafc4aea2f708e57c47919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 21 May 2023 21:27:43 +0200 Subject: [PATCH] style: Properly hide -moz-control-character-visibility from content Differential Revision: https://phabricator.services.mozilla.com/D114481 --- components/style/properties/longhands/inherited_text.mako.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/style/properties/longhands/inherited_text.mako.rs b/components/style/properties/longhands/inherited_text.mako.rs index 246e7ff36a6..fc0e5d8fdea 100644 --- a/components/style/properties/longhands/inherited_text.mako.rs +++ b/components/style/properties/longhands/inherited_text.mako.rs @@ -336,6 +336,9 @@ ${helpers.predefined_type( "text::MozControlCharacterVisibility", "Default::default()", engines="gecko", + enabled_in="chrome", + gecko_pref="layout.css.moz-control-character-visibility.enabled", + has_effect_on_gecko_scrollbars=False, animation_value_type="none", spec="Nonstandard" )}