Short URL: http://html5.org/r/4039
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 4039 | 7700 | Define 'abort' event half-heartedly. Any improvement suggestions welcome. | 2009-09-29 09:03 |
Index: source =================================================================== --- source (revision 4038) +++ source (revision 4039) @@ -62823,6 +62823,21 @@ </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>