Implemented colum-rule-style

This commit is contained in:
Razican 2016-11-28 00:03:20 +01:00
parent 99c4821485
commit 255d497a99

View file

@ -288,3 +288,9 @@ ${helpers.predefined_type("-moz-column-rule-color", "CSSColor",
// https://drafts.csswg.org/css-multicol-1/#column-span // https://drafts.csswg.org/css-multicol-1/#column-span
${helpers.single_keyword("column-span", "none all", ${helpers.single_keyword("column-span", "none all",
products="none", animatable=False)} 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)}