Skip to content

Commit

Permalink
Make list-style-type animatable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroyuki Ikezoe committed Aug 9, 2017
1 parent 17eba0d commit d3c86e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/properties/longhand/list.mako.rs
Expand Up @@ -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;
Expand Down

0 comments on commit d3c86e7

Please sign in to comment.