Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1417725 - (Servo) Add -moz-column-span alias for column-span prop… #19579

Merged
merged 2 commits into from Dec 19, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Bug 1417725 - (Servo) Add -moz-column-span alias for column-span prop…

…erty.
  • Loading branch information
neerjapancholi authored and emilio committed Dec 19, 2017
commit 9bea4baf6f990468e00732455ae7dc2a6e80e2da
@@ -63,7 +63,8 @@ ${helpers.predefined_type(
${helpers.single_keyword("column-span", "none all",
products="gecko", animation_value_type="discrete",
gecko_pref="layout.css.column-span.enabled",
spec="https://drafts.csswg.org/css-multicol/#propdef-column-span")}
spec="https://drafts.csswg.org/css-multicol/#propdef-column-span",
extra_prefixes="moz")}

${helpers.single_keyword("column-rule-style",
"none hidden dotted dashed solid double groove ridge inset outset",
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.