[Webkit-unassigned] [Bug 84533]=?UTF-8?Q?=20Order=20of=20values=20in=20animation=20shouldn=E2=80=99t=20matter=20?=(except time values ofc)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 21 09:13:52 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84533
Igor Trindade Oliveira <igor.oliveira at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |igor.oliveira at webkit.org
--- Comment #1 from Igor Trindade Oliveira <igor.oliveira at webkit.org> 2012-04-21 09:13:52 PST ---
http://trac.webkit.org/changeset/109610 is causing this bug. The spec also allows animation-name have different names. So, if we have an animation called "infinite" and we have the follow -webkit-animation:
-webkit-animation: 1s test infinite 2;
where the 2 is the animation-iteration-count,would be a little bit tricky to know what is the animation name.
(In reply to comment #0)
> In WebKit build 536.9 (@114735) (current Chrome Canary and WebKit Nightlies), the animation shorthand is broken. It requires animation-name to be before animation-delay, although the spec mandates no such restriction: http://www.w3.org/TR/css3-animations/#animation-shorthand-property
>
> Attached (WebKit-only) testcase is red when the bug is present and green when it isn't.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list