DescriptionDon't transition a property that is currentColor when color changes
As per css3-color[1], currentColor is not resolved at computed value
time. This means that we shouldn't fire a transition when a property is
set to currentColor, even if the used value changes. Note we still
transition between currentColor and actual colours, which is likely to
be fine by css4-color, which adds a blending primitive.
[1] http://www.w3.org/Style/2011/REC-css3-color-20110607-errata.html
BUG=394632
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181546
Patch Set 1 #Patch Set 2 : tweak test #
Messages
Total messages: 11 (4 generated)
|