- From: poot <cvsmail@w3.org>
- Date: Tue, 29 Sep 2009 17:56:00 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Define 'abort' event half-heartedly. Any improvement suggestions welcome. (whatwg r4039) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3200&r2=1.3201&f=h http://html5.org/tools/web-apps-tracker?from=4038&to=4039 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3200 retrieving revision 1.3201 diff -u -d -r1.3200 -r1.3201 --- Overview.html 29 Sep 2009 08:46:05 -0000 1.3200 +++ Overview.html 29 Sep 2009 08:55:40 -0000 1.3201 @@ -899,7 +899,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> @@ -50122,7 +50123,12 @@ it must return the last value it was set to. On setting, the attribute must be set to the new value.</p> - </div><h3 id="links"><span class="secno">6.12 </span>Links</h3><h4 id="hyperlink-elements"><span class="secno">6.12.1 </span>Hyperlink elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="#the-a-element">a</a></code>, <code><a href="#the-area-element">area</a></code>, and <code><a href="#the-link-element">link</a></code> + </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><h4 id="hyperlink-elements"><span class="secno">6.12.1 </span>Hyperlink elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="#the-a-element">a</a></code>, <code><a href="#the-area-element">area</a></code>, and <code><a href="#the-link-element">link</a></code> elements can, in certain situations described in the definitions of those elements, represent <dfn id="hyperlink" title="hyperlink">hyperlinks</dfn>.<p>The <dfn id="attr-hyperlink-href" title="attr-hyperlink-href"><code>href</code></dfn> attribute on a hyperlink element must have a value that is a
Received on Tuesday, 29 September 2009 08:56:36 UTC