[Webkit-unassigned] [Bug 108965] Keyframe ease written in shorthand is not applied to animation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 11 18:14:48 PDT 2013


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





--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-04-11 18:13:03 PST ---
So for most longhand properties,  value = getPropertyValue(shorthandPropertyID); returns null so it refuses to serialize with the shorthand. But for animation properties, we go through getLayeredShorthandValue() which doesn't seem to do the right thing.

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