Re: [RequestAnimationFrame] WindowAnimationTiming

> It seems unnecessary to have the WindowAnimationTiming interface; the 
> best practice for this pattern would be
> 
> # partial interface Window {
> #   long requestAnimationFrame(FrameRequestCallback callback);
> #   void cancelAnimationFrame(long handle);
> # };

This one got fixed, see

http://w3c-test.org/webperf/specs/RequestAnimationFrame/#Window-interface-extensions

Philippe

Received on Thursday, 14 February 2013 00:33:28 UTC