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

Adding sync method to update atrr from inline style updates #9410

Closed
wants to merge 15 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

fixup! Converted serialization methods to implement the to_css trait,…

… writing to string buffers to save string allocations for every result
  • Loading branch information
SimonSapin authored and craftytrickster committed May 19, 2016
commit 5eedbc1abbc2217d82399a17927011ab7f8ce743
@@ -804,7 +804,9 @@ impl ToCss for PropertyDeclaration {
% endif
% endfor
PropertyDeclaration::Custom(_, ref value) => value.to_css(dest),
_ => Err(fmt::Error),
% if any(property.derived_from for property in data.longhands):
_ => Err(fmt::Error),
% endif
}
}
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.