Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[] (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
</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> |