[Bug 17231] It seems that it isn't possible to create a second load event by doing a document.open/document.write/document.close sequence from within an existing load event

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17231

--- Comment #4 from Ian 'Hixie' Hickson <ian@hixie.ch> 2012-05-31 17:43:15 UTC ---
Oh, I see. You're saying that since document.open() restarts the parser, that
you'll eventually go through the "stops parsing" logic, and that would fire
'load' and 'pagehide' and so forth again...

Does any of the other logic happen? What does document.readyState switch to? Do
scripts run the way they do with a network parser? (e.g. does defer="" delay
until document.close()?) Does DOMContentLoaded fire again? pageshow? Do
appcache things get delayed again? Does window.print() get delayed again
between open() and close()?

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 31 May 2012 17:43:18 UTC