Make -moz-tab-size animatable.

This commit is contained in:
Boris Chiou 2017-06-08 11:54:49 +08:00
parent 1ea4a44fad
commit f34b9e2317
2 changed files with 12 additions and 1 deletions

View file

@ -698,7 +698,7 @@ ${helpers.predefined_type(
"-moz-tab-size", "LengthOrNumber",
"::values::Either::Second(8.0)",
"parse_non_negative",
products="gecko", animation_value_type="none",
products="gecko", animation_value_type="ComputedValue",
spec="https://drafts.csswg.org/css-text-3/#tab-size-property")}