[css3-animations] multiple 'animation-name' and cascading

The css3-animations spec should mention what happens when multiple
animations (i.e., multiple items in the 'animation-name' list) both
animate the same properties.

I presume that it should say that the last animation in the list
wins.


The spec should also say what happens when the lists for different
properties have different lengths.  I presume that the
'animation-name' list wins, and other lists are either repeated or
truncated (as for 'background-image' and 'transition-property').

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/

Received on Friday, 1 April 2011 01:08:50 UTC