Skip to content

Commit

Permalink
[giow] (2) Make sure that if you cancel a navigation via onbeforeunlo…
Browse files Browse the repository at this point in the history
…ad, it doesn't abort the parser and so forth anyway.

git-svn-id: http://svn.whatwg.org/webapps@6045 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 29, 2011
1 parent 2d64799 commit ebc290a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -62292,10 +62292,6 @@ <h4 id=navigating-across-documents><span class=secno>6.5.1 </span>Navigating acr
<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
Expand All @@ -62307,6 +62303,10 @@ <h4 id=navigating-across-documents><span class=secno>6.5.1 </span>Navigating acr
<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
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -62315,10 +62315,6 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
<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
Expand All @@ -62330,6 +62326,10 @@ State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BU
<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
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -70907,10 +70907,6 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<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
Expand All @@ -70922,6 +70918,10 @@ State: &lt;OUTPUT NAME=I>1&lt;/OUTPUT> &lt;INPUT VALUE="Increment" TYPE=BUTTON O
<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
Expand Down

0 comments on commit ebc290a

Please sign in to comment.