Module style::rule_tree
[−]
[src]
The rule tree.
Structs
RuleNode |
A node in the rule tree. |
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. |
Enums
CascadeLevel |
The cascade level these rules are relevant at, as per1. |
StyleSource |
A style source for the rule node. It can either be a CSS style rule or a declaration block. |