mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Change the animation_type of column-count to normal.
This commit is contained in:
parent
b8b4ec92df
commit
0dcee472c1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ ${helpers.predefined_type("column-count",
|
||||||
parse_method="parse_positive",
|
parse_method="parse_positive",
|
||||||
initial_specified_value="Either::Second(Auto)",
|
initial_specified_value="Either::Second(Auto)",
|
||||||
experimental="True",
|
experimental="True",
|
||||||
animation_type="none",
|
animation_type="normal",
|
||||||
extra_prefixes="moz",
|
extra_prefixes="moz",
|
||||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-count")}
|
spec="https://drafts.csswg.org/css-multicol/#propdef-column-count")}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue