mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
style: Enable 'column-span' for layout 2020
This commit is contained in:
parent
fc07c21276
commit
fb91a5c0f5
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ ${helpers.predefined_type(
|
||||||
${helpers.single_keyword(
|
${helpers.single_keyword(
|
||||||
"column-span",
|
"column-span",
|
||||||
"none all",
|
"none all",
|
||||||
engines="gecko",
|
engines="gecko servo-2020",
|
||||||
|
servo_2020_pref="layout.2020.unimplemented",
|
||||||
animation_value_type="discrete",
|
animation_value_type="discrete",
|
||||||
gecko_enum_prefix="StyleColumnSpan",
|
gecko_enum_prefix="StyleColumnSpan",
|
||||||
spec="https://drafts.csswg.org/css-multicol/#propdef-column-span",
|
spec="https://drafts.csswg.org/css-multicol/#propdef-column-span",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue