@@ -784,22 +784,23 @@ <h3 id=the-transition-shorthand-property-><span class=secno>2.5. </span>
784784
785785 < h2 id =starting > < span class =secno > 3. </ span > Starting of transitions</ h2 >
786786
787- < p > When the value of an animatable property changes, implementations must
788- decide what transitions to start based on the values of the ‘ < a
789- href ="#transition-property "> < code
787+ < p > When the computed value of an animatable property changes,
788+ implementations must decide what transitions to start based on the values
789+ of the ‘ < a href ="#transition-property "> < code
790790 class =property > transition-property</ code > </ a > ’, ‘< a
791791 href ="#transition-duration "> < code
792792 class =property > transition-duration</ code > </ a > ’, ‘< a
793793 href ="#transition-timing-function "> < code
794794 class =property > transition-timing-function</ code > </ a > ’, and ‘< a
795795 href ="#transition-delay "> < code
796796 class =property > transition-delay</ code > </ a > ’ properties at the time
797- of the change. Since this specification does not define what property
798- changes are considered simultaneous, authors should be aware that changing
799- any of the transition properties a small amount of time after making a
800- change that might transition can result in behavior that varies between
801- implementations, since the changes might be considered simultaneous in
802- some implementations but not others.
797+ the animatable property would first have its new computed value. Since
798+ this specification does not define when computed values change, and thus
799+ what changes to computed values are considered simultaneous, authors
800+ should be aware that changing any of the transition properties a small
801+ amount of time after making a change that might transition can result in
802+ behavior that varies between implementations, since the changes might be
803+ considered simultaneous in some implementations but not others.
803804
804805 < p class =note > Say something about simulaneity
805806
0 commit comments