mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
Implemented colum-rule-style
This commit is contained in:
parent
99c4821485
commit
255d497a99
1 changed files with 6 additions and 0 deletions
|
@ -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)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue