RESOLVED FIXED 105428
transition-property accepts incorrect "all, none" as value
https://bugs.webkit.org/show_bug.cgi?id=105428
Summary transition-property accepts incorrect "all, none" as value
Alexis Menard (darktears)
Reported 2012-12-19 06:14:54 PST
http://www.w3.org/TR/css3-transitions/#transition-property-property style.transitionProperty = "all, none"; is possible in WebKit while the specification is : none | [ all | <IDENT> ] [ ‘,’ [ all | <IDENT> ] ]* so none, all or all, none is not possible.
Attachments
Patch (7.10 KB, patch)
2013-01-23 10:30 PST, Alexis Menard (darktears)
no flags
Patch (7.96 KB, patch)
2013-01-23 10:41 PST, Alexis Menard (darktears)
no flags
Alexis Menard (darktears)
Comment 1 2013-01-23 10:30:44 PST
Dean Jackson
Comment 2 2013-01-23 10:39:33 PST
Comment on attachment 184259 [details] Patch Alexis is going to add another test.
Alexis Menard (darktears)
Comment 3 2013-01-23 10:41:46 PST
WebKit Review Bot
Comment 4 2013-01-23 11:29:08 PST
Comment on attachment 184262 [details] Patch Clearing flags on attachment: 184262 Committed r140560: <http://trac.webkit.org/changeset/140560>
WebKit Review Bot
Comment 5 2013-01-23 11:29:11 PST
All reviewed patches have been landed. Closing bug.
Alexis Menard (darktears)
Comment 6 2013-02-04 03:18:33 PST
*** Bug 108751 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.