mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Split the invalidation collection from the invalidator step.
This is the first step in reusing the invalidation machinery for other stuff, potentially including QuerySelector / QuerySelectorAll.
This commit is contained in:
parent
ec00c660f0
commit
b9b3e592dd
4 changed files with 462 additions and 384 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
//! Invalidation of element styles due to attribute or style changes.
|
||||
|
||||
pub mod collector;
|
||||
pub mod element_wrapper;
|
||||
pub mod invalidation_map;
|
||||
pub mod invalidator;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue