diff --git a/components/style/properties/longhand/list.mako.rs b/components/style/properties/longhand/list.mako.rs index 3780fa0c400..81223ab4f9b 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;