Skip to content

Commit f241720

Browse files
author
Sylvain Galineau
committed
Keyframe rule declarations marked with !important are ignored (Bug 14792)
1 parent 4281543 commit f241720

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css3-animations/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,11 @@ <h2 id="keyframes">
251251
using the computed values of the properties being animated.
252252

253253
<p>
254-
The <dfn>keyframe declaration</dfn> for a keyframe rule
254+
The <dfn>keyframe declaration block</dfn> for a keyframe rule
255255
consists of properties and values.
256256
Properties that are unable to be animated are ignored in these rules,
257257
with the exception of 'animation-timing-function',
258-
the behavior of which is described below.
258+
the behavior of which is described below. In addition, keyframe rule declarations qualified with !important are ignored.
259259

260260
<p class="issue">
261261
Need to describe what happens if a property is not present in all keyframes.

0 commit comments

Comments
 (0)