On 2/27/15 10:35 AM, Fady Samuel wrote:
I've started thinking about "better iframes" lately and I've been
thinking along the lines of async iframes as well. If you start adding
iframes onload, are you not forcing relayout?
You can add whenever and set src onload.
Of course the more complicated the setup gets, the more desirable it is
to have sugar for it. ;)
In an <iframe async>
world, you can compute the layout of the top level frame before
beginning to load the content of the iframe.
Modulo seamless iframes.... we have so many moving parts.
-Boris