Re: [css3-animations] disagreement over constants KEYFRAMES_RULE and KEYFRAME_RULE

On Nov 1, 2011, at 9:08 AM, L. David Baron wrote:

> http://dev.w3.org/csswg/css3-animations/#dom-interfaces- says:
>  #        interface CSSRule {
>  #          ...
>  #          const unsigned short KEYFRAMES_RULE = 7;
>  #          const unsigned short KEYFRAME_RULE = 8;
>  #          ...
>  #        };
> 
> However, WebKit implements:
> 
>  #          const unsigned short WEBKIT_KEYFRAMES_RULE = 8;
>  #          const unsigned short WEBKIT_KEYFRAME_RULE = 9;
> 
> We should figure out whether we're using 7 and 8 or using 8 and 9.
> 
> (I implemented what the spec says in Gecko; I only discovered the
> difference recently.)

We (WebKit) used to use 7 for something else (variables?), but we should fix this:
<https://bugs.webkit.org/show_bug.cgi?id=71293>

Simon

Received on Tuesday, 1 November 2011 16:49:15 UTC