mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
There is now an inclusive_descendants_version field of each node, which increases each time the node, or any of its descendants, is dirtied. This can be used for cache invalidation, by caching a version number and comparting the current version number against the cached version number.