- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 02 Dec 2009 09:47:19 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv24608 Modified Files: Overview.html acknowledgements.html browsers.html comms.html dom.html editing.html embedded-content-0.html forms.html history.html index.html infrastructure.html interactive-elements.html introduction.html microdata.html named-character-references.html obsolete.html offline.html references.html semantics.html spec.html syntax.html tabular-data.html text-level-semantics.html the-canvas-element.html the-xhtml-syntax.html video.html Log Message: Make sure to say to queue a task for a variety of situations that otherwise would have synchronous or undefined behaviour. Release the storage mutex in a few places that were missed before. (whatwg r4395) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v retrieving revision 1.509 retrieving revision 1.510 diff -u -d -r1.509 -r1.510 --- infrastructure.html 2 Dec 2009 02:17:14 -0000 1.509 +++ infrastructure.html 2 Dec 2009 09:47:16 -0000 1.510 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="introduction.html">← 1 Introduction</a> – Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v retrieving revision 1.505 retrieving revision 1.506 diff -u -d -r1.505 -r1.506 --- text-level-semantics.html 2 Dec 2009 02:17:15 -0000 1.505 +++ text-level-semantics.html 2 Dec 2009 09:47:17 -0000 1.506 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="semantics.html">← 4 The elements of HTML</a> – Index: history.html =================================================================== RCS file: /sources/public/html5/spec-author-view/history.html,v retrieving revision 1.509 retrieving revision 1.510 diff -u -d -r1.509 -r1.510 --- history.html 2 Dec 2009 02:17:14 -0000 1.509 +++ history.html 2 Dec 2009 09:47:16 -0000 1.510 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="offline.html">← 6.7 Offline Web applications</a> – @@ -541,8 +541,9 @@ initialization methods.</p><h4 id="aborting-a-document-load"><span class="secno">6.9.2 </span>Aborting a document load</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><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="browsers.html#browsing-context">browsing context</a>, then, if that <code>Document</code> is an <a href="browsers.html#active-document">active document</a>, the - user agent must <a href="#fire-a-simple-event">fire a simple event</a> named <code title="event-abort">abort</code> at that <code>Document</code>'s - <code><a href="browsers.html#window">Window</a></code> object.</p><!-- I'd love to make this more precise, anyone have any suggestions + user agent must <a href="#queue-a-task">queue a task</a> to <a href="#fire-a-simple-event">fire a simple + event</a> named <code title="event-abort">abort</code> at that + <code>Document</code>'s <code><a href="browsers.html#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.10 </span>Links</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="hyperlink-elements"><span class="secno">6.10.1 </span>Hyperlink elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code><a href="text-level-semantics.html#the-a-element">a</a></code>, <code><a href="the-canvas-element.html#the-area-element">area</a></code>, and <code><a href="semantics.html#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><p>The <dfn id="attr-hyperlink-href" title="attr-hyperlink-href"><code>href</code></dfn> Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v retrieving revision 1.506 retrieving revision 1.507 diff -u -d -r1.506 -r1.507 --- tabular-data.html 2 Dec 2009 02:17:15 -0000 1.506 +++ tabular-data.html 2 Dec 2009 09:47:17 -0000 1.507 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="the-canvas-element.html">← 4.8.11 The canvas element</a> – Index: microdata.html =================================================================== RCS file: /sources/public/html5/spec-author-view/microdata.html,v retrieving revision 1.506 retrieving revision 1.507 diff -u -d -r1.506 -r1.507 --- microdata.html 2 Dec 2009 02:17:14 -0000 1.506 +++ microdata.html 2 Dec 2009 09:47:16 -0000 1.507 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="interactive-elements.html">← 4.11 Interactive elements</a> – Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.508 retrieving revision 1.509 diff -u -d -r1.508 -r1.509 --- Overview.html 2 Dec 2009 02:17:13 -0000 1.508 +++ Overview.html 2 Dec 2009 09:47:15 -0000 1.509 @@ -236,7 +236,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3515. +This is revision 1.3516. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: embedded-content-0.html =================================================================== RCS file: /sources/public/html5/spec-author-view/embedded-content-0.html,v retrieving revision 1.506 retrieving revision 1.507 diff -u -d -r1.506 -r1.507 --- embedded-content-0.html 2 Dec 2009 02:17:13 -0000 1.506 +++ embedded-content-0.html 2 Dec 2009 09:47:15 -0000 1.507 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> – Index: dom.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dom.html,v retrieving revision 1.511 retrieving revision 1.512 diff -u -d -r1.511 -r1.512 --- dom.html 2 Dec 2009 02:17:13 -0000 1.511 +++ dom.html 2 Dec 2009 09:47:15 -0000 1.512 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="infrastructure.html">← 2 Common infrastructure</a> – Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v retrieving revision 1.506 retrieving revision 1.507 diff -u -d -r1.506 -r1.507 --- acknowledgements.html 2 Dec 2009 02:17:13 -0000 1.506 +++ acknowledgements.html 2 Dec 2009 09:47:15 -0000 1.507 @@ -218,7 +218,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="references.html">← References</a> – Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v retrieving revision 1.510 retrieving revision 1.511 diff -u -d -r1.510 -r1.511 --- the-canvas-element.html 2 Dec 2009 02:17:15 -0000 1.510 +++ the-canvas-element.html 2 Dec 2009 09:47:17 -0000 1.511 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="video.html">← 4.8.7 The video element</a> – Index: forms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/forms.html,v retrieving revision 1.508 retrieving revision 1.509 diff -u -d -r1.508 -r1.509 --- forms.html 2 Dec 2009 02:17:13 -0000 1.508 +++ forms.html 2 Dec 2009 09:47:15 -0000 1.509 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="tabular-data.html">← 4.9 Tabular data</a> – Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v retrieving revision 1.508 retrieving revision 1.509 diff -u -d -r1.508 -r1.509 --- interactive-elements.html 2 Dec 2009 02:17:14 -0000 1.508 +++ interactive-elements.html 2 Dec 2009 09:47:16 -0000 1.509 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="forms.html">← 4.10 Forms</a> – Index: editing.html =================================================================== RCS file: /sources/public/html5/spec-author-view/editing.html,v retrieving revision 1.510 retrieving revision 1.511 diff -u -d -r1.510 -r1.511 --- editing.html 2 Dec 2009 02:17:13 -0000 1.510 +++ editing.html 2 Dec 2009 09:47:15 -0000 1.511 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="history.html">← 6.8 Session history and navigation</a> – Index: video.html =================================================================== RCS file: /sources/public/html5/spec-author-view/video.html,v retrieving revision 1.510 retrieving revision 1.511 diff -u -d -r1.510 -r1.511 --- video.html 2 Dec 2009 02:17:15 -0000 1.510 +++ video.html 2 Dec 2009 09:47:17 -0000 1.511 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="text-level-semantics.html">← 4.6 Text-level semantics</a> – Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/browsers.html,v retrieving revision 1.511 retrieving revision 1.512 diff -u -d -r1.511 -r1.512 --- browsers.html 2 Dec 2009 02:17:13 -0000 1.511 +++ browsers.html 2 Dec 2009 09:47:15 -0000 1.512 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="microdata.html">← 5 Microdata</a> – Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v retrieving revision 1.505 retrieving revision 1.506 diff -u -d -r1.505 -r1.506 --- the-xhtml-syntax.html 2 Dec 2009 02:17:15 -0000 1.505 +++ the-xhtml-syntax.html 2 Dec 2009 09:47:17 -0000 1.506 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="named-character-references.html">← 9.2 Named character references</a> – Index: offline.html =================================================================== RCS file: /sources/public/html5/spec-author-view/offline.html,v retrieving revision 1.506 retrieving revision 1.507 diff -u -d -r1.506 -r1.507 --- offline.html 2 Dec 2009 02:17:14 -0000 1.506 +++ offline.html 2 Dec 2009 09:47:16 -0000 1.507 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="browsers.html">← 6 Web browsers</a> – Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/syntax.html,v retrieving revision 1.509 retrieving revision 1.510 diff -u -d -r1.509 -r1.510 --- syntax.html 2 Dec 2009 02:17:15 -0000 1.509 +++ syntax.html 2 Dec 2009 09:47:17 -0000 1.510 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="comms.html">← 8 Communication</a> – Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec-author-view/obsolete.html,v retrieving revision 1.507 retrieving revision 1.508 diff -u -d -r1.507 -r1.508 --- obsolete.html 2 Dec 2009 02:17:14 -0000 1.507 +++ obsolete.html 2 Dec 2009 09:47:16 -0000 1.508 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="the-xhtml-syntax.html">← 10 The XHTML syntax</a> – Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v retrieving revision 1.507 retrieving revision 1.508 diff -u -d -r1.507 -r1.508 --- named-character-references.html 2 Dec 2009 02:17:14 -0000 1.507 +++ named-character-references.html 2 Dec 2009 09:47:16 -0000 1.508 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="syntax.html">← 9 The HTML syntax</a> – Index: references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/references.html,v retrieving revision 1.506 retrieving revision 1.507 diff -u -d -r1.506 -r1.507 --- references.html 2 Dec 2009 02:17:14 -0000 1.506 +++ references.html 2 Dec 2009 09:47:16 -0000 1.507 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="index.html">← Index</a> – Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/semantics.html,v retrieving revision 1.510 retrieving revision 1.511 diff -u -d -r1.510 -r1.511 --- semantics.html 2 Dec 2009 02:17:14 -0000 1.510 +++ semantics.html 2 Dec 2009 09:47:16 -0000 1.511 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="embedded-content-0.html">← 3.2.5.1.6 Embedded content</a> – Index: index.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index.html,v retrieving revision 1.506 retrieving revision 1.507 diff -u -d -r1.506 -r1.507 --- index.html 2 Dec 2009 02:17:14 -0000 1.506 +++ index.html 2 Dec 2009 09:47:16 -0000 1.507 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="iana.html">← 12 IANA considerations</a> – Index: comms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/comms.html,v retrieving revision 1.508 retrieving revision 1.509 diff -u -d -r1.508 -r1.509 --- comms.html 2 Dec 2009 02:17:13 -0000 1.508 +++ comms.html 2 Dec 2009 09:47:15 -0000 1.509 @@ -219,7 +219,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="editing.html">← 7 User Interaction</a> – Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.515 retrieving revision 1.516 diff -u -d -r1.515 -r1.516 --- spec.html 2 Dec 2009 02:17:14 -0000 1.515 +++ spec.html 2 Dec 2009 09:47:16 -0000 1.516 @@ -234,7 +234,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3515. +This is revision 1.3516. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -23645,8 +23645,9 @@ initialization methods.</p><h4 id=aborting-a-document-load><span class=secno>6.9.2 </span>Aborting a document load</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><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> named <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 + user agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple + event</a> named <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.10 </span>Links</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id=hyperlink-elements><span class=secno>6.10.1 </span>Hyperlink elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><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><p>The <dfn id=attr-hyperlink-href title=attr-hyperlink-href><code>href</code></dfn> Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec-author-view/introduction.html,v retrieving revision 1.507 retrieving revision 1.508 diff -u -d -r1.507 -r1.508 --- introduction.html 2 Dec 2009 02:17:14 -0000 1.507 +++ introduction.html 2 Dec 2009 09:47:16 -0000 1.508 @@ -218,7 +218,7 @@ <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> -<p>This is revision 1.3515.</p> +<p>This is revision 1.3516.</p> </div><div> <a href="Overview.html#contents">Table of contents</a> –
Received on Wednesday, 2 December 2009 09:47:22 UTC