- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Oct 2009 11:36:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv18410 Modified Files: acknowledgements.html browsers.html comms.html dom.html editing.html embedded-content-0.html forms.html history.html iana-considerations.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: changed 'fire [an event] called /event/' to 'fire [an event] named /event/'. (whatwg r4072) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.459 retrieving revision 1.460 diff -u -d -r1.459 -r1.460 --- infrastructure.html 4 Oct 2009 11:26:33 -0000 1.459 +++ infrastructure.html 4 Oct 2009 11:36:29 -0000 1.460 @@ -223,7 +223,7 @@ <a href="introduction.html">← 1 Introduction</a> – <a href="spec.html#contents">Table of contents</a> – <a href="dom.html">3 Semantics, structure, and APIs of HTML documents →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 id="infrastructure"><span class="secno">2 </span>Common infrastructure</h2><h3 id="terminology"><span class="secno">2.1 </span>Terminology</h3><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><p>This specification refers to both HTML and XML attributes and IDL Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.452 retrieving revision 1.453 diff -u -d -r1.452 -r1.453 --- text-level-semantics.html 4 Oct 2009 11:26:34 -0000 1.452 +++ text-level-semantics.html 4 Oct 2009 11:36:30 -0000 1.453 @@ -223,7 +223,7 @@ <a href="semantics.html">← 4 The elements of HTML</a> – <a href="spec.html#contents">Table of contents</a> – <a href="video.html">4.8.7 The video element →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h3 id="text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</h3><h4 id="the-a-element"><span class="secno">4.6.1 </span>The <dfn><code>a</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> @@ -2901,7 +2901,7 @@ <dl class="switch"><dt>If the download was successful and the image is <i title="img-available"><a href="#img-available">available</a></i></dt> <dd><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> - called <code title="event-load">load</code> at the <code><a href="#the-img-element">img</a></code> + named <code title="event-load">load</code> at the <code><a href="#the-img-element">img</a></code> element (this happens after <code title="dom-img-complete"><a href="#dom-img-complete">complete</a></code> starts returning true).</dd> @@ -2910,7 +2910,7 @@ image)</dt> <dd><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> - called <code title="event-error">error</code> on the + named <code title="event-error">error</code> on the <code><a href="#the-img-element">img</a></code> element.</dd> </dl><p>The <a href="browsers.html#task-source">task source</a> for these <a href="browsers.html#concept-task" title="concept-task">tasks</a> is the <a href="browsers.html#dom-manipulation-task-source">DOM manipulation @@ -4047,10 +4047,10 @@ name</a> must be set to the empty string.</p> <p>When content loads in an <code><a href="#the-iframe-element">iframe</a></code>, after any <code title="event-load">load</code> events are fired within the content - itself, the user agent must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called + itself, the user agent must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-load">load</code> at the <code><a href="#the-iframe-element">iframe</a></code> element. When content fails to load (e.g. due to a network error), - then the user agent must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called + then the user agent must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the element instead.</p> <p>When there is an <a href="dom.html#active-parser">active parser</a> in the @@ -4801,7 +4801,7 @@ <li><p>If the load failed (e.g. the <a href="infrastructure.html#url">URL</a> could not be <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolved</a>, there was an HTTP 404 error, there was a DNS error), <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-error">error</code> at the + event</a> named <code title="event-error">error</code> at the element, then jump to the last step in the overall set of steps (fallback).</p></li> @@ -4989,7 +4989,7 @@ </li><li> <p>Once the resource is completely loaded, <a href="browsers.html#queue-a-task">queue a - task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-load">load</code> at the element.</p> + task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-load">load</code> at the element.</p> <p>The <a href="browsers.html#task-source">task source</a> for this task<!--tasks mentioned in this section--> is the <a href="browsers.html#dom-manipulation-task-source">DOM manipulation task Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.321 retrieving revision 1.322 diff -u -d -r1.321 -r1.322 --- the-canvas-element.html 4 Oct 2009 11:26:34 -0000 1.321 +++ the-canvas-element.html 4 Oct 2009 11:36:30 -0000 1.322 @@ -223,7 +223,7 @@ <a href="video.html">← 4.8.7 The video element</a> – <a href="spec.html#contents">Table of contents</a> – <a href="tabular-data.html">4.9 Tabular data →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h4 id="the-canvas-element"><span class="secno">4.8.11 </span>The <dfn id="canvas"><code>canvas</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/74">ISSUE-74</a> (canvas-accessibility) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt> Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.453 retrieving revision 1.454 diff -u -d -r1.453 -r1.454 --- tabular-data.html 4 Oct 2009 11:26:34 -0000 1.453 +++ tabular-data.html 4 Oct 2009 11:36:30 -0000 1.454 @@ -223,7 +223,7 @@ <a href="the-canvas-element.html">← 4.8.11 The canvas element</a> – <a href="spec.html#contents">Table of contents</a> – <a href="forms.html">4.10 Forms →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h3 id="tabular-data"><span class="secno">4.9 </span>Tabular data</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/32">ISSUE-32</a> (table-summary) blocks progress to Last Call</span></p><h4 id="the-table-element"><span class="secno">4.9.1 </span>The <dfn><code>table</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> Index: microdata.html =================================================================== RCS file: /sources/public/html5/spec/microdata.html,v retrieving revision 1.413 retrieving revision 1.414 diff -u -d -r1.413 -r1.414 --- microdata.html 4 Oct 2009 11:26:33 -0000 1.413 +++ microdata.html 4 Oct 2009 11:36:30 -0000 1.414 @@ -223,7 +223,7 @@ <a href="interactive-elements.html">← 4.11 Interactive elements</a> – <a href="spec.html#contents">Table of contents</a> – <a href="browsers.html">6 Web browsers →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 id="microdata"><span class="secno">5 </span><dfn>Microdata</dfn></h2><p class="XXX annotation"><b>Status: </b><i>First draft. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/76">ISSUE-76</a> (Microdata/RDFa) blocks progress to Last Call</span></p><!-- v2 Index: embedded-content-0.html =================================================================== RCS file: /sources/public/html5/spec/embedded-content-0.html,v retrieving revision 1.449 retrieving revision 1.450 diff -u -d -r1.449 -r1.450 --- embedded-content-0.html 4 Oct 2009 11:26:33 -0000 1.449 +++ embedded-content-0.html 4 Oct 2009 11:36:29 -0000 1.450 @@ -223,7 +223,7 @@ <a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> – <a href="spec.html#contents">Table of contents</a> – <a href="semantics.html">4 The elements of HTML →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h6 id="embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</h6><p><dfn id="embedded-content">Embedded content</dfn> is content that imports another @@ -338,7 +338,7 @@ <p>When a user agent is to <dfn id="run-post-click-activation-steps">run post-click activation steps</dfn> on an element, the user agent must <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-DOMActivate">DOMActivate</code> that is cancelable at + event</a> named <code title="event-DOMActivate">DOMActivate</code> that is cancelable at that element. The default action of this event must be to <a href="#run-final-activation-steps">run final activation steps</a> on that element. If the event is canceled, the user agent must <a href="#run-canceled-activation-steps">run canceled activation Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.459 retrieving revision 1.460 diff -u -d -r1.459 -r1.460 --- dom.html 4 Oct 2009 11:26:33 -0000 1.459 +++ dom.html 4 Oct 2009 11:36:29 -0000 1.460 @@ -223,7 +223,7 @@ <a href="infrastructure.html">← 2 Common infrastructure</a> – <a href="spec.html#contents">Table of contents</a> – <a href="embedded-content-0.html">3.2.5.1.6 Embedded content →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 id="dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</h2><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><h3 id="documents"><span class="secno">3.1 </span>Documents</h3><p>Every XML and HTML document in an HTML UA is represented by a @@ -597,7 +597,7 @@ <a href="the-xhtml-syntax.html#xml-parser">XML parser</a>, or to the string "complete" otherwise. Various algorithms during page loading affect this value. When the value is set, the user agent must <a href="browsers.html#fire-a-simple-event">fire a - simple event</a> called <code title="event-readystatechange">readystatechange</code> at the + simple event</a> named <code title="event-readystatechange">readystatechange</code> at the <code>Document</code> object.</p> <p>A <code>Document</code> is said to have an <dfn id="active-parser">active Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.459 retrieving revision 1.460 diff -u -d -r1.459 -r1.460 --- acknowledgements.html 4 Oct 2009 11:26:33 -0000 1.459 +++ acknowledgements.html 4 Oct 2009 11:36:29 -0000 1.460 @@ -221,7 +221,7 @@ </div><nav> <a href="references.html">← References</a> – <a href="spec.html#contents">Table of contents</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p class="XXX annotation"><b>Status: </b><i>Being edited right now</i></p><!-- ACKS --><p>Thanks to @@ -587,6 +587,7 @@ Remy Sharp, Rene Saarsoo, Rene Stach, + Ric Hardacre, Rich Doughty, Richard Ishida, Rigo Wenning, Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.453 retrieving revision 1.454 diff -u -d -r1.453 -r1.454 --- history.html 4 Oct 2009 11:26:33 -0000 1.453 +++ history.html 4 Oct 2009 11:36:29 -0000 1.454 @@ -223,7 +223,7 @@ <a href="offline.html">← 6.9 Offline Web applications</a> – <a href="spec.html#contents">Table of contents</a> – <a href="editing.html">7 User Interaction →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h3 id="history"><span class="secno">6.10 </span>Session history and navigation</h3><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><h4 id="the-session-history-of-browsing-contexts"><span class="secno">6.10.1 </span>The session history of browsing contexts</h4><p>The sequence of <code>Document</code>s in a <a href="browsers.html#browsing-context">browsing @@ -1770,7 +1770,7 @@ </li> - <li><p><a href="browsers.html#fire-a-simple-event">Fire a simple event</a> called <code title="event-unload">unload</code> at the <code>Document</code>'s + <li><p><a href="browsers.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-unload">unload</code> at the <code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object.</p></li> <li><p>If any event listeners were triggered by the previous step, @@ -1815,7 +1815,7 @@ </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="infrastructure.html#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="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-abort">abort</code> at that <code>Document</code>'s + user agent must <a href="browsers.html#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.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><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 Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.453 retrieving revision 1.454 diff -u -d -r1.453 -r1.454 --- forms.html 4 Oct 2009 11:26:33 -0000 1.453 +++ forms.html 4 Oct 2009 11:36:29 -0000 1.454 @@ -223,7 +223,7 @@ <a href="tabular-data.html">← 4.9 Tabular data</a> – <a href="spec.html#contents">Table of contents</a> – <a href="interactive-elements.html">4.11 Interactive elements →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h3 id="forms"><span class="secno">4.10 </span>Forms</h3><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><p>Forms allow unscripted client-server interaction: given a form, a @@ -3739,7 +3739,7 @@ the element's <code title="dom-input-indeterminate"><a href="#dom-input-indeterminate">indeterminate</a></code> IDL attribute back to the values they had before the <a href="embedded-content-0.html#pre-click-activation-steps">pre-click activation steps</a> were run. The <a href="embedded-content-0.html#activation-behavior">activation behavior</a> is to - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that bubbles called <code title="event-change">change</code> at the element<!-- It's not + <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that bubbles named <code title="event-change">change</code> at the element<!-- It's not cancelable. Once this fires, the control is checked, end of story. -->, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the element's <a href="#form-owner">form owner</a>.</p> @@ -3858,7 +3858,7 @@ true. The <a href="embedded-content-0.html#canceled-activation-steps">canceled activation steps</a> consist of setting the element's <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> to false. The <a href="embedded-content-0.html#activation-behavior">activation behavior</a> is to <a href="browsers.html#fire-a-simple-event">fire a - simple event</a> that bubbles called <code title="event-change">change</code> at the element<!-- It's not + simple event</a> that bubbles named <code title="event-change">change</code> at the element<!-- It's not cancelable. Once this fires, the control is checked, end of story. -->, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the element's <a href="#form-owner">form owner</a>.</p> @@ -4224,12 +4224,12 @@ <p>The <a href="browsers.html#concept-task" title="concept-task">task</a> that is <a href="browsers.html#queue-a-task" title="queue a task">queued</a> by the <a href="browsers.html#networking-task-source">networking task source</a> once the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a>, must, if the download was successful and the image is <i title="input-img-available"><a href="#input-img-available">available</a></i>, - <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called + <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-load">load</code> at the <code><a href="#the-input-element">input</a></code> element; and otherwise, if the fetching process fails without a response from the remote server, or completes but the image is not a valid or supported image, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a - simple event</a> called <code title="event-error">error</code> on + simple event</a> named <code title="event-error">error</code> on the <code><a href="#the-input-element">input</a></code> element.</p> <hr></div><p>The <dfn id="attr-input-alt" title="attr-input-alt"><code>alt</code></dfn> attribute @@ -5204,7 +5204,7 @@ <p>When the <dfn id="event-input-input" title="event-input-input"><code>input</code></dfn> event applies, any time the user causes the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> to change, the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that - bubbles called <code title="event-input">input</code> at the + bubbles named <code title="event-input">input</code> at the <code><a href="#the-input-element">input</a></code> element, then <a href="#broadcast-forminput-events">broadcast <code title="event-forminput">forminput</code> events</a> at the <code><a href="#the-input-element">input</a></code> element's <a href="#form-owner">form owner</a>. User agents may wait for a suitable break in the user's interaction before @@ -5226,7 +5226,7 @@ action, then any time the user commits a change to the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> or list of <a href="#concept-input-type-file-selected" title="concept-input-type-file-selected">selected files</a>, the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> that bubbles called <code title="event-change">change</code> at the <code><a href="#the-input-element">input</a></code> + event</a> that bubbles named <code title="event-change">change</code> at the <code><a href="#the-input-element">input</a></code> element, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the <code><a href="#the-input-element">input</a></code> element's <a href="#form-owner">form owner</a>.</p> @@ -5250,7 +5250,7 @@ <ol><li>If the <code title="event-input-input"><a href="#event-input-input">input</a></code> event applies, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> that bubbles called <code title="event-input">input</code> at the <code><a href="#the-input-element">input</a></code> + event</a> that bubbles named <code title="event-input">input</code> at the <code><a href="#the-input-element">input</a></code> element.</li> <li>If the <code title="event-input-input"><a href="#event-input-input">input</a></code> event @@ -5259,7 +5259,7 @@ <li>If the <code title="event-input-change"><a href="#event-input-change">change</a></code> event applies, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> that bubbles called <code title="event-change">change</code> at the <code><a href="#the-input-element">input</a></code> + event</a> that bubbles named <code title="event-change">change</code> at the <code><a href="#the-input-element">input</a></code> element.</li> <li>If the <code title="event-input-change"><a href="#event-input-change">change</a></code> event @@ -5503,7 +5503,7 @@ <span title="event-click">click</span> event), the user agent must set the <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> of the picked <code><a href="#the-option-element">option</a></code> element to true and then <a href="browsers.html#queue-a-task">queue a - task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that bubbles called + task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that bubbles named <code title="event-change">change</code> at the <code><a href="#the-select-element">select</a></code> element, using the <a href="browsers.html#user-interaction-task-source">user interaction task source</a> as the task source, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the @@ -5539,7 +5539,7 @@ before the relevant user interaction event <!-- interaction event spec point --> is queued (e.g. before a related <span title="event-click">click</span> event), the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that - bubbles called <code title="event-change">change</code> at the + bubbles named <code title="event-change">change</code> at the <code><a href="#the-select-element">select</a></code> element, using the <a href="browsers.html#user-interaction-task-source">user interaction task source</a> as the task source, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the element's <a href="#form-owner">form owner</a>.</p> @@ -6145,7 +6145,7 @@ <p>When a <code><a href="#the-textarea-element">textarea</a></code> is <a href="#concept-textarea-mutable" title="concept-textarea-mutable">mutable</a>, its <a href="#concept-textarea-raw-value" title="concept-textarea-raw-value">raw value</a> should be editable by the user. Any time the user causes the element's <a href="#concept-textarea-raw-value" title="concept-textarea-raw-value">raw value</a> to change, the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> that bubbles called <code title="event-input">input</code> at the <code><a href="#the-textarea-element">textarea</a></code> + event</a> that bubbles named <code title="event-input">input</code> at the <code><a href="#the-textarea-element">textarea</a></code> element, then <a href="#broadcast-forminput-events">broadcast <code title="event-forminput">forminput</code> events</a> at the <code><a href="#the-textarea-element">textarea</a></code> element's <a href="#form-owner">form owner</a>. User agents may wait for a suitable break in the user's interaction before @@ -7192,7 +7192,7 @@ <p>For each element <var title="">field</var> in <var title="">invalid controls</var>, if any, in <a href="infrastructure.html#tree-order">tree order</a>, run the following substeps:</p> - <ol><li><p><a href="browsers.html#fire-a-simple-event">Fire a simple event</a> called <code title="event-invalid">invalid</code> that is cancelable at <var title="">field</var>.</p></li> + <ol><li><p><a href="browsers.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-invalid">invalid</code> that is cancelable at <var title="">field</var>.</p></li> <li><p>If the event was not canceled, then add <var title="">field</var> to <var title="">unhandled invalid controls</var>.</p></li> @@ -7431,7 +7431,7 @@ </dl><p>When the <dfn id="dom-cva-checkvalidatity" title="dom-cva-checkValidatity"><code>checkValidity()</code></dfn> method is invoked, if the element is a <a href="#candidate-for-constraint-validation">candidate for constraint validation</a> and does not <a href="#concept-fv-valid" title="concept-fv-valid">satisfy its constraints</a>, the user - agent must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-invalid">invalid</code> that is cancelable (but in this + agent must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-invalid">invalid</code> that is cancelable (but in this case has no default action) at the element and return false. Otherwise, it must only return true without doing anything else.</p> @@ -7540,7 +7540,7 @@ these steps.</p></li> <li><p>If the <var title="">scripted-submit</var> flag is not set, - then <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that is cancelable called + then <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that is cancelable named <code title="event-submit">submit</code>, at <var title="">form</var>. If the event's default action is prevented (i.e. if the event is canceled) then abort these steps. Otherwise, continue (effectively the default action is to perform the @@ -8226,7 +8226,7 @@ <h4 id="resetting-a-form"><span class="secno">4.10.18 </span>Resetting a form</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When a form <var title="">form</var> is <dfn id="concept-form-reset" title="concept-form-reset">reset</dfn>, the user agent must - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-reset">reset</code>, that is cancelable, at <var title="">form</var>, and then, if that event is not canceled, must + <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-reset">reset</code>, that is cancelable, at <var title="">form</var>, and then, if that event is not canceled, must invoke the <a href="#concept-form-reset-control" title="concept-form-reset-control">reset algorithm</a> of each <a href="#category-reset" title="category-reset">resettable</a> elements whose <a href="#form-owner">form owner</a> is <var title="">form</var>, and <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> from <var title="">form</var>.</p> @@ -8253,7 +8253,7 @@ was to <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a>; let <var title="">event name</var> be <code title="event-formchange">formchange</code>.</li> <li><p>For each element in <var title="">controls</var>, in - <a href="infrastructure.html#tree-order">tree order</a>, <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called + <a href="infrastructure.html#tree-order">tree order</a>, <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <var title="">event name</var> at the element.</p></li> </ol></div></body></html> \ No newline at end of file Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec/interactive-elements.html,v retrieving revision 1.453 retrieving revision 1.454 diff -u -d -r1.453 -r1.454 --- interactive-elements.html 4 Oct 2009 11:26:33 -0000 1.453 +++ interactive-elements.html 4 Oct 2009 11:36:29 -0000 1.454 @@ -223,7 +223,7 @@ <a href="forms.html">← 4.10 Forms</a> – <a href="spec.html#contents">Table of contents</a> – <a href="microdata.html">5 Microdata →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h3 id="interactive-elements"><span class="secno">4.11 </span>Interactive elements</h3><h4 id="the-details-element"><span class="secno">4.11.1 </span>The <dfn><code>details</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> @@ -3230,7 +3230,7 @@ <p>When an element's context menu is requested (e.g. by the user right-clicking the element, or pressing a context menu key), the UA - must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-contextmenu">contextmenu</code> that bubbles and is + must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-contextmenu">contextmenu</code> that bubbles and is cancelable at the element for which the menu was requested.</p> <p class="note">Typically, therefore, the firing of the <code title="event-contextmenu">contextmenu</code> event will be the @@ -3245,7 +3245,7 @@ <p>If the element or one of its ancestors <em>does</em> have a context menu assigned, then the user agent must <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-show">show</code> at the + event</a> named <code title="event-show">show</code> at the <code><a href="#menus">menu</a></code> element of the context menu of the nearest ancestor (including the element itself) with one assigned.</p> <!-- v2: include modifier key information --> Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.459 retrieving revision 1.460 diff -u -d -r1.459 -r1.460 --- editing.html 4 Oct 2009 11:26:33 -0000 1.459 +++ editing.html 4 Oct 2009 11:36:29 -0000 1.460 @@ -223,7 +223,7 @@ <a href="history.html">← 6.10 Session history and navigation</a> – <a href="spec.html#contents">Table of contents</a> – <a href="comms.html">8 Communication →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 id="editing"><span class="secno">7 </span><dfn>User Interaction</dfn></h2><p>This section describes various features that allow authors to @@ -533,7 +533,7 @@ </li> - <li><p><a href="browsers.html#fire-a-simple-event">Fire a simple event</a> called <code title="event-focus">focus</code> at the element.</p></li> + <li><p><a href="browsers.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-focus">focus</code> at the element.</p></li> </ol><p>User agents must run the <a href="#focusing-steps">focusing steps</a> for an element whenever the user moves the focus to a @@ -546,13 +546,13 @@ element, and the element does not have a defined <a href="embedded-content-0.html#activation-behavior">activation behavior</a>, and the user has changed the element's <a href="forms.html#concept-fe-value" title="concept-fe-value">value</a> or its list of <a href="forms.html#concept-input-type-file-selected" title="concept-input-type-file-selected">selected files</a> while the control was focused without committing that change, then - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that bubbles called <code title="event-change">change</code> at the element, then + <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that bubbles named <code title="event-change">change</code> at the element, then <a href="forms.html#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the element's <a href="forms.html#form-owner">form owner</a>.</p> </li><li><p>Unfocus the element.</p></li> - <li><p><a href="browsers.html#fire-a-simple-event">Fire a simple event</a> called <code title="event-blur">blur</code> at the element.</p></li> + <li><p><a href="browsers.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-blur">blur</code> at the element.</p></li> </ol><p>When an element that is focused stops being a <a href="#focusable">focusable</a> element, or stops being focused without Index: video.html =================================================================== RCS file: /sources/public/html5/spec/video.html,v retrieving revision 1.328 retrieving revision 1.329 diff -u -d -r1.328 -r1.329 --- video.html 4 Oct 2009 11:26:34 -0000 1.328 +++ video.html 4 Oct 2009 11:36:30 -0000 1.329 @@ -223,7 +223,7 @@ <a href="text-level-semantics.html">← 4.6 Text-level semantics</a> – <a href="spec.html#contents">Table of contents</a> – <a href="the-canvas-element.html">4.8.11 The canvas element →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs), <a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization) and <a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil) block progress to Last Call</span></p><dl class="element"><dt>Categories</dt> @@ -1114,17 +1114,17 @@ <li><p>If <var title="">aborted</var> is true, set the <code title="dom-media-error"><a href="#dom-media-error">error</a></code> attribute to a new <code><a href="#mediaerror">MediaError</a></code> object whose <code title="dom-MediaError-code"><a href="#dom-mediaerror-code">code</a></code> attribute is set to <code title="dom-MediaError-MEDIA_ERR_ABORTED"><a href="#dom-mediaerror-media_err_aborted">MEDIA_ERR_ABORTED</a></code>, - <a href="browsers.html#fire-a-progress-event">fire a progress event</a> called <code title="event-media-abort"><a href="#event-media-abort">abort</a></code> at the <a href="#media-element">media element</a>, + <a href="browsers.html#fire-a-progress-event">fire a progress event</a> named <code title="event-media-abort"><a href="#event-media-abort">abort</a></code> at the <a href="#media-element">media element</a>, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> that is in progress for the element, and <a href="browsers.html#fire-a-progress-event">fire a progress - event</a> called <code title="event-media-loadend"><a href="#event-media-loadend">loadend</a></code> at + event</a> named <code title="event-media-loadend"><a href="#event-media-loadend">loadend</a></code> at the <a href="#media-element">media element</a>, in the context of the same <a href="infrastructure.html#fetch" title="fetch">fetching process</a>.</p></li> <li><p>Set the <code title="dom-media-error"><a href="#dom-media-error">error</a></code> attribute to null and the <a href="#autoplaying-flag">autoplaying flag</a> to true.</p></li> <li><p>If <var title="">emptied</var> is true, <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-media-emptied"><a href="#event-media-emptied">emptied</a></code> at + event</a> named <code title="event-media-emptied"><a href="#event-media-emptied">emptied</a></code> at the <a href="#media-element">media element</a>.</p></li> <li><p>Invoke the <a href="#media-element">media element</a>'s <a href="#concept-media-load-algorithm" title="concept-media-load-algorithm">resource selection @@ -1181,7 +1181,7 @@ <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code>.</p></li> <li><p>⌛ <a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-progress-event">fire a progress - event</a> called <code title="event-media-loadstart"><a href="#event-media-loadstart">loadstart</a></code> + event</a> named <code title="event-media-loadstart"><a href="#event-media-loadstart">loadstart</a></code> at the <a href="#media-element">media element</a>, with no relevant <a href="infrastructure.html#fetch" title="fetch">fetching process</a>.</p></li> <li> @@ -1219,13 +1219,13 @@ value.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-progress-event">fire a progress - event</a> called <code title="event-media-error"><a href="#event-media-error">error</a></code> at the + event</a> named <code title="event-media-error"><a href="#event-media-error">error</a></code> at the <a href="#media-element">media element</a>, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> that was used to try to obtain the <a href="#media-resource">media resource</a> in the <a href="#concept-media-load-resource" title="concept-media-load-resource">resource fetch algorithm</a>.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-progress-event">fire a progress - event</a> called <code title="event-media-loadend"><a href="#event-media-loadend">loadend</a></code> at + event</a> named <code title="event-media-loadend"><a href="#event-media-loadend">loadend</a></code> at the <a href="#media-element">media element</a>, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> that was used to try to obtain the <a href="#media-resource">media resource</a> in the <a href="#concept-media-load-resource" title="concept-media-load-resource">resource fetch algorithm</a>.</p></li> @@ -1321,7 +1321,7 @@ the load failed.</p></li> <li><p><i title="">Failed</i>: <a href="browsers.html#queue-a-task">Queue a task</a> to - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-error">error</code> at the <var title="">candidate</var> element, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> that was used to try to + <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the <var title="">candidate</var> element, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> that was used to try to obtain <var title="">candidate</var>'s corresponding <a href="#media-resource">media resource</a> in the <a href="#concept-media-load-resource" title="concept-media-load-resource">resource fetch algorithm</a>.</p></li> @@ -1402,13 +1402,13 @@ <p>Every 350ms (±200ms) or for every byte received, whichever is <em>least</em> frequent, <a href="browsers.html#queue-a-task">queue a task</a> to - <a href="browsers.html#fire-a-progress-event">fire a progress event</a> called <code title="event-media-progress"><a href="#event-media-progress">progress</a></code> at the element, in the + <a href="browsers.html#fire-a-progress-event">fire a progress event</a> named <code title="event-media-progress"><a href="#event-media-progress">progress</a></code> at the element, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> started by this instance of this algorithm.</p> <p>If at any point the user agent has received no data for more than about three seconds, then <a href="browsers.html#queue-a-task">queue a task</a> to - <a href="browsers.html#fire-a-progress-event">fire a progress event</a> called <code title="event-media-stalled"><a href="#event-media-stalled">stalled</a></code> at the element, in the + <a href="browsers.html#fire-a-progress-event">fire a progress event</a> named <code title="event-media-stalled"><a href="#event-media-stalled">stalled</a></code> at the element, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> started by this instance of this algorithm.</p> @@ -1426,7 +1426,7 @@ resource or not, or while waiting for user input in an interactive resource. When a <a href="#media-element">media element</a>'s download has been suspended, the user agent must set the <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> to <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</a></code> and <a href="browsers.html#queue-a-task">queue - a task</a> to <a href="browsers.html#fire-a-progress-event">fire a progress event</a> called <code title="event-media-suspend"><a href="#event-media-suspend">suspend</a></code> at the element, in the + a task</a> to <a href="browsers.html#fire-a-progress-event">fire a progress event</a> named <code title="event-media-suspend"><a href="#event-media-suspend">suspend</a></code> at the element, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> started by this instance of this algorithm. If and when downloading of the resource resumes, the user agent must set the <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> to <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code>.</p> @@ -1521,7 +1521,7 @@ attribute to the duration of the resource.</p> <p class="note">The user agent <a href="#durationChange">will</a> <a href="browsers.html#queue-a-task">queue a task</a> to - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-media-durationchange"><a href="#event-media-durationchange">durationchange</a></code> at the + <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-durationchange"><a href="#event-media-durationchange">durationchange</a></code> at the element at this point.</p> </li> @@ -1529,7 +1529,7 @@ <li id="fire-loadedmetadata"> <p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-media-loadedmetadata"><a href="#event-media-loadedmetadata">loadedmetadata</a></code> at the + event</a> named <code title="event-media-loadedmetadata"><a href="#event-media-loadedmetadata">loadedmetadata</a></code> at the element.</p> <p class="note">Before this task is run, as part of the event @@ -1583,7 +1583,7 @@ <dd> <p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-progress-event">fire a progress - event</a> called <code title="event-media-progress"><a href="#event-media-progress">progress</a></code> + event</a> named <code title="event-media-progress"><a href="#event-media-progress">progress</a></code> at the <a href="#media-element">media element</a>, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> started by this instance of this algorithm.</p> @@ -1608,19 +1608,19 @@ <code title="dom-MediaError-MEDIA_ERR_NETWORK"><a href="#dom-mediaerror-media_err_network">MEDIA_ERR_NETWORK</a></code>.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-progress-event">fire a progress - event</a> called <code title="event-media-error"><a href="#event-media-error">error</a></code> at + event</a> named <code title="event-media-error"><a href="#event-media-error">error</a></code> at the <a href="#media-element">media element</a>, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> started by this instance of this algorithm.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-progress-event">fire a progress - event</a> called <code title="event-media-loadend"><a href="#event-media-loadend">loadend</a></code> + event</a> named <code title="event-media-loadend"><a href="#event-media-loadend">loadend</a></code> at the <a href="#media-element">media element</a>, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> started by this instance of this algorithm.</p></li> <li><p>Set the element's <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> attribute to the <a href="#dom-media-network_empty" title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</a> value and <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-media-emptied"><a href="#event-media-emptied">emptied</a></code> + event</a> named <code title="event-media-emptied"><a href="#event-media-emptied">emptied</a></code> at the element.</p></li> <li><p>Set the element's <a href="#delaying-the-load-event-flag">delaying-the-load-event @@ -1650,19 +1650,19 @@ <code title="dom-MediaError-MEDIA_ERR_DECODE"><a href="#dom-mediaerror-media_err_decode">MEDIA_ERR_DECODE</a></code>.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-progress-event">fire a progress - event</a> called <code title="event-media-error"><a href="#event-media-error">error</a></code> at + event</a> named <code title="event-media-error"><a href="#event-media-error">error</a></code> at the <a href="#media-element">media element</a>, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> started by this instance of this algorithm.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-progress-event">fire a progress - event</a> called <code title="event-media-loadend"><a href="#event-media-loadend">loadend</a></code> + event</a> named <code title="event-media-loadend"><a href="#event-media-loadend">loadend</a></code> at the <a href="#media-element">media element</a>, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> started by this instance of this algorithm.</p></li> <li><p>Set the element's <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> attribute to the <a href="#dom-media-network_empty" title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</a> value and <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-media-emptied"><a href="#event-media-emptied">emptied</a></code> + event</a> named <code title="event-media-emptied"><a href="#event-media-emptied">emptied</a></code> at the element.</p></li> <li><p>Set the element's <a href="#delaying-the-load-event-flag">delaying-the-load-event @@ -1695,12 +1695,12 @@ <code title="dom-MediaError-MEDIA_ERR_ABORT">MEDIA_ERR_ABORT</code>.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-progress-event">fire a progress - event</a> called <code title="event-media-abort"><a href="#event-media-abort">abort</a></code> at + event</a> named <code title="event-media-abort"><a href="#event-media-abort">abort</a></code> at the <a href="#media-element">media element</a>, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> started by this instance of this algorithm.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-progress-event">fire a progress - event</a> called <code title="event-media-loadend"><a href="#event-media-loadend">loadend</a></code> + event</a> named <code title="event-media-loadend"><a href="#event-media-loadend">loadend</a></code> at the <a href="#media-element">media element</a>, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> started by this instance of this algorithm.</p></li> @@ -1709,7 +1709,7 @@ element's <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> attribute to the <a href="#dom-media-network_empty" title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</a> value and <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-media-emptied"><a href="#event-media-emptied">emptied</a></code> + event</a> named <code title="event-media-emptied"><a href="#event-media-emptied">emptied</a></code> at the element. Otherwise, set the element's <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> attribute to the <a href="#dom-media-network_idle" title="dom-media-NETWORK_IDLE">NETWORK_IDLE</a> value.</p></li> @@ -1767,12 +1767,12 @@ <code title="dom-media-NETWORK_LOADED"><a href="#dom-media-network_loaded">NETWORK_LOADED</a></code>.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-progress-event">fire a progress - event</a> called <code title="event-media-load"><a href="#event-media-load">load</a></code> at the + event</a> named <code title="event-media-load"><a href="#event-media-load">load</a></code> at the <a href="#media-element">media element</a>, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> started by this instance of this algorithm.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-progress-event">fire a progress - event</a> called <code title="event-media-loadend"><a href="#event-media-loadend">loadend</a></code> at + event</a> named <code title="event-media-loadend"><a href="#event-media-loadend">loadend</a></code> at the <a href="#media-element">media element</a>, in the context of the <a href="infrastructure.html#fetch" title="fetch">fetching process</a> started by this instance of this algorithm.</p></li> @@ -1904,7 +1904,7 @@ <p id="durationChange">When the length of the <a href="#media-resource">media resource</a> changes (e.g. from being unknown to known, or from a previously established length to a new length) the user agent must - <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called + <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-durationchange"><a href="#event-media-durationchange">durationchange</a></code> at the <a href="#media-element">media element</a>.</p> @@ -1943,7 +1943,7 @@ <a href="#earliest-possible-position">earliest possible position</a>, the user agent must <a href="#dom-media-seek" title="dom-media-seek">seek</a> to the <a href="#earliest-possible-position">earliest possible position</a>; otherwise, if the user agent has not fired a <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> event at the element in the past 15 to 250ms, then the user agent must <a href="browsers.html#queue-a-task">queue a - task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p> + task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p> <p class="note">Because of the above requirement and the requirement in the <a href="#concept-media-load-resource" title="concept-media-load-resource">resource fetch @@ -2072,7 +2072,7 @@ <p id="fire-loadeddata">If this is the first time this occurs for this <a href="#media-element">media element</a> since the <code title="dom-media-load"><a href="#dom-media-load">load()</a></code> algorithm was last invoked, the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a - simple event</a> called <code title="event-media-loadeddata"><a href="#event-media-loadeddata">loadeddata</a></code> at the element.</p> + simple event</a> named <code title="event-media-loadeddata"><a href="#event-media-loadeddata">loadeddata</a></code> at the element.</p> <p>If the new ready state is <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code> or <code title="dom-media-HAVE_ENOUGH_DATA"><a href="#dom-media-have_enough_data">HAVE_ENOUGH_DATA</a></code>, @@ -2100,11 +2100,11 @@ <dd> <p>The user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a - simple event</a> called <code title="event-media-canplay"><a href="#event-media-canplay">canplay</a></code>.</p> + simple event</a> named <code title="event-media-canplay"><a href="#event-media-canplay">canplay</a></code>.</p> <p>If the element is <a href="#potentially-playing">potentially playing</a>, the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-media-playing"><a href="#event-media-playing">playing</a></code>.</p> + event</a> named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code>.</p> </dd> @@ -2115,16 +2115,16 @@ <p>If the previous ready state was <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data">HAVE_CURRENT_DATA</a></code> or less, the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire - a simple event</a> called <code title="event-media-canplay"><a href="#event-media-canplay">canplay</a></code>, and, if the element is also + a simple event</a> named <code title="event-media-canplay"><a href="#event-media-canplay">canplay</a></code>, and, if the element is also <a href="#potentially-playing">potentially playing</a>, <a href="browsers.html#queue-a-task">queue a task</a> to - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-media-playing"><a href="#event-media-playing">playing</a></code>.</p> + <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code>.</p> <p>If the <a href="#autoplaying-flag">autoplaying flag</a> is true, and the <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> attribute is true, and the <a href="#media-element">media element</a> has an <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code> attribute specified, then the user agent may also set the <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> attribute to false, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> - called <code title="event-media-play"><a href="#event-media-play">play</a></code>, and <a href="browsers.html#queue-a-task">queue a - task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-media-playing"><a href="#event-media-playing">playing</a></code>.</p> + named <code title="event-media-play"><a href="#event-media-play">play</a></code>, and <a href="browsers.html#queue-a-task">queue a + task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code>.</p> <p class="note">User agents are not required to autoplay, and it is suggested that user agents honor user preferences on the @@ -2133,7 +2133,7 @@ to override the behavior if so desired.</p> <p>In any case, the user agent must finally <a href="browsers.html#queue-a-task">queue a - task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-media-canplaythrough"><a href="#event-media-canplaythrough">canplaythrough</a></code>.</p> + task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-canplaythrough"><a href="#event-media-canplaythrough">canplaythrough</a></code>.</p> </dd> @@ -2385,7 +2385,7 @@ <p>When a <a href="#media-element">media element</a> that is <a href="#potentially-playing">potentially playing</a> stops playing because it has <a href="#paused-for-user-interaction">paused for user interaction</a>, the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p> + <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p> <p id="fire-waiting-when-waiting">When a <a href="#media-element">media element</a> that is <a href="#potentially-playing">potentially playing</a> stops playing because its @@ -2395,9 +2395,9 @@ <a href="#stopped-due-to-errors">stopped due to errors</a>, or playback having <a href="#paused-for-user-interaction">paused for user interaction</a>, or the <a href="#dom-media-seek" title="dom-media-seek">seeking algorithm</a> being invoked, the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> + event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element, and <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-media-waiting"><a href="#event-media-waiting">waiting</a></code> at + event</a> named <code title="event-media-waiting"><a href="#event-media-waiting">waiting</a></code> at the element.</p> <p>When the <a href="#current-playback-position">current playback position</a> reaches the end @@ -2418,10 +2418,10 @@ true.</p></li> <li><p>The user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire - a simple event</a> called <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p></li> + a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p></li> <li><p>The user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire - a simple event</a> called <code title="event-media-ended"><a href="#event-media-ended">ended</a></code> + a simple event</a> named <code title="event-media-ended"><a href="#event-media-ended">ended</a></code> at the element.</p></li> </ol><p>When the <a href="#current-playback-position">current playback position</a> reaches the @@ -2432,7 +2432,7 @@ <ol><li><p>Stop playback.</p></li> <li><p>The user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire - a simple event</a> called <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p></li> + a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p></li> </ol><p>The <dfn id="dom-media-defaultplaybackrate" title="dom-media-defaultPlaybackRate"><code>defaultPlaybackRate</code></dfn> attribute gives the desired speed at which the <a href="#media-resource">media @@ -2469,7 +2469,7 @@ change value (either by being set by script or by being changed directly by the user agent, e.g. in response to user control) the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-media-ratechange"><a href="#event-media-ratechange">ratechange</a></code> + event</a> named <code title="event-media-ratechange"><a href="#event-media-ratechange">ratechange</a></code> at the <a href="#media-element">media element</a>.</p> <p>The <dfn id="dom-media-played" title="dom-media-played"><code>played</code></dfn> @@ -2495,7 +2495,7 @@ <p class="note">This <a href="#seekUpdate">will cause</a> the user agent to <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the <a href="#media-element">media + event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the <a href="#media-element">media element</a>.</p> <!-- if we're already playing at this point, it might also fire 'waiting' --> @@ -2509,21 +2509,21 @@ <ol><li><p>Change the value of <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> to false.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> - called <code title="event-media-play"><a href="#event-media-play">play</a></code> at the element.</p></li> + named <code title="event-media-play"><a href="#event-media-play">play</a></code> at the element.</p></li> <li><p>If the <a href="#media-element">media element</a>'s <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute has the value <code title="dom-media-HAVE_NOTHING"><a href="#dom-media-have_nothing">HAVE_NOTHING</a></code>, <code title="dom-media-HAVE_METADATA"><a href="#dom-media-have_metadata">HAVE_METADATA</a></code>, or <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data">HAVE_CURRENT_DATA</a></code>, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> - called <code title="event-media-waiting"><a href="#event-media-waiting">waiting</a></code> at the + named <code title="event-media-waiting"><a href="#event-media-waiting">waiting</a></code> at the element.</p></li> <li><p>Otherwise, the <a href="#media-element">media element</a>'s <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute has the value <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code> or <code title="dom-media-HAVE_ENOUGH_DATA"><a href="#dom-media-have_enough_data">HAVE_ENOUGH_DATA</a></code>; <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> - called <code title="event-media-playing"><a href="#event-media-playing">playing</a></code> at the + named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code> at the element.</p></li> </ol></li> @@ -2548,11 +2548,11 @@ <ol><li><p>Change the value of <code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> to true.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the + event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-media-pause"><a href="#event-media-pause">pause</a></code> + event</a> named <code title="event-media-pause"><a href="#event-media-pause">pause</a></code> at the element.</p></li> </ol></li> @@ -2625,7 +2625,7 @@ of the current playback position during normal playback, and if the user agent has not fired a <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> event at the element in the past 15 to 250ms, then the user agent must <a href="browsers.html#queue-a-task">queue a - task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element. (In the + task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element. (In the other cases, such as explicit seeks, relevant events get fired as part of the overall process of changing the current playback position.)</p> @@ -2742,21 +2742,21 @@ attribute must be set to true.</p></li> <li id="seekUpdate"><p>The user agent must <a href="browsers.html#queue-a-task">queue a - task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p></li> + task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p></li> <li><p>If the <a href="#media-element">media element</a> was <a href="#potentially-playing">potentially playing</a> immediately before it started seeking, but seeking caused its <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute to change to a value lower than <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code>, the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-media-waiting"><a href="#event-media-waiting">waiting</a></code> at + event</a> named <code title="event-media-waiting"><a href="#event-media-waiting">waiting</a></code> at the element.</p></li> <li><p>If, when it reaches this step, the user agent has still not established whether or not the <a href="#media-data">media data</a> for the <var title="">new playback position</var> is available, and, if it is, decoded enough data to play back that position, the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> - called <code title="event-media-seeking"><a href="#event-media-seeking">seeking</a></code> at the + named <code title="event-media-seeking"><a href="#event-media-seeking">seeking</a></code> at the element.</p></li> <li><p>If the seek was in response to a DOM method call or setting @@ -2772,7 +2772,7 @@ attribute must be set to false.</p></li> <li><p>The user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire - a simple event</a> called <code title="event-media-seeked"><a href="#event-media-seeked">seeked</a></code> at the element.</p></li> + a simple event</a> named <code title="event-media-seeked"><a href="#event-media-seeked">seeked</a></code> at the element.</p></li> </ol><p>The <dfn id="dom-media-seekable" title="dom-media-seekable"><code>seekable</code></dfn> attribute must return a new static <a href="#normalized-timeranges-object">normalized @@ -2889,7 +2889,7 @@ <p>Whenever either the <code title="dom-media-muted"><a href="#dom-media-muted">muted</a></code> or <code title="dom-media-volume"><a href="#dom-media-volume">volume</a></code> attributes are changed, the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-media-volumechange"><a href="#event-media-volumechange">volumechange</a></code> at the <a href="#media-element">media + event</a> named <code title="event-media-volumechange"><a href="#event-media-volumechange">volumechange</a></code> at the <a href="#media-element">media element</a>.</p> </div><h5 id="time-ranges"><span class="secno">4.8.10.11 </span>Time ranges</h5><p>Objects implementing the <code><a href="#timeranges">TimeRanges</a></code> interface Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.459 retrieving revision 1.460 diff -u -d -r1.459 -r1.460 --- browsers.html 4 Oct 2009 11:26:33 -0000 1.459 +++ browsers.html 4 Oct 2009 11:36:29 -0000 1.460 @@ -223,7 +223,7 @@ <a href="microdata.html">← 5 Microdata</a> – <a href="spec.html#contents">Table of contents</a> – <a href="offline.html">6.9 Offline Web applications →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 id="browsers"><span class="secno">6 </span>Web browsers</h2><div class="impl"> @@ -2626,13 +2626,13 @@ values appropriately describing the state of the key input device at the time the event is created.</p> - <p><dfn id="fire-a-simple-event" title="fire a simple event">Firing a simple event called + <p><dfn id="fire-a-simple-event" title="fire a simple event">Firing a simple event named <var title="">e</var></dfn> means that an event with the name <var title="">e</var>, with no namespace, which does not bubble (except where otherwise stated) and is not cancelable (except where otherwise stated), and which uses the <code>Event</code> interface, must be dispatched at the given target.</p> - <p><dfn id="fire-a-progress-event" title="fire a progress event">Firing a progress event called + <p><dfn id="fire-a-progress-event" title="fire a progress event">Firing a progress event named <var title="">e</var></dfn>, optionally in the context of a particular instance of the <a href="infrastructure.html#fetch" title="fetch">fetching algorithm</a>, means that an event with the name <var title="">e</var>, with no namespace, which does not bubble (except @@ -3099,7 +3099,7 @@ <li> - <p>The user agent must <a href="#fire-a-simple-event">fire a simple event</a> called + <p>The user agent must <a href="#fire-a-simple-event">fire a simple event</a> named <code title="event-beforeprint">beforeprint</code> at the <code><a href="#window">Window</a></code> object of the <code>Document</code> that is being printed, as well as any <a href="#nested-browsing-context" title="nested browsing @@ -3133,7 +3133,7 @@ <li> - <p>The user agent must <a href="#fire-a-simple-event">fire a simple event</a> called + <p>The user agent must <a href="#fire-a-simple-event">fire a simple event</a> named <code title="event-afterprint">afterprint</code> at the <code><a href="#window">Window</a></code> object of the <code>Document</code> that is being printed, as well as any <a href="#nested-browsing-context" title="nested browsing Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v retrieving revision 1.459 retrieving revision 1.460 diff -u -d -r1.459 -r1.460 --- the-xhtml-syntax.html 4 Oct 2009 11:26:34 -0000 1.459 +++ the-xhtml-syntax.html 4 Oct 2009 11:36:30 -0000 1.460 @@ -223,7 +223,7 @@ <a href="named-character-references.html">← 9.6 Named character references</a> – <a href="spec.html#contents">Table of contents</a> – <a href="obsolete.html">12 Obsolete features →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 id="the-xhtml-syntax"><span class="secno">10 </span><dfn id="xhtml">The XHTML syntax</dfn></h2><p class="note">This section only describes the rules for XML Index: offline.html =================================================================== RCS file: /sources/public/html5/spec/offline.html,v retrieving revision 1.454 retrieving revision 1.455 diff -u -d -r1.454 -r1.455 --- offline.html 4 Oct 2009 11:26:34 -0000 1.454 +++ offline.html 4 Oct 2009 11:36:30 -0000 1.455 @@ -223,7 +223,7 @@ <a href="browsers.html">← 6 Web browsers</a> – <a href="spec.html#contents">Table of contents</a> – <a href="history.html">6.10 Session history and navigation →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h3 id="offline"><span class="secno">6.9 </span>Offline Web applications</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 ideas for appcache: @@ -990,7 +990,7 @@ <li><p>If these steps were invoked with a <a href="#cache-host">cache host</a>, and the <a href="#concept-appcache-status" title="concept-appcache-status">status</a> of <var title="">cache group</var> is <i>checking</i> or <i>downloading</i>, then <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire - a simple event</a> called <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code> at the + a simple event</a> named <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code> at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of that <a href="#cache-host">cache host</a>. The default action of this event must be, if the user agent <a href="#shows-caching-progress">shows caching progress</a>, the display of @@ -1001,7 +1001,7 @@ <li><p>If these steps were invoked with a <a href="#cache-host">cache host</a>, and the <a href="#concept-appcache-status" title="concept-appcache-status">status</a> of <var title="">cache group</var> is <i>downloading</i>, then also <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> - called <code title="event-appcache-downloading"><a href="#event-appcache-downloading">downloading</a></code> that is + named <code title="event-appcache-downloading"><a href="#event-appcache-downloading">downloading</a></code> that is cancelable at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of that <a href="#cache-host">cache host</a>. The default action of this event must be, if the user agent <a href="#shows-caching-progress">shows caching progress</a>, the @@ -1018,7 +1018,7 @@ </li><li><p>For each <a href="#cache-host">cache host</a> associated with an <a href="#application-cache">application cache</a> in <var title="">cache group</var>, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> that is cancelable called <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code> at the + event</a> that is cancelable named <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code> at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache host</a>. The default action of these events must be, if the user agent <a href="#shows-caching-progress">shows caching progress</a>, the display of @@ -1037,7 +1037,7 @@ <li><p>If this is a <a href="#concept-appcache-cache" title="concept-appcache-cache">cache attempt</a>, then this algorithm was invoked with a <a href="#cache-host">cache host</a>; <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code> that is cancelable + event</a> named <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code> that is cancelable at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of that <a href="#cache-host">cache host</a>. The default action of this event must be, if the user agent <a href="#shows-caching-progress">shows caching progress</a>, the display of some sort @@ -1076,7 +1076,7 @@ <li><p>For each <a href="#cache-host">cache host</a> associated with an <a href="#application-cache">application cache</a> in <var title="">cache group</var>, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code> that is + event</a> named <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code> that is cancelable at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache host</a>. The default action of these events must be, if the user agent <a href="#shows-caching-progress">shows caching progress</a>, the @@ -1086,7 +1086,7 @@ <li><p>For each entry in <var title="">cache group</var>'s <a href="#concept-appcache-pending-masters" title="concept-appcache-pending-masters">list of pending master entries</a>, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> that is cancelable called <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> (not <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code>!) at the + event</a> that is cancelable named <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> (not <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code>!) at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache host</a> the <code>Document</code> for this entry, if there still is one. The default action of this event must be, if the @@ -1141,7 +1141,7 @@ <p>If the download failed (e.g. the connection times out, or the user cancels the download), then <a href="browsers.html#queue-a-task">queue a task</a> to - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that is cancelable called <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the + <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that is cancelable named <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache host</a> the <code>Document</code> for this entry, if there still is one. The default action of this event must be, if the @@ -1166,7 +1166,7 @@ <li><p>For each <a href="#cache-host">cache host</a> associated with an <a href="#application-cache">application cache</a> in <var title="">cache group</var>, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> that is cancelable called <code title="event-appcache-noupdate"><a href="#event-appcache-noupdate">noupdate</a></code> at the + event</a> that is cancelable named <code title="event-appcache-noupdate"><a href="#event-appcache-noupdate">noupdate</a></code> at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache host</a>. The default action of these events must be, if the user agent <a href="#shows-caching-progress">shows caching progress</a>, the display of @@ -1200,7 +1200,7 @@ <li><p>For each <a href="#cache-host">cache host</a> associated with an <a href="#application-cache">application cache</a> in <var title="">cache group</var>, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that - is cancelable called <code title="event-appcache-downloading"><a href="#event-appcache-downloading">downloading</a></code> at the + is cancelable named <code title="event-appcache-downloading"><a href="#event-appcache-downloading">downloading</a></code> at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache host</a>. The default action of these events must be, if the user agent <a href="#shows-caching-progress">shows caching progress</a>, the display of some @@ -1412,7 +1412,7 @@ <var title="">new cache</var>.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> that is cancelable called <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the + event</a> that is cancelable named <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <code>Document</code> for this entry, if there still is one. The default action of this event must be, if the user agent @@ -1482,7 +1482,7 @@ attempt</a>, then for each <a href="#cache-host">cache host</a> associated with an <a href="#application-cache">application cache</a> in <var title="">cache group</var>, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> that is cancelable called <code title="event-appcache-cached"><a href="#event-appcache-cached">cached</a></code> at the + event</a> that is cancelable named <code title="event-appcache-cached"><a href="#event-appcache-cached">cached</a></code> at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache host</a>. The default action of these events must be, if the user agent <a href="#shows-caching-progress">shows caching progress</a>, the display of @@ -1494,7 +1494,7 @@ <a href="#cache-host">cache host</a> associated with an <a href="#application-cache">application cache</a> in <var title="">cache group</var>, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that is cancelable - called <code title="event-appcache-updateready"><a href="#event-appcache-updateready">updateready</a></code> + named <code title="event-appcache-updateready"><a href="#event-appcache-updateready">updateready</a></code> at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache host</a>. The default action of these events must be, if the user agent <a href="#shows-caching-progress">shows caching progress</a>, the display of @@ -1526,7 +1526,7 @@ its <a href="#application-cache">application cache</a>, if it has one.</p></li> <li><p><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> that is cancelable called <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the + event</a> that is cancelable named <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <code>Document</code> for this entry, if there still is one. The default action of these events must be, if the user agent @@ -1539,7 +1539,7 @@ <li><p>For each <a href="#cache-host">cache host</a> still associated with an <a href="#application-cache">application cache</a> in <var title="">cache group</var>, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that - is cancelable called <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the + is cancelable named <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> at the <code><a href="#applicationcache">ApplicationCache</a></code> singleton of the <a href="#cache-host">cache host</a>. The default action of these events must be, if the user agent <a href="#shows-caching-progress">shows caching progress</a>, the display of some @@ -1991,13 +1991,13 @@ <p>When the value that would be returned by the <code title="dom-navigator-onLine"><a href="#dom-navigator-online">navigator.onLine</a></code> attribute of the <code><a href="browsers.html#window">Window</a></code> changes from true to false, the user agent - must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <dfn id="event-offline" title="event-offline"><code>offline</code></dfn> at the + must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <dfn id="event-offline" title="event-offline"><code>offline</code></dfn> at the <code><a href="browsers.html#window">Window</a></code> object.</p> <p>On the other hand, when the value that would be returned by the <code title="dom-navigator-onLine"><a href="#dom-navigator-online">navigator.onLine</a></code> attribute of the <code><a href="browsers.html#window">Window</a></code> changes from false to true, the user - agent must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <dfn id="event-online" title="event-online"><code>online</code></dfn> at the + agent must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <dfn id="event-online" title="event-online"><code>online</code></dfn> at the <code><a href="browsers.html#window">Window</a></code> object.</p> </div><p class="note">This attribute is inherently unreliable. A computer Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec/obsolete.html,v retrieving revision 1.451 retrieving revision 1.452 diff -u -d -r1.451 -r1.452 --- obsolete.html 4 Oct 2009 11:26:33 -0000 1.451 +++ obsolete.html 4 Oct 2009 11:36:30 -0000 1.452 @@ -223,7 +223,7 @@ <a href="the-xhtml-syntax.html">← 10 The XHTML syntax</a> – <a href="spec.html#contents">Table of contents</a> – <a href="iana-considerations.html">IANA considerations →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 id="obsolete"><span class="secno">12 </span>Obsolete features</h2><h3 id="obsolete-but-conforming-features"><span class="secno">12.1 </span>Obsolete but conforming features</h3><p>Features listed in this section will trigger warnings in @@ -597,7 +597,7 @@ <p>When a <code><a href="#the-marquee-element">marquee</a></code> element is created, the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> - called <code title="event-start">start</code> at the element.</p> + named <code title="event-start">start</code> at the element.</p> <hr><p>The <dfn id="attr-marquee-behavior" title="attr-marquee-behavior"><code>behavior</code></dfn> content attribute on <code><a href="#the-marquee-element">marquee</a></code> elements is an <a href="infrastructure.html#enumerated-attribute">enumerated @@ -696,17 +696,17 @@ or greater than the element's <a href="#marquee-loop-count">marquee loop count</a>, <a href="#concept-marquee-off" title="concept-marquee-off">turn off</a> the <code><a href="#the-marquee-element">marquee</a></code> element and <a href="browsers.html#queue-a-task">queue a task</a> to - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-finish">finish</code> at the <code><a href="#the-marquee-element">marquee</a></code> + <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-finish">finish</code> at the <code><a href="#the-marquee-element">marquee</a></code> element.</p> <p>Otherwise, if the <code title="attr-marquee-behavior"><a href="#attr-marquee-behavior">behavior</a></code> attribute is in the <a href="#attr-marquee-behavior-alternate" title="attr-marquee-behavior-alternate">alternate</a> state, then <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-bounce">bounce</code> at + event</a> named <code title="event-bounce">bounce</code> at the <code><a href="#the-marquee-element">marquee</a></code> element.</p> <p>Otherwise, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-start">start</code> at the + event</a> named <code title="event-start">start</code> at the <code><a href="#the-marquee-element">marquee</a></code> element.</p> </li> @@ -840,10 +840,10 @@ name</a> must be set to the empty string.</p> <p>When content loads in a <code><a href="#frame">frame</a></code>, after any <code title="event-load">load</code> events are fired within the content - itself, the user agent must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called + itself, the user agent must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-load">load</code> at the <code><a href="#frame">frame</a></code> element. When content fails to load (e.g. due to a network error), - then the user agent must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called + then the user agent must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the element instead.</p> <p>When there is an <a href="dom.html#active-parser">active parser</a> in the Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec/named-character-references.html,v retrieving revision 1.452 retrieving revision 1.453 diff -u -d -r1.452 -r1.453 --- named-character-references.html 4 Oct 2009 11:26:33 -0000 1.452 +++ named-character-references.html 4 Oct 2009 11:36:30 -0000 1.453 @@ -223,7 +223,7 @@ <a href="syntax.html">← 9 The HTML syntax</a> – <a href="spec.html#contents">Table of contents</a> – <a href="the-xhtml-syntax.html">10 The XHTML syntax →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h3 id="named-character-references"><span class="secno">9.6 </span><dfn>Named character references</dfn></h3><p>This table lists the character reference names that are supported Index: references.html =================================================================== RCS file: /sources/public/html5/spec/references.html,v retrieving revision 1.459 retrieving revision 1.460 diff -u -d -r1.459 -r1.460 --- references.html 4 Oct 2009 11:26:34 -0000 1.459 +++ references.html 4 Oct 2009 11:36:30 -0000 1.460 @@ -223,7 +223,7 @@ <a href="index.html">← Index</a> – <a href="spec.html#contents">Table of contents</a> – <a href="acknowledgements.html">Acknowledgements →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 class="no-num" id="references">References</h2><p class="XXX annotation"><b>Status: </b><i>First draft</i></p><!--REFS--><!--END vCard--><!--END vEvent--><p>All references are normative unless marked "Non-normative".</p><!--START vCard--><!--START vEvent--><dl><dt id="refsABNF">[ABNF]</dt> Index: iana-considerations.html =================================================================== RCS file: /sources/public/html5/spec/iana-considerations.html,v retrieving revision 1.302 retrieving revision 1.303 diff -u -d -r1.302 -r1.303 --- iana-considerations.html 4 Oct 2009 11:26:33 -0000 1.302 +++ iana-considerations.html 4 Oct 2009 11:36:29 -0000 1.303 @@ -223,7 +223,7 @@ <a href="obsolete.html">← 12 Obsolete features</a> – <a href="spec.html#contents">Table of contents</a> – <a href="index.html">Index →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 class="no-num" id="iana-considerations">IANA considerations</h2><p class="XXX annotation"><b>Status: </b><i>First draft</i></p><!-- http://www.w3.org/2002/06/registering-mediatype.html --><p>This registration is for community review and will be submitted Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.459 retrieving revision 1.460 diff -u -d -r1.459 -r1.460 --- semantics.html 4 Oct 2009 11:26:34 -0000 1.459 +++ semantics.html 4 Oct 2009 11:36:30 -0000 1.460 @@ -223,7 +223,7 @@ <a href="embedded-content-0.html">← 3.2.5.1.6 Embedded content</a> – <a href="spec.html#contents">Table of contents</a> – <a href="text-level-semantics.html">4.6 Text-level semantics →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 id="semantics"><span class="secno">4 </span>The elements of HTML</h2><h3 id="the-root-element"><span class="secno">4.1 </span>The root element</h3><h4 id="the-html-element-0"><span class="secno">4.1.1 </span>The <dfn><code>html</code></dfn> element</h4><dl class="element"><dt>Categories</dt> @@ -509,13 +509,13 @@ <!-- the next paragraph is similar to text in the <style> section --> <p>The <a href="browsers.html#concept-task" title="concept-task">task</a> that is <a href="browsers.html#queue-a-task" title="queue a task">queued</a> by the <a href="browsers.html#networking-task-source">networking task source</a> once the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a> must, if the loads were successful, - <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called + <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-load">load</code> at the <code><a href="#the-link-element">link</a></code> element; otherwise, if the resource or one of its subresources failed to completely load for any reason (e.g. DNS error, HTTP 404 response, a connection being prematurely closed, unsupported Content-Type), it must instead <a href="browsers.html#queue-a-task">queue a task</a> to - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-error">error</code> at the <code><a href="#the-link-element">link</a></code> + <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the <code><a href="#the-link-element">link</a></code> element. Non-network errors in processing the resource or its subresources (e.g. CSS parse errors, PNG decoding errors) are not failures for the purposes of this paragraph.</p> @@ -1530,12 +1530,12 @@ <!-- the next paragraph is similar to text in the <link> section --> <p>Once the element has been evaluated, if it had no subresources or once all the subresources it uses have been <a href="infrastructure.html#fetch" title="fetch">fetched</a>, the user agent must <a href="browsers.html#queue-a-task">queue a - task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> called <code title="event-load">load</code> at the <code><a href="#the-style-element">style</a></code> element. If + task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-load">load</code> at the <code><a href="#the-style-element">style</a></code> element. If the resource has a subresource that fails to completely load for any reason (e.g. DNS error, HTTP 404 response, the connection being prematurely closed, unsupported Content-Type), the user agent must instead <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-error">error</code> at the + event</a> named <code title="event-error">error</code> at the <code><a href="#the-style-element">style</a></code> element. Non-network errors in the processing of the element's contents or its subresources (e.g. CSS parse errors) are not failures for the purposes of this paragraph. The @@ -2077,7 +2077,7 @@ <dl class="switch"><dt>If the load resulted in an error (for example a DNS error, or an HTTP 404 error)</dt> - <dd><p>Executing the script block must just consist of <a href="browsers.html#fire-a-simple-event" title="fire a simple event">firing a simple event</a> called + <dd><p>Executing the script block must just consist of <a href="browsers.html#fire-a-simple-event" title="fire a simple event">firing a simple event</a> named <code title="event-error">error</code> at the element.</p></dd> <dt>If the load was successful</dt> @@ -2181,7 +2181,7 @@ <li> - <p><a href="browsers.html#fire-a-simple-event">Fire a simple event</a> called <code title="event-load">load</code> at the <code><a href="#script">script</a></code> + <p><a href="browsers.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-load">load</code> at the <code><a href="#script">script</a></code> element.</p> </li> Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.459 retrieving revision 1.460 diff -u -d -r1.459 -r1.460 --- index.html 4 Oct 2009 11:26:33 -0000 1.459 +++ index.html 4 Oct 2009 11:36:29 -0000 1.460 @@ -223,7 +223,7 @@ <a href="iana-considerations.html">← IANA considerations</a> – <a href="spec.html#contents">Table of contents</a> – <a href="references.html">References →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 class="no-num" id="index">Index</h2><p class="XXX annotation"><b>Status: </b><i>First draft</i></p><p><i>This section is non-normative.</i></p><table><caption>List of elements</caption> Index: comms.html =================================================================== RCS file: /sources/public/html5/spec/comms.html,v retrieving revision 1.459 retrieving revision 1.460 diff -u -d -r1.459 -r1.460 --- comms.html 4 Oct 2009 11:26:33 -0000 1.459 +++ comms.html 4 Oct 2009 11:36:29 -0000 1.460 @@ -223,7 +223,7 @@ <a href="editing.html">← 7 User Interaction</a> – <a href="spec.html#contents">Table of contents</a> – <a href="syntax.html">9 The HTML syntax →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 id="comms"><span class="secno">8 </span>Communication</h2><h3 id="event-definitions"><span class="secno">8.1 </span>Event definitions</h3><p>Messages in <span>server-sent events</span>, <span>Web Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.461 retrieving revision 1.462 diff -u -d -r1.461 -r1.462 --- spec.html 4 Oct 2009 11:26:34 -0000 1.461 +++ spec.html 4 Oct 2009 11:36:30 -0000 1.462 @@ -241,7 +241,7 @@ </dl><p>This specification is available in the following formats: <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>. -This is revision 1.3233. +This is revision 1.3234. </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: introduction.html =================================================================== RCS file: /sources/public/html5/spec/introduction.html,v retrieving revision 1.459 retrieving revision 1.460 diff -u -d -r1.459 -r1.460 --- introduction.html 4 Oct 2009 11:26:33 -0000 1.459 +++ introduction.html 4 Oct 2009 11:36:29 -0000 1.460 @@ -221,7 +221,7 @@ </div><nav> <a href="spec.html#contents">Table of contents</a> – <a href="infrastructure.html">2 Common infrastructure →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 id="introduction"><span class="secno">1 </span>Introduction</h2><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><h3 id="background"><span class="secno">1.1 </span>Background</h3><p><i>This section is non-normative.</i></p><p>The World Wide Web's markup language has always been HTML. HTML Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec/syntax.html,v retrieving revision 1.459 retrieving revision 1.460 diff -u -d -r1.459 -r1.460 --- syntax.html 4 Oct 2009 11:26:34 -0000 1.459 +++ syntax.html 4 Oct 2009 11:36:30 -0000 1.460 @@ -223,7 +223,7 @@ <a href="comms.html">← 8 Communication</a> – <a href="spec.html#contents">Table of contents</a> – <a href="named-character-references.html">9.6 Named character references →</a> - </nav><p>This is revision 1.3233.</p> + </nav><p>This is revision 1.3234.</p> <h2 id="syntax"><span class="secno">9 </span><dfn>The HTML syntax</dfn></h2><p class="note">This section only describes the rules for @@ -7084,7 +7084,7 @@ the parser stopped</a> have <a href="semantics.html#completed-loading">completed loading</a> and been <a href="semantics.html#executing-a-script-block" title="executing a script block">executed</a>, the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple - event</a> called <code title="event-DOMContentLoaded">DOMContentLoaded</code> at the + event</a> named <code title="event-DOMContentLoaded">DOMContentLoaded</code> at the <code>Document</code>. (If the list is empty, this happens immediately.)</p> @@ -7097,7 +7097,7 @@ <li>If the <code>Document</code> is in a <a href="browsers.html#browsing-context">browsing context</a>, then <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a - simple event</a> called <code title="event-load">load</code> at + simple event</a> named <code title="event-load">load</code> at the <code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object, but with its <code title="dom-event-target">target</code> set to the <code>Document</code> object (and the <code title="dom-event-currentTarget">currentTarget</code> set to the
Received on Sunday, 4 October 2009 11:36:39 UTC