From 255d497a99a9f93d902d43f2f64b596f11f58d06 Mon Sep 17 00:00:00 2001 From: Razican Date: Mon, 28 Nov 2016 00:03:20 +0100 Subject: [PATCH] Implemented colum-rule-style --- components/style/properties/longhand/column.mako.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/style/properties/longhand/column.mako.rs b/components/style/properties/longhand/column.mako.rs index 3df4d8e2526..04dd9c85cb8 100644 --- a/components/style/properties/longhand/column.mako.rs +++ b/components/style/properties/longhand/column.mako.rs @@ -288,3 +288,9 @@ ${helpers.predefined_type("-moz-column-rule-color", "CSSColor", // https://drafts.csswg.org/css-multicol-1/#column-span ${helpers.single_keyword("column-span", "none all", products="none", animatable=False)} + +${helpers.single_keyword("column-rule-style", + "none hidden dotted dashed solid double groove ridge inset outset", + products="gecko", + gecko_constant_prefix="NS_STYLE_BORDER_STYLE", + animatable=False)}