css3-animations/Overview.src.html

changeset 6220
94142ede215c
parent 6219
dbe25978deec
child 6222
cd865eec928e
     1.1 --- a/css3-animations/Overview.src.html	Thu Jul 12 14:00:51 2012 -0700
     1.2 +++ b/css3-animations/Overview.src.html	Thu Jul 12 14:32:40 2012 -0700
     1.3 @@ -251,11 +251,11 @@
     1.4  		using the computed values of the properties being animated.
     1.5  	
     1.6  	<p>
     1.7 -		The <dfn>keyframe declaration</dfn> for a keyframe rule 
     1.8 +		The <dfn>keyframe declaration block</dfn> for a keyframe rule 
     1.9  		consists of properties and values. 
    1.10  		Properties that are unable to be animated are ignored in these rules, 
    1.11  		with the exception of 'animation-timing-function', 
    1.12 -		the behavior of which is described below.
    1.13 +		the behavior of which is described below. In addition, keyframe rule declarations qualified with !important are ignored. 
    1.14  	
    1.15  	<p class="issue">
    1.16  		Need to describe what happens if a property is not present in all keyframes.

mercurial