From fae851b9954a73ad27d3739a6e48bfd8a670b60d Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 23 May 2017 18:15:47 -0700 Subject: [PATCH] stylo: Support column-span --- components/style/properties/longhand/column.mako.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/style/properties/longhand/column.mako.rs b/components/style/properties/longhand/column.mako.rs index 91b42fa5350..88a17a4c0f6 100644 --- a/components/style/properties/longhand/column.mako.rs +++ b/components/style/properties/longhand/column.mako.rs @@ -54,9 +54,8 @@ ${helpers.predefined_type("column-rule-color", "CSSColor", complex_color=True, need_clone=True, spec="https://drafts.csswg.org/css-multicol/#propdef-column-rule-color")} -// It's not implemented in servo or gecko yet. ${helpers.single_keyword("column-span", "none all", - products="none", animation_value_type="none", + products="gecko", animation_value_type="none", spec="https://drafts.csswg.org/css-multicol/#propdef-column-span")} ${helpers.single_keyword("column-rule-style",