Re: Future feedback

On 5/15/13 9:08 PM, Sean Hogan wrote:
> a. If the browser can schedule my tasks (micro-tasks, whatever) in a
> timely manner - and without unnecessary page reflows

Define "unnecessary"?  Reflows can happen between any pair of DOM tasks, 
typically, but they are in fact necessary: otherwise the user will never 
see the page update.

Reflows won't happen between script and the corresponding microtask 
checkpoint, unless the script flushes.

-Boris

Received on Thursday, 16 May 2013 01:30:16 UTC