[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 #3 from James Graham <jgraham@opera.com> 2012-05-31 08:59:42 UTC ---
It seems that doing something that would cause further load events to fire from
within the load handler (e.g. restarting / stopping the parser with
document.open / document.write / document.close) doesn't in fact cause further
load events to fire. If this was allowed the TC above would continue printing
onload indefinitely, rather than once, as observed. 

It is possible that the spec already prevents this in some way that I have
missed. But if not, it should.

-- 
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 08:59:51 UTC