DescriptionDo not add features to classes in rightmost compound selector.
Features found in the rightmost compound selector should always have empty
invalidation sets. Their invalidation set should not contain itself or any
other features found in the same compound selector.
No need to look for descendants with classes 'a' or 'b' when changing 'a'
or 'b' on elements for the following selectors:
.a {}
.a.b {}
.x .a {}
.x .a.b {}
R=esprehn@chromium.org, chrishtr@chromium.org
BUG=345238
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167674
Patch Set 1 #
Total comments: 2
Patch Set 2 : Back to using two loops. #
Messages
Total messages: 10 (0 generated)
|