From c9f9be7e5f5fa2bd00c7850a4414e891e23a0814 Mon Sep 17 00:00:00 2001 From: Boris Chiou Date: Tue, 19 Sep 2017 16:35:22 +0800 Subject: [PATCH] Make shape-outside animatable. --- components/style/properties/longhand/box.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhand/box.mako.rs b/components/style/properties/longhand/box.mako.rs index 20eea91d83d..665e6893347 100644 --- a/components/style/properties/longhand/box.mako.rs +++ b/components/style/properties/longhand/box.mako.rs @@ -1856,7 +1856,7 @@ ${helpers.predefined_type( "generics::basic_shape::ShapeSource::None", products="gecko", boxed=True, - animation_value_type="discrete", + animation_value_type="ComputedValue", flags="APPLIES_TO_FIRST_LETTER", spec="https://drafts.csswg.org/css-shapes/#shape-outside-property", )}