mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
stylo: Support column-span
This commit is contained in:
parent
0bc7e2fddf
commit
fae851b995
1 changed files with 1 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue