Expand description
A collection of invalidations due to changes in which stylesheets affect a document.
Structs§
- Stylesheet
Invalidation Set - A set of invalidations due to stylesheet additions.
Enums§
- Invalidation 🔒
- A style sheet invalidation represents a kind of element or subtree that may need to be restyled. Whether it represents a whole subtree or just a single element is determined by the given InvalidationKind in StylesheetInvalidationSet’s maps.
- Invalidation
Kind 🔒 - Whether we should invalidate just the element, or the whole subtree within it.
- Rule
Change Kind - The kind of change that happened for a given rule.