mirror of
https://github.com/servo/servo.git
synced 2025-07-05 14:33:38 +01:00
Bug 1417725 - (Servo) Add -moz-column-span alias for column-span property.
This commit is contained in:
parent
861ceb10ea
commit
9bea4baf6f
1 changed files with 2 additions and 1 deletions
|
@ -63,7 +63,8 @@ ${helpers.predefined_type(
|
|||
${helpers.single_keyword("column-span", "none all",
|
||||
products="gecko", animation_value_type="discrete",
|
||||
gecko_pref="layout.css.column-span.enabled",
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-span")}
|
||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-span",
|
||||
extra_prefixes="moz")}
|
||||
|
||||
${helpers.single_keyword("column-rule-style",
|
||||
"none hidden dotted dashed solid double groove ridge inset outset",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue