mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Introduce traits for style structs and computed values.
This commit is contained in:
parent
16d2e9af65
commit
5c749127cc
7 changed files with 492 additions and 274 deletions
|
@ -8,7 +8,7 @@ use animation::{self, Animation};
|
|||
use context::SharedStyleContext;
|
||||
use data::PrivateStyleData;
|
||||
use dom::{TElement, TNode, TRestyleDamage};
|
||||
use properties::{ComputedValues, PropertyDeclaration, cascade};
|
||||
use properties::{ComputedValues, PropertyDeclaration, TComputedValues, cascade};
|
||||
use selector_impl::SelectorImplExt;
|
||||
use selector_matching::{DeclarationBlock, Stylist};
|
||||
use selectors::Element;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue