Use the ToCss trait instead of Show for CSSOM serialization.

Fix #4440.
Close #4687.
This commit is contained in:
Simon Sapin 2015-02-06 11:39:49 +11:00
parent 19b390049c
commit 7bf3fcd0d6
4 changed files with 311 additions and 91 deletions

View file

@ -132,7 +132,7 @@ dependencies = [
[[package]]
name = "cssparser"
version = "0.2.0"
source = "git+https://github.com/servo/rust-cssparser#42714934cbe83dab349190695503a09ae23f9528"
source = "git+https://github.com/servo/rust-cssparser#d7d50ae2a7da4aca1b2c4d248139510c8e9a25c6"
dependencies = [
"encoding 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",