Skip to content

Commit

Permalink
stylo: Support column-span
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed May 27, 2017
1 parent 0bc7e2f commit fae851b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/style/properties/longhand/column.mako.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fae851b

Please sign in to comment.