Module rule_tree

Module rule_tree 

Source
Expand description

The rule tree.

Re-exportsΒ§

pub use self::level::CascadeLevel;
pub use self::level::CascadeOrigin;
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Β§

RuleCascadeFlags
Flags that are part of the cascade priority, and that we use to track information about where the rule came from.
RuleTree
The rule tree, the structure servo uses to preserve the results of selector matching.
SelfAndAncestors
An iterator over a rule node and its ancestors.
StrongRuleNode
A strong reference to a rule node.
StyleSource
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…