From fb8f31f973b4207b93a14667914bd488a4a3c5ac Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Fri, 11 Aug 2017 21:41:36 +0900 Subject: [PATCH] Make -webkit-text-stroke-width animatable. --- components/style/properties/longhand/inherited_text.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhand/inherited_text.mako.rs b/components/style/properties/longhand/inherited_text.mako.rs index 8384671de0e..ecb0a9364a8 100644 --- a/components/style/properties/longhand/inherited_text.mako.rs +++ b/components/style/properties/longhand/inherited_text.mako.rs @@ -747,7 +747,7 @@ ${helpers.predefined_type("-webkit-text-stroke-width", products="gecko", flags="APPLIES_TO_FIRST_LETTER APPLIES_TO_FIRST_LINE APPLIES_TO_PLACEHOLDER", spec="https://compat.spec.whatwg.org/#the-webkit-text-stroke-width", - animation_value_type="none")} + animation_value_type="discrete")} // CSS Ruby Layout Module Level 1 // https://drafts.csswg.org/css-ruby/