DescriptionCollect content:attr(...)-features in RuleFeatureSet.
We currently store the attribute names seen in content:attr(...) during
style application as a special case, and then afterwards ensure that we
have invalidation sets for those attributes. This is bad, because it's yet
another special thing we have to do when resolving a style.
This patch moves the collection of this feature to RuleFeatureSet, along
with the rest of the feature collection.
R=rune@opera.com
TEST=fast/css/invalidation/content-attr.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=186954
Patch Set 1 #Patch Set 2 : Rebase. #Patch Set 3 : Added TCs. #
Total comments: 4
Patch Set 4 : Avoid findPropertyIndex when possible. #Messages
Total messages: 10 (1 generated)
|