Bug 84426 - css3test.com failures for animation-duration and transition-duration with negative values
Summary: css3test.com failures for animation-duration and transition-duration with neg...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Linux
: P2 Normal
Assignee: Uday Kiran
URL: http://css3test.com
Keywords:
Depends on:
Blocks: 79073 93136
  Show dependency treegraph
 
Reported: 2012-04-19 23:21 PDT by Uday Kiran
Modified: 2012-12-12 09:25 PST (History)
8 users (show)

See Also:


Attachments
Proposed patch (8.51 KB, patch)
2012-04-19 23:41 PDT, Uday Kiran
simon.fraser: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Uday Kiran 2012-04-19 23:21:24 PDT
A negative value for animation-duration and transition-duration should be treated as 0s.
Comment 1 Uday Kiran 2012-04-19 23:41:34 PDT
Created attachment 138051 [details]
Proposed patch
Comment 2 Simon Fraser (smfr) 2012-04-20 13:52:22 PDT
Comment on attachment 138051 [details]
Proposed patch

The spec issue hasn't been settled yet: https://www.w3.org/Bugs/Public/show_bug.cgi?id=16806
Comment 3 Alexis Menard (darktears) 2012-12-12 06:37:26 PST
As per 

http://dev.w3.org/csswg/css3-animations/#animation-duration-property 

it is stated that :

"A negative ‘animation-duration’ value renders the declaration invalid." which is what WebKit does today. I can close the bug.