[Bug 10625] Spec should cover stopping parsing on location.href = "foo"

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10625

--- Comment #5 from Ian 'Hixie' Hickson <ian@hixie.ch> 2010-09-28 22:56:57 UTC ---
So what happens when the parser is aborted?

 * what's the current document readiness set to, if anything?
 * what scripts execute? the same ones as when parsing ends? none?
 * do DOMContentLoaded and load events fire?
 * how about pageshow and popstate?
 * do pending appcache tasks run?

What should I spec here? I'm happy to spec anything you want, but since
everyone here seems to agree that something is needed but that their
implementations aren't quite right, I don't really know what to do exactly.

-- 
Configure bugmail: http://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 Tuesday, 28 September 2010 22:56:59 UTC