Expand description
CSS cascading module DOM tree to CSS style tree cascading
Structs§
- CssGroup
Iterator - Html
Cascade Info - Has all the necessary information about the style CSS path
Enums§
Functions§
- collect_
hover_ groups - Returns all CSS paths that have a
:hover
or:active
in their path (since they need to have tags for hit-testing) - construct_
html_ cascade_ tree - match_
dom_ selectors - matches_
html_ element - Returns if the style CSS path matches the DOM node (i.e. if the DOM node should be styled by that element)
- selector_
group_ matches - Matches a single group of items, panics on Children or DirectChildren selectors