[css-animations] Clarify animation start time: may be delayed until @keyframes rule is resolved (Bug 25671)

Thu, 17 Jul 2014 13:35:43 -0700

author
Sylvain Galineau <galineau@adobe.com>
date
Thu, 17 Jul 2014 13:35:43 -0700
changeset 14262
406b08f4fcbc
parent 14260
b808f776ac49
child 14263
83e39e321548

[css-animations] Clarify animation start time: may be delayed until @keyframes rule is resolved (Bug 25671)

css-animations/Overview.bs file | annotate | diff | comparison | revisions
css-animations/Overview.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-animations/Overview.bs	Thu Jul 17 09:59:32 2014 -0700
     1.2 +++ b/css-animations/Overview.bs	Thu Jul 17 13:35:43 2014 -0700
     1.3 @@ -105,7 +105,8 @@
     1.4  	element's style will start when this style is resolved; that may be 
     1.5  	immediately in the case of a pseudo style rule such as hover, or may be 
     1.6  	when the scripting engine returns control to the browser (in the case of 
     1.7 -	style applied by script). 
     1.8 +	style applied by script). Note that dynamically updating keyframe style 
     1.9 +	rules does not start or restart an animation.
    1.10  	 
    1.11  
    1.12  	An animation applies to an element if its name appears as one of the
     2.1 --- a/css-animations/Overview.html	Thu Jul 17 09:59:32 2014 -0700
     2.2 +++ b/css-animations/Overview.html	Thu Jul 17 13:35:43 2014 -0700
     2.3 @@ -248,7 +248,8 @@
     2.4  	element’s style will start when this style is resolved; that may be 
     2.5  	immediately in the case of a pseudo style rule such as hover, or may be 
     2.6  	when the scripting engine returns control to the browser (in the case of 
     2.7 -	style applied by script). 
     2.8 +	style applied by script). Note that dynamically updating keyframe style 
     2.9 +	rules does not start or restart an animation.
    2.10  	 
    2.11  
    2.12  <p>	An animation applies to an element if its name appears as one of the

mercurial