Re: [frame-timing] Processing model proposal

On 2015/03/21 4:59, Michael Blain wrote:
> Hi Web Perf,
>
> I'm trying to write up the processing model for the frame-timing spec.
>
> Here's what we have currently. Would love to hear thoughts/comments?
>
> https://docs.google.com/document/d/1Li_R8v4po9QwjLxNrrD0CCfgYqk4wWA1Ge6pX4jokfQ/edit?usp=sharing

I'm not sure why rAF callbacks are run after rendering here? In Gecko, 
at least, we do them before style/layout/drawing[1] and the HTML spec 
has the same[2].

Best regards,

Brian

[1] 
http://mxr.mozilla.org/mozilla-central/source/layout/base/nsRefreshDriver.cpp?rev=ac4464790ec4#1548
[2] 
https://html.spec.whatwg.org/multipage/webappapis.html#processing-model-9

Received on Sunday, 22 March 2015 23:52:54 UTC