Module style

Source
Expand description

CSS cascading module DOM tree to CSS style tree cascading

Structs§

CssGroupIterator
HtmlCascadeInfo
Has all the necessary information about the style CSS path

Enums§

CssGroupSplitReason

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