mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 00:56:14 +00:00
LibWeb: Expand invalidation sets usage to any attribute change
Before this change invalidation sets were only used for "class" and "id" attribute changes.
This commit is contained in:
committed by
Andreas Kling
parent
039e0d478a
commit
34bf833a0a
@@ -18,6 +18,7 @@ struct StyleInvalidationData {
|
||||
HashTable<FlyString> class_names_used_in_has_selectors;
|
||||
HashTable<FlyString> attribute_names_used_in_has_selectors;
|
||||
HashTable<FlyString> tag_names_used_in_has_selectors;
|
||||
HashTable<PseudoClass> pseudo_classes_used_in_has_selectors;
|
||||
|
||||
InvalidationSet build_invalidation_sets_for_selector(Selector const& selector);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user