- From: Simon Fraser <smfr@me.com>
- Date: Tue, 01 Nov 2011 09:48:26 -0700
- To: "L. David Baron" <dbaron@dbaron.org>
- Cc: www-style@w3.org
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