From 87c932dff6d63847521d0ac0329c88a38168b2be Mon Sep 17 00:00:00 2001 From: Daisuke Akatsuka Date: Mon, 14 Aug 2017 17:21:44 +0900 Subject: [PATCH] Make content animatable --- components/style/properties/longhand/counters.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhand/counters.mako.rs b/components/style/properties/longhand/counters.mako.rs index 85e039b3f68..c10d06c8036 100644 --- a/components/style/properties/longhand/counters.mako.rs +++ b/components/style/properties/longhand/counters.mako.rs @@ -6,7 +6,7 @@ <% data.new_style_struct("Counters", inherited=False, gecko_name="Content") %> -<%helpers:longhand name="content" boxed="True" animation_value_type="none" +<%helpers:longhand name="content" boxed="True" animation_value_type="discrete" spec="https://drafts.csswg.org/css-content/#propdef-content"> use values::computed::ComputedValueAsSpecified; #[cfg(feature = "gecko")]