[RequestAnimationFrame] clarification of what 'time' is

The 'time' in the rAF callback (Processing Model) should be altered in the
spec to allow (encourage) a web browser to pass the known begin time of the
frame (the vsync timebase) as the 'time', rather than performance.now().

Received on Tuesday, 14 April 2015 20:52:35 UTC