From d3c86e7b6a440a726599583ecdc5769fe32842ca Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Wed, 9 Aug 2017 17:35:09 +0900 Subject: [PATCH] Make list-style-type animatable. --- components/style/properties/longhand/list.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/longhand/list.mako.rs b/components/style/properties/longhand/list.mako.rs index 3780fa0c400b..81223ab4f9b0 100644 --- a/components/style/properties/longhand/list.mako.rs +++ b/components/style/properties/longhand/list.mako.rs @@ -30,7 +30,7 @@ ${helpers.single_keyword("list-style-position", "outside inside", animation_valu animation_value_type="discrete", spec="https://drafts.csswg.org/css-lists/#propdef-list-style-type")} % else: - <%helpers:longhand name="list-style-type" animation_value_type="none" boxed="True" + <%helpers:longhand name="list-style-type" animation_value_type="discrete" boxed="True" spec="https://drafts.csswg.org/css-lists/#propdef-list-style-type"> use values::CustomIdent; use values::computed::ComputedValueAsSpecified;