diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/style/properties/longhand/column.mako.rs | 6 |
1 files changed, 6 insertions, 0 deletions
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)} |