DescriptionCSS: Reduce style invalidation with sibling combinators
Suppose we have a style rule
.m + .n .o + .p { .. }
RuleFeatureSet::extractInvalidationSetFeatures is called more than once,
to find the rightmost compound selector of each sibling sequence:
.p (the overall rightmost compound selector)
.n (the rightmost compound selector of .m + .n)
If class n is added to, or removed from, an element, we don't want to
needlessly force that element's style to be recalculated.
For more context, see the Design doc https://goo.gl/z0Z9gn
BUG=378135
Committed: https://crrev.com/93e66016b67ce85ac8d7cbf3ad52b0e123ffa779
Cr-Commit-Position: refs/heads/master@{#356651}
Patch Set 1 #
Total comments: 2
Patch Set 2 : use enum #
Messages
Total messages: 9 (2 generated)
|