Module style_resolver

Source
Expand description

Style resolution for a given element or pseudo-element.

Structsยง

MatchingResults ๐Ÿ”’
PrimaryStyle
The primary style of an element or an element-backed pseudo-element.
ResolvedElementStyles
A set of style returned from the resolver machinery.
ResolvedStyle
A style returned from the resolver machinery.
StyleResolverForElement
A struct that takes care of resolving the style of a given element.

Enumsยง

PseudoElementResolution
Whether pseudo-elements should be resolved or not.

Functionsยง

eager_pseudo_is_definitely_not_generated ๐Ÿ”’
layout_parent_style_for_pseudo ๐Ÿ”’
with_default_parent_styles ๐Ÿ”’