[Webkit-unassigned] [Bug 84533] REGRESSION (r109610): Order of values in shorthand animation makes a difference

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 25 17:00:35 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=84533





--- Comment #12 from Dean Jackson <dino at apple.com>  2012-04-25 17:00:29 PST ---
(In reply to comment #11)
> (In reply to comment #10)
> > (From update of attachment 138848 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=138848&action=review
> > 
> > > Source/WebCore/css/CSSParser.cpp:2726
> > > +
> > 
> > I don't like to copy again the array back here. I was wondering if parseAnimationName could be patched to ignore value->id of others animations properties (e.g.infinite, ...)?
> 
> I also believe that calling a keyframe infinite or linear should not be supported later as animation-name. It conflicts with other properties.

This makes sense, but it's acceptable to do this when not using shorthands, so I don't think we should disallow it. Shorthands are a convenience - that convenience comes with some restrictions.

-- 
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