- From: L. David Baron <dbaron@dbaron.org>
- Date: Tue, 1 Nov 2011 09:08:34 -0700
- To: www-style@w3.org
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.)
-David
--
𝄞 L. David Baron http://dbaron.org/ 𝄂
𝄢 Mozilla http://www.mozilla.org/ 𝄂
Received on Tuesday, 1 November 2011 16:09:04 UTC