Re: <img src="..." defer>

On 4/16/13 4:22 AM, Jake Archibald wrote:
> Hmm. I see your point here. Is there any prescient for reading ahead
> during a blocking script & calculating styles?

Not really: styles depend on where the node is in the DOM, and you can't 
put it in the DOM until the script has run, obviously.

One could hack together heuristics, maybe.

-Boris

Received on Tuesday, 16 April 2013 15:11:26 UTC