style/invalidation/element/mod.rs
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
4
5//! Invalidation of element styles due to attribute or style changes.
6
7pub mod document_state;
8pub mod element_wrapper;
9pub mod invalidation_map;
10pub mod invalidator;
11pub mod relative_selector;
12pub mod restyle_hints;
13pub mod state_and_attributes;