Expand description
The rule tree.
Re-exportsΒ§
pub use self::level::CascadeLevel;pub use self::level::ShadowCascadeOrder;
ModulesΒ§
- core π
- level
- The cascade level and shadow cascade order for tracking shadow tree rules.
- map π
- source π
- unsafe_
box π
StructsΒ§
- Rule
Tree - The rule tree, the structure servo uses to preserve the results of selector matching.
- Self
AndAncestors - An iterator over a rule node and its ancestors.
- Strong
Rule Node - A strong reference to a rule node.
- Style
Source - A style source for the rule node. It is a declaration block that may come from either a style rule or a standalone block like animations / transitions / smil / preshints / style attrβ¦