RESOLVED WONTFIX Bug 84426
css3test.com failures for animation-duration and transition-duration with negative values
https://bugs.webkit.org/show_bug.cgi?id=84426
Summary css3test.com failures for animation-duration and transition-duration with neg...
Uday Kiran
Reported 2012-04-19 23:21:24 PDT
A negative value for animation-duration and transition-duration should be treated as 0s.
Attachments
Proposed patch (8.51 KB, patch)
2012-04-19 23:41 PDT, Uday Kiran
simon.fraser: review-
Uday Kiran
Comment 1 2012-04-19 23:41:34 PDT
Created attachment 138051 [details] Proposed patch
Simon Fraser (smfr)
Comment 2 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
Alexis Menard (darktears)
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.