Re: script execution corner case: timing of running a script created from a javascript: URL inside an IFRAME

On Tue, Jan 18, 2011 at 10:09 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote:

> Does it even make sense to try to standardise the behaviour here?
>>
>
> Imo, yes.  At least the sync-vs-async thing for javascript: could use
> standardizing.


I agree.

I believe WebKit is sync for javascript, data and empty URLs. Being sync for
these cases is so much more convenient for web developers that have to deal
with iframes. Especially as we are starting to add APIs for using iframes in
lighter-weight contexts (e.g. seamless), this will become more important.

Are there any disadvantages to making these cases sync?

Ojan

Received on Wednesday, 19 January 2011 18:05:44 UTC