This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14795 - Define the resolution of @keyframes selectors outside [0%-100%]
Summary: Define the resolution of @keyframes selectors outside [0%-100%]
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: Animations (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dean Jackson
QA Contact: This bug has no owner yet - up for the taking
URL:
Whiteboard: [medium]
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-11 20:29 UTC by Sylvain Galineau
Modified: 2012-08-08 00:38 UTC (History)
3 users (show)

See Also:


Attachments

Comment 1 Simon Fraser 2012-01-30 15:40:29 UTC
WebKit ignores keyframes > 100%, but negative keyframe values cause the animation to be ignored.
Comment 2 Sylvain Galineau 2012-08-03 22:09:14 UTC
Simon, are you sure about that? I see WebKit (latest Chrome) ignore the entire animation rule if one of the keyframe selectors is <0% or >100%. Firefox and IE only ignore these keyframe selectors and otherwise run the animation as if they weren't there.
Comment 3 Sylvain Galineau 2012-08-08 00:10:51 UTC
Fixed, following http://lists.w3.org/Archives/Public/www-style/2012Aug/0125.html
Comment 4 Simon Fraser 2012-08-08 00:38:51 UTC
Bug for webkit: https://bugs.webkit.org/show_bug.cgi?id=93414