Expand description
Invalidation of element styles due to attribute or style changes.
Modulesยง
- document_
state - An invalidation processor for style changes due to document state changes.
- element_
wrapper - A wrapper over an element and a snapshot, that allows us to selector-match against a past state of the element.
- invalidation_
map - Code for invalidations due to state or attribute changes.
- invalidator
- The struct that takes care of encapsulating all the logic on where and how element styles need to be invalidated.
- relative_
selector - Invalidation of element styles relative selectors.
- restyle_
hints - Restyle hints: an optimization to avoid unnecessarily matching selectors.
- state_
and_ attributes - An invalidation processor for style changes due to state and attribute changes.