From 9bea4baf6f990468e00732455ae7dc2a6e80e2da Mon Sep 17 00:00:00 2001 From: neerpancholi Date: Thu, 14 Dec 2017 16:46:49 -0600 Subject: [PATCH] Bug 1417725 - (Servo) Add -moz-column-span alias for column-span property. --- components/style/properties/longhand/column.mako.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/style/properties/longhand/column.mako.rs b/components/style/properties/longhand/column.mako.rs index c45ce687a03..897b95d17c4 100644 --- a/components/style/properties/longhand/column.mako.rs +++ b/components/style/properties/longhand/column.mako.rs @@ -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",