RESOLVED WONTFIX 22389
Animation::property() should return a CSSPropertyID
https://bugs.webkit.org/show_bug.cgi?id=22389
Summary Animation::property() should return a CSSPropertyID
Simon Fraser (smfr)
Reported 2008-11-20 16:34:01 PST
From https://bugs.webkit.org/show_bug.cgi?id=20368#c6 Animation::property() should use CSSPropertyID, not, int, as the type.
Attachments
Simon Fraser (smfr)
Comment 1 2008-11-20 20:54:22 PST
Actually we can't do this because the property returned by Animation::property() can include cAnimateAll and cAnimateNone.
Note You need to log in before you can comment on or make changes to this bug.