DescriptionUse LocalStyleChange for classes in rightmost compound selector.
If we resort to not using invalidation sets, we can still use
LocalStyleChange instead of SubtreeStyleChange for classes in the rightmost
compound selector if the invalidation set approach was not dropped due to a
feature in the rightmost compound selector. For classes in other compound
selectors, still use SubtreeStyleChange.
Examples:
".a + .b" -> LocalStyleChange for "b", SubtreeStyleChange for "a"
".a .b::first-letter" -> SubtreeStyleChange for both "a" and "b".
R=esprehn@chromium.org,chrishtr@chromium.org
BUG=335247
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169255
Patch Set 1 #
Total comments: 2
Patch Set 2 : Changed naming of InvalidationSetModes. #
Messages
Total messages: 12 (0 generated)
|