mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Make -moz-tab-size animatable.
This commit is contained in:
parent
1ea4a44fad
commit
f34b9e2317
2 changed files with 12 additions and 1 deletions
|
@ -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")}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue