[html5] r6045 - [giow] (2) Make sure that if you cancel a navigation via onbeforeunload, it does [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Apr 29 14:59:42 PDT 2011


Author: ianh
Date: 2011-04-29 14:59:40 -0700 (Fri, 29 Apr 2011)
New Revision: 6045

Modified:
   complete.html
   index
   source
Log:
[giow] (2) Make sure that if you cancel a navigation via onbeforeunload, it doesn't abort the parser and so forth anyway.

Modified: complete.html
===================================================================
--- complete.html	2011-04-29 19:35:25 UTC (rev 6044)
+++ complete.html	2011-04-29 21:59:40 UTC (rev 6045)
@@ -62292,10 +62292,6 @@
    <li><p>Cancel <em>any</em> preexisting attempt to navigate the
    <a href=#browsing-context>browsing context</a>.</li>
 
-   <li><p><a href=#abort-a-document title="abort a document">Abort</a> the
-   <a href=#active-document>active document</a> of the <a href=#browsing-context>browsing
-   context</a>.</li>
-
    <li><p>If the new resource is to be handled using a mechanism that
    does not affect the browsing context, e.g. ignoring the navigation
    request altogether because the specified scheme is not one of the
@@ -62307,6 +62303,10 @@
    <a href=#refused-to-allow-the-document-to-be-unloaded>refused to allow the document to be unloaded</a>, then
    these steps must be aborted.</li>
 
+   <li><p><a href=#abort-a-document title="abort a document">Abort</a> the
+   <a href=#active-document>active document</a> of the <a href=#browsing-context>browsing
+   context</a>.</li>
+
    <li>
 
     <p>If the new resource is to be handled by displaying some sort of

Modified: index
===================================================================
--- index	2011-04-29 19:35:25 UTC (rev 6044)
+++ index	2011-04-29 21:59:40 UTC (rev 6045)
@@ -62315,10 +62315,6 @@
    <li><p>Cancel <em>any</em> preexisting attempt to navigate the
    <a href=#browsing-context>browsing context</a>.</li>
 
-   <li><p><a href=#abort-a-document title="abort a document">Abort</a> the
-   <a href=#active-document>active document</a> of the <a href=#browsing-context>browsing
-   context</a>.</li>
-
    <li><p>If the new resource is to be handled using a mechanism that
    does not affect the browsing context, e.g. ignoring the navigation
    request altogether because the specified scheme is not one of the
@@ -62330,6 +62326,10 @@
    <a href=#refused-to-allow-the-document-to-be-unloaded>refused to allow the document to be unloaded</a>, then
    these steps must be aborted.</li>
 
+   <li><p><a href=#abort-a-document title="abort a document">Abort</a> the
+   <a href=#active-document>active document</a> of the <a href=#browsing-context>browsing
+   context</a>.</li>
+
    <li>
 
     <p>If the new resource is to be handled by displaying some sort of

Modified: source
===================================================================
--- source	2011-04-29 19:35:25 UTC (rev 6044)
+++ source	2011-04-29 21:59:40 UTC (rev 6045)
@@ -70907,10 +70907,6 @@
    <li><p>Cancel <em>any</em> preexisting attempt to navigate the
    <span>browsing context</span>.</p></li>
 
-   <li><p><span title="abort a document">Abort</span> the
-   <span>active document</span> of the <span>browsing
-   context</span>.</p></li>
-
    <li><p>If the new resource is to be handled using a mechanism that
    does not affect the browsing context, e.g. ignoring the navigation
    request altogether because the specified scheme is not one of the
@@ -70922,6 +70918,10 @@
    <span>refused to allow the document to be unloaded</span>, then
    these steps must be aborted.</p></li>
 
+   <li><p><span title="abort a document">Abort</span> the
+   <span>active document</span> of the <span>browsing
+   context</span>.</p></li>
+
    <li>
 
     <p>If the new resource is to be handled by displaying some sort of




More information about the Commit-Watchers mailing list