mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
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:
parent
cd8af86244
commit
ccf15c0a26
5 changed files with 356 additions and 208 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue