[Bug 13498] document.readyState should return to 'loading' on navigation

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

Ian 'Hixie' Hickson <ian@hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian@hixie.ch

--- Comment #2 from Ian 'Hixie' Hickson <ian@hixie.ch> 2011-08-10 01:09:44 UTC ---
Hrm, that's kind of a pain. Do they switch it back to 'complete' if the load
ends up being a download or ends up canceled or whatnot? Where does this happen
relative to the onbeforeunload handler? How about relative to parser abortion
in the case the readyState was still not 'complete'? How does this interact
with history navigation? (e.g. if you go back to the document and it was
bfcached, does it still have this new state or does it go back?)

Do other browsers do this also?

Are there any tests for this?

-- 
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 Wednesday, 10 August 2011 01:09:46 UTC