mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Put all the multicol props under the same pref for Servo.
Otherwise it becomes insane.
This commit is contained in:
parent
220cc9ba65
commit
15b0a32035
6 changed files with 12 additions and 21 deletions
|
@ -12,7 +12,7 @@ ${helpers.predefined_type("column-width",
|
|||
initial_specified_value="Either::Second(Auto)",
|
||||
extra_prefixes="moz",
|
||||
animation_value_type="NonNegativeLengthOrAuto",
|
||||
servo_pref="layout.column-width.enabled",
|
||||
servo_pref="layout.columns.enabled",
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-width",
|
||||
servo_restyle_damage="rebuild_and_reflow")}
|
||||
|
||||
|
@ -22,7 +22,7 @@ ${helpers.predefined_type(
|
|||
"ColumnCount",
|
||||
"computed::ColumnCount::auto()",
|
||||
initial_specified_value="specified::ColumnCount::auto()",
|
||||
servo_pref="layout.column-count.enabled",
|
||||
servo_pref="layout.columns.enabled",
|
||||
animation_value_type="AnimatedColumnCount",
|
||||
extra_prefixes="moz",
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-count",
|
||||
|
@ -33,7 +33,7 @@ ${helpers.predefined_type("column-gap",
|
|||
"length::NonNegativeLengthOrNormal",
|
||||
"Either::Second(Normal)",
|
||||
extra_prefixes="moz",
|
||||
servo_pref="layout.column-gap.enabled",
|
||||
servo_pref="layout.columns.enabled",
|
||||
animation_value_type="NonNegativeLengthOrNormal",
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-gap",
|
||||
servo_restyle_damage = "reflow")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue