Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Define 'abort' event half-heartedly. Any improvement suggestio…
…ns welcome.

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

git-svn-id: http://svn.whatwg.org/webapps@4039 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent 28662f8 commit e230ce6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
16 changes: 15 additions & 1 deletion index
Expand Up @@ -756,7 +756,8 @@
<li><a href=#history-traversal><span class=secno>6.11.9 </span>History traversal</a></li>
<li><a href=#unloading-documents><span class=secno>6.11.10 </span>Unloading documents</a>
<ol>
<li><a href=#event-definition><span class=secno>6.11.10.1 </span>Event definition</a></ol></ol></li>
<li><a href=#event-definition><span class=secno>6.11.10.1 </span>Event definition</a></ol></li>
<li><a href=#aborting-a-document-load><span class=secno>6.11.11 </span>Aborting a document load</a></ol></li>
<li><a href=#links><span class=secno>6.12 </span>Links</a>
<ol>
<li><a href=#hyperlink-elements><span class=secno>6.12.1 </span>Hyperlink elements</a></li>
Expand Down Expand Up @@ -55468,6 +55469,19 @@ NETWORK:
</div>


<h4 id=aborting-a-document-load><span class=secno>6.11.11 </span>Aborting a document load</h4>

<p>If the user cancels any instance of the <a href=#fetch title=fetch>fetching algorithm</a> in the context of a
<code>Document</code> in a <a href=#browsing-context>browsing context</a>, then, if
that <code>Document</code> is an <a href=#active-document>active document</a>, the
user agent must <a href=#fire-a-simple-event>fire a simple event</a> called <code title=event-abort>abort</code> at that <code>Document</code>'s
<code><a href=#window>Window</a></code> object.</p>

<!-- I'd love to make this more precise, anyone have any suggestions
on what it should say? -->





<h3 id=links><span class=secno>6.12 </span>Links</h3>
Expand Down
15 changes: 15 additions & 0 deletions source
Expand Up @@ -62823,6 +62823,21 @@ NETWORK:
</div>


<h4>Aborting a document load</h4>

<p>If the user cancels any instance of the <span
title="fetch">fetching algorithm</span> in the context of a
<code>Document</code> in a <span>browsing context</span>, then, if
that <code>Document</code> is an <span>active document</span>, the
user agent must <span>fire a simple event</span> called <code
title="event-abort">abort</code> at that <code>Document</code>'s
<code>Window</code> object.</p>

<!-- I'd love to make this more precise, anyone have any suggestions
on what it should say? -->



<h3>Structured client-side storage</h3> <!--START storage--><!--END html5-->

<h4>Introduction</h4>
Expand Down

0 comments on commit e230ce6

Please sign in to comment.