WebKit and Gecko differences on keyframes' CSS OM

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.

[1] http://trac.webkit.org/browser/trunk/Source/WebCore/css/CSSRule.idl

[2] 
http://mxr.mozilla.org/mozilla-central/source/dom/interfaces/css/nsIDOMCSSRule.idl

</Daniel>

Received on Wednesday, 23 November 2011 08:36:07 UTC