- From: Edward O'Connor <eoconnor@apple.com>
- Date: Sat, 11 Feb 2012 10:46:32 -0800
- To: "L. David Baron" <dbaron@dbaron.org>
- Cc: www-style@w3.org
Hi,
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.
WebKit has changed to use the specced values, in r107470.
Ted
Received on Saturday, 11 February 2012 18:46:58 UTC