From 7c3d815f783982dfe27f0d9b6b43a26f886cbceb Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Mon, 27 Jul 2020 18:45:35 +0000 Subject: [PATCH] style: Make text-combine-upright not animatable. Differential Revision: https://phabricator.services.mozilla.com/D84935 --- components/style/properties/longhands/inherited_text.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhands/inherited_text.mako.rs b/components/style/properties/longhands/inherited_text.mako.rs index 6587627a58f..8e9e5340420 100644 --- a/components/style/properties/longhands/inherited_text.mako.rs +++ b/components/style/properties/longhands/inherited_text.mako.rs @@ -352,7 +352,7 @@ ${helpers.single_keyword( "text-combine-upright", "none all", engines="gecko", - animation_value_type="discrete", + animation_value_type="none", spec="https://drafts.csswg.org/css-writing-modes-3/#text-combine-upright", )}