[Bug 16801] It's unclear here and elsewhere what it means to "cancel the navigation", and what effects it will have e.g. on the parser (presumably it will be like getting EOF?). Could this be clarified, perhaps by rewriting in terms of the abort algorithm?

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

Henri Sivonen <hsivonen@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsivonen@iki.fi

--- Comment #1 from Henri Sivonen <hsivonen@iki.fi> 2012-04-23 06:42:30 UTC ---
window.stop() in WebKit and Gecko and document.execCommand('Stop') in Trident
abort the parser (the latter not for script-created parsers):
http://hsivonen.iki.fi/test/moz/readystate/window-stop.html
http://hsivonen.iki.fi/test/moz/readystate/document-open-window-stop.html
http://hsivonen.iki.fi/test/moz/readystate/execcommand.html
http://hsivonen.iki.fi/test/moz/readystate/document-open-execcommand.html

-- 
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 Monday, 23 April 2012 06:42:34 UTC