mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove col_gap_type variable
This commit is contained in:
parent
20e8922433
commit
14a0e74ca3
1 changed files with 3 additions and 5 deletions
|
@ -30,16 +30,14 @@ ${helpers.predefined_type(
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
||||||
<%
|
|
||||||
col_gap_type = "NonNegativeLengthOrPercentageOrNormal"
|
|
||||||
%>
|
|
||||||
${helpers.predefined_type(
|
${helpers.predefined_type(
|
||||||
"column-gap",
|
"column-gap",
|
||||||
"length::%s" % col_gap_type,
|
"length::NonNegativeLengthOrPercentageOrNormal",
|
||||||
"Either::Second(Normal)",
|
"Either::Second(Normal)",
|
||||||
extra_prefixes="moz",
|
extra_prefixes="moz",
|
||||||
servo_pref="layout.columns.enabled",
|
servo_pref="layout.columns.enabled",
|
||||||
animation_value_type=col_gap_type,
|
animation_value_type="NonNegativeLengthOrPercentageOrNormal",
|
||||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-gap",
|
spec="https://drafts.csswg.org/css-multicol/#propdef-column-gap",
|
||||||
servo_restyle_damage = "reflow",
|
servo_restyle_damage = "reflow",
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue