style: Move all the fixup code into a StyleAdjuster struct.

This will allow reusing it from text styles, which we need for some
corner cases, like text-align: -moz-center and similar stuff.
This commit is contained in:
Emilio Cobos Álvarez 2017-04-26 03:15:31 +02:00
parent cd8af86244
commit ccf15c0a26
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
5 changed files with 356 additions and 208 deletions

View file

@ -116,6 +116,7 @@ pub mod stylist;
pub mod sequential;
pub mod sink;
pub mod str;
pub mod style_adjuster;
pub mod stylesheet_set;
pub mod stylesheets;
pub mod supports;