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. TedReceived on Saturday, 11 February 2012 18:46:58 UTC
This archive was generated by hypermail 2.4.0 : Friday, 25 March 2022 10:08:11 UTC