Re: WebKit and Gecko differences on keyframes' CSS OM

On Wednesday 2011-11-23 09:35 +0100, Daniel Glazman wrote:
> Webkit defines the following constants [1] for Animations OM:
> 
>   WEBKIT_KEYFRAMES_RULE = 8;
>   WEBKIT_KEYFRAME_RULE = 9;
> 
> while Gecko defines
> 
>   MOZ_KEYFRAMES_RULE = 7;
>   MOZ_KEYFRAME_RULE = 8;
> 
> I guess WebKit originally got 7 for Variables...
> Could we please harmonize as soon as possible here? I recommend
> using the WebKit values.

I'm fine going either way; as I described in
http://lists.w3.org/Archives/Public/www-style/2011Nov/0023.html I
used 7 and 8 because that's what the spec said to use; I only later
(shortly before sending the above message, I think) discovered that
WebKit didn't match the spec.

http://lists.w3.org/Archives/Public/www-style/2011Nov/0026.html
says WebKit will change, though
https://bugs.webkit.org/show_bug.cgi?id=71293 doesn't show any
progress yet.

-David

-- 
𝄞   L. David Baron                         http://dbaron.org/   𝄂
𝄢   Mozilla                           http://www.mozilla.org/   𝄂

Received on Wednesday, 23 November 2011 17:06:04 UTC