Re: loadedmetadata and layout

 > This is already implicitly required. The loadedmetadata event is
 > queued from a task, therefore the event loop must spin at least once
 > for the event to be fired. The penultimate step of the event loop is
 > "If necessary, update the rendering or user interface of any Document
 > or browsing context to reflect the current state".

I'm not sure what this means in practice...  Does this require painting 
to happen, or just pending updates to be flushed?  Does it even require 
pending updates to be flushed, or can that happen lazily when someone 
requests layout data?

-Boris

Received on Monday, 24 August 2009 13:23:24 UTC