css3-animations/Overview.src.html

changeset 7518
e22f3d171747
parent 7517
5e26a796fb84
child 7529
01d3f8204e5d
     1.1 --- a/css3-animations/Overview.src.html	Wed Feb 20 20:30:01 2013 -0800
     1.2 +++ b/css3-animations/Overview.src.html	Wed Feb 20 20:44:27 2013 -0800
     1.3 @@ -44,7 +44,7 @@
     1.4  		<dd><a href="mailto:cmarrin@apple.com">Chris Marrin</a> (<a
     1.5  			href="http://www.apple.com/">Apple Inc</a>)
     1.6  		<dd>Sylvain Galineau, Microsoft
     1.7 -			
     1.8 +
     1.9  	<dt>Issues list:
    1.10  		<dd><a href="https://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&amp;product=CSS&amp;component=Animations&amp;resolution=---&amp;cmdtype=doit">in Bugzilla</a>
    1.11  
    1.12 @@ -182,7 +182,8 @@
    1.13  
    1.14  	<p>
    1.15  		An animation applies to an element 
    1.16 -		if the element has a value for 'animation-name' that references a valid keyframes rule. 
    1.17 +		if its name appears as one of the identifiers in the 
    1.18 +		computed value of the 'animation-name' property.
    1.19  		Once an animation has started 
    1.20  		it continues until it ends 
    1.21  		or the 'animation-name' is removed. 

mercurial