[html5] r4039 - [] (0) Define 'abort' event half-heartedly. Any improvement suggestions welcome. [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 29 02:04:00 PDT 2009
Author: ianh
Date: 2009-09-29 02:03:59 -0700 (Tue, 29 Sep 2009)
New Revision: 4039
Modified:
index
source
Log:
[] (0) Define 'abort' event half-heartedly. Any improvement suggestions welcome.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7700
Modified: index
===================================================================
--- index 2009-09-29 08:54:23 UTC (rev 4038)
+++ index 2009-09-29 09:03:59 UTC (rev 4039)
@@ -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>
@@ -55468,8 +55469,21 @@
</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>
Modified: source
===================================================================
--- source 2009-09-29 08:54:23 UTC (rev 4038)
+++ source 2009-09-29 09:03:59 UTC (rev 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>
More information about the Commit-Watchers
mailing list