mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Remove layout.css.prefixes.columns
Differential Revision: https://phabricator.services.mozilla.com/D120057
This commit is contained in:
parent
2634ad10de
commit
c0a2b99c4f
3 changed files with 0 additions and 10 deletions
|
@ -13,7 +13,6 @@ ${helpers.predefined_type(
|
|||
engines="gecko servo-2013 servo-2020",
|
||||
servo_2020_pref="layout.2020.unimplemented",
|
||||
initial_specified_value="specified::length::NonNegativeLengthOrAuto::auto()",
|
||||
extra_prefixes="moz:layout.css.prefixes.columns",
|
||||
animation_value_type="NonNegativeLengthOrAuto",
|
||||
servo_2013_pref="layout.columns.enabled",
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-width",
|
||||
|
@ -29,7 +28,6 @@ ${helpers.predefined_type(
|
|||
initial_specified_value="specified::ColumnCount::auto()",
|
||||
servo_2013_pref="layout.columns.enabled",
|
||||
animation_value_type="AnimatedColumnCount",
|
||||
extra_prefixes="moz:layout.css.prefixes.columns",
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-count",
|
||||
servo_restyle_damage="rebuild_and_reflow",
|
||||
)}
|
||||
|
@ -38,7 +36,6 @@ ${helpers.single_keyword(
|
|||
"column-fill",
|
||||
"balance auto",
|
||||
engines="gecko",
|
||||
extra_prefixes="moz:layout.css.prefixes.columns",
|
||||
animation_value_type="discrete",
|
||||
gecko_enum_prefix="StyleColumnFill",
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-fill",
|
||||
|
@ -53,7 +50,6 @@ ${helpers.predefined_type(
|
|||
computed_type="crate::values::computed::NonNegativeLength",
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-rule-width",
|
||||
animation_value_type="NonNegativeLength",
|
||||
extra_prefixes="moz:layout.css.prefixes.columns",
|
||||
)}
|
||||
|
||||
// https://drafts.csswg.org/css-multicol-1/#crc
|
||||
|
@ -64,7 +60,6 @@ ${helpers.predefined_type(
|
|||
engines="gecko",
|
||||
initial_specified_value="specified::Color::currentcolor()",
|
||||
animation_value_type="AnimatedColor",
|
||||
extra_prefixes="moz:layout.css.prefixes.columns",
|
||||
ignored_when_colors_disabled=True,
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-rule-color",
|
||||
)}
|
||||
|
@ -76,7 +71,6 @@ ${helpers.single_keyword(
|
|||
animation_value_type="discrete",
|
||||
gecko_enum_prefix="StyleColumnSpan",
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-span",
|
||||
extra_prefixes="moz:layout.css.prefixes.columns",
|
||||
)}
|
||||
|
||||
${helpers.predefined_type(
|
||||
|
@ -85,7 +79,6 @@ ${helpers.predefined_type(
|
|||
"computed::BorderStyle::None",
|
||||
engines="gecko",
|
||||
initial_specified_value="specified::BorderStyle::None",
|
||||
extra_prefixes="moz:layout.css.prefixes.columns",
|
||||
animation_value_type="discrete",
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-rule-style",
|
||||
)}
|
||||
|
|
|
@ -434,7 +434,6 @@ ${helpers.predefined_type(
|
|||
"computed::length::NonNegativeLengthPercentageOrNormal::normal()",
|
||||
engines="gecko servo-2013",
|
||||
aliases="grid-column-gap" if engine == "gecko" else "",
|
||||
extra_prefixes="moz:layout.css.prefixes.columns",
|
||||
servo_2013_pref="layout.columns.enabled",
|
||||
spec="https://drafts.csswg.org/css-align-3/#propdef-column-gap",
|
||||
animation_value_type="NonNegativeLengthPercentageOrNormal",
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
sub_properties="column-width column-count"
|
||||
servo_2013_pref="layout.columns.enabled",
|
||||
derive_serialize="True"
|
||||
extra_prefixes="moz:layout.css.prefixes.columns"
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-columns">
|
||||
use crate::properties::longhands::{column_count, column_width};
|
||||
|
||||
|
@ -60,7 +59,6 @@
|
|||
<%helpers:shorthand
|
||||
name="column-rule"
|
||||
engines="gecko"
|
||||
extra_prefixes="moz:layout.css.prefixes.columns"
|
||||
sub_properties="column-rule-width column-rule-style column-rule-color"
|
||||
derive_serialize="True"
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-rule"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue