Keyframe rule declarations marked with !important are ignored (Bug 14792)

Thu, 12 Jul 2012 14:32:40 -0700

author
Sylvain Galineau <sylvaing@microsoft.com>
date
Thu, 12 Jul 2012 14:32:40 -0700
changeset 6220
94142ede215c
parent 6219
dbe25978deec
child 6221
b29bb1b84342

Keyframe rule declarations marked with !important are ignored (Bug 14792)

css3-animations/Overview.src.html file | annotate | diff | comparison | revisions
     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