Skip to content

Commit f7372f3

Browse files
author
Sylvain Galineau
committed
Ignore keyframe selectors outside [0-100%] (bug 14795)
1 parent fc1e9d1 commit f7372f3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css3-animations/Overview.src.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,11 @@ <h2 id="keyframes">
248248
using the computed values of the properties being animated.
249249
If a ''100%'' or ''to'' keyframe is not specified,
250250
then the user agent constructs a ''100%'' keyframe
251-
using the computed values of the properties being animated.
251+
using the computed values of the properties being animated.
252+
If a keyframe selector specifies
253+
negative percentage values or
254+
values higher than 100%,
255+
then the keyframe will be ignored.
252256

253257
<p>
254258
The <dfn>keyframe declaration block</dfn> for a keyframe rule

0 commit comments

Comments
 (0)