[css3-animations] Clarify animation application (bug 14779)

Wed, 20 Feb 2013 20:44:27 -0800

author
Sylvain Galineau <sylvaing@microsoft.com>
date
Wed, 20 Feb 2013 20:44:27 -0800
changeset 7518
e22f3d171747
parent 7517
5e26a796fb84
child 7519
1edecaf3f2ba

[css3-animations] Clarify animation application (bug 14779)

css3-animations/Overview.html file | annotate | diff | comparison | revisions
css3-animations/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-animations/Overview.html	Wed Feb 20 20:30:01 2013 -0800
     1.2 +++ b/css3-animations/Overview.html	Wed Feb 20 20:44:27 2013 -0800
     1.3 @@ -370,10 +370,11 @@
     1.4     scripting engine returns control to the browser (in the case of style
     1.5     applied by script).
     1.6  
     1.7 -  <p> An animation applies to an element if the element has a value for ‘<a
     1.8 +  <p> An animation applies to an element if its name appears as one of the
     1.9 +   identifiers in the computed value of the ‘<a
    1.10     href="#animation-name"><code class=property>animation-name</code></a>’
    1.11 -   that references a valid keyframes rule. Once an animation has started it
    1.12 -   continues until it ends or the ‘<a href="#animation-name"><code
    1.13 +   property. Once an animation has started it continues until it ends or the
    1.14 +   ‘<a href="#animation-name"><code
    1.15     class=property>animation-name</code></a>’ is removed. The values used
    1.16     for the keyframes and animation properties are snapshotted at the time the
    1.17     animation starts. Changing them during the execution of the animation has
     2.1 --- a/css3-animations/Overview.src.html	Wed Feb 20 20:30:01 2013 -0800
     2.2 +++ b/css3-animations/Overview.src.html	Wed Feb 20 20:44:27 2013 -0800
     2.3 @@ -44,7 +44,7 @@
     2.4  		<dd><a href="mailto:cmarrin@apple.com">Chris Marrin</a> (<a
     2.5  			href="http://www.apple.com/">Apple Inc</a>)
     2.6  		<dd>Sylvain Galineau, Microsoft
     2.7 -			
     2.8 +
     2.9  	<dt>Issues list:
    2.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>
    2.11  
    2.12 @@ -182,7 +182,8 @@
    2.13  
    2.14  	<p>
    2.15  		An animation applies to an element 
    2.16 -		if the element has a value for 'animation-name' that references a valid keyframes rule. 
    2.17 +		if its name appears as one of the identifiers in the 
    2.18 +		computed value of the 'animation-name' property.
    2.19  		Once an animation has started 
    2.20  		it continues until it ends 
    2.21  		or the 'animation-name' is removed. 

mercurial