Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv31559 Modified Files: acknowledgements.html browsers.html dom.html editing.html embedded-content-0.html forms.html fragment-links.js history.html iana.html index.html infrastructure.html interactive-elements.html introduction.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 toc-status.html toc-status.xml video.html Log Message: Mention that ARIA restricts 'banner' to one per page. (whatwg r4672) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.756 retrieving revision 1.757 diff -u -d -r1.756 -r1.757 --- infrastructure.html 5 Feb 2010 23:26:31 -0000 1.756 +++ infrastructure.html 6 Feb 2010 00:16:33 -0000 1.757 @@ -291,7 +291,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.3721.</p> + </nav><p>This is revision 1.3726.</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>Last call for comments</i></p><p>This specification refers to both HTML and XML attributes and IDL @@ -3176,7 +3176,7 @@ <dt>When fetching resources in response to a call to an API</dt> - <dd>The <a href="browsers.html#active-document">active document</a> of the <a href="browsers.html#script-s-browsing-context" title="script's + <dd>The <a href="browsers.html#active-document">active document</a> of the <a href="web-application-apis.html#script-s-browsing-context" title="script's browsing context">browsing context</a> of the <a href="browsers.html#entry-script">entry script</a>.</dd> @@ -3205,7 +3205,7 @@ download (or otherwise obtain) the resource, applying the semantics of the relevant specifications (e.g. performing an HTTP GET or POST operation, or reading the file from disk, following - redirects, <a href="browsers.html#concept-js-deref" title="concept-js-deref">dereferencing <span title="javascript protocol"><code title="">javascript:</code> + redirects, <a href="web-application-apis.html#concept-js-deref" title="concept-js-deref">dereferencing <span title="javascript protocol"><code title="">javascript:</code> URLs</span></a>, etc).</p> <p>For the purposes of the <code title="http-referer">Referer</code> (sic) header, use the @@ -3229,24 +3229,24 @@ <p>If there are cookies to be set, then the user agent must run the following substeps:</p> - <ol><li><p>Wait until ownership of the <a href="browsers.html#storage-mutex">storage mutex</a> can + <ol><li><p>Wait until ownership of the <a href="web-application-apis.html#storage-mutex">storage mutex</a> can be taken by this instance of the <a href="#fetch" title="fetch">fetching</a> algorithm.</p></li> - <li><p>Take ownership of the <a href="browsers.html#storage-mutex">storage mutex</a>.</p></li> + <li><p>Take ownership of the <a href="web-application-apis.html#storage-mutex">storage mutex</a>.</p></li> <li><p>Update the cookies. <a href="references.html#refsCOOKIES">[COOKIES]</a></p></li> - <li><p>Release the <a href="browsers.html#storage-mutex">storage mutex</a> so that it is once + <li><p>Release the <a href="web-application-apis.html#storage-mutex">storage mutex</a> so that it is once again free.</p></li> </ol></li> <li><p>When the resource is available, or if there is an error of - some description, <a href="browsers.html#queue-a-task">queue a task</a> that uses the resource + some description, <a href="web-application-apis.html#queue-a-task">queue a task</a> that uses the resource as appropriate. If the resource can be processed incrementally, as, for instance, with a progressively interlaced JPEG or an HTML file, additional tasks may be queued to process the data as it is - downloaded. 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#networking-task-source">networking task + downloaded. The <a href="web-application-apis.html#task-source">task source</a> for these <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> is the <a href="web-application-apis.html#networking-task-source">networking task source</a>.</p> </li></ol><p>If the user agent can determine the actual length of the resource Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.749 retrieving revision 1.750 diff -u -d -r1.749 -r1.750 --- text-level-semantics.html 5 Feb 2010 23:26:31 -0000 1.749 +++ text-level-semantics.html 6 Feb 2010 00:16:34 -0000 1.750 @@ -291,7 +291,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.8 The video element →</a> - </nav><p>This is revision 1.3721.</p> + </nav><p>This is revision 1.3726.</p> <h3 id="text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><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> @@ -2337,9 +2337,9 @@ <!-- same text in <input type=image> section and similar text elsewhere --> <p>Fetching the image must <a href="syntax.html#delay-the-load-event">delay the load event</a> of the - element's document until 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> (defined below) has been run.</p> + element's document until the <a href="web-application-apis.html#concept-task" title="concept-task">task</a> + that is <a href="web-application-apis.html#queue-a-task" title="queue a task">queued</a> by the + <a href="web-application-apis.html#networking-task-source">networking task source</a> once the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a> (defined below) has been run.</p> <p class="warning">This, unfortunately, can be used to perform a rudimentary port scan of the user's local network (especially in @@ -2352,8 +2352,8 @@ known, then the image is said to be <dfn id="img-available" title="img-available"><i>available</i></dfn> (this affects exactly what the element represents, as defined below). This can be true even before the image is completely downloaded, if the user agent - supports incremental rendering of images; in such cases, each <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> while + supports incremental rendering of images; in such cases, each <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that is <a href="web-application-apis.html#queue-a-task" title="queue a + task">queued</a> by the <a href="web-application-apis.html#networking-task-source">networking task source</a> while the image is being <a href="infrastructure.html#fetch" title="fetch">fetched</a> must update the presentation of the image appropriately. It can also stop being true, e.g. if the user agent finds, after obtaining the image's @@ -2400,13 +2400,13 @@ <p>This specification does not specify which image types are to be supported.</p> - <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 + <p>The <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that is <a href="web-application-apis.html#queue-a-task" title="queue a task">queued</a> by the <a href="web-application-apis.html#networking-task-source">networking task source</a> once the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a>, must act as appropriate given the following alternatives:</p> <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> + <dd><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> 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> @@ -2415,11 +2415,11 @@ the remote server, or completed but the image is not a supported 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> + <dd><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> 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 + </dl><p>The <a href="web-application-apis.html#task-source">task source</a> for these <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p> <hr><p>What an <code><a href="#the-img-element">img</a></code> element represents depends on the <code title="attr-img-src"><a href="#attr-img-src">src</a></code> attribute and the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute.</p> @@ -2635,12 +2635,12 @@ <p>The IDL attribute <dfn id="dom-img-complete" title="dom-img-complete"><code>complete</code></dfn> must return true if the user agent has fetched the image specified in the <code title="attr-img-src"><a href="#attr-img-src">src</a></code> attribute, and it is in a supported image type (i.e. it was decoded without fatal errors), even if the - final <a href="browsers.html#concept-task" title="concept-task">task</a> queued by the - <a href="browsers.html#networking-task-source">networking task source</a> for the <a href="infrastructure.html#fetch" title="fetch">fetching</a> of the image resource has not yet been + final <a href="web-application-apis.html#concept-task" title="concept-task">task</a> queued by the + <a href="web-application-apis.html#networking-task-source">networking task source</a> for the <a href="infrastructure.html#fetch" title="fetch">fetching</a> of the image resource has not yet been processed. Otherwise, the attribute must return false.</p> <p class="note">The value of <code title="dom-img-complete"><a href="#dom-img-complete">complete</a></code> can thus change while a - <a href="browsers.html#concept-script" title="concept-script">script</a> is executing.</p> + <a href="web-application-apis.html#concept-script" title="concept-script">script</a> is executing.</p> <p>Three constructors are provided for creating <code><a href="#htmlimageelement">HTMLImageElement</a></code> objects (in addition to the factory @@ -3668,13 +3668,13 @@ 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#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire + itself, the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.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#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-error">error</code> at the element instead.</p> + (e.g. due to a network error), then the user agent must <a href="web-application-apis.html#queue-a-task">queue + a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the element instead.</p> - <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 + <p>The <a href="web-application-apis.html#task-source">task source</a> for these <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p> <p>When there is an <a href="dom.html#active-parser">active parser</a> in the @@ -3832,7 +3832,7 @@ <dd> - <p>This flag <a href="browsers.html#sandboxScriptBlocked">blocks script + <p>This flag <a href="web-application-apis.html#sandboxScriptBlocked">blocks script execution</a>.</p> </dd> @@ -4221,8 +4221,8 @@ user agent should <a href="infrastructure.html#fetch">fetch</a> the resulting <a href="infrastructure.html#absolute-url">absolute URL</a>, from the element's <a href="browsers.html#browsing-context-scope-origin">browsing context scope origin</a> if it has one<!-- potentially http-origin privacy - sensitive -->. 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 + sensitive -->. The <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that is + <a href="web-application-apis.html#queue-a-task" title="queue a task">queued</a> by the <a href="web-application-apis.html#networking-task-source">networking task source</a> once the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a> must find and instantiate an appropriate <a href="infrastructure.html#plugin">plugin</a> based on the <a href="#concept-embed-type" title="concept-embed-type">content's type</a>, and hand that <a href="infrastructure.html#plugin">plugin</a> the content of the resource, replacing any @@ -4425,10 +4425,10 @@ whenever its <code title="attr-object-data"><a href="#attr-object-data">data</a></code> attribute is set, changed, or removed; and, when neither its <code title="attr-object-classid"><a href="obsolete.html#attr-object-classid">classid</a></code> attribute nor its <code title="attr-object-data"><a href="#attr-object-data">data</a></code> attribute are present, whenever its <code title="attr-object-type"><a href="#attr-object-type">type</a></code> attribute is set, - changed, or removed: the user agent must <a href="browsers.html#queue-a-task">queue a task</a> + changed, or removed: the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to run the following steps to (re)determine what the - <code><a href="#the-object-element">object</a></code> element represents. The <a href="browsers.html#task-source">task source</a> - for this <a href="browsers.html#concept-task" title="concept-task">task</a> is the <a href="browsers.html#dom-manipulation-task-source">DOM + <code><a href="#the-object-element">object</a></code> element represents. The <a href="web-application-apis.html#task-source">task source</a> + for this <a href="web-application-apis.html#concept-task" title="concept-task">task</a> is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p> <!-- Changing the base URL doesn't trigger this. --> @@ -4515,7 +4515,7 @@ <a href="infrastructure.html#url">URL</a> specified by the <code title="attr-object-data"><a href="#attr-object-data">data</a></code> attribute, relative to the element.</p></li> - <li><p>If that failed, <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named + <li><p>If that failed, <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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> @@ -4528,7 +4528,7 @@ <!-- similar text in various places --> <p>Fetching the resource must <a href="syntax.html#delay-the-load-event">delay the load event</a> of the element's document - until 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 + until the <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that is <a href="web-application-apis.html#queue-a-task" title="queue a task">queued</a> by the <a href="web-application-apis.html#networking-task-source">networking task source</a> once the resource has been <a href="infrastructure.html#fetch" title="fetch">fetched</a> (defined next) has been run.</p> </li> @@ -4537,15 +4537,15 @@ resource was not available in the cache, so that loading the resource required making a request over the network), then jump to the last step in the overall set of steps (fallback). 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> + <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that is <a href="web-application-apis.html#queue-a-task" title="queue + a task">queued</a> by the <a href="web-application-apis.html#networking-task-source">networking task source</a> once the resource is available must restart this algorithm from this step. Resources can load incrementally; user agents may opt to consider a resource "available" whenever enough data has been obtained to begin processing the resource.</p></li> <li><p>If the load failed (e.g. there was an HTTP 404 error, - there was a DNS error), <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named + there was a DNS error), <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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> @@ -4755,11 +4755,11 @@ </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> named <code title="event-load">load</code> at the element.</p> + <p>Once the resource is completely loaded, <a href="web-application-apis.html#queue-a-task">queue a + task</a> to <a href="web-application-apis.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 + <p>The <a href="web-application-apis.html#task-source">task source</a> for this task<!--tasks mentioned + in this section--> is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p> </li> Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.618 retrieving revision 1.619 diff -u -d -r1.618 -r1.619 --- the-canvas-element.html 5 Feb 2010 23:26:32 -0000 1.618 +++ the-canvas-element.html 6 Feb 2010 00:16:34 -0000 1.619 @@ -291,7 +291,7 @@ <a href="video.html">← 4.8.8 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.3721.</p> + </nav><p>This is revision 1.3726.</p> <h4 id="the-canvas-element"><span class="secno">4.8.12 </span>The <dfn id="canvas"><code>canvas</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/74">ISSUE-74</a> (canvas-accessibility) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt> @@ -330,7 +330,7 @@ essentially the same function or purpose as the bitmap canvas. This content may be placed as content of the <code><a href="#the-canvas-element">canvas</a></code> element. The contents of the <code><a href="#the-canvas-element">canvas</a></code> element, if any, - are the element's <a href="embedded-content-0.html#fallback-content">fallback content</a>.</p><p>In interactive visual media, if <a href="browsers.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the + are the element's <a href="embedded-content-0.html#fallback-content">fallback content</a>.</p><p>In interactive visual media, if <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the <code><a href="#the-canvas-element">canvas</a></code> element, and if support for <code><a href="#the-canvas-element">canvas</a></code> elements has been enabled, the <code><a href="#the-canvas-element">canvas</a></code> element <a href="the-xhtml-syntax.html#represents">represents</a> <a href="embedded-content-0.html#embedded-content">embedded content</a> consisting of @@ -341,7 +341,7 @@ painted on the element), then the <code><a href="#the-canvas-element">canvas</a></code> element <a href="the-xhtml-syntax.html#represents">represents</a> <a href="embedded-content-0.html#embedded-content">embedded content</a> with the current image and size. Otherwise, the element represents its - <a href="embedded-content-0.html#fallback-content">fallback content</a> instead.</p><p>In non-visual media, and in visual media if <a href="browsers.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the + <a href="embedded-content-0.html#fallback-content">fallback content</a> instead.</p><p>In non-visual media, and in visual media if <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the <code><a href="#the-canvas-element">canvas</a></code> element or if support for <code><a href="#the-canvas-element">canvas</a></code> elements has been disabled, the <code><a href="#the-canvas-element">canvas</a></code> element <a href="the-xhtml-syntax.html#represents">represents</a> its <a href="embedded-content-0.html#fallback-content">fallback content</a> Index: toc-status.xml =================================================================== RCS file: /sources/public/html5/spec/toc-status.xml,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- toc-status.xml 5 Feb 2010 23:26:32 -0000 1.57 +++ toc-status.xml 6 Feb 2010 00:16:35 -0000 1.58 @@ -831,8 +831,8 @@ </li> </ol> </li> -<li><a href="#browsers"><span class="secno">5</span> Web -browsers</a> +<li><a href="#browsers"><span class="secno">5</span> Loading Web +pages</a> <ol> <li><a href="#windows"><span class="secno">5.1</span> Browsing contexts</a> @@ -878,606 +878,613 @@ <li><a href="#relaxing-the-same-origin-restriction"><span class="secno">5.3.1</span> Relaxing the same-origin restriction</a></li> </ol> </li> -<li><a href="#scripting"><span class="secno">5.4</span> -Scripting</a> +<li><a href="#history"><span class="secno">5.4</span> Session +history and navigation</a> <ol> -<li><a href="#introduction-1"><span class="secno">5.4.1</span> -Introduction</a></li> -<li><a href="#enabling-and-disabling-scripting"><span class="secno">5.4.2</span> Enabling and disabling scripting</a></li> -<li><a href="#processing-model-1"><span class="secno">5.4.3</span> -Processing model</a> +<li><a href="#the-session-history-of-browsing-contexts"><span class="secno">5.4.1</span> +The session history of browsing contexts</a></li> +<li><a href="#the-history-interface"><span class="secno">5.4.2</span> The <code>History</code> interface</a></li> +<li><a href="#the-location-interface"><span class="secno">5.4.3</span> The <code>Location</code> interface</a> <ol> -<li><a href="#definitions-0"><span class="secno">5.4.3.1</span> -Definitions</a></li> -<li><a href="#calling-scripts"><span class="secno">5.4.3.2</span> -Calling scripts</a></li> -<li><a href="#creating-scripts"><span class="secno">5.4.3.3</span> -Creating scripts</a></li> -<li><a href="#killing-scripts"><span class="secno">5.4.3.4</span> -Killing scripts</a></li> +<li><a href="#security-3"><span class="secno">5.4.3.1</span> +Security</a></li> </ol> </li> -<li><a href="#event-loops"><span class="secno">5.4.4</span> Event -loops</a> -<ol> -<li><a href="#definitions-1"><span class="secno">5.4.4.1</span> -Definitions</a></li> -<li><a href="#processing-model-2"><span class="secno">5.4.4.2</span> Processing model</a></li> -<li><a href="#generic-task-sources"><span class="secno">5.4.4.3</span> Generic task sources</a></li> +<li><a href="#history-notes"><span class="secno">5.4.4</span> +Implementation notes for session history</a></li> </ol> </li> -<li><a href="#javascript-protocol"><span class="secno">5.4.5</span> -The <code title="">javascript:</code> protocol</a></li> -<li><a href="#events"><span class="secno">5.4.6</span> Events</a> +<li><a href="#browsing-the-web"><span class="secno">5.5</span> +Browsing the Web</a> <ol> -<li><a href="#event-handler-attributes"><span class="secno">5.4.6.1</span> Event handlers</a></li> -<li><a href="#event-handlers-on-elements-document-objects-and-window-objects"><span class="secno"> -5.4.6.2</span> Event handlers on elements, <code>Document</code> -objects, and <code>Window</code> objects</a></li> -<li><a href="#event-firing"><span class="secno">5.4.6.3</span> -Event firing</a></li> -<li><a href="#events-and-the-window-object"><span class="secno">5.4.6.4</span> Events and the <code>Window</code> -object</a></li> -<li><a href="#runtime-script-errors"><span class="secno">5.4.6.5</span> Runtime script errors</a></li> -</ol> -</li> -</ol> -</li> -<li><a href="#timers"><span class="secno">5.5</span> -Timers</a></li> -<li><a href="#user-prompts"><span class="secno">5.6</span> User -prompts</a> +<li><a href="#navigating-across-documents"><span class="secno">5.5.1</span> Navigating across documents</a></li> +<li><a href="#read-html"><span class="secno">5.5.2</span> Page load +processing model for HTML files</a></li> +<li><a href="#read-xml"><span class="secno">5.5.3</span> Page load +processing model for XML files</a></li> +<li><a href="#read-text"><span class="secno">5.5.4</span> Page load +processing model for text files</a></li> +<li><a href="#read-image"><span class="secno">5.5.5</span> Page +load processing model for images</a></li> +<li><a href="#read-plugin"><span class="secno">5.5.6</span> Page +load processing model for content that uses plugins</a></li> +<li><a href="#read-ua-inline"><span class="secno">5.5.7</span> Page +load processing model for inline content that doesn't have a +DOM</a></li> +<li><a href="#scroll-to-fragid"><span class="secno">5.5.8</span> +Navigating to a fragment identifier</a></li> +<li><a href="#history-traversal"><span class="secno">5.5.9</span> +History traversal</a> <ol> -<li><a href="#simple-dialogs"><span class="secno">5.6.1</span> -Simple dialogs</a></li> -<li><a href="#printing"><span class="secno">5.6.2</span> -Printing</a></li> -<li><a href="#dialogs-implemented-using-separate-documents"><span class="secno">5.6.3</span> Dialogs implemented using separate -documents</a></li> +<li><a href="#event-definitions"><span class="secno">5.5.9.1</span> +Event definitions</a></li> </ol> </li> -<li><a href="#system-state-and-capabilities"><span class="secno">5.7</span> System state and capabilities</a> -<ol> -<li><a href="#client-identification"><span class="secno">5.7.1</span> Client identification</a></li> -<li><a href="#custom-handlers"><span class="secno">5.7.2</span> -Custom scheme and content handlers</a> +<li><a href="#unloading-documents"><span class="secno">5.5.10</span> Unloading documents</a> <ol> -<li><a href="#security-and-privacy"><span class="secno">5.7.2.1</span> Security and privacy</a></li> -<li><a href="#sample-handler-impl"><span class="secno">5.7.2.2</span> Sample user interface</a></li> +<li><a href="#event-definition"><span class="secno">5.5.10.1</span> +Event definition</a></li> </ol> </li> -<li><a href="#manually-releasing-the-storage-mutex"><span class="secno">5.7.3</span> Manually releasing the storage mutex</a></li> +<li><a href="#aborting-a-document-load"><span class="secno">5.5.11</span> Aborting a document load</a></li> </ol> </li> -<li><a href="#offline"><span class="secno">5.8</span> Offline Web +<li><a href="#offline"><span class="secno">5.6</span> Offline Web applications</a> <ol> -<li><a href="#introduction-2"><span class="secno">5.8.1</span> +<li><a href="#introduction-1"><span class="secno">5.6.1</span> Introduction</a> <ol> -<li><a href="#appcacheevents"><span class="secno">5.8.1.1</span> +<li><a href="#appcacheevents"><span class="secno">5.6.1.1</span> Event summary</a></li> </ol> </li> -<li><a href="#appcache"><span class="secno">5.8.2</span> +<li><a href="#appcache"><span class="secno">5.6.2</span> Application caches</a></li> -<li><a href="#manifests"><span class="secno">5.8.3</span> The cache +<li><a href="#manifests"><span class="secno">5.6.3</span> The cache manifest syntax</a> <ol> -<li><a href="#a-sample-manifest"><span class="secno">5.8.3.1</span> +<li><a href="#a-sample-manifest"><span class="secno">5.6.3.1</span> A sample manifest</a></li> -<li><a href="#writing-cache-manifests"><span class="secno">5.8.3.2</span> Writing cache manifests</a></li> -<li><a href="#parsing-cache-manifests"><span class="secno">5.8.3.3</span> Parsing cache manifests</a></li> +<li><a href="#writing-cache-manifests"><span class="secno">5.6.3.2</span> Writing cache manifests</a></li> +<li><a href="#parsing-cache-manifests"><span class="secno">5.6.3.3</span> Parsing cache manifests</a></li> </ol> </li> -<li><a href="#downloading-or-updating-an-application-cache"><span class="secno">5.8.4</span> Downloading or updating an application +<li><a href="#downloading-or-updating-an-application-cache"><span class="secno">5.6.4</span> Downloading or updating an application cache</a></li> -<li><a href="#the-application-cache-selection-algorithm"><span class="secno">5.8.5</span> The application cache selection +<li><a href="#the-application-cache-selection-algorithm"><span class="secno">5.6.5</span> The application cache selection algorithm</a></li> -<li><a href="#changesToNetworkingModel"><span class="secno">5.8.6</span> Changes to the networking model</a></li> -<li><a href="#expiring-application-caches"><span class="secno">5.8.7</span> Expiring application caches</a></li> -<li><a href="#application-cache-api"><span class="secno">5.8.8</span> Application cache API</a></li> -<li><a href="#browser-state"><span class="secno">5.8.9</span> +<li><a href="#changesToNetworkingModel"><span class="secno">5.6.6</span> Changes to the networking model</a></li> +<li><a href="#expiring-application-caches"><span class="secno">5.6.7</span> Expiring application caches</a></li> +<li><a href="#application-cache-api"><span class="secno">5.6.8</span> Application cache API</a></li> +<li><a href="#browser-state"><span class="secno">5.6.9</span> Browser state</a></li> </ol> </li> -<li><a href="#history"><span class="secno">5.9</span> Session -history and navigation</a> +</ol> +</li> +<li><a href="#web-application-apis"><span class="secno">6</span> +Web application APIs</a> <ol> -<li><a href="#the-session-history-of-browsing-contexts"><span class="secno">5.9.1</span> -The session history of browsing contexts</a></li> -<li><a href="#the-history-interface"><span class="secno">5.9.2</span> The <code>History</code> interface</a></li> -<li><a href="#the-location-interface"><span class="secno">5.9.3</span> The <code>Location</code> interface</a> +<li><a href="#scripting"><span class="secno">6.1</span> +Scripting</a> <ol> -<li><a href="#security-3"><span class="secno">5.9.3.1</span> -Security</a></li> +<li><a href="#introduction-2"><span class="secno">6.1.1</span> +Introduction</a></li> +<li><a href="#enabling-and-disabling-scripting"><span class="secno">6.1.2</span> Enabling and disabling scripting</a></li> +<li><a href="#processing-model-1"><span class="secno">6.1.3</span> +Processing model</a> +<ol> +<li><a href="#definitions-0"><span class="secno">6.1.3.1</span> +Definitions</a></li> +<li><a href="#calling-scripts"><span class="secno">6.1.3.2</span> +Calling scripts</a></li> +<li><a href="#creating-scripts"><span class="secno">6.1.3.3</span> +Creating scripts</a></li> +<li><a href="#killing-scripts"><span class="secno">6.1.3.4</span> +Killing scripts</a></li> </ol> </li> -<li><a href="#history-notes"><span class="secno">5.9.4</span> -Implementation notes for session history</a></li> +<li><a href="#event-loops"><span class="secno">6.1.4</span> Event +loops</a> +<ol> +<li><a href="#definitions-1"><span class="secno">6.1.4.1</span> +Definitions</a></li> +<li><a href="#processing-model-2"><span class="secno">6.1.4.2</span> Processing model</a></li> +<li><a href="#generic-task-sources"><span class="secno">6.1.4.3</span> Generic task sources</a></li> </ol> </li> -<li><a href="#browsing-the-web"><span class="secno">5.10</span> -Browsing the Web</a> +<li><a href="#javascript-protocol"><span class="secno">6.1.5</span> +The <code title="">javascript:</code> protocol</a></li> +<li><a href="#events"><span class="secno">6.1.6</span> Events</a> <ol> -<li><a href="#navigating-across-documents"><span class="secno">5.10.1</span> Navigating across documents</a></li> -<li><a href="#read-html"><span class="secno">5.10.2</span> Page -load processing model for HTML files</a></li> -<li><a href="#read-xml"><span class="secno">5.10.3</span> Page load -processing model for XML files</a></li> -<li><a href="#read-text"><span class="secno">5.10.4</span> Page -load processing model for text files</a></li> -<li><a href="#read-image"><span class="secno">5.10.5</span> Page -load processing model for images</a></li> -<li><a href="#read-plugin"><span class="secno">5.10.6</span> Page -load processing model for content that uses plugins</a></li> -<li><a href="#read-ua-inline"><span class="secno">5.10.7</span> -Page load processing model for inline content that doesn't have a -DOM</a></li> -<li><a href="#scroll-to-fragid"><span class="secno">5.10.8</span> -Navigating to a fragment identifier</a></li> -<li><a href="#history-traversal"><span class="secno">5.10.9</span> -History traversal</a> +<li><a href="#event-handler-attributes"><span class="secno">6.1.6.1</span> Event handlers</a></li> +<li><a href="#event-handlers-on-elements-document-objects-and-window-objects"><span class="secno"> +6.1.6.2</span> Event handlers on elements, <code>Document</code> +objects, and <code>Window</code> objects</a></li> +<li><a href="#event-firing"><span class="secno">6.1.6.3</span> +Event firing</a></li> +<li><a href="#events-and-the-window-object"><span class="secno">6.1.6.4</span> Events and the <code>Window</code> +object</a></li> +<li><a href="#runtime-script-errors"><span class="secno">6.1.6.5</span> Runtime script errors</a></li> +</ol> +</li> +</ol> +</li> +<li><a href="#timers"><span class="secno">6.2</span> +Timers</a></li> +<li><a href="#user-prompts"><span class="secno">6.3</span> User +prompts</a> <ol> -<li><a href="#event-definitions"><span class="secno">5.10.9.1</span> Event definitions</a></li> +<li><a href="#simple-dialogs"><span class="secno">6.3.1</span> +Simple dialogs</a></li> +<li><a href="#printing"><span class="secno">6.3.2</span> +Printing</a></li> +<li><a href="#dialogs-implemented-using-separate-documents"><span class="secno">6.3.3</span> Dialogs implemented using separate +documents</a></li> </ol> </li> -<li><a href="#unloading-documents"><span class="secno">5.10.10</span> Unloading documents</a> +<li><a href="#system-state-and-capabilities"><span class="secno">6.4</span> System state and capabilities</a> <ol> -<li><a href="#event-definition"><span class="secno">5.10.10.1</span> Event definition</a></li> +<li><a href="#client-identification"><span class="secno">6.4.1</span> Client identification</a></li> +<li><a href="#custom-handlers"><span class="secno">6.4.2</span> +Custom scheme and content handlers</a> +<ol> +<li><a href="#security-and-privacy"><span class="secno">6.4.2.1</span> Security and privacy</a></li> +<li><a href="#sample-handler-impl"><span class="secno">6.4.2.2</span> Sample user interface</a></li> </ol> </li> -<li><a href="#aborting-a-document-load"><span class="secno">5.10.11</span> Aborting a document load</a></li> +<li><a href="#manually-releasing-the-storage-mutex"><span class="secno">6.4.3</span> Manually releasing the storage mutex</a></li> </ol> </li> </ol> </li> -<li><a href="#editing"><span class="secno">6</span> User -Interaction</a> +<li><a href="#editing"><span class="secno">7</span> User +interaction</a> <ol> -<li><a href="#the-hidden-attribute"><span class="secno">6.1</span> +<li><a href="#the-hidden-attribute"><span class="secno">7.1</span> The <code>hidden</code> attribute</a></li> -<li><a href="#activation"><span class="secno">6.2</span> +<li><a href="#activation"><span class="secno">7.2</span> Activation</a></li> -<li><a href="#scrolling-elements-into-view"><span class="secno">6.3</span> Scrolling elements into view</a></li> -<li><a href="#focus"><span class="secno">6.4</span> Focus</a> +<li><a href="#scrolling-elements-into-view"><span class="secno">7.3</span> Scrolling elements into view</a></li> +<li><a href="#focus"><span class="secno">7.4</span> Focus</a> <ol> -<li><a href="#sequential-focus-navigation"><span class="secno">6.4.1</span> Sequential focus navigation</a></li> -<li><a href="#focus-management"><span class="secno">6.4.2</span> +<li><a href="#sequential-focus-navigation"><span class="secno">7.4.1</span> Sequential focus navigation</a></li> +<li><a href="#focus-management"><span class="secno">7.4.2</span> Focus management</a></li> -<li><a href="#document-level-focus-apis"><span class="secno">6.4.3</span> Document-level focus APIs</a></li> -<li><a href="#element-level-focus-apis"><span class="secno">6.4.4</span> Element-level focus APIs</a></li> +<li><a href="#document-level-focus-apis"><span class="secno">7.4.3</span> Document-level focus APIs</a></li> +<li><a href="#element-level-focus-apis"><span class="secno">7.4.4</span> Element-level focus APIs</a></li> </ol> </li> -<li><a href="#the-accesskey-attribute"><span class="secno">6.5</span> The <code>accesskey</code> attribute</a></li> -<li><a href="#selection"><span class="secno">6.6</span> The text +<li><a href="#the-accesskey-attribute"><span class="secno">7.5</span> The <code>accesskey</code> attribute</a></li> +<li><a href="#selection"><span class="secno">7.6</span> The text selection APIs</a> <ol> -<li><a href="#documentSelection"><span class="secno">6.6.1</span> +<li><a href="#documentSelection"><span class="secno">7.6.1</span> APIs for the browsing context selection</a></li> -<li><a href="#textFieldSelection"><span class="secno">6.6.2</span> +<li><a href="#textFieldSelection"><span class="secno">7.6.2</span> APIs for the text field selections</a></li> </ol> </li> -<li><a href="#contenteditable"><span class="secno">6.7</span> The +<li><a href="#contenteditable"><span class="secno">7.7</span> The <code title="attr-contenteditable">contenteditable</code> attribute</a> <ol> -<li><a href="#user-editing-actions"><span class="secno">6.7.1</span> User editing actions</a></li> -<li><a href="#making-entire-documents-editable"><span class="secno">6.7.2</span> Making entire documents editable</a></li> +<li><a href="#user-editing-actions"><span class="secno">7.7.1</span> User editing actions</a></li> +<li><a href="#making-entire-documents-editable"><span class="secno">7.7.2</span> Making entire documents editable</a></li> </ol> </li> -<li><a href="#spelling-and-grammar-checking"><span class="secno">6.8</span> Spelling and grammar checking</a></li> -<li><a href="#dnd"><span class="secno">6.9</span> Drag and drop</a> +<li><a href="#spelling-and-grammar-checking"><span class="secno">7.8</span> Spelling and grammar checking</a></li> +<li><a href="#dnd"><span class="secno">7.9</span> Drag and drop</a> <ol> -<li><a href="#introduction-3"><span class="secno">6.9.1</span> +<li><a href="#introduction-3"><span class="secno">7.9.1</span> Introduction</a></li> -<li><a href="#the-dragevent-and-datatransfer-interfaces"><span class="secno">6.9.2</span> The <code>DragEvent</code> and +<li><a href="#the-dragevent-and-datatransfer-interfaces"><span class="secno">7.9.2</span> The <code>DragEvent</code> and <code>DataTransfer</code> interfaces</a></li> -<li><a href="#dndevents"><span class="secno">6.9.3</span> Events +<li><a href="#dndevents"><span class="secno">7.9.3</span> Events fired during a drag-and-drop action</a></li> -<li><a href="#drag-and-drop-processing-model"><span class="secno">6.9.4</span> Drag-and-drop processing model</a> +<li><a href="#drag-and-drop-processing-model"><span class="secno">7.9.4</span> Drag-and-drop processing model</a> <ol> <li><a href="#when-the-drag-and-drop-operation-starts-or-ends-in-another-document"> -<span class="secno">6.9.4.1</span> When the drag-and-drop operation +<span class="secno">7.9.4.1</span> When the drag-and-drop operation starts or ends in another document</a></li> <li><a href="#when-the-drag-and-drop-operation-starts-or-ends-in-another-application"> -<span class="secno">6.9.4.2</span> When the drag-and-drop operation +<span class="secno">7.9.4.2</span> When the drag-and-drop operation starts or ends in another application</a></li> </ol> </li> -<li><a href="#the-draggable-attribute"><span class="secno">6.9.5</span> The <code>draggable</code> attribute</a></li> -<li><a href="#security-risks-in-the-drag-and-drop-model"><span class="secno">6.9.6</span> Security risks in the drag-and-drop +<li><a href="#the-draggable-attribute"><span class="secno">7.9.5</span> The <code>draggable</code> attribute</a></li> +<li><a href="#security-risks-in-the-drag-and-drop-model"><span class="secno">7.9.6</span> Security risks in the drag-and-drop model</a></li> </ol> </li> -<li><a href="#undo"><span class="secno">6.10</span> Undo +<li><a href="#undo"><span class="secno">7.10</span> Undo history</a> <ol> -<li><a href="#definitions-2"><span class="secno">6.10.1</span> +<li><a href="#definitions-2"><span class="secno">7.10.1</span> Definitions</a></li> -<li><a href="#the-undomanager-interface"><span class="secno">6.10.2</span> The <code>UndoManager</code> +<li><a href="#the-undomanager-interface"><span class="secno">7.10.2</span> The <code>UndoManager</code> interface</a></li> -<li><a href="#undo:-moving-back-in-the-undo-transaction-history"><span class="secno">6.10.3</span> Undo: moving back in the undo transaction +<li><a href="#undo:-moving-back-in-the-undo-transaction-history"><span class="secno">7.10.3</span> Undo: moving back in the undo transaction history</a></li> <li><a href="#redo:-moving-forward-in-the-undo-transaction-history"><span class="secno"> -6.10.4</span> Redo: moving forward in the undo transaction +7.10.4</span> Redo: moving forward in the undo transaction history</a></li> <li><a href="#the-undomanagerevent-interface-and-the-undo-and-redo-events"><span class="secno"> -6.10.5</span> The <code>UndoManagerEvent</code> interface and the +7.10.5</span> The <code>UndoManagerEvent</code> interface and the <code title="event-undo">undo</code> and <code title="event-redo">redo</code> events</a></li> -<li><a href="#implementation-notes"><span class="secno">6.10.6</span> Implementation notes</a></li> +<li><a href="#implementation-notes"><span class="secno">7.10.6</span> Implementation notes</a></li> </ol> </li> -<li><a href="#editing-apis"><span class="secno">6.11</span> Editing +<li><a href="#editing-apis"><span class="secno">7.11</span> Editing APIs</a></li> </ol> </li> -<li><a href="#syntax"><span class="secno">7</span> The HTML +<li><a href="#syntax"><span class="secno">8</span> The HTML syntax</a> <ol> -<li><a href="#writing"><span class="secno">7.1</span> Writing HTML +<li><a href="#writing"><span class="secno">8.1</span> Writing HTML documents</a> <ol> -<li><a href="#the-doctype"><span class="secno">7.1.1</span> The +<li><a href="#the-doctype"><span class="secno">8.1.1</span> The DOCTYPE</a></li> -<li><a href="#elements-0"><span class="secno">7.1.2</span> +<li><a href="#elements-0"><span class="secno">8.1.2</span> Elements</a> <ol> -<li><a href="#start-tags"><span class="secno">7.1.2.1</span> Start +<li><a href="#start-tags"><span class="secno">8.1.2.1</span> Start tags</a></li> -<li><a href="#end-tags"><span class="secno">7.1.2.2</span> End +<li><a href="#end-tags"><span class="secno">8.1.2.2</span> End tags</a></li> -<li><a href="#attributes"><span class="secno">7.1.2.3</span> +<li><a href="#attributes"><span class="secno">8.1.2.3</span> Attributes</a></li> -<li><a href="#optional-tags"><span class="secno">7.1.2.4</span> +<li><a href="#optional-tags"><span class="secno">8.1.2.4</span> Optional tags</a></li> -<li><a href="#element-restrictions"><span class="secno">7.1.2.5</span> Restrictions on content models</a></li> -<li><a href="#cdata-rcdata-restrictions"><span class="secno">7.1.2.6</span> Restrictions on the contents of raw text and +<li><a href="#element-restrictions"><span class="secno">8.1.2.5</span> Restrictions on content models</a></li> +<li><a href="#cdata-rcdata-restrictions"><span class="secno">8.1.2.6</span> Restrictions on the contents of raw text and RCDATA elements</a></li> </ol> </li> -<li><a href="#text"><span class="secno">7.1.3</span> Text</a> +<li><a href="#text"><span class="secno">8.1.3</span> Text</a> <ol> -<li><a href="#newlines"><span class="secno">7.1.3.1</span> +<li><a href="#newlines"><span class="secno">8.1.3.1</span> Newlines</a></li> </ol> </li> -<li><a href="#character-references"><span class="secno">7.1.4</span> Character references</a></li> -<li><a href="#cdata-sections"><span class="secno">7.1.5</span> +<li><a href="#character-references"><span class="secno">8.1.4</span> Character references</a></li> +<li><a href="#cdata-sections"><span class="secno">8.1.5</span> CDATA sections</a></li> -<li><a href="#comments"><span class="secno">7.1.6</span> +<li><a href="#comments"><span class="secno">8.1.6</span> Comments</a></li> </ol> </li> -<li><a href="#parsing"><span class="secno">7.2</span> Parsing HTML +<li><a href="#parsing"><span class="secno">8.2</span> Parsing HTML documents</a> <ol> -<li><a href="#overview-of-the-parsing-model"><span class="secno">7.2.1</span> Overview of the parsing model</a></li> -<li><a href="#the-input-stream"><span class="secno">7.2.2</span> +<li><a href="#overview-of-the-parsing-model"><span class="secno">8.2.1</span> Overview of the parsing model</a></li> +<li><a href="#the-input-stream"><span class="secno">8.2.2</span> The input stream</a> <ol> -<li><a href="#determining-the-character-encoding"><span class="secno">7.2.2.1</span> Determining the character encoding</a></li> -<li><a href="#character-encodings-0"><span class="secno">7.2.2.2</span> Character encodings</a></li> -<li><a href="#preprocessing-the-input-stream"><span class="secno">7.2.2.3</span> Preprocessing the input stream</a></li> -<li><a href="#changing-the-encoding-while-parsing"><span class="secno">7.2.2.4</span> Changing the encoding while parsing</a></li> +<li><a href="#determining-the-character-encoding"><span class="secno">8.2.2.1</span> Determining the character encoding</a></li> +<li><a href="#character-encodings-0"><span class="secno">8.2.2.2</span> Character encodings</a></li> +<li><a href="#preprocessing-the-input-stream"><span class="secno">8.2.2.3</span> Preprocessing the input stream</a></li> +<li><a href="#changing-the-encoding-while-parsing"><span class="secno">8.2.2.4</span> Changing the encoding while parsing</a></li> </ol> </li> -<li><a href="#parse-state"><span class="secno">7.2.3</span> Parse +<li><a href="#parse-state"><span class="secno">8.2.3</span> Parse state</a> <ol> -<li><a href="#the-insertion-mode"><span class="secno">7.2.3.1</span> The insertion mode</a></li> -<li><a href="#the-stack-of-open-elements"><span class="secno">7.2.3.2</span> The stack of open elements</a></li> -<li><a href="#the-list-of-active-formatting-elements"><span class="secno">7.2.3.3</span> The list of active formatting +<li><a href="#the-insertion-mode"><span class="secno">8.2.3.1</span> The insertion mode</a></li> +<li><a href="#the-stack-of-open-elements"><span class="secno">8.2.3.2</span> The stack of open elements</a></li> +<li><a href="#the-list-of-active-formatting-elements"><span class="secno">8.2.3.3</span> The list of active formatting elements</a></li> -<li><a href="#the-element-pointers"><span class="secno">7.2.3.4</span> The element pointers</a></li> -<li><a href="#other-parsing-state-flags"><span class="secno">7.2.3.5</span> Other parsing state flags</a></li> +<li><a href="#the-element-pointers"><span class="secno">8.2.3.4</span> The element pointers</a></li> +<li><a href="#other-parsing-state-flags"><span class="secno">8.2.3.5</span> Other parsing state flags</a></li> </ol> </li> -<li><a href="#tokenization"><span class="secno">7.2.4</span> +<li><a href="#tokenization"><span class="secno">8.2.4</span> Tokenization</a> <ol> -<li><a href="#data-state"><span class="secno">7.2.4.1</span> Data +<li><a href="#data-state"><span class="secno">8.2.4.1</span> Data state</a></li> -<li><a href="#character-reference-in-data-state"><span class="secno">7.2.4.2</span> Character reference in data state</a></li> -<li><a href="#rcdata-state"><span class="secno">7.2.4.3</span> +<li><a href="#character-reference-in-data-state"><span class="secno">8.2.4.2</span> Character reference in data state</a></li> +<li><a href="#rcdata-state"><span class="secno">8.2.4.3</span> RCDATA state</a></li> -<li><a href="#character-reference-in-rcdata-state"><span class="secno">7.2.4.4</span> Character reference in RCDATA state</a></li> -<li><a href="#rawtext-state"><span class="secno">7.2.4.5</span> +<li><a href="#character-reference-in-rcdata-state"><span class="secno">8.2.4.4</span> Character reference in RCDATA state</a></li> +<li><a href="#rawtext-state"><span class="secno">8.2.4.5</span> RAWTEXT state</a></li> -<li><a href="#script-data-state"><span class="secno">7.2.4.6</span> +<li><a href="#script-data-state"><span class="secno">8.2.4.6</span> Script data state</a></li> -<li><a href="#plaintext-state"><span class="secno">7.2.4.7</span> +<li><a href="#plaintext-state"><span class="secno">8.2.4.7</span> PLAINTEXT state</a></li> -<li><a href="#tag-open-state"><span class="secno">7.2.4.8</span> +<li><a href="#tag-open-state"><span class="secno">8.2.4.8</span> Tag open state</a></li> -<li><a href="#close-tag-open-state"><span class="secno">7.2.4.9</span> Close tag open state</a></li> -<li><a href="#tag-name-state"><span class="secno">7.2.4.10</span> +<li><a href="#end-tag-open-state"><span class="secno">8.2.4.9</span> End tag open state</a></li> +<li><a href="#tag-name-state"><span class="secno">8.2.4.10</span> Tag name state</a></li> -<li><a href="#rcdata-less-than-sign-state"><span class="secno">7.2.4.11</span> RCDATA less-than sign state</a></li> -<li><a href="#rcdata-end-tag-open-state"><span class="secno">7.2.4.12</span> RCDATA end tag open state</a></li> -<li><a href="#rcdata-end-tag-name-state"><span class="secno">7.2.4.13</span> RCDATA end tag name state</a></li> -<li><a href="#rawtext-less-than-sign-state"><span class="secno">7.2.4.14</span> RAWTEXT less-than sign state</a></li> -<li><a href="#rawtext-end-tag-open-state"><span class="secno">7.2.4.15</span> RAWTEXT end tag open state</a></li> -<li><a href="#rawtext-end-tag-name-state"><span class="secno">7.2.4.16</span> RAWTEXT end tag name state</a></li> -<li><a href="#script-data-less-than-sign-state"><span class="secno">7.2.4.17</span> Script data less-than sign state</a></li> -<li><a href="#script-data-end-tag-open-state"><span class="secno">7.2.4.18</span> Script data end tag open state</a></li> -<li><a href="#script-data-end-tag-name-state"><span class="secno">7.2.4.19</span> Script data end tag name state</a></li> -<li><a href="#script-data-escape-start-state"><span class="secno">7.2.4.20</span> Script data escape start state</a></li> -<li><a href="#script-data-escape-start-dash-state"><span class="secno">7.2.4.21</span> Script data escape start dash +<li><a href="#rcdata-less-than-sign-state"><span class="secno">8.2.4.11</span> RCDATA less-than sign state</a></li> +<li><a href="#rcdata-end-tag-open-state"><span class="secno">8.2.4.12</span> RCDATA end tag open state</a></li> +<li><a href="#rcdata-end-tag-name-state"><span class="secno">8.2.4.13</span> RCDATA end tag name state</a></li> +<li><a href="#rawtext-less-than-sign-state"><span class="secno">8.2.4.14</span> RAWTEXT less-than sign state</a></li> +<li><a href="#rawtext-end-tag-open-state"><span class="secno">8.2.4.15</span> RAWTEXT end tag open state</a></li> +<li><a href="#rawtext-end-tag-name-state"><span class="secno">8.2.4.16</span> RAWTEXT end tag name state</a></li> +<li><a href="#script-data-less-than-sign-state"><span class="secno">8.2.4.17</span> Script data less-than sign state</a></li> +<li><a href="#script-data-end-tag-open-state"><span class="secno">8.2.4.18</span> Script data end tag open state</a></li> +<li><a href="#script-data-end-tag-name-state"><span class="secno">8.2.4.19</span> Script data end tag name state</a></li> +<li><a href="#script-data-escape-start-state"><span class="secno">8.2.4.20</span> Script data escape start state</a></li> +<li><a href="#script-data-escape-start-dash-state"><span class="secno">8.2.4.21</span> Script data escape start dash state</a></li> -<li><a href="#script-data-escaped-state"><span class="secno">7.2.4.22</span> Script data escaped state</a></li> -<li><a href="#script-data-escaped-dash-state"><span class="secno">7.2.4.23</span> Script data escaped dash state</a></li> -<li><a href="#script-data-escaped-dash-dash-state"><span class="secno">7.2.4.24</span> Script data escaped dash dash +<li><a href="#script-data-escaped-state"><span class="secno">8.2.4.22</span> Script data escaped state</a></li> +<li><a href="#script-data-escaped-dash-state"><span class="secno">8.2.4.23</span> Script data escaped dash state</a></li> +<li><a href="#script-data-escaped-dash-dash-state"><span class="secno">8.2.4.24</span> Script data escaped dash dash state</a></li> -<li><a href="#script-data-escaped-less-than-sign-state"><span class="secno">7.2.4.25</span> +<li><a href="#script-data-escaped-less-than-sign-state"><span class="secno">8.2.4.25</span> Script data escaped less-than sign state</a></li> -<li><a href="#script-data-escaped-end-tag-open-state"><span class="secno">7.2.4.26</span> Script data escaped end tag open +<li><a href="#script-data-escaped-end-tag-open-state"><span class="secno">8.2.4.26</span> Script data escaped end tag open state</a></li> -<li><a href="#script-data-escaped-end-tag-name-state"><span class="secno">7.2.4.27</span> Script data escaped end tag name +<li><a href="#script-data-escaped-end-tag-name-state"><span class="secno">8.2.4.27</span> Script data escaped end tag name state</a></li> -<li><a href="#script-data-double-escape-start-state"><span class="secno">7.2.4.28</span> Script data double escape start +<li><a href="#script-data-double-escape-start-state"><span class="secno">8.2.4.28</span> Script data double escape start state</a></li> -<li><a href="#script-data-double-escaped-state"><span class="secno">7.2.4.29</span> Script data double escaped state</a></li> -<li><a href="#script-data-double-escaped-dash-state"><span class="secno">7.2.4.30</span> Script data double escaped dash +<li><a href="#script-data-double-escaped-state"><span class="secno">8.2.4.29</span> Script data double escaped state</a></li> +<li><a href="#script-data-double-escaped-dash-state"><span class="secno">8.2.4.30</span> Script data double escaped dash state</a></li> -<li><a href="#script-data-double-escaped-dash-dash-state"><span class="secno">7.2.4.31</span> Script data double escaped dash dash +<li><a href="#script-data-double-escaped-dash-dash-state"><span class="secno">8.2.4.31</span> Script data double escaped dash dash state</a></li> -<li><a href="#script-data-double-escaped-less-than-sign-state"><span class="secno">7.2.4.32</span> Script data double escaped less-than sign +<li><a href="#script-data-double-escaped-less-than-sign-state"><span class="secno">8.2.4.32</span> Script data double escaped less-than sign state</a></li> -<li><a href="#script-data-double-escape-end-state"><span class="secno">7.2.4.33</span> Script data double escape end +<li><a href="#script-data-double-escape-end-state"><span class="secno">8.2.4.33</span> Script data double escape end state</a></li> -<li><a href="#before-attribute-name-state"><span class="secno">7.2.4.34</span> Before attribute name state</a></li> -<li><a href="#attribute-name-state"><span class="secno">7.2.4.35</span> Attribute name state</a></li> -<li><a href="#after-attribute-name-state"><span class="secno">7.2.4.36</span> After attribute name state</a></li> -<li><a href="#before-attribute-value-state"><span class="secno">7.2.4.37</span> Before attribute value state</a></li> -<li><a href="#attribute-value-double-quoted-state"><span class="secno">7.2.4.38</span> Attribute value (double-quoted) +<li><a href="#before-attribute-name-state"><span class="secno">8.2.4.34</span> Before attribute name state</a></li> +<li><a href="#attribute-name-state"><span class="secno">8.2.4.35</span> Attribute name state</a></li> +<li><a href="#after-attribute-name-state"><span class="secno">8.2.4.36</span> After attribute name state</a></li> +<li><a href="#before-attribute-value-state"><span class="secno">8.2.4.37</span> Before attribute value state</a></li> +<li><a href="#attribute-value-double-quoted-state"><span class="secno">8.2.4.38</span> Attribute value (double-quoted) state</a></li> -<li><a href="#attribute-value-single-quoted-state"><span class="secno">7.2.4.39</span> Attribute value (single-quoted) +<li><a href="#attribute-value-single-quoted-state"><span class="secno">8.2.4.39</span> Attribute value (single-quoted) state</a></li> -<li><a href="#attribute-value-unquoted-state"><span class="secno">7.2.4.40</span> Attribute value (unquoted) state</a></li> -<li><a href="#character-reference-in-attribute-value-state"><span class="secno">7.2.4.41</span> Character reference in attribute value +<li><a href="#attribute-value-unquoted-state"><span class="secno">8.2.4.40</span> Attribute value (unquoted) state</a></li> +<li><a href="#character-reference-in-attribute-value-state"><span class="secno">8.2.4.41</span> Character reference in attribute value state</a></li> -<li><a href="#after-attribute-value-quoted-state"><span class="secno">7.2.4.42</span> After attribute value (quoted) +<li><a href="#after-attribute-value-quoted-state"><span class="secno">8.2.4.42</span> After attribute value (quoted) state</a></li> -<li><a href="#self-closing-start-tag-state"><span class="secno">7.2.4.43</span> Self-closing start tag state</a></li> -<li><a href="#bogus-comment-state"><span class="secno">7.2.4.44</span> Bogus comment state</a></li> -<li><a href="#markup-declaration-open-state"><span class="secno">7.2.4.45</span> Markup declaration open state</a></li> -<li><a href="#comment-start-state"><span class="secno">7.2.4.46</span> Comment start state</a></li> -<li><a href="#comment-start-dash-state"><span class="secno">7.2.4.47</span> Comment start dash state</a></li> -<li><a href="#comment-state"><span class="secno">7.2.4.48</span> +<li><a href="#self-closing-start-tag-state"><span class="secno">8.2.4.43</span> Self-closing start tag state</a></li> +<li><a href="#bogus-comment-state"><span class="secno">8.2.4.44</span> Bogus comment state</a></li> +<li><a href="#markup-declaration-open-state"><span class="secno">8.2.4.45</span> Markup declaration open state</a></li> +<li><a href="#comment-start-state"><span class="secno">8.2.4.46</span> Comment start state</a></li> +<li><a href="#comment-start-dash-state"><span class="secno">8.2.4.47</span> Comment start dash state</a></li> +<li><a href="#comment-state"><span class="secno">8.2.4.48</span> Comment state</a></li> -<li><a href="#comment-end-dash-state"><span class="secno">7.2.4.49</span> Comment end dash state</a></li> -<li><a href="#comment-end-state"><span class="secno">7.2.4.50</span> Comment end state</a></li> -<li><a href="#comment-end-bang-state"><span class="secno">7.2.4.51</span> Comment end bang state</a></li> -<li><a href="#comment-end-space-state"><span class="secno">7.2.4.52</span> Comment end space state</a></li> -<li><a href="#doctype-state"><span class="secno">7.2.4.53</span> +<li><a href="#comment-end-dash-state"><span class="secno">8.2.4.49</span> Comment end dash state</a></li> +<li><a href="#comment-end-state"><span class="secno">8.2.4.50</span> Comment end state</a></li> +<li><a href="#comment-end-bang-state"><span class="secno">8.2.4.51</span> Comment end bang state</a></li> +<li><a href="#comment-end-space-state"><span class="secno">8.2.4.52</span> Comment end space state</a></li> +<li><a href="#doctype-state"><span class="secno">8.2.4.53</span> DOCTYPE state</a></li> -<li><a href="#before-doctype-name-state"><span class="secno">7.2.4.54</span> Before DOCTYPE name state</a></li> -<li><a href="#doctype-name-state"><span class="secno">7.2.4.55</span> DOCTYPE name state</a></li> -<li><a href="#after-doctype-name-state"><span class="secno">7.2.4.56</span> After DOCTYPE name state</a></li> -<li><a href="#after-doctype-public-keyword-state"><span class="secno">7.2.4.57</span> After DOCTYPE public keyword state</a></li> -<li><a href="#before-doctype-public-identifier-state"><span class="secno">7.2.4.58</span> Before DOCTYPE public identifier +<li><a href="#before-doctype-name-state"><span class="secno">8.2.4.54</span> Before DOCTYPE name state</a></li> +<li><a href="#doctype-name-state"><span class="secno">8.2.4.55</span> DOCTYPE name state</a></li> +<li><a href="#after-doctype-name-state"><span class="secno">8.2.4.56</span> After DOCTYPE name state</a></li> +<li><a href="#after-doctype-public-keyword-state"><span class="secno">8.2.4.57</span> After DOCTYPE public keyword state</a></li> +<li><a href="#before-doctype-public-identifier-state"><span class="secno">8.2.4.58</span> Before DOCTYPE public identifier state</a></li> -<li><a href="#doctype-public-identifier-double-quoted-state"><span class="secno">7.2.4.59</span> DOCTYPE public identifier (double-quoted) +<li><a href="#doctype-public-identifier-double-quoted-state"><span class="secno">8.2.4.59</span> DOCTYPE public identifier (double-quoted) state</a></li> -<li><a href="#doctype-public-identifier-single-quoted-state"><span class="secno">7.2.4.60</span> DOCTYPE public identifier (single-quoted) +<li><a href="#doctype-public-identifier-single-quoted-state"><span class="secno">8.2.4.60</span> DOCTYPE public identifier (single-quoted) state</a></li> -<li><a href="#after-doctype-public-identifier-state"><span class="secno">7.2.4.61</span> After DOCTYPE public identifier +<li><a href="#after-doctype-public-identifier-state"><span class="secno">8.2.4.61</span> After DOCTYPE public identifier state</a></li> -<li><a href="#between-doctype-public-and-system-identifiers-state"><span class="secno">7.2.4.62</span> Between DOCTYPE public and system +<li><a href="#between-doctype-public-and-system-identifiers-state"><span class="secno">8.2.4.62</span> Between DOCTYPE public and system identifiers state</a></li> -<li><a href="#after-doctype-system-keyword-state"><span class="secno">7.2.4.63</span> After DOCTYPE system keyword state</a></li> -<li><a href="#before-doctype-system-identifier-state"><span class="secno">7.2.4.64</span> Before DOCTYPE system identifier +<li><a href="#after-doctype-system-keyword-state"><span class="secno">8.2.4.63</span> After DOCTYPE system keyword state</a></li> +<li><a href="#before-doctype-system-identifier-state"><span class="secno">8.2.4.64</span> Before DOCTYPE system identifier state</a></li> -<li><a href="#doctype-system-identifier-double-quoted-state"><span class="secno">7.2.4.65</span> DOCTYPE system identifier (double-quoted) +<li><a href="#doctype-system-identifier-double-quoted-state"><span class="secno">8.2.4.65</span> DOCTYPE system identifier (double-quoted) state</a></li> -<li><a href="#doctype-system-identifier-single-quoted-state"><span class="secno">7.2.4.66</span> DOCTYPE system identifier (single-quoted) +<li><a href="#doctype-system-identifier-single-quoted-state"><span class="secno">8.2.4.66</span> DOCTYPE system identifier (single-quoted) state</a></li> -<li><a href="#after-doctype-system-identifier-state"><span class="secno">7.2.4.67</span> After DOCTYPE system identifier +<li><a href="#after-doctype-system-identifier-state"><span class="secno">8.2.4.67</span> After DOCTYPE system identifier state</a></li> -<li><a href="#bogus-doctype-state"><span class="secno">7.2.4.68</span> Bogus DOCTYPE state</a></li> -<li><a href="#cdata-section-state"><span class="secno">7.2.4.69</span> CDATA section state</a></li> -<li><a href="#tokenizing-character-references"><span class="secno">7.2.4.70</span> Tokenizing character references</a></li> +<li><a href="#bogus-doctype-state"><span class="secno">8.2.4.68</span> Bogus DOCTYPE state</a></li> +<li><a href="#cdata-section-state"><span class="secno">8.2.4.69</span> CDATA section state</a></li> +<li><a href="#tokenizing-character-references"><span class="secno">8.2.4.70</span> Tokenizing character references</a></li> </ol> </li> -<li><a href="#tree-construction"><span class="secno">7.2.5</span> +<li><a href="#tree-construction"><span class="secno">8.2.5</span> Tree construction</a> <ol> -<li><a href="#creating-and-inserting-elements"><span class="secno">7.2.5.1</span> Creating and inserting elements</a></li> -<li><a href="#closing-elements-that-have-implied-end-tags"><span class="secno">7.2.5.2</span> Closing elements that have implied end +<li><a href="#creating-and-inserting-elements"><span class="secno">8.2.5.1</span> Creating and inserting elements</a></li> +<li><a href="#closing-elements-that-have-implied-end-tags"><span class="secno">8.2.5.2</span> Closing elements that have implied end tags</a></li> -<li><a href="#foster-parenting"><span class="secno">7.2.5.3</span> +<li><a href="#foster-parenting"><span class="secno">8.2.5.3</span> Foster parenting</a></li> -<li><a href="#the-initial-insertion-mode"><span class="secno">7.2.5.4</span> The "initial" insertion mode</a></li> -<li><a href="#the-before-html-insertion-mode"><span class="secno">7.2.5.5</span> The "before html" insertion mode</a></li> -<li><a href="#the-before-head-insertion-mode"><span class="secno">7.2.5.6</span> The "before head" insertion mode</a></li> -<li><a href="#parsing-main-inhead"><span class="secno">7.2.5.7</span> The "in head" insertion mode</a></li> -<li><a href="#parsing-main-inheadnoscript"><span class="secno">7.2.5.8</span> The "in head noscript" insertion +<li><a href="#the-initial-insertion-mode"><span class="secno">8.2.5.4</span> The "initial" insertion mode</a></li> +<li><a href="#the-before-html-insertion-mode"><span class="secno">8.2.5.5</span> The "before html" insertion mode</a></li> +<li><a href="#the-before-head-insertion-mode"><span class="secno">8.2.5.6</span> The "before head" insertion mode</a></li> +<li><a href="#parsing-main-inhead"><span class="secno">8.2.5.7</span> The "in head" insertion mode</a></li> +<li><a href="#parsing-main-inheadnoscript"><span class="secno">8.2.5.8</span> The "in head noscript" insertion mode</a></li> -<li><a href="#the-after-head-insertion-mode"><span class="secno">7.2.5.9</span> The "after head" insertion mode</a></li> -<li><a href="#parsing-main-inbody"><span class="secno">7.2.5.10</span> The "in body" insertion mode</a></li> -<li><a href="#parsing-main-incdata"><span class="secno">7.2.5.11</span> The "text" insertion mode</a></li> -<li><a href="#parsing-main-intable"><span class="secno">7.2.5.12</span> The "in table" insertion mode</a></li> -<li><a href="#parsing-main-intabletext"><span class="secno">7.2.5.13</span> The "in table text" insertion mode</a></li> -<li><a href="#parsing-main-incaption"><span class="secno">7.2.5.14</span> The "in caption" insertion mode</a></li> -<li><a href="#parsing-main-incolgroup"><span class="secno">7.2.5.15</span> The "in column group" insertion +<li><a href="#the-after-head-insertion-mode"><span class="secno">8.2.5.9</span> The "after head" insertion mode</a></li> +<li><a href="#parsing-main-inbody"><span class="secno">8.2.5.10</span> The "in body" insertion mode</a></li> +<li><a href="#parsing-main-incdata"><span class="secno">8.2.5.11</span> The "text" insertion mode</a></li> +<li><a href="#parsing-main-intable"><span class="secno">8.2.5.12</span> The "in table" insertion mode</a></li> +<li><a href="#parsing-main-intabletext"><span class="secno">8.2.5.13</span> The "in table text" insertion mode</a></li> +<li><a href="#parsing-main-incaption"><span class="secno">8.2.5.14</span> The "in caption" insertion mode</a></li> +<li><a href="#parsing-main-incolgroup"><span class="secno">8.2.5.15</span> The "in column group" insertion mode</a></li> -<li><a href="#parsing-main-intbody"><span class="secno">7.2.5.16</span> The "in table body" insertion mode</a></li> -<li><a href="#parsing-main-intr"><span class="secno">7.2.5.17</span> The "in row" insertion mode</a></li> -<li><a href="#parsing-main-intd"><span class="secno">7.2.5.18</span> The "in cell" insertion mode</a></li> -<li><a href="#parsing-main-inselect"><span class="secno">7.2.5.19</span> The "in select" insertion mode</a></li> -<li><a href="#parsing-main-inselectintable"><span class="secno">7.2.5.20</span> The "in select in table" insertion +<li><a href="#parsing-main-intbody"><span class="secno">8.2.5.16</span> The "in table body" insertion mode</a></li> +<li><a href="#parsing-main-intr"><span class="secno">8.2.5.17</span> The "in row" insertion mode</a></li> +<li><a href="#parsing-main-intd"><span class="secno">8.2.5.18</span> The "in cell" insertion mode</a></li> +<li><a href="#parsing-main-inselect"><span class="secno">8.2.5.19</span> The "in select" insertion mode</a></li> +<li><a href="#parsing-main-inselectintable"><span class="secno">8.2.5.20</span> The "in select in table" insertion mode</a></li> -<li><a href="#parsing-main-inforeign"><span class="secno">7.2.5.21</span> The "in foreign content" insertion +<li><a href="#parsing-main-inforeign"><span class="secno">8.2.5.21</span> The "in foreign content" insertion mode</a></li> -<li><a href="#parsing-main-afterbody"><span class="secno">7.2.5.22</span> The "after body" insertion mode</a></li> -<li><a href="#parsing-main-inframeset"><span class="secno">7.2.5.23</span> The "in frameset" insertion mode</a></li> -<li><a href="#parsing-main-afterframeset"><span class="secno">7.2.5.24</span> The "after frameset" insertion +<li><a href="#parsing-main-afterbody"><span class="secno">8.2.5.22</span> The "after body" insertion mode</a></li> +<li><a href="#parsing-main-inframeset"><span class="secno">8.2.5.23</span> The "in frameset" insertion mode</a></li> +<li><a href="#parsing-main-afterframeset"><span class="secno">8.2.5.24</span> The "after frameset" insertion mode</a></li> -<li><a href="#the-after-after-body-insertion-mode"><span class="secno">7.2.5.25</span> The "after after body" insertion +<li><a href="#the-after-after-body-insertion-mode"><span class="secno">8.2.5.25</span> The "after after body" insertion mode</a></li> -<li><a href="#the-after-after-frameset-insertion-mode"><span class="secno">7.2.5.26</span> The "after after frameset" insertion +<li><a href="#the-after-after-frameset-insertion-mode"><span class="secno">8.2.5.26</span> The "after after frameset" insertion mode</a></li> </ol> </li> -<li><a href="#the-end"><span class="secno">7.2.6</span> The +<li><a href="#the-end"><span class="secno">8.2.6</span> The end</a></li> -<li><a href="#coercing-an-html-dom-into-an-infoset"><span class="secno">7.2.7</span> Coercing an HTML DOM into an infoset</a></li> +<li><a href="#coercing-an-html-dom-into-an-infoset"><span class="secno">8.2.7</span> Coercing an HTML DOM into an infoset</a></li> <li><a href="#an-introduction-to-error-handling-and-strange-cases-in-the-parser"> -<span class="secno">7.2.8</span> An introduction to error handling +<span class="secno">8.2.8</span> An introduction to error handling and strange cases in the parser</a> <ol> -<li><a href="#misnested-tags:-b-i-b-i"><span class="secno">7.2.8.1</span> Misnested tags: +<li><a href="#misnested-tags:-b-i-b-i"><span class="secno">8.2.8.1</span> Misnested tags: <b><i></b></i></a></li> -<li><a href="#misnested-tags:-b-p-b-p"><span class="secno">7.2.8.2</span> Misnested tags: +<li><a href="#misnested-tags:-b-p-b-p"><span class="secno">8.2.8.2</span> Misnested tags: <b><p></b></p></a></li> -<li><a href="#unexpected-markup-in-tables"><span class="secno">7.2.8.3</span> Unexpected markup in tables</a></li> -<li><a href="#scripts-that-modify-the-page-as-it-is-being-parsed"><span class="secno">7.2.8.4</span> Scripts that modify the page as it is being +<li><a href="#unexpected-markup-in-tables"><span class="secno">8.2.8.3</span> Unexpected markup in tables</a></li> +<li><a href="#scripts-that-modify-the-page-as-it-is-being-parsed"><span class="secno">8.2.8.4</span> Scripts that modify the page as it is being parsed</a></li> </ol> </li> </ol> </li> -<li><a href="#serializing-html-fragments"><span class="secno">7.3</span> Serializing HTML fragments</a></li> -<li><a href="#parsing-html-fragments"><span class="secno">7.4</span> Parsing HTML fragments</a></li> -<li><a href="#named-character-references"><span class="secno">7.5</span> Named character references</a></li> +<li><a href="#serializing-html-fragments"><span class="secno">8.3</span> Serializing HTML fragments</a></li> +<li><a href="#parsing-html-fragments"><span class="secno">8.4</span> Parsing HTML fragments</a></li> +<li><a href="#named-character-references"><span class="secno">8.5</span> Named character references</a></li> </ol> </li> -<li><a href="#the-xhtml-syntax"><span class="secno">8</span> The +<li><a href="#the-xhtml-syntax"><span class="secno">9</span> The XHTML syntax</a> <ol> -<li><a href="#writing-xhtml-documents"><span class="secno">8.1</span> Writing XHTML documents</a></li> -<li><a href="#parsing-xhtml-documents"><span class="secno">8.2</span> Parsing XHTML documents</a></li> -<li><a href="#serializing-xhtml-fragments"><span class="secno">8.3</span> Serializing XHTML fragments</a></li> -<li><a href="#parsing-xhtml-fragments"><span class="secno">8.4</span> Parsing XHTML fragments</a></li> +<li><a href="#writing-xhtml-documents"><span class="secno">9.1</span> Writing XHTML documents</a></li> +<li><a href="#parsing-xhtml-documents"><span class="secno">9.2</span> Parsing XHTML documents</a></li> +<li><a href="#serializing-xhtml-fragments"><span class="secno">9.3</span> Serializing XHTML fragments</a></li> +<li><a href="#parsing-xhtml-fragments"><span class="secno">9.4</span> Parsing XHTML fragments</a></li> </ol> </li> -<li><a href="#rendering"><span class="secno">9</span> Rendering</a> +<li><a href="#rendering"><span class="secno">10</span> +Rendering</a> <ol> -<li><a href="#introduction-4"><span class="secno">9.1</span> +<li><a href="#introduction-4"><span class="secno">10.1</span> Introduction</a></li> <li><a href="#the-css-user-agent-style-sheet-and-presentational-hints"><span class="secno"> -9.2</span> The CSS user agent style sheet and presentational +10.2</span> The CSS user agent style sheet and presentational hints</a> <ol> -<li><a href="#introduction-5"><span class="secno">9.2.1</span> +<li><a href="#introduction-5"><span class="secno">10.2.1</span> Introduction</a></li> -<li><a href="#display-types"><span class="secno">9.2.2</span> +<li><a href="#display-types"><span class="secno">10.2.2</span> Display types</a></li> -<li><a href="#margins-and-padding"><span class="secno">9.2.3</span> -Margins and padding</a></li> -<li><a href="#alignment"><span class="secno">9.2.4</span> +<li><a href="#margins-and-padding"><span class="secno">10.2.3</span> Margins and padding</a></li> +<li><a href="#alignment"><span class="secno">10.2.4</span> Alignment</a></li> -<li><a href="#fonts-and-colors"><span class="secno">9.2.5</span> +<li><a href="#fonts-and-colors"><span class="secno">10.2.5</span> Fonts and colors</a></li> -<li><a href="#punctuation-and-decorations"><span class="secno">9.2.6</span> Punctuation and decorations</a></li> -<li><a href="#resetting-rules-for-inherited-properties"><span class="secno">9.2.7</span> +<li><a href="#punctuation-and-decorations"><span class="secno">10.2.6</span> Punctuation and decorations</a></li> +<li><a href="#resetting-rules-for-inherited-properties"><span class="secno">10.2.7</span> Resetting rules for inherited properties</a></li> -<li><a href="#the-hr-element-0"><span class="secno">9.2.8</span> +<li><a href="#the-hr-element-0"><span class="secno">10.2.8</span> The <code>hr</code> element</a></li> -<li><a href="#the-fieldset-element-0"><span class="secno">9.2.9</span> The <code>fieldset</code> element</a></li> +<li><a href="#the-fieldset-element-0"><span class="secno">10.2.9</span> The <code>fieldset</code> element</a></li> </ol> </li> -<li><a href="#replaced-elements"><span class="secno">9.3</span> +<li><a href="#replaced-elements"><span class="secno">10.3</span> Replaced elements</a> <ol> -<li><a href="#embedded-content-2"><span class="secno">9.3.1</span> +<li><a href="#embedded-content-2"><span class="secno">10.3.1</span> Embedded content</a></li> -<li><a href="#images"><span class="secno">9.3.2</span> +<li><a href="#images"><span class="secno">10.3.2</span> Images</a></li> -<li><a href="#attributes-for-embedded-content-and-images"><span class="secno">9.3.3</span> Attributes for embedded content and +<li><a href="#attributes-for-embedded-content-and-images"><span class="secno">10.3.3</span> Attributes for embedded content and images</a></li> -<li><a href="#image-maps-0"><span class="secno">9.3.4</span> Image +<li><a href="#image-maps-0"><span class="secno">10.3.4</span> Image maps</a></li> -<li><a href="#toolbars-0"><span class="secno">9.3.5</span> +<li><a href="#toolbars-0"><span class="secno">10.3.5</span> Toolbars</a></li> </ol> </li> -<li><a href="#bindings"><span class="secno">9.4</span> Bindings</a> +<li><a href="#bindings"><span class="secno">10.4</span> +Bindings</a> <ol> -<li><a href="#introduction-6"><span class="secno">9.4.1</span> +<li><a href="#introduction-6"><span class="secno">10.4.1</span> Introduction</a></li> -<li><a href="#the-button-element-0"><span class="secno">9.4.2</span> The <code>button</code> element</a></li> -<li><a href="#the-details-element-0"><span class="secno">9.4.3</span> The <code>details</code> element</a></li> -<li><a href="#the-input-element-as-a-text-entry-widget"><span class="secno">9.4.4</span> +<li><a href="#the-button-element-0"><span class="secno">10.4.2</span> The <code>button</code> element</a></li> +<li><a href="#the-details-element-0"><span class="secno">10.4.3</span> The <code>details</code> element</a></li> +<li><a href="#the-input-element-as-a-text-entry-widget"><span class="secno">10.4.4</span> The <code>input</code> element as a text entry widget</a></li> -<li><a href="#the-input-element-as-domain-specific-widgets"><span class="secno">9.4.5</span> The <code>input</code> element as +<li><a href="#the-input-element-as-domain-specific-widgets"><span class="secno">10.4.5</span> The <code>input</code> element as domain-specific widgets</a></li> -<li><a href="#the-input-element-as-a-range-control"><span class="secno">9.4.6</span> The <code>input</code> element as a range +<li><a href="#the-input-element-as-a-range-control"><span class="secno">10.4.6</span> The <code>input</code> element as a range control</a></li> -<li><a href="#the-input-element-as-a-color-well"><span class="secno">9.4.7</span> The <code>input</code> element as a color +<li><a href="#the-input-element-as-a-color-well"><span class="secno">10.4.7</span> The <code>input</code> element as a color well</a></li> <li><a href="#the-input-element-as-a-check-box-and-radio-button-widgets"><span class="secno"> -9.4.8</span> The <code>input</code> element as a check box and +10.4.8</span> The <code>input</code> element as a check box and radio button widgets</a></li> -<li><a href="#the-input-element-as-a-file-upload-control"><span class="secno">9.4.9</span> The <code>input</code> element as a file +<li><a href="#the-input-element-as-a-file-upload-control"><span class="secno">10.4.9</span> The <code>input</code> element as a file upload control</a></li> -<li><a href="#the-input-element-as-a-button"><span class="secno">9.4.10</span> The <code>input</code> element as a +<li><a href="#the-input-element-as-a-button"><span class="secno">10.4.10</span> The <code>input</code> element as a button</a></li> -<li><a href="#the-marquee-element-0"><span class="secno">9.4.11</span> The <code>marquee</code> element</a></li> -<li><a href="#the-meter-element-0"><span class="secno">9.4.12</span> The <code>meter</code> element</a></li> -<li><a href="#the-progress-element-0"><span class="secno">9.4.13</span> The <code>progress</code> element</a></li> -<li><a href="#the-select-element-0"><span class="secno">9.4.14</span> The <code>select</code> element</a></li> -<li><a href="#the-textarea-element-0"><span class="secno">9.4.15</span> The <code>textarea</code> element</a></li> -<li><a href="#the-keygen-element-0"><span class="secno">9.4.16</span> The <code>keygen</code> element</a></li> -<li><a href="#the-time-element-0"><span class="secno">9.4.17</span> -The <code>time</code> element</a></li> +<li><a href="#the-marquee-element-0"><span class="secno">10.4.11</span> The <code>marquee</code> element</a></li> +<li><a href="#the-meter-element-0"><span class="secno">10.4.12</span> The <code>meter</code> element</a></li> +<li><a href="#the-progress-element-0"><span class="secno">10.4.13</span> The <code>progress</code> element</a></li> +<li><a href="#the-select-element-0"><span class="secno">10.4.14</span> The <code>select</code> element</a></li> +<li><a href="#the-textarea-element-0"><span class="secno">10.4.15</span> The <code>textarea</code> element</a></li> +<li><a href="#the-keygen-element-0"><span class="secno">10.4.16</span> The <code>keygen</code> element</a></li> +<li><a href="#the-time-element-0"><span class="secno">10.4.17</span> The <code>time</code> element</a></li> </ol> </li> -<li><a href="#frames-and-framesets"><span class="secno">9.5</span> +<li><a href="#frames-and-framesets"><span class="secno">10.5</span> Frames and framesets</a></li> -<li><a href="#interactive-media"><span class="secno">9.6</span> +<li><a href="#interactive-media"><span class="secno">10.6</span> Interactive media</a> <ol> -<li><a href="#links-forms-and-navigation"><span class="secno">9.6.1</span> Links, forms, and navigation</a></li> -<li><a href="#the-title-attribute-0"><span class="secno">9.6.2</span> The <code title="attr-title">title</code> +<li><a href="#links-forms-and-navigation"><span class="secno">10.6.1</span> Links, forms, and navigation</a></li> +<li><a href="#the-title-attribute-0"><span class="secno">10.6.2</span> The <code title="attr-title">title</code> attribute</a></li> -<li><a href="#editing-hosts"><span class="secno">9.6.3</span> +<li><a href="#editing-hosts"><span class="secno">10.6.3</span> Editing hosts</a></li> </ol> </li> -<li><a href="#print-media"><span class="secno">9.7</span> Print +<li><a href="#print-media"><span class="secno">10.7</span> Print media</a></li> </ol> </li> -<li><a href="#obsolete"><span class="secno">10</span> Obsolete +<li><a href="#obsolete"><span class="secno">11</span> Obsolete features</a> <ol> -<li><a href="#obsolete-but-conforming-features"><span class="secno">10.1</span> Obsolete but conforming features</a> +<li><a href="#obsolete-but-conforming-features"><span class="secno">11.1</span> Obsolete but conforming features</a> <ol> -<li><a href="#warnings-for-obsolete-but-conforming-features"><span class="secno">10.1.1</span> Warnings for obsolete but conforming +<li><a href="#warnings-for-obsolete-but-conforming-features"><span class="secno">11.1.1</span> Warnings for obsolete but conforming features</a></li> </ol> </li> -<li><a href="#non-conforming-features"><span class="secno">10.2</span> Non-conforming features</a></li> -<li><a href="#requirements-for-implementations"><span class="secno">10.3</span> Requirements for implementations</a> +<li><a href="#non-conforming-features"><span class="secno">11.2</span> Non-conforming features</a></li> +<li><a href="#requirements-for-implementations"><span class="secno">11.3</span> Requirements for implementations</a> <ol> -<li><a href="#the-applet-element"><span class="secno">10.3.1</span> +<li><a href="#the-applet-element"><span class="secno">11.3.1</span> The <code>applet</code> element</a></li> -<li><a href="#the-marquee-element"><span class="secno">10.3.2</span> The <code>marquee</code> element</a></li> -<li><a href="#frames"><span class="secno">10.3.3</span> +<li><a href="#the-marquee-element"><span class="secno">11.3.2</span> The <code>marquee</code> element</a></li> +<li><a href="#frames"><span class="secno">11.3.3</span> Frames</a></li> -<li><a href="#other-elements-attributes-and-apis"><span class="secno">10.3.4</span> Other elements, attributes and APIs</a></li> +<li><a href="#other-elements-attributes-and-apis"><span class="secno">11.3.4</span> Other elements, attributes and APIs</a></li> </ol> </li> </ol> </li> -<li><a href="#iana"><span class="secno">11</span> IANA +<li><a href="#iana"><span class="secno">12</span> IANA considerations</a> <ol> -<li><a href="#text-html"><span class="secno">11.1</span> +<li><a href="#text-html"><span class="secno">12.1</span> <code>text/html</code></a></li> -<li><a href="#text-html-sandboxed"><span class="secno">11.2</span> +<li><a href="#text-html-sandboxed"><span class="secno">12.2</span> <code>text/html-sandboxed</code></a></li> -<li><a href="#application-xhtml-xml"><span class="secno">11.3</span> <code>application/xhtml+xml</code></a></li> -<li><a href="#text-cache-manifest"><span class="secno">11.4</span> +<li><a href="#application-xhtml-xml"><span class="secno">12.3</span> <code>application/xhtml+xml</code></a></li> +<li><a href="#text-cache-manifest"><span class="secno">12.4</span> <code>text/cache-manifest</code></a></li> -<li><a href="#text-ping"><span class="secno">11.5</span> +<li><a href="#text-ping"><span class="secno">12.5</span> <code>text/ping</code></a></li> -<li><a href="#ping-from"><span class="secno">11.6</span> +<li><a href="#ping-from"><span class="secno">12.6</span> <code>Ping-From</code></a></li> -<li><a href="#ping-to"><span class="secno">11.7</span> +<li><a href="#ping-to"><span class="secno">12.7</span> <code>Ping-To</code></a></li> </ol> </li> Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.750 retrieving revision 1.751 diff -u -d -r1.750 -r1.751 --- tabular-data.html 5 Feb 2010 23:26:31 -0000 1.750 +++ tabular-data.html 6 Feb 2010 00:16:34 -0000 1.751 @@ -291,7 +291,7 @@ <a href="the-canvas-element.html">← 4.8.12 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.3721.</p> + </nav><p>This is revision 1.3726.</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: embedded-content-0.html =================================================================== RCS file: /sources/public/html5/spec/embedded-content-0.html,v retrieving revision 1.746 retrieving revision 1.747 diff -u -d -r1.746 -r1.747 --- embedded-content-0.html 5 Feb 2010 23:26:30 -0000 1.746 +++ embedded-content-0.html 6 Feb 2010 00:16:32 -0000 1.747 @@ -291,7 +291,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.3721.</p> + </nav><p>This is revision 1.3726.</p> <h6 id="embedded-content-0"><span class="secno">3.2.5.1.6 </span>Embedded content</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><dfn id="embedded-content">Embedded content</dfn> is content that imports another @@ -350,7 +350,7 @@ <p>When a user agent is to <dfn id="run-synthetic-click-activation-steps">run synthetic click activation steps</dfn> on an element, the user agent must <a href="#run-pre-click-activation-steps">run pre-click - activation steps</a> on the element, then <a href="browsers.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the element. The + activation steps</a> on the element, then <a href="web-application-apis.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the element. The default action of this <span title="event-click">click</span> event must be to <a href="#run-post-click-activation-steps">run post-click activation steps</a> on the element. If the event is canceled, the user agent must <a href="#run-canceled-activation-steps">run @@ -405,7 +405,7 @@ defined for that element, if any.</p> <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 + steps</dfn> on an element, the user agent must <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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 @@ -820,7 +820,7 @@ </td></tr><tr><td><code><a href="semantics.html#the-header-element">header</a></code> element </td><td>No role - </td><td>If specified, role must be <code title="attr-aria-role-banner">banner</code> + </td><td>If specified, role must be <code title="attr-aria-role-banner">banner</code> (ARIA restricts usage of this role to one per page) </td></tr><tr><td><code><a href="semantics.html#the-li-element">li</a></code> element whose parent is an <code><a href="semantics.html#the-ol-element">ol</a></code> or <code><a href="semantics.html#the-ul-element">ul</a></code> element </td><td><code title="attr-aria-role-listitem">listitem</code> role @@ -1143,7 +1143,7 @@ </li> - <li><p>Release the <a href="browsers.html#storage-mutex">storage mutex</a>.</p></li> + <li><p>Release the <a href="web-application-apis.html#storage-mutex">storage mutex</a>.</p></li> <li><p><a href="history.html#prompt-to-unload-a-document" title="prompt to unload a document">Prompt to unload</a> the <code>Document</code> object. If the user @@ -1161,8 +1161,8 @@ <li><p>Unregister all event listeners registered on the <code>Document</code> node and its descendants.</p> - </li><li><p>Remove any <a href="browsers.html#concept-task" title="concept-task">tasks</a> - associated with the <code>Document</code> in any <a href="browsers.html#task-source">task + </li><li><p>Remove any <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> + associated with the <code>Document</code> in any <a href="web-application-apis.html#task-source">task source</a>.</p></li> <!-- removes callbacks that fired between this algorithm starting and the times and databases being aborted in the "unload" step above --> @@ -1175,7 +1175,7 @@ new instances of those objects. (This includes in particular the <code><a href="browsers.html#window">Window</a></code>, <code><a href="history.html#location">Location</a></code>, <code><a href="history.html#history-0">History</a></code>, <code><a href="offline.html#applicationcache">ApplicationCache</a></code>, <code><a href="editing.html#undomanager">UndoManager</a></code>, - <code><a href="browsers.html#navigator">Navigator</a></code>, and <code><a href="editing.html#selection-0">Selection</a></code> objects, the + <code><a href="web-application-apis.html#navigator">Navigator</a></code>, and <code><a href="editing.html#selection-0">Selection</a></code> objects, the various <code><a href="browsers.html#barprop">BarProp</a></code> objects, the two <code>Storage</code> objects, and the various <code><a href="infrastructure.html#htmlcollection">HTMLCollection</a></code> objects. It also includes all the Web IDL prototypes in the JavaScript binding, @@ -1188,7 +1188,7 @@ UTF-16.</p></li> <li><p>Change <a href="dom.html#the-document-s-address">the document's address</a> to the - <a href="browsers.html#entry-script">entry script</a>'s <a href="browsers.html#script-s-browsing-context" title="script's browsing + <a href="browsers.html#entry-script">entry script</a>'s <a href="web-application-apis.html#script-s-browsing-context" title="script's browsing context">browsing context</a>'s <a href="browsers.html#active-document">active document</a>'s <a href="dom.html#the-document-s-address" title="the document's address">address</a>.</p></li> @@ -1239,8 +1239,8 @@ </li> - <li><p>Remove any <a href="browsers.html#concept-task" title="concept-task">tasks</a> queued by - the <a href="browsers.html#history-traversal-task-source">history traversal task source</a>.</p></li> + <li><p>Remove any <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> queued by + the <a href="web-application-apis.html#history-traversal-task-source">history traversal task source</a>.</p></li> <li>Remove any earlier entries that share the same <code>Document</code>.</li> @@ -1301,7 +1301,7 @@ <li><p>Run the tokenizer, processing resulting tokens as they are emitted, and stopping when the tokenizer reaches the <a href="syntax.html#explicit-eof-character">explicit - "EOF" character</a> or <a href="browsers.html#spin-the-event-loop" title="spin the event loop">spins + "EOF" character</a> or <a href="web-application-apis.html#spin-the-event-loop" title="spin the event loop">spins the event loop</a>.</p></li> </ol></div><h4 id="document.write"><span class="secno">3.5.3 </span><code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code></h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-write"><a href="#dom-document-write">write</a></code>(<var title="">text</var>...)</dt> Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.756 retrieving revision 1.757 diff -u -d -r1.756 -r1.757 --- dom.html 5 Feb 2010 23:26:29 -0000 1.756 +++ dom.html 6 Feb 2010 00:16:32 -0000 1.757 @@ -291,7 +291,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.3721.</p> + </nav><p>This is revision 1.3726.</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>Last call for comments</i></p><h3 id="documents"><span class="secno">3.1 </span>Documents</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Every XML and HTML document in an HTML UA is represented by a @@ -304,11 +304,11 @@ page. <span class="impl"><a href="#the-document-s-current-address">The document's current address</a> must be set to <a href="#the-document-s-address">the document's address</a> when the <code>Document</code> is created.</span></p><p class="note">Interactive user agents typically expose <a href="#the-document-s-current-address">the - document's current address</a> in their user interface.</p><p>When a <code>Document</code> is created by a <a href="browsers.html#concept-script" title="concept-script">script</a> using the <code title="dom-DOMImplementation-createDocument">createDocument()</code> + document's current address</a> in their user interface.</p><p>When a <code>Document</code> is created by a <a href="web-application-apis.html#concept-script" title="concept-script">script</a> using the <code title="dom-DOMImplementation-createDocument">createDocument()</code> or <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code> APIs, <a href="#the-document-s-address">the document's address</a> is the same as <a href="#the-document-s-address">the document's address</a> of the <a href="browsers.html#active-document">active document</a> of the - <a href="browsers.html#script-s-browsing-context">script's browsing context</a>.</p><p><code>Document</code> objects are assumed to be <dfn id="xml-documents">XML + <a href="web-application-apis.html#script-s-browsing-context">script's browsing context</a>.</p><p><code>Document</code> objects are assumed to be <dfn id="xml-documents">XML documents</dfn> unless they are flagged as being <dfn id="html-documents">HTML documents</dfn> when they are created. Whether a document is an <a href="#html-documents" title="HTML documents">HTML document</a> or an <a href="#xml-documents" title="XML documents">XML document</a> affects the behavior of @@ -377,61 +377,61 @@ DOMString <a href="editing.html#dom-document-querycommandvalue" title="dom-document-queryCommandValue">queryCommandValue</a>(in DOMString commandId); readonly attribute <a href="infrastructure.html#htmlcollection">HTMLCollection</a> <a href="interactive-elements.html#dom-document-commands" title="dom-document-commands">commands</a>; - // <a href="browsers.html#event-handler-idl-attributes">event handler IDL attributes</a> - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onabort" title="handler-onabort">onabort</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onblur" title="handler-onblur">onblur</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-oncanplay" title="handler-oncanplay">oncanplay</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-oncanplaythrough" title="handler-oncanplaythrough">oncanplaythrough</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onchange" title="handler-onchange">onchange</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onclick" title="handler-onclick">onclick</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondblclick" title="handler-ondblclick">ondblclick</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondrag" title="handler-ondrag">ondrag</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondragend" title="handler-ondragend">ondragend</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondragenter" title="handler-ondragenter">ondragenter</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondragleave" title="handler-ondragleave">ondragleave</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondragover" title="handler-ondragover">ondragover</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondragstart" title="handler-ondragstart">ondragstart</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondrop" title="handler-ondrop">ondrop</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondurationchange" title="handler-ondurationchange">ondurationchange</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onemptied" title="handler-onemptied">onemptied</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onended" title="handler-onended">onended</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onerror" title="handler-onerror">onerror</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onfocus" title="handler-onfocus">onfocus</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onformchange" title="handler-onformchange">onformchange</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onforminput" title="handler-onforminput">onforminput</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-oninput" title="handler-oninput">oninput</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-oninvalid" title="handler-oninvalid">oninvalid</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onkeydown" title="handler-onkeydown">onkeydown</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onkeypress" title="handler-onkeypress">onkeypress</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onkeyup" title="handler-onkeyup">onkeyup</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onload" title="handler-onload">onload</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onloadeddata" title="handler-onloadeddata">onloadeddata</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onloadedmetadata" title="handler-onloadedmetadata">onloadedmetadata</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onloadstart" title="handler-onloadstart">onloadstart</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onmousedown" title="handler-onmousedown">onmousedown</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onmousemove" title="handler-onmousemove">onmousemove</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onmouseout" title="handler-onmouseout">onmouseout</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onmouseover" title="handler-onmouseover">onmouseover</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onmouseup" title="handler-onmouseup">onmouseup</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onmousewheel" title="handler-onmousewheel">onmousewheel</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onpause" title="handler-onpause">onpause</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onplay" title="handler-onplay">onplay</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onplaying" title="handler-onplaying">onplaying</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onprogress" title="handler-onprogress">onprogress</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onratechange" title="handler-onratechange">onratechange</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onscroll" title="handler-onscroll">onscroll</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onseeked" title="handler-onseeked">onseeked</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onseeking" title="handler-onseeking">onseeking</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onselect" title="handler-onselect">onselect</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onshow" title="handler-onshow">onshow</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onstalled" title="handler-onstalled">onstalled</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onsubmit" title="handler-onsubmit">onsubmit</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onsuspend" title="handler-onsuspend">onsuspend</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ontimeupdate" title="handler-ontimeupdate">ontimeupdate</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onwaiting" title="handler-onwaiting">onwaiting</a>; + // <a href="web-application-apis.html#event-handler-idl-attributes">event handler IDL attributes</a> + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onabort" title="handler-onabort">onabort</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onblur" title="handler-onblur">onblur</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncanplay" title="handler-oncanplay">oncanplay</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncanplaythrough" title="handler-oncanplaythrough">oncanplaythrough</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onchange" title="handler-onchange">onchange</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onclick" title="handler-onclick">onclick</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondblclick" title="handler-ondblclick">ondblclick</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondrag" title="handler-ondrag">ondrag</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragend" title="handler-ondragend">ondragend</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragenter" title="handler-ondragenter">ondragenter</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragleave" title="handler-ondragleave">ondragleave</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragover" title="handler-ondragover">ondragover</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragstart" title="handler-ondragstart">ondragstart</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondrop" title="handler-ondrop">ondrop</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondurationchange" title="handler-ondurationchange">ondurationchange</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onemptied" title="handler-onemptied">onemptied</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onended" title="handler-onended">onended</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onerror" title="handler-onerror">onerror</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onfocus" title="handler-onfocus">onfocus</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onformchange" title="handler-onformchange">onformchange</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onforminput" title="handler-onforminput">onforminput</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oninput" title="handler-oninput">oninput</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oninvalid" title="handler-oninvalid">oninvalid</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeydown" title="handler-onkeydown">onkeydown</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeypress" title="handler-onkeypress">onkeypress</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeyup" title="handler-onkeyup">onkeyup</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onload" title="handler-onload">onload</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadeddata" title="handler-onloadeddata">onloadeddata</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadedmetadata" title="handler-onloadedmetadata">onloadedmetadata</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadstart" title="handler-onloadstart">onloadstart</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousedown" title="handler-onmousedown">onmousedown</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousemove" title="handler-onmousemove">onmousemove</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseout" title="handler-onmouseout">onmouseout</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseover" title="handler-onmouseover">onmouseover</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseup" title="handler-onmouseup">onmouseup</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousewheel" title="handler-onmousewheel">onmousewheel</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onpause" title="handler-onpause">onpause</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onplay" title="handler-onplay">onplay</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onplaying" title="handler-onplaying">onplaying</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onprogress" title="handler-onprogress">onprogress</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onratechange" title="handler-onratechange">onratechange</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onscroll" title="handler-onscroll">onscroll</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onseeked" title="handler-onseeked">onseeked</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onseeking" title="handler-onseeking">onseeking</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onselect" title="handler-onselect">onselect</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onshow" title="handler-onshow">onshow</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onstalled" title="handler-onstalled">onstalled</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onsubmit" title="handler-onsubmit">onsubmit</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onsuspend" title="handler-onsuspend">onsuspend</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ontimeupdate" title="handler-ontimeupdate">ontimeupdate</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onwaiting" title="handler-onwaiting">onwaiting</a>; }; <span>Document</span> implements <a href="#htmldocument">HTMLDocument</a>;</pre><p>Since the <code><a href="#htmldocument">HTMLDocument</a></code> interface holds methods and attributes related to a number of disparate features, the members of @@ -508,7 +508,7 @@ <code><a href="infrastructure.html#security_err">SECURITY_ERR</a></code> exception. Otherwise, if <a href="#the-document-s-address">the document's address</a> does not use a server-based naming authority, it must return the empty string. Otherwise, it must first - <a href="browsers.html#obtain-the-storage-mutex">obtain the storage mutex</a> and then return the + <a href="web-application-apis.html#obtain-the-storage-mutex">obtain the storage mutex</a> and then return the cookie-string for <a href="#the-document-s-address">the document's address</a> for a "non-HTTP" API. <a href="references.html#refsCOOKIES">[COOKIES]</a></p> @@ -521,7 +521,7 @@ <code><a href="infrastructure.html#security_err">SECURITY_ERR</a></code> exception. Otherwise, if <a href="#the-document-s-address">the document's address</a> does not use a server-based naming authority, it must do nothing. Otherwise, the user agent must - <a href="browsers.html#obtain-the-storage-mutex">obtain the storage mutex</a> and then act as it would when + <a href="web-application-apis.html#obtain-the-storage-mutex">obtain the storage mutex</a> and then act as it would when <span title="receives a set-cookie-string">receiving a set-cookie-string</span> for <a href="#the-document-s-address">the document's address</a> via a "non-HTTP" API, consisting of the new value. <a href="references.html#refsCOOKIES">[COOKIES]</a></p> @@ -663,7 +663,7 @@ if the document is associated with an <a href="syntax.html#html-parser">HTML parser</a> or an <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 + value. When the value is set, the user agent must <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-readystatechange">readystatechange</code> at the <code>Document</code> object.</p> @@ -1215,61 +1215,61 @@ // <span>styling</span> readonly attribute <span>CSSStyleDeclaration</span> <a href="#dom-style" title="dom-style">style</a>; - // <a href="browsers.html#event-handler-idl-attributes">event handler IDL attributes</a> - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onabort" title="handler-onabort">onabort</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onblur" title="handler-onblur">onblur</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-oncanplay" title="handler-oncanplay">oncanplay</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-oncanplaythrough" title="handler-oncanplaythrough">oncanplaythrough</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onchange" title="handler-onchange">onchange</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onclick" title="handler-onclick">onclick</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondblclick" title="handler-ondblclick">ondblclick</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondrag" title="handler-ondrag">ondrag</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondragend" title="handler-ondragend">ondragend</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondragenter" title="handler-ondragenter">ondragenter</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondragleave" title="handler-ondragleave">ondragleave</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondragover" title="handler-ondragover">ondragover</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondragstart" title="handler-ondragstart">ondragstart</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondrop" title="handler-ondrop">ondrop</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ondurationchange" title="handler-ondurationchange">ondurationchange</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onemptied" title="handler-onemptied">onemptied</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onended" title="handler-onended">onended</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onerror" title="handler-onerror">onerror</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onfocus" title="handler-onfocus">onfocus</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onformchange" title="handler-onformchange">onformchange</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onforminput" title="handler-onforminput">onforminput</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-oninput" title="handler-oninput">oninput</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-oninvalid" title="handler-oninvalid">oninvalid</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onkeydown" title="handler-onkeydown">onkeydown</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onkeypress" title="handler-onkeypress">onkeypress</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onkeyup" title="handler-onkeyup">onkeyup</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onload" title="handler-onload">onload</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onloadeddata" title="handler-onloadeddata">onloadeddata</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onloadedmetadata" title="handler-onloadedmetadata">onloadedmetadata</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onloadstart" title="handler-onloadstart">onloadstart</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onmousedown" title="handler-onmousedown">onmousedown</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onmousemove" title="handler-onmousemove">onmousemove</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onmouseout" title="handler-onmouseout">onmouseout</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onmouseover" title="handler-onmouseover">onmouseover</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onmouseup" title="handler-onmouseup">onmouseup</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onmousewheel" title="handler-onmousewheel">onmousewheel</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onpause" title="handler-onpause">onpause</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onplay" title="handler-onplay">onplay</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onplaying" title="handler-onplaying">onplaying</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onprogress" title="handler-onprogress">onprogress</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onratechange" title="handler-onratechange">onratechange</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onscroll" title="handler-onscroll">onscroll</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onseeked" title="handler-onseeked">onseeked</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onseeking" title="handler-onseeking">onseeking</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onselect" title="handler-onselect">onselect</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onshow" title="handler-onshow">onshow</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onstalled" title="handler-onstalled">onstalled</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onsubmit" title="handler-onsubmit">onsubmit</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onsuspend" title="handler-onsuspend">onsuspend</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-ontimeupdate" title="handler-ontimeupdate">ontimeupdate</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-onwaiting" title="handler-onwaiting">onwaiting</a>; + // <a href="web-application-apis.html#event-handler-idl-attributes">event handler IDL attributes</a> + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onabort" title="handler-onabort">onabort</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onblur" title="handler-onblur">onblur</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncanplay" title="handler-oncanplay">oncanplay</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncanplaythrough" title="handler-oncanplaythrough">oncanplaythrough</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onchange" title="handler-onchange">onchange</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onclick" title="handler-onclick">onclick</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondblclick" title="handler-ondblclick">ondblclick</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondrag" title="handler-ondrag">ondrag</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragend" title="handler-ondragend">ondragend</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragenter" title="handler-ondragenter">ondragenter</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragleave" title="handler-ondragleave">ondragleave</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragover" title="handler-ondragover">ondragover</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondragstart" title="handler-ondragstart">ondragstart</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondrop" title="handler-ondrop">ondrop</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ondurationchange" title="handler-ondurationchange">ondurationchange</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onemptied" title="handler-onemptied">onemptied</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onended" title="handler-onended">onended</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onerror" title="handler-onerror">onerror</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onfocus" title="handler-onfocus">onfocus</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onformchange" title="handler-onformchange">onformchange</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onforminput" title="handler-onforminput">onforminput</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oninput" title="handler-oninput">oninput</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-oninvalid" title="handler-oninvalid">oninvalid</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeydown" title="handler-onkeydown">onkeydown</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeypress" title="handler-onkeypress">onkeypress</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onkeyup" title="handler-onkeyup">onkeyup</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onload" title="handler-onload">onload</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadeddata" title="handler-onloadeddata">onloadeddata</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadedmetadata" title="handler-onloadedmetadata">onloadedmetadata</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onloadstart" title="handler-onloadstart">onloadstart</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousedown" title="handler-onmousedown">onmousedown</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousemove" title="handler-onmousemove">onmousemove</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseout" title="handler-onmouseout">onmouseout</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseover" title="handler-onmouseover">onmouseover</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmouseup" title="handler-onmouseup">onmouseup</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onmousewheel" title="handler-onmousewheel">onmousewheel</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onpause" title="handler-onpause">onpause</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onplay" title="handler-onplay">onplay</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onplaying" title="handler-onplaying">onplaying</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onprogress" title="handler-onprogress">onprogress</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onratechange" title="handler-onratechange">onratechange</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onreadystatechange" title="handler-onreadystatechange">onreadystatechange</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onscroll" title="handler-onscroll">onscroll</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onseeked" title="handler-onseeked">onseeked</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onseeking" title="handler-onseeking">onseeking</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onselect" title="handler-onselect">onselect</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onshow" title="handler-onshow">onshow</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onstalled" title="handler-onstalled">onstalled</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onsubmit" title="handler-onsubmit">onsubmit</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onsuspend" title="handler-onsuspend">onsuspend</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-ontimeupdate" title="handler-ontimeupdate">ontimeupdate</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-onwaiting" title="handler-onwaiting">onwaiting</a>; }; interface <dfn id="htmlunknownelement">HTMLUnknownElement</dfn> : <a href="#htmlelement">HTMLElement</a> { };</pre><p>The <code><a href="#htmlelement">HTMLElement</a></code> interface holds methods and @@ -1296,65 +1296,65 @@ <li><code title="attr-style"><a href="#the-style-attribute">style</a></code></li> <li><code title="attr-tabindex"><a href="editing.html#attr-tabindex">tabindex</a></code></li> <li><code title="attr-title"><a href="#the-title-attribute">title</a></code></li> - </ul><hr><p>The following <a href="browsers.html#event-handler-content-attributes">event handler content attributes</a> may + </ul><hr><p>The following <a href="web-application-apis.html#event-handler-content-attributes">event handler content attributes</a> may be specified on any <a href="infrastructure.html#html-elements" title="HTML elements">HTML - element</a>:</p><ul class="brief"><li><code title="handler-onabort"><a href="browsers.html#handler-onabort">onabort</a></code></li> - <li><code title="handler-onblur"><a href="browsers.html#handler-onblur">onblur</a></code>*</li> - <li><code title="handler-oncanplay"><a href="browsers.html#handler-oncanplay">oncanplay</a></code></li> - <li><code title="handler-oncanplaythrough"><a href="browsers.html#handler-oncanplaythrough">oncanplaythrough</a></code></li> - <li><code title="handler-onchange"><a href="browsers.html#handler-onchange">onchange</a></code></li> - <li><code title="handler-onclick"><a href="browsers.html#handler-onclick">onclick</a></code></li> - <li><code title="handler-oncontextmenu"><a href="browsers.html#handler-oncontextmenu">oncontextmenu</a></code></li> - <li><code title="handler-ondblclick"><a href="browsers.html#handler-ondblclick">ondblclick</a></code></li> - <li><code title="handler-ondrag"><a href="browsers.html#handler-ondrag">ondrag</a></code></li> - <li><code title="handler-ondragend"><a href="browsers.html#handler-ondragend">ondragend</a></code></li> - <li><code title="handler-ondragenter"><a href="browsers.html#handler-ondragenter">ondragenter</a></code></li> - <li><code title="handler-ondragleave"><a href="browsers.html#handler-ondragleave">ondragleave</a></code></li> - <li><code title="handler-ondragover"><a href="browsers.html#handler-ondragover">ondragover</a></code></li> - <li><code title="handler-ondragstart"><a href="browsers.html#handler-ondragstart">ondragstart</a></code></li> - <li><code title="handler-ondrop"><a href="browsers.html#handler-ondrop">ondrop</a></code></li> - <li><code title="handler-ondurationchange"><a href="browsers.html#handler-ondurationchange">ondurationchange</a></code></li> - <li><code title="handler-onemptied"><a href="browsers.html#handler-onemptied">onemptied</a></code></li> - <li><code title="handler-onended"><a href="browsers.html#handler-onended">onended</a></code></li> - <li><code title="handler-onerror"><a href="browsers.html#handler-onerror">onerror</a></code>*</li> - <li><code title="handler-onfocus"><a href="browsers.html#handler-onfocus">onfocus</a></code>*</li> - <li><code title="handler-onformchange"><a href="browsers.html#handler-onformchange">onformchange</a></code></li> - <li><code title="handler-onforminput"><a href="browsers.html#handler-onforminput">onforminput</a></code></li> - <li><code title="handler-oninput"><a href="browsers.html#handler-oninput">oninput</a></code></li> - <li><code title="handler-oninvalid"><a href="browsers.html#handler-oninvalid">oninvalid</a></code></li> - <li><code title="handler-onkeydown"><a href="browsers.html#handler-onkeydown">onkeydown</a></code></li> - <li><code title="handler-onkeypress"><a href="browsers.html#handler-onkeypress">onkeypress</a></code></li> - <li><code title="handler-onkeyup"><a href="browsers.html#handler-onkeyup">onkeyup</a></code></li> - <li><code title="handler-onload"><a href="browsers.html#handler-onload">onload</a></code>*</li> - <li><code title="handler-onloadeddata"><a href="browsers.html#handler-onloadeddata">onloadeddata</a></code></li> - <li><code title="handler-onloadedmetadata"><a href="browsers.html#handler-onloadedmetadata">onloadedmetadata</a></code></li> - <li><code title="handler-onloadstart"><a href="browsers.html#handler-onloadstart">onloadstart</a></code></li> - <li><code title="handler-onmousedown"><a href="browsers.html#handler-onmousedown">onmousedown</a></code></li> - <li><code title="handler-onmousemove"><a href="browsers.html#handler-onmousemove">onmousemove</a></code></li> - <li><code title="handler-onmouseout"><a href="browsers.html#handler-onmouseout">onmouseout</a></code></li> - <li><code title="handler-onmouseover"><a href="browsers.html#handler-onmouseover">onmouseover</a></code></li> - <li><code title="handler-onmouseup"><a href="browsers.html#handler-onmouseup">onmouseup</a></code></li> - <li><code title="handler-onmousewheel"><a href="browsers.html#handler-onmousewheel">onmousewheel</a></code></li> - <li><code title="handler-onpause"><a href="browsers.html#handler-onpause">onpause</a></code></li> - <li><code title="handler-onplay"><a href="browsers.html#handler-onplay">onplay</a></code></li> - <li><code title="handler-onplaying"><a href="browsers.html#handler-onplaying">onplaying</a></code></li> - <li><code title="handler-onprogress"><a href="browsers.html#handler-onprogress">onprogress</a></code></li> - <li><code title="handler-onratechange"><a href="browsers.html#handler-onratechange">onratechange</a></code></li> - <li><code title="handler-onreadystatechange"><a href="browsers.html#handler-onreadystatechange">onreadystatechange</a></code></li> - <li><code title="handler-onscroll"><a href="browsers.html#handler-onscroll">onscroll</a></code></li> - <li><code title="handler-onseeked"><a href="browsers.html#handler-onseeked">onseeked</a></code></li> - <li><code title="handler-onseeking"><a href="browsers.html#handler-onseeking">onseeking</a></code></li> - <li><code title="handler-onselect"><a href="browsers.html#handler-onselect">onselect</a></code></li> - <li><code title="handler-onshow"><a href="browsers.html#handler-onshow">onshow</a></code></li> - <li><code title="handler-onstalled"><a href="browsers.html#handler-onstalled">onstalled</a></code></li> - <li><code title="handler-onsubmit"><a href="browsers.html#handler-onsubmit">onsubmit</a></code></li> - <li><code title="handler-onsuspend"><a href="browsers.html#handler-onsuspend">onsuspend</a></code></li> - <li><code title="handler-ontimeupdate"><a href="browsers.html#handler-ontimeupdate">ontimeupdate</a></code></li> - <li><code title="handler-onvolumechange"><a href="browsers.html#handler-onvolumechange">onvolumechange</a></code></li> - <li><code title="handler-onwaiting"><a href="browsers.html#handler-onwaiting">onwaiting</a></code></li> + element</a>:</p><ul class="brief"><li><code title="handler-onabort"><a href="web-application-apis.html#handler-onabort">onabort</a></code></li> + <li><code title="handler-onblur"><a href="web-application-apis.html#handler-onblur">onblur</a></code>*</li> + <li><code title="handler-oncanplay"><a href="web-application-apis.html#handler-oncanplay">oncanplay</a></code></li> + <li><code title="handler-oncanplaythrough"><a href="web-application-apis.html#handler-oncanplaythrough">oncanplaythrough</a></code></li> + <li><code title="handler-onchange"><a href="web-application-apis.html#handler-onchange">onchange</a></code></li> + <li><code title="handler-onclick"><a href="web-application-apis.html#handler-onclick">onclick</a></code></li> + <li><code title="handler-oncontextmenu"><a href="web-application-apis.html#handler-oncontextmenu">oncontextmenu</a></code></li> + <li><code title="handler-ondblclick"><a href="web-application-apis.html#handler-ondblclick">ondblclick</a></code></li> + <li><code title="handler-ondrag"><a href="web-application-apis.html#handler-ondrag">ondrag</a></code></li> + <li><code title="handler-ondragend"><a href="web-application-apis.html#handler-ondragend">ondragend</a></code></li> + <li><code title="handler-ondragenter"><a href="web-application-apis.html#handler-ondragenter">ondragenter</a></code></li> + <li><code title="handler-ondragleave"><a href="web-application-apis.html#handler-ondragleave">ondragleave</a></code></li> + <li><code title="handler-ondragover"><a href="web-application-apis.html#handler-ondragover">ondragover</a></code></li> + <li><code title="handler-ondragstart"><a href="web-application-apis.html#handler-ondragstart">ondragstart</a></code></li> + <li><code title="handler-ondrop"><a href="web-application-apis.html#handler-ondrop">ondrop</a></code></li> + <li><code title="handler-ondurationchange"><a href="web-application-apis.html#handler-ondurationchange">ondurationchange</a></code></li> + <li><code title="handler-onemptied"><a href="web-application-apis.html#handler-onemptied">onemptied</a></code></li> + <li><code title="handler-onended"><a href="web-application-apis.html#handler-onended">onended</a></code></li> + <li><code title="handler-onerror"><a href="web-application-apis.html#handler-onerror">onerror</a></code>*</li> + <li><code title="handler-onfocus"><a href="web-application-apis.html#handler-onfocus">onfocus</a></code>*</li> + <li><code title="handler-onformchange"><a href="web-application-apis.html#handler-onformchange">onformchange</a></code></li> + <li><code title="handler-onforminput"><a href="web-application-apis.html#handler-onforminput">onforminput</a></code></li> + <li><code title="handler-oninput"><a href="web-application-apis.html#handler-oninput">oninput</a></code></li> + <li><code title="handler-oninvalid"><a href="web-application-apis.html#handler-oninvalid">oninvalid</a></code></li> + <li><code title="handler-onkeydown"><a href="web-application-apis.html#handler-onkeydown">onkeydown</a></code></li> + <li><code title="handler-onkeypress"><a href="web-application-apis.html#handler-onkeypress">onkeypress</a></code></li> + <li><code title="handler-onkeyup"><a href="web-application-apis.html#handler-onkeyup">onkeyup</a></code></li> + <li><code title="handler-onload"><a href="web-application-apis.html#handler-onload">onload</a></code>*</li> + <li><code title="handler-onloadeddata"><a href="web-application-apis.html#handler-onloadeddata">onloadeddata</a></code></li> + <li><code title="handler-onloadedmetadata"><a href="web-application-apis.html#handler-onloadedmetadata">onloadedmetadata</a></code></li> + <li><code title="handler-onloadstart"><a href="web-application-apis.html#handler-onloadstart">onloadstart</a></code></li> + <li><code title="handler-onmousedown"><a href="web-application-apis.html#handler-onmousedown">onmousedown</a></code></li> + <li><code title="handler-onmousemove"><a href="web-application-apis.html#handler-onmousemove">onmousemove</a></code></li> + <li><code title="handler-onmouseout"><a href="web-application-apis.html#handler-onmouseout">onmouseout</a></code></li> + <li><code title="handler-onmouseover"><a href="web-application-apis.html#handler-onmouseover">onmouseover</a></code></li> + <li><code title="handler-onmouseup"><a href="web-application-apis.html#handler-onmouseup">onmouseup</a></code></li> + <li><code title="handler-onmousewheel"><a href="web-application-apis.html#handler-onmousewheel">onmousewheel</a></code></li> + <li><code title="handler-onpause"><a href="web-application-apis.html#handler-onpause">onpause</a></code></li> + <li><code title="handler-onplay"><a href="web-application-apis.html#handler-onplay">onplay</a></code></li> + <li><code title="handler-onplaying"><a href="web-application-apis.html#handler-onplaying">onplaying</a></code></li> + <li><code title="handler-onprogress"><a href="web-application-apis.html#handler-onprogress">onprogress</a></code></li> + <li><code title="handler-onratechange"><a href="web-application-apis.html#handler-onratechange">onratechange</a></code></li> + <li><code title="handler-onreadystatechange"><a href="web-application-apis.html#handler-onreadystatechange">onreadystatechange</a></code></li> + <li><code title="handler-onscroll"><a href="web-application-apis.html#handler-onscroll">onscroll</a></code></li> + <li><code title="handler-onseeked"><a href="web-application-apis.html#handler-onseeked">onseeked</a></code></li> + <li><code title="handler-onseeking"><a href="web-application-apis.html#handler-onseeking">onseeking</a></code></li> + <li><code title="handler-onselect"><a href="web-application-apis.html#handler-onselect">onselect</a></code></li> + <li><code title="handler-onshow"><a href="web-application-apis.html#handler-onshow">onshow</a></code></li> + <li><code title="handler-onstalled"><a href="web-application-apis.html#handler-onstalled">onstalled</a></code></li> + <li><code title="handler-onsubmit"><a href="web-application-apis.html#handler-onsubmit">onsubmit</a></code></li> + <li><code title="handler-onsuspend"><a href="web-application-apis.html#handler-onsuspend">onsuspend</a></code></li> + <li><code title="handler-ontimeupdate"><a href="web-application-apis.html#handler-ontimeupdate">ontimeupdate</a></code></li> + <li><code title="handler-onvolumechange"><a href="web-application-apis.html#handler-onvolumechange">onvolumechange</a></code></li> + <li><code title="handler-onwaiting"><a href="web-application-apis.html#handler-onwaiting">onwaiting</a></code></li> </ul><p class="note">The attributes marked with an asterisk have a different meaning when specified on <code><a href="semantics.html#the-body-element-0">body</a></code> elements as - those elements expose <a href="browsers.html#event-handlers">event handlers</a> of the + those elements expose <a href="web-application-apis.html#event-handlers">event handlers</a> of the <code><a href="browsers.html#window">Window</a></code> object with the same names.</p><p class="note">While these attributes apply to all elements, they are not useful on all elements. For example, only <a href="video.html#media-element" title="media element">media elements</a> will ever receive a <code title="event-media-volumechange"><a href="video.html#event-media-volumechange">volumechange</a></code> event fired by Index: references.html =================================================================== RCS file: /sources/public/html5/spec/references.html,v retrieving revision 1.754 retrieving revision 1.755 diff -u -d -r1.754 -r1.755 --- references.html 5 Feb 2010 23:26:31 -0000 1.754 +++ references.html 6 Feb 2010 00:16:34 -0000 1.755 @@ -291,7 +291,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.3721.</p> + </nav><p>This is revision 1.3726.</p> <h2 class="no-num" id="references">References</h2><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><!--REFS--><p>All references are normative unless marked "Non-normative".</p><!-- Dates are only included for standards older than the Web, Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.754 retrieving revision 1.755 diff -u -d -r1.754 -r1.755 --- acknowledgements.html 5 Feb 2010 23:26:29 -0000 1.754 +++ acknowledgements.html 6 Feb 2010 00:16:31 -0000 1.755 @@ -289,7 +289,7 @@ </div><nav> <a href="references.html">← References</a> – <a href="spec.html#contents">Table of contents</a> - </nav><p>This is revision 1.3721.</p> + </nav><p>This is revision 1.3726.</p> <h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- ACKS --><p>Thanks to Index: iana.html =================================================================== RCS file: /sources/public/html5/spec/iana.html,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- iana.html 5 Feb 2010 23:26:30 -0000 1.85 +++ iana.html 6 Feb 2010 00:16:33 -0000 1.86 @@ -1,5 +1,5 @@ <!DOCTYPE HTML> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>11 IANA considerations — HTML 5</title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>12 IANA considerations — HTML 5</title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -279,7 +279,7 @@ } </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> - <link href="obsolete.html" title="10 Obsolete features" rel="prev"> + <link href="obsolete.html" title="11 Obsolete features" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="index.html" title="Index" rel="next"> </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> @@ -288,13 +288,13 @@ <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> </div><nav> - <a href="obsolete.html">← 10 Obsolete features</a> – + <a href="obsolete.html">← 11 Obsolete features</a> – <a href="spec.html#contents">Table of contents</a> – <a href="index.html">Index →</a> - </nav><p>This is revision 1.3721.</p> + </nav><p>This is revision 1.3726.</p> - <h2 id="iana"><span class="secno">11 </span>IANA considerations</h2><!-- http://www.w3.org/2002/06/registering-mediatype.html --><h3 id="text-html"><span class="secno">11.1 </span><dfn><code>text/html</code></dfn></h3><p>This registration is for community review and will be submitted + <h2 id="iana"><span class="secno">12 </span>IANA considerations</h2><!-- http://www.w3.org/2002/06/registering-mediatype.html --><h3 id="text-html"><span class="secno">12.1 </span><dfn><code>text/html</code></dfn></h3><p>This registration is for community review and will be submitted to the IESG for review, approval, and registration with IANA.</p><!-- To: http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> @@ -290,8 +290,8 @@ </div><nav> <a href="forms.html">← 4.10 Forms</a> – <a href="spec.html#contents">Table of contents</a> – - <a href="browsers.html">5 Web browsers →</a> - </nav><p>This is revision 1.3721.</p> + <a href="browsers.html">5 Loading Web pages →</a> + </nav><p>This is revision 1.3726.</p> <h3 id="interactive-elements"><span class="secno">4.11 </span>Interactive elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><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> @@ -3108,7 +3108,7 @@ <dd><p>If the element has a <code title="attr-command-checked"><a href="#attr-command-checked">checked</a></code> attribute, the UA must remove that attribute. Otherwise, the UA must add a <code title="attr-command-checked"><a href="#attr-command-checked">checked</a></code> attribute, with the literal value <code title="">checked</code>. The UA must then - <a href="browsers.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the + <a href="web-application-apis.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the element.</p></dd> @@ -3124,7 +3124,7 @@ <p>Then, the element's <code title="attr-command-checked"><a href="#attr-command-checked">checked</a></code> attribute attribute must be set to the literal value <code title="">checked</code> and - the user agent must <a href="browsers.html#fire-a-click-event">fire a <code title="event-click">click</code> + the user agent must <a href="web-application-apis.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the element.</p></dd> @@ -3353,7 +3353,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> named <code title="event-contextmenu">contextmenu</code> that bubbles and is + must <a href="web-application-apis.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 @@ -3367,7 +3367,7 @@ the user agent to show its default context menu, if it has one.</p> <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 + context menu assigned, then the user agent must <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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> @@ -3708,7 +3708,7 @@ of the command is always false. (The command is never checked.)</p> <p>The <a href="#command-facet-action" title="command-facet-Action">Action</a> of the - command is to <a href="browsers.html#fire-a-click-event" title="fire a click event">fire a <code title="event-click">click</code> event</a> at the element.</p> + command is to <a href="web-application-apis.html#fire-a-click-event" title="fire a click event">fire a <code title="event-click">click</code> event</a> at the element.</p> <h5 id="using-the-button-element-to-define-a-command"><span class="secno">4.11.5.2 </span><dfn title="button-command">Using the <code>button</code> element to define a command</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> @@ -3789,7 +3789,7 @@ <p>The <a href="#command-facet-action" title="command-facet-Action">Action</a> of the command, if the element has a defined <a href="embedded-content-0.html#activation-behavior">activation behavior</a>, is to <a href="embedded-content-0.html#run-synthetic-click-activation-steps">run synthetic click activation - steps</a> on the element. Otherwise, it is just to <a href="browsers.html#fire-a-click-event">fire a + steps</a> on the element. Otherwise, it is just to <a href="web-application-apis.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the element.</p> @@ -3896,7 +3896,7 @@ <p>The <a href="#command-facet-action" title="command-facet-Action">Action</a> of the command, if the element has a defined <a href="embedded-content-0.html#activation-behavior">activation behavior</a>, is to <a href="embedded-content-0.html#run-synthetic-click-activation-steps">run synthetic click activation - steps</a> on the element. Otherwise, it is just to <a href="browsers.html#fire-a-click-event">fire a + steps</a> on the element. Otherwise, it is just to <a href="web-application-apis.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the element.</p> @@ -4047,7 +4047,7 @@ element.</li> <li>Otherwise, if the element does not have a defined - <a href="embedded-content-0.html#activation-behavior">activation behavior</a>, <a href="browsers.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the element.</li> + <a href="embedded-content-0.html#activation-behavior">activation behavior</a>, <a href="web-application-apis.html#fire-a-click-event">fire a <code title="event-click">click</code> event</a> at the element.</li> </ol></div><h3 id="links"><span class="secno">4.12 </span>Links</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="hyperlink-elements"><span class="secno">4.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 @@ -5085,7 +5085,7 @@ all users to benefit from the information.</p> <p>The <code><a href="semantics.html#the-ul-element">ul</a></code> element is used (rather than - <code><a href="semantics.html#the-ol-element">ol</a></code>) because the order is not particular important: + <code><a href="semantics.html#the-ol-element">ol</a></code>) because the order is not particularly important: while the list is in fact ordered alphabetically, it would convey the same information if ordered by, say, the length of the tag.</p> @@ -5826,7 +5826,7 @@ <li> <p>Clone <var title="">article</var> and its descendants into an - environment that has <a href="browsers.html#concept-bc-noscript" title="concept-bc-noscript">scripting + environment that has <a href="web-application-apis.html#concept-bc-noscript" title="concept-bc-noscript">scripting disabled</a>, has no <a href="infrastructure.html#plugin" title="plugin">plugins</a>, and fails any attempt to <a href="infrastructure.html#fetch" title="fetch">fetch</a> any resources. Let <var title="">cloned article</var> be the Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.754 retrieving revision 1.755 diff -u -d -r1.754 -r1.755 --- editing.html 5 Feb 2010 23:26:30 -0000 1.754 +++ editing.html 6 Feb 2010 00:16:32 -0000 1.755 @@ -1,5 +1,5 @@ <!DOCTYPE HTML> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>6 User Interaction — HTML 5</title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>7 User interaction — HTML 5</title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -279,24 +279,24 @@ } </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> - <link href="history.html" title="5.9 Session history and navigation" rel="prev"> + <link href="web-application-apis.html" title="6 Web application APIs" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> - <link href="syntax.html" title="7 The HTML syntax" rel="next"> + <link href="syntax.html" title="8 The HTML syntax" rel="next"> </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> </div><nav> - <a href="history.html">← 5.9 Session history and navigation</a> – + <a href="web-application-apis.html">← 6 Web application APIs</a> – <a href="spec.html#contents">Table of contents</a> – - <a href="syntax.html">7 The HTML syntax →</a> - </nav><p>This is revision 1.3721.</p> + <a href="syntax.html">8 The HTML syntax →</a> + </nav><p>This is revision 1.3726.</p> - <h2 id="editing"><span class="secno">6 </span><dfn>User Interaction</dfn></h2><p>This section describes various features that allow authors to + <h2 id="editing"><span class="secno">7 </span><dfn>User interaction</dfn></h2><p>This section describes various features that allow authors to enable users to edit documents and parts of documents - interactively.</p><h3 id="the-hidden-attribute"><span class="secno">6.1 </span>The <dfn title="attr-hidden"><code>hidden</code></dfn> attribute</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> content attribute set. The <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute is a <a href="infrastructure.html#boolean-attribute">boolean + interactively.</p><h3 id="the-hidden-attribute"><span class="secno">7.1 </span>The <dfn title="attr-hidden"><code>hidden</code></dfn> attribute</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> content attribute set. The <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute is a <a href="infrastructure.html#boolean-attribute">boolean attribute</a>. When specified on an element, it indicates that the element is not yet, or is no longer, relevant. <span class="impl">User agents should not render elements that have the <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute @@ -338,7 +338,7 @@ attribute must <a href="infrastructure.html#reflect">reflect</a> the content attribute of the same name.</p> - </div><h3 id="activation"><span class="secno">6.2 </span>Activation</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 idea: HTMLImageElement.click(x, y); or clickPoint(), if + </div><h3 id="activation"><span class="secno">7.2 </span>Activation</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 idea: HTMLImageElement.click(x, y); or clickPoint(), if click() can't be done in IE; can this be emulated in IE by posting a synthetic mouse click event with those X and Y coords? (ack Csaba Gabor) @@ -366,13 +366,13 @@ <li><p>If the element has a defined <a href="embedded-content-0.html#activation-behavior">activation behavior</a>, <a href="embedded-content-0.html#run-synthetic-click-activation-steps">run synthetic click activation steps</a> on the - element. Otherwise, <a href="browsers.html#fire-a-click-event">fire a <code>click</code> event</a> at + element. Otherwise, <a href="web-application-apis.html#fire-a-click-event">fire a <code>click</code> event</a> at the element.</p></li> <li><p>Set the <var title="">click in progress</var> flag on the element to false.</p></li> - </ol></div><h3 id="scrolling-elements-into-view"><span class="secno">6.3 </span>Scrolling elements into view</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- maybe this should move to [CSSOM] --><dl class="domintro"><dt><var title="">element</var> . <code title="dom-scrollIntoView"><a href="#dom-scrollintoview">scrollIntoView</a></code>( [ <var title="">top</var> ] )</dt> + </ol></div><h3 id="scrolling-elements-into-view"><span class="secno">7.3 </span>Scrolling elements into view</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- maybe this should move to [CSSOM] --><dl class="domintro"><dt><var title="">element</var> . <code title="dom-scrollIntoView"><a href="#dom-scrollintoview">scrollIntoView</a></code>( [ <var title="">top</var> ] )</dt> <dd> @@ -413,7 +413,7 @@ <p>Non-visual user agents may ignore the argument, or may treat it in some media-specific manner most useful to the user.</p> - </div><h3 id="focus"><span class="secno">6.4 </span>Focus</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%20%0A...%3Cform%3E%3Cinput%20name%3Da%20onfocus%3D%22value%2B%3D1%3Bd.name%3D%27a%27%3Bname%3D%27d%27%3Bb.focus()%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22value%2B%3D1%3Bc.focus()%22%3E%0A%3Cinput%20name%3Dc%20onfocus%3D%22value%2B%3D1%3Bd.focus()%22%3E%0A%3Cinput%20name%3Dd%20onfocus%3D%22value%2B%3D1%3Ba.focus()%22%3E --><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cform%3E%0A%3Ctextarea%20name%3Dt%20cols%3D100%20rows%3D3%3E%3C%2Ftextarea%3E%3Cp%3E%0A%3Cinput%20name%3Da%20onfocus%3D%22t.value%2B%3D%27af1%20%27%3Bb.focus()%3Balert(document.activeElement.name)%3Bt.value%2B%3D%27af2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27ab%20%27%3B%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22t.value%2B%3D%27bf1%20%27%3Bc.focus()%3Bt.value%2B%3D%27bf2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27bb%20%27%3B%22%3E%0A%3Cinput%20name%3Dc%20onfocus%3D%22t.value%2B%3D%27cf1%20%27%3Bc.focus()%3Bt.value%2B%3D%27cf2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27cb%20%27%3B%22%3E%0A --><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%3Cbody%20onload%3D%22document.forms%5B0%5D.a.focus()%22%3E%0A...%3Cform%3E%0A%3Ctextarea%20name%3Dt%20cols%3D100%20rows%3D3%3E%3C%2Ftextarea%3E%3Cp%3E%0A%3Cinput%20name%3Da%20onblur%3D%22t.value%2B%3D'ab%20'%3B%20b.focus()%3B%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22t.value%2B%3D'bf1%20'%3Ba.focus()%3Bt.value%2B%3D'bf2%20'%3B%22%20onblur%3D%22t.value%2B%3D'bb%20'%3B%22%3E --><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%3Cbody%3E...%3Cform%3E%0A%3Ctextarea%20name%3Dt%20cols%3D100%20rows%3D3%3E%3C%2Ftextarea%3E%3Cp%3E%0A%3Cinput%20name%3Da%20onfocus%3D%22t.value%2B%3D%27af%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27ab1%20%27%3Bb.focus()%3Bt.value%2B%3D%27ab2%20%27%3B%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22t.value%2B%3D%27bf1%20%27%3Ba.focus()%3Bt.value%2B%3D%27bf2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27bb%20%27%3B%22%3E --><!-- v2: more things to define, if no other specs define them: + </div><h3 id="focus"><span class="secno">7.4 </span>Focus</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%20%0A...%3Cform%3E%3Cinput%20name%3Da%20onfocus%3D%22value%2B%3D1%3Bd.name%3D%27a%27%3Bname%3D%27d%27%3Bb.focus()%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22value%2B%3D1%3Bc.focus()%22%3E%0A%3Cinput%20name%3Dc%20onfocus%3D%22value%2B%3D1%3Bd.focus()%22%3E%0A%3Cinput%20name%3Dd%20onfocus%3D%22value%2B%3D1%3Ba.focus()%22%3E --><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cform%3E%0A%3Ctextarea%20name%3Dt%20cols%3D100%20rows%3D3%3E%3C%2Ftextarea%3E%3Cp%3E%0A%3Cinput%20name%3Da%20onfocus%3D%22t.value%2B%3D%27af1%20%27%3Bb.focus()%3Balert(document.activeElement.name)%3Bt.value%2B%3D%27af2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27ab%20%27%3B%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22t.value%2B%3D%27bf1%20%27%3Bc.focus()%3Bt.value%2B%3D%27bf2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27bb%20%27%3B%22%3E%0A%3Cinput%20name%3Dc%20onfocus%3D%22t.value%2B%3D%27cf1%20%27%3Bc.focus()%3Bt.value%2B%3D%27cf2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27cb%20%27%3B%22%3E%0A --><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%3Cbody%20onload%3D%22document.forms%5B0%5D.a.focus()%22%3E%0A...%3Cform%3E%0A%3Ctextarea%20name%3Dt%20cols%3D100%20rows%3D3%3E%3C%2Ftextarea%3E%3Cp%3E%0A%3Cinput%20name%3Da%20onblur%3D%22t.value%2B%3D'ab%20'%3B%20b.focus()%3B%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22t.value%2B%3D'bf1%20'%3Ba.focus()%3Bt.value%2B%3D'bf2%20'%3B%22%20onblur%3D%22t.value%2B%3D'bb%20'%3B%22%3E --><!-- http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%3Cbody%3E...%3Cform%3E%0A%3Ctextarea%20name%3Dt%20cols%3D100%20rows%3D3%3E%3C%2Ftextarea%3E%3Cp%3E%0A%3Cinput%20name%3Da%20onfocus%3D%22t.value%2B%3D%27af%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27ab1%20%27%3Bb.focus()%3Bt.value%2B%3D%27ab2%20%27%3B%22%3E%0A%3Cinput%20name%3Db%20onfocus%3D%22t.value%2B%3D%27bf1%20%27%3Ba.focus()%3Bt.value%2B%3D%27bf2%20%27%3B%22%20onblur%3D%22t.value%2B%3D%27bb%20%27%3B%22%3E --><!-- v2: more things to define, if no other specs define them: - define onfocus/onblur behaviour for Window - Other things to look at are IE's focus APIs (HTMLElement.setActive(), onBeforeActivate, onActivate, onBeforeDeactivate, onDeactivate): @@ -442,7 +442,7 @@ <p class="note">When an element is focused, the element matches the CSS <code>:focus</code> pseudo-class.</p> - </div><h4 id="sequential-focus-navigation"><span class="secno">6.4.1 </span>Sequential focus navigation</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-tabindex" title="attr-tabindex"><code>tabindex</code></dfn> + </div><h4 id="sequential-focus-navigation"><span class="secno">7.4.1 </span>Sequential focus navigation</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-tabindex" title="attr-tabindex"><code>tabindex</code></dfn> content attribute specifies whether the element is focusable, whether it can be reached using sequential focus navigation, and the relative order of the element for the purposes of sequential focus @@ -546,7 +546,7 @@ </div><div class="impl"> - <h4 id="focus-management"><span class="secno">6.4.2 </span>Focus management</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="focus-management"><span class="secno">7.4.2 </span>Focus management</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>An element is <dfn id="focusable">focusable</dfn> if the user agent's default behavior allows it to be focusable or if the element is @@ -605,7 +605,7 @@ </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> + <li><p><a href="web-application-apis.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 synchronously run the <a href="#focusing-steps">focusing steps</a> for an element whenever the user moves the focus to a @@ -618,13 +618,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 named <code title="event-change">change</code> at the element, then + <a href="web-application-apis.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> named <code title="event-blur">blur</code> at the element.</p></li> + <li><p><a href="web-application-apis.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 @@ -638,7 +638,7 @@ element is removed from its <code>Document</code>, or has a <code title="attr-hidden"><a href="#the-hidden-attribute">hidden</a></code> attribute added. It would also happen to an <code><a href="forms.html#the-input-element">input</a></code> element when the element gets <a href="forms.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a>.</p> - </div><h4 id="document-level-focus-apis"><span class="secno">6.4.3 </span>Document-level focus APIs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-activeElement"><a href="#dom-document-activeelement">activeElement</a></code></dt> + </div><h4 id="document-level-focus-apis"><span class="secno">7.4.3 </span>Document-level focus APIs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-activeElement"><a href="#dom-document-activeelement">activeElement</a></code></dt> <dd> @@ -708,7 +708,7 @@ system focus, but hostile sites widely abuse this behavior to the user's detriment.</p> - </div><h4 id="element-level-focus-apis"><span class="secno">6.4.4 </span>Element-level focus APIs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-focus"><a href="#dom-focus">focus</a></code>()</dt> + </div><h4 id="element-level-focus-apis"><span class="secno">7.4.4 </span>Element-level focus APIs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">element</var> . <code title="dom-focus"><a href="#dom-focus">focus</a></code>()</dt> <dd> @@ -749,7 +749,7 @@ which the method was called instead. User agents may selectively or uniformly ignore calls to this method for usability reasons.</p> - </div><h3 id="the-accesskey-attribute"><span class="secno">6.5 </span>The <dfn title="attr-accesskey"><code>accesskey</code></dfn> attribute</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> content attribute set. The + </div><h3 id="the-accesskey-attribute"><span class="secno">7.5 </span>The <dfn title="attr-accesskey"><code>accesskey</code></dfn> attribute</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> content attribute set. The <code title="attr-accesskey"><a href="#the-accesskey-attribute">accesskey</a></code> attribute's value is used by the user agent as a guide for creating a keyboard shortcut that activates or focuses the element.</p><p>If specified, the value must be an <a href="infrastructure.html#ordered-set-of-unique-space-separated-tokens">ordered set of unique @@ -880,7 +880,7 @@ string depends on what the <a href="#assigned-access-key">assigned access key</a> is, and on how the user agent represents that key combination.</p> - </div><h3 id="selection"><span class="secno">6.6 </span>The text selection APIs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Every <a href="browsers.html#browsing-context">browsing context</a> has <dfn id="the-selection" title="the + </div><h3 id="selection"><span class="secno">7.6 </span>The text selection APIs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Every <a href="browsers.html#browsing-context">browsing context</a> has <dfn id="the-selection" title="the selection">a selection</dfn>. The selection can be empty, and the selection can have more than one range (a disjointed selection). The user agent should allow the user to change the selection. User @@ -934,7 +934,7 @@ are presented to the user. The Selectors specification, in conjunction with CSS, can be used to style text selections using the <code title="selector-selection">::selection</code> - pseudo-element. <a href="references.html#refsSELECTORS">[SELECTORS]</a> <a href="references.html#refsCSS">[CSS]</a></p><h4 id="documentSelection"><span class="secno">6.6.1 </span>APIs for the browsing context selection</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-getSelection"><a href="#dom-getselection">getSelection</a></code>()</dt> + pseudo-element. <a href="references.html#refsSELECTORS">[SELECTORS]</a> <a href="references.html#refsCSS">[CSS]</a></p><h4 id="documentSelection"><span class="secno">7.6.1 </span>APIs for the browsing context selection</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-getSelection"><a href="#dom-getselection">getSelection</a></code>()</dt> <dt><var title="">document</var> . <code title="dom-document-getSelection"><a href="#dom-document-getselection">getSelection</a></code>()</dt> <dd> @@ -1235,7 +1235,7 @@ </div><!-- v2DATAGRID v2DGS: <p class="note">The <code>Selection</code> interface has no relation to the <code>DataGridSelection</code> interface.</p> - --><h4 id="textFieldSelection"><span class="secno">6.6.2 </span>APIs for the text field selections</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 idea: DOM Range APIs to expose the textarea/input edited + --><h4 id="textFieldSelection"><span class="secno">7.6.2 </span>APIs for the text field selections</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 idea: DOM Range APIs to expose the textarea/input edited value (ack martijnw) --><p>The <code><a href="forms.html#the-input-element">input</a></code> and <code><a href="forms.html#the-textarea-element">textarea</a></code> elements define the following members in their DOM interfaces for handling their text selection:</p><pre class="idl extract"> void <a href="#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); @@ -1340,7 +1340,7 @@ </div><p>Characters with no visible rendering, such as U+200D ZERO WIDTH JOINER, still count as characters. Thus, for instance, the selection can include just an invisible character, and the text insertion - cursor can be placed to one side or another of such a character.</p><h3 id="contenteditable"><span class="secno">6.7 </span>The <code title="attr-contenteditable"><a href="#attr-contenteditable">contenteditable</a></code> attribute</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-contenteditable" title="attr-contenteditable"><code>contenteditable</code></dfn> + cursor can be placed to one side or another of such a character.</p><h3 id="contenteditable"><span class="secno">7.7 </span>The <code title="attr-contenteditable"><a href="#attr-contenteditable">contenteditable</a></code> attribute</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="attr-contenteditable" title="attr-contenteditable"><code>contenteditable</code></dfn> attribute is an <a href="infrastructure.html#enumerated-attribute">enumerated attribute</a> whose keywords are the empty string, <code title="">true</code>, and <code title="">false</code>. The empty string and the <code title="">true</code> keyword map to the <i>true</i> state. The <code title="">false</code> keyword maps to the <i>false</i> state. In addition, there is a third state, the <i>inherit</i> state, which is @@ -1435,7 +1435,7 @@ </div><div class="impl"> - <h4 id="user-editing-actions"><span class="secno">6.7.1 </span>User editing actions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="user-editing-actions"><span class="secno">7.7.1 </span>User editing actions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>There are several actions that the user agent should allow the user to perform while the user is interacting with an editing @@ -1620,7 +1620,7 @@ or programmatically (e.g. by <code title="dom-document-execCommand"><a href="#execCommand">execCommand()</a></code> commands), must fire mutation events as appropriate.</p> - </div><h4 id="making-entire-documents-editable"><span class="secno">6.7.2 </span>Making entire documents editable</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h4 id="making-entire-documents-editable"><span class="secno">7.7.2 </span>Making entire documents editable</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> <p>Documents have a <dfn id="designMode" title="dom-document-designMode"><code>designMode</code></dfn>, which can be either enabled or disabled.</p> @@ -1654,7 +1654,7 @@ <p>The last state set must persist until the document is destroyed or the state is changed. Initially, documents must have their <code title="dom-document-designMode"><a href="#designMode">designMode</a></code> disabled.</p> - </div><h3 id="spelling-and-grammar-checking"><span class="secno">6.8 </span>Spelling and grammar checking</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h3 id="spelling-and-grammar-checking"><span class="secno">7.8 </span>Spelling and grammar checking</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> <p>User agents can support the checking of spelling and grammar of editable text, either in form controls (such as the value of @@ -1836,7 +1836,7 @@ </div><p class="note">This specification does not define the user interface for spelling and grammar checkers. A user agent could offer on-demand checking, could perform continuous checking while - the checking is enabled, or could use other interfaces.</p><h3 id="dnd"><span class="secno">6.9 </span><dfn>Drag and drop</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 ideas for drag and drop: + the checking is enabled, or could use other interfaces.</p><h3 id="dnd"><span class="secno">7.9 </span><dfn>Drag and drop</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 ideas for drag and drop: * being able to animate a drop target: @@ -1909,7 +1909,7 @@ not canceled, there must be at least one element in the middle step).</p> - </div><h4 id="introduction-3"><span class="secno">6.9.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>To make an element draggable is simple: give the element a <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> attribute, and set an event + </div><h4 id="introduction-3"><span class="secno">7.9.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>To make an element draggable is simple: give the element a <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> attribute, and set an event listener for <code title="event-dragstart"><a href="#event-dragstart">dragstart</a></code> that stores the data being dragged.</p><p>The event handler typically needs to check that it's not a text selection that is being dragged, and then needs to store data into @@ -1991,7 +1991,7 @@ // remove the dragged element event.target.parentNode.removeChild(event.target); } -</script></pre><h4 id="the-dragevent-and-datatransfer-interfaces"><span class="secno">6.9.2 </span>The <code><a href="#dragevent">DragEvent</a></code> and <code><a href="#datatransfer">DataTransfer</a></code> interfaces</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The drag-and-drop processing model involves several events. They +</script></pre><h4 id="the-dragevent-and-datatransfer-interfaces"><span class="secno">7.9.2 </span>The <code><a href="#dragevent">DragEvent</a></code> and <code><a href="#datatransfer">DataTransfer</a></code> interfaces</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The drag-and-drop processing model involves several events. They all use the <code><a href="#dragevent">DragEvent</a></code> interface.</p><pre class="idl">interface <dfn id="dragevent">DragEvent</dfn> : <span>MouseEvent</span> { readonly attribute <a href="#datatransfer">DataTransfer</a> <a href="#dom-dragevent-datatransfer" title="dom-DragEvent-dataTransfer">dataTransfer</a>; @@ -2225,7 +2225,7 @@ current rendering of the elements added, whereas the former uses the exact specified image.</p> - </div><h4 id="dndevents"><span class="secno">6.9.3 </span>Events fired during a drag-and-drop action</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The following events are involved in the drag-and-drop + </div><h4 id="dndevents"><span class="secno">7.9.3 </span>Events fired during a drag-and-drop action</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The following events are involved in the drag-and-drop model.</p><div class="impl"> <p>Whenever the processing model described @@ -2353,7 +2353,7 @@ <td><code title="">copy</code></td> </tr></table></div><div class="impl"> - <h4 id="drag-and-drop-processing-model"><span class="secno">6.9.4 </span>Drag-and-drop processing model</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="drag-and-drop-processing-model"><span class="secno">7.9.4 </span>Drag-and-drop processing model</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When the user attempts to begin a drag operation, the user agent must first determine what is being dragged. If the drag operation @@ -2570,7 +2570,7 @@ <p>User agents must, as soon as the drag operation is initiated and every 350ms (±200ms) thereafter for as long as the drag - operation is ongoing, <a href="browsers.html#queue-a-task">queue a task</a> to perform the + operation is ongoing, <a href="web-application-apis.html#queue-a-task">queue a task</a> to perform the following steps in sequence:</p> <ol><li> @@ -2854,7 +2854,7 @@ </ol></div><div class="impl"> - <h5 id="when-the-drag-and-drop-operation-starts-or-ends-in-another-document"><span class="secno">6.9.4.1 </span>When the drag-and-drop operation starts or ends in another + <h5 id="when-the-drag-and-drop-operation-starts-or-ends-in-another-document"><span class="secno">7.9.4.1 </span>When the drag-and-drop operation starts or ends in another document</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>The model described above is independent of which @@ -2869,7 +2869,7 @@ </div><div class="impl"> - <h5 id="when-the-drag-and-drop-operation-starts-or-ends-in-another-application"><span class="secno">6.9.4.2 </span>When the drag-and-drop operation starts or ends in another + <h5 id="when-the-drag-and-drop-operation-starts-or-ends-in-another-application"><span class="secno">7.9.4.2 </span>When the drag-and-drop operation starts or ends in another application</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>If the drag is initiated in another application, the <a href="#source-node">source @@ -2896,7 +2896,7 @@ drag-and-drop operation being started or ended in another document from another domain.</p> - </div><h4 id="the-draggable-attribute"><span class="secno">6.9.5 </span>The <dfn title="attr-draggable"><code>draggable</code></dfn> attribute</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> content attribute set. The + </div><h4 id="the-draggable-attribute"><span class="secno">7.9.5 </span>The <dfn title="attr-draggable"><code>draggable</code></dfn> attribute</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>All <a href="infrastructure.html#html-elements">HTML elements</a> may have the <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> content attribute set. The <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> attribute is an <a href="infrastructure.html#enumerated-attribute">enumerated attribute</a>. It has three states. The first state is <i>true</i> and it has the keyword <code title="">true</code>. The second state is <i>false</i> and it has @@ -3026,7 +3026,7 @@ </div> --><div class="impl"> - <h4 id="security-risks-in-the-drag-and-drop-model"><span class="secno">6.9.6 </span>Security risks in the drag-and-drop model</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="security-risks-in-the-drag-and-drop-model"><span class="secno">7.9.6 </span>Security risks in the drag-and-drop model</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>User agents must not make the data added to the <code><a href="#datatransfer">DataTransfer</a></code> object during the <code title="event-dragstart"><a href="#event-dragstart">dragstart</a></code> event available to scripts @@ -3049,9 +3049,9 @@ data to be dragged from sensitive sources and dropped into hostile documents without the user's consent.</p> - </div><h3 id="undo"><span class="secno">6.10 </span><dfn>Undo history</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h3 id="undo"><span class="secno">7.10 </span><dfn>Undo history</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> - <h4 id="definitions-2"><span class="secno">6.10.1 </span>Definitions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="definitions-2"><span class="secno">7.10.1 </span>Definitions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>The user agent must associate an <dfn id="undo-transaction-history">undo transaction history</dfn> with each <code><a href="dom.html#htmldocument">HTMLDocument</a></code> object.</p> @@ -3087,7 +3087,7 @@ to higher-level user actions (such as interactions with server-side state, or in the implementation of a drawing tool).</p> - </div><h4 id="the-undomanager-interface"><span class="secno">6.10.2 </span>The <code><a href="#undomanager">UndoManager</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>To manage <a href="#undo-object">undo object</a> entries in the <a href="#undo-transaction-history">undo + </div><h4 id="the-undomanager-interface"><span class="secno">7.10.2 </span>The <code><a href="#undomanager">UndoManager</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>To manage <a href="#undo-object">undo object</a> entries in the <a href="#undo-transaction-history">undo transaction history</a>, the <code><a href="#undomanager">UndoManager</a></code> interface can be used:</p><pre class="idl">interface <dfn id="undomanager">UndoManager</dfn> { readonly attribute unsigned long <a href="#dom-undomanager-length" title="dom-UndoManager-length">length</a>; @@ -3245,7 +3245,7 @@ </div><div class="impl"> - <h4 id="undo:-moving-back-in-the-undo-transaction-history"><span class="secno">6.10.3 </span><dfn title="do-undo">Undo: moving back in the undo transaction history</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="undo:-moving-back-in-the-undo-transaction-history"><span class="secno">7.10.3 </span><dfn title="do-undo">Undo: moving back in the undo transaction history</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When the user invokes an undo operation, or when the <code title="dom-document-execCommand"><a href="#execCommand">execCommand()</a></code> method is called with the <code title="command-undo"><a href="#command-undo">undo</a></code> command, the @@ -3282,7 +3282,7 @@ command to undo his undo.</p> - <h4 id="redo:-moving-forward-in-the-undo-transaction-history"><span class="secno">6.10.4 </span><dfn title="do-redo">Redo: moving forward in the undo transaction history</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="redo:-moving-forward-in-the-undo-transaction-history"><span class="secno">7.10.4 </span><dfn title="do-redo">Redo: moving forward in the undo transaction history</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When the user invokes a redo operation, or when the <code title="dom-document-execCommand"><a href="#execCommand">execCommand()</a></code> method is called with the <code title="command-redo"><a href="#command-redo">redo</a></code> command, the @@ -3316,7 +3316,7 @@ object, using the <a href="#undo-object">undo object</a> entry's associated undo object as the event's data.</p> - </div><h4 id="the-undomanagerevent-interface-and-the-undo-and-redo-events"><span class="secno">6.10.5 </span>The <code><a href="#undomanagerevent">UndoManagerEvent</a></code> interface and the <code title="event-undo"><a href="#event-undo">undo</a></code> and <code title="event-redo"><a href="#event-redo">redo</a></code> events</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="undomanagerevent">UndoManagerEvent</dfn> : Event { + </div><h4 id="the-undomanagerevent-interface-and-the-undo-and-redo-events"><span class="secno">7.10.5 </span>The <code><a href="#undomanagerevent">UndoManagerEvent</a></code> interface and the <code title="event-undo"><a href="#event-undo">undo</a></code> and <code title="event-redo"><a href="#event-redo">redo</a></code> events</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="undomanagerevent">UndoManagerEvent</dfn> : Event { readonly attribute any <a href="#dom-undomanagerevent-data" title="dom-UndoManagerEvent-data">data</a>; void <a href="#dom-undomanagerevent-initundomanagerevent" title="dom-UndoManagerEvent-initUndoManagerEvent">initUndoManagerEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dataArg); };</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-UndoManagerEvent-data"><a href="#dom-undomanagerevent-data">data</a></code></dt> @@ -3344,7 +3344,7 @@ </div><div class="impl"> - <h4 id="implementation-notes"><span class="secno">6.10.6 </span>Implementation notes</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="implementation-notes"><span class="secno">7.10.6 </span>Implementation notes</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>How user agents present the above conceptual model to the user is not defined. The undo interface could be a filtered view of the @@ -3361,7 +3361,7 @@ described in this section, however, such that to a script there is no detectable difference.</p> - </div><h3 id="editing-apis"><span class="secno">6.11 </span>Editing APIs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-execCommand"><a href="#execCommand">execCommand</a></code>(<var title="">commandId</var> [, <var title="">showUI</var> [, <var title="">value</var> ] ] )</dt> + </div><h3 id="editing-apis"><span class="secno">7.11 </span>Editing APIs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-execCommand"><a href="#execCommand">execCommand</a></code>(<var title="">commandId</var> [, <var title="">showUI</var> [, <var title="">value</var> ] ] )</dt> <dd> Index: video.html =================================================================== RCS file: /sources/public/html5/spec/video.html,v retrieving revision 1.625 retrieving revision 1.626 diff -u -d -r1.625 -r1.626 --- video.html 5 Feb 2010 23:26:32 -0000 1.625 +++ video.html 6 Feb 2010 00:16:35 -0000 1.626 @@ -291,7 +291,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.12 The canvas element →</a> - </nav><p>This is revision 1.3721.</p> + </nav><p>This is revision 1.3726.</p> <h4 id="video"><span class="secno">4.8.8 </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/9">ISSUE-9</a> (video-accessibility) blocks progress to Last Call</span></p><dl class="element"><dt>Categories</dt> @@ -873,8 +873,8 @@ resource</dfn> is used to refer to the complete set of media data, e.g. the complete video file, or complete audio file.</p><div class="impl"> - <p>Except where otherwise specified, the <a href="browsers.html#task-source">task source</a> - for all the tasks <a href="browsers.html#queue-a-task" title="queue a task">queued</a> in this + <p>Except where otherwise specified, the <a href="web-application-apis.html#task-source">task source</a> + for all the tasks <a href="web-application-apis.html#queue-a-task" title="queue a task">queued</a> in this section and its subsections is the <dfn id="media-element-event-task-source">media element event task source</dfn>.</p> @@ -1125,9 +1125,9 @@ <li> - <p>If there are any <a href="browsers.html#concept-task" title="concept-task">tasks</a> from + <p>If there are any <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> from the <a href="#media-element">media element</a>'s <a href="#media-element-event-task-source">media element event task - source</a> in one of the <a href="browsers.html#task-queue" title="task queue">task + source</a> in one of the <a href="web-application-apis.html#task-queue" title="task queue">task queues</a>, then remove those tasks.</p> <p class="note">Basically, pending events and callbacks for the @@ -1136,8 +1136,8 @@ </li> - <li><p>If the <a href="#media-element">media element</a>'s <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> is set to <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code> or <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</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> named <code title="event-media-abort"><a href="#event-media-abort">abort</a></code> at the <a href="#media-element">media + <li><p>If the <a href="#media-element">media element</a>'s <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> is set to <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading">NETWORK_LOADING</a></code> or <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle">NETWORK_IDLE</a></code>, <a href="web-application-apis.html#queue-a-task">queue a + task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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>.</p></li> <li> @@ -1164,7 +1164,7 @@ <li>Set the <a href="#current-playback-position">current playback position</a> to 0.</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 + <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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> @@ -1192,21 +1192,21 @@ algorithm is always invoked synchronously, but one of the first steps in the algorithm is to return and continue running the remaining steps asynchronously, meaning that it runs in the - background with scripts and other <a href="browsers.html#concept-task" title="concept-task">tasks</a> running in parallel. In addition, - this algorithm interacts closely with the <a href="browsers.html#event-loop">event loop</a> - mechanism; in particular, it has <a href="browsers.html#synchronous-section" title="synchronous + background with scripts and other <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> running in parallel. In addition, + this algorithm interacts closely with the <a href="web-application-apis.html#event-loop">event loop</a> + mechanism; in particular, it has <a href="web-application-apis.html#synchronous-section" title="synchronous section">synchronous sections</a> (which are triggered as part of - the <a href="browsers.html#event-loop">event loop</a> algorithm). Steps in such sections are + the <a href="web-application-apis.html#event-loop">event loop</a> algorithm). Steps in such sections are marked with ⌛.</p> <ol><li><p>Set the <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> to <code title="dom-media-NETWORK_NO_SOURCE"><a href="#dom-media-network_no_source">NETWORK_NO_SOURCE</a></code>.</p></li> - <li><p>Asynchronously <a href="browsers.html#await-a-stable-state">await a stable state</a>, allowing - the <a href="browsers.html#concept-task" title="concept-task">task</a> that invoked this - algorithm to continue. The <a href="browsers.html#synchronous-section">synchronous section</a> + <li><p>Asynchronously <a href="web-application-apis.html#await-a-stable-state">await a stable state</a>, allowing + the <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that invoked this + algorithm to continue. The <a href="web-application-apis.html#synchronous-section">synchronous section</a> consists of all the remaining steps of this algorithm until the - algorithm says the <a href="browsers.html#synchronous-section">synchronous section</a> has - ended. (Steps in <a href="browsers.html#synchronous-section" title="synchronous section">synchronous + algorithm says the <a href="web-application-apis.html#synchronous-section">synchronous section</a> has + ended. (Steps in <a href="web-application-apis.html#synchronous-section" title="synchronous section">synchronous sections</a> are marked with ⌛.)</p></li> <li> @@ -1221,7 +1221,7 @@ <p>⌛ Otherwise the <a href="#media-element">media element</a> has neither a <code title="attr-media-src"><a href="#attr-media-src">src</a></code> attribute nor a <code><a href="#the-source-element">source</a></code> element child: set the <code title="dom-media-networkState"><a href="#dom-media-networkstate">networkState</a></code> to <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty">NETWORK_EMPTY</a></code>, and abort - these steps; the <a href="browsers.html#synchronous-section">synchronous section</a> ends.</p> + these steps; the <a href="web-application-apis.html#synchronous-section">synchronous section</a> ends.</p> </li> @@ -1230,7 +1230,7 @@ its <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></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 + <li><p>⌛ <a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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>.</p></li> @@ -1250,7 +1250,7 @@ </li><li><p>⌛ If <var title="">absolute URL</var> was obtained successfully, set the <code title="dom-media-currentSrc"><a href="#dom-media-currentsrc">currentSrc</a></code> attribute to <var title="">absolute URL</var>.</p></li> - <li><p>End the <a href="browsers.html#synchronous-section">synchronous section</a>, continuing the + <li><p>End the <a href="web-application-apis.html#synchronous-section">synchronous section</a>, continuing the remaining steps asynchronously.</p></li> <li><p>If <var title="">absolute URL</var> was obtained @@ -1268,7 +1268,7 @@ the <a href="#dom-media-network_no_source" title="dom-media-NETWORK_NO_SOURCE">NETWORK_NO_SOURCE</a> value.</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 + <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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>.</p></li> @@ -1327,7 +1327,7 @@ </li> <li><p>⌛ <i>Process candidate</i>: If <var title="">candidate</var> does not have a <code title="attr-source-src"><a href="#attr-source-src">src</a></code> attribute, then end the - <a href="browsers.html#synchronous-section">synchronous section</a>, and jump down to the <i title="">failed</i> step below.</p></li> + <a href="web-application-apis.html#synchronous-section">synchronous section</a>, and jump down to the <i title="">failed</i> step below.</p></li> <li><p>⌛ Let <var title="">absolute URL</var> be the <a href="infrastructure.html#absolute-url">absolute URL</a> that would have resulted from <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolving</a> the <a href="infrastructure.html#url">URL</a> @@ -1337,7 +1337,7 @@ has no effect --> </li><li><p>⌛ If <var title="">absolute URL</var> was not - obtained successfully, then end the <a href="browsers.html#synchronous-section">synchronous + obtained successfully, then end the <a href="web-application-apis.html#synchronous-section">synchronous section</a>, and jump down to the <i title="">failed</i> step below.</p></li> @@ -1345,17 +1345,17 @@ parsed as a <a href="infrastructure.html#mime-type">MIME type</a> (including any codecs described by the <code title="">codecs</code> parameter), represents <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type that the user agent knows it cannot - render</a>, then end the <a href="browsers.html#synchronous-section">synchronous section</a>, and + render</a>, then end the <a href="web-application-apis.html#synchronous-section">synchronous section</a>, and jump down to the <i title="">failed</i> step below.</p></li> <li><p>⌛ If <var title="">candidate</var> has a <code title="attr-source-media"><a href="#attr-source-media">media</a></code> attribute whose value does not <a href="infrastructure.html#matches-the-environment" title="matches the environment">match the environment</a> of the <a href="browsers.html#default-view">default view</a>, then end the - <a href="browsers.html#synchronous-section">synchronous section</a>, and jump down to the <i title="">failed</i> step below.</p></li> + <a href="web-application-apis.html#synchronous-section">synchronous section</a>, and jump down to the <i title="">failed</i> step below.</p></li> <li><p>⌛ Set the <code title="dom-media-currentSrc"><a href="#dom-media-currentsrc">currentSrc</a></code> attribute to <var title="">absolute URL</var>.</p></li> - <li><p>End the <a href="browsers.html#synchronous-section">synchronous section</a>, continuing the + <li><p>End the <a href="web-application-apis.html#synchronous-section">synchronous section</a>, continuing the remaining steps asynchronously.</p></li> <li><p>Run the <a href="#concept-media-load-resource" title="concept-media-load-resource">resource @@ -1363,16 +1363,16 @@ that algorithm returns without aborting <em>this</em> one, then 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> 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 + <li><p><i title="">Failed</i>: <a href="web-application-apis.html#queue-a-task">Queue a task</a> to + <a href="web-application-apis.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> - <li><p>Asynchronously <a href="browsers.html#await-a-stable-state">await a stable state</a>. The - <a href="browsers.html#synchronous-section">synchronous section</a> consists of all the remaining + <li><p>Asynchronously <a href="web-application-apis.html#await-a-stable-state">await a stable state</a>. The + <a href="web-application-apis.html#synchronous-section">synchronous section</a> consists of all the remaining steps of this algorithm until the algorithm says the - <a href="browsers.html#synchronous-section">synchronous section</a> has ended. (Steps in <a href="browsers.html#synchronous-section" title="synchronous section">synchronous sections</a> are + <a href="web-application-apis.html#synchronous-section">synchronous section</a> has ended. (Steps in <a href="web-application-apis.html#synchronous-section" title="synchronous section">synchronous sections</a> are marked with ⌛.)</p></li> <li><p>⌛ <i title="">Find next candidate</i>: Let <var title="">candidate</var> be null.</p></li> @@ -1402,17 +1402,17 @@ flag</a> to false. This stops <a href="syntax.html#delay-the-load-event" title="delay the load event">delaying the load event</a>.</p></li> - <li><p>End the <a href="browsers.html#synchronous-section">synchronous section</a>, continuing the + <li><p>End the <a href="web-application-apis.html#synchronous-section">synchronous section</a>, continuing the remaining steps asynchronously.</p></li> <li><p>Wait until the node after <var title="">pointer</var> is a node other than the end of the list. (This step might wait forever.)</p></li> - <li><p>Asynchronously <a href="browsers.html#await-a-stable-state">await a stable state</a>. The - <a href="browsers.html#synchronous-section">synchronous section</a> consists of all the remaining + <li><p>Asynchronously <a href="web-application-apis.html#await-a-stable-state">await a stable state</a>. The + <a href="web-application-apis.html#synchronous-section">synchronous section</a> consists of all the remaining steps of this algorithm until the algorithm says the - <a href="browsers.html#synchronous-section">synchronous section</a> has ended. (Steps in <a href="browsers.html#synchronous-section" title="synchronous section">synchronous sections</a> are + <a href="web-application-apis.html#synchronous-section">synchronous section</a> has ended. (Steps in <a href="web-application-apis.html#synchronous-section" title="synchronous section">synchronous sections</a> are marked with ⌛.)</p></li> <li><p>⌛ Set the element's <a href="#delaying-the-load-event-flag">delaying-the-load-event @@ -1444,12 +1444,12 @@ http-origin privacy sensitive (looking forward to CORS here) --> <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-simple-event">fire a simple event</a> named <code title="event-media-progress"><a href="#event-media-progress">progress</a></code> at the element.</p> + is <em>least</em> frequent, <a href="web-application-apis.html#queue-a-task">queue a task</a> to + <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-progress"><a href="#event-media-progress">progress</a></code> at the element.</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-simple-event">fire a simple event</a> named <code title="event-media-stalled"><a href="#event-media-stalled">stalled</a></code> at the element.</p> + than about three seconds, then <a href="web-application-apis.html#queue-a-task">queue a task</a> to + <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-stalled"><a href="#event-media-stalled">stalled</a></code> at the element.</p> <p>User agents may allow users to selectively block or slow <a href="#media-data">media data</a> downloads. When a <a href="#media-element">media @@ -1464,8 +1464,8 @@ resource, while waiting for the user to decide whether to play the 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-simple-event">fire a simple event</a> named <code title="event-media-suspend"><a href="#event-media-suspend">suspend</a></code> at the element. If and + 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="web-application-apis.html#queue-a-task">queue + a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-suspend"><a href="#event-media-suspend">suspend</a></code> at the element. 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> @@ -1493,7 +1493,7 @@ switching to a streaming protocol. The user agent must consider a resource erroneous only if it has given up trying to fetch it.</p> - <p>The <a href="browsers.html#networking-task-source">networking task source</a> <a href="browsers.html#concept-task" title="concept-task">tasks</a> to process the data as it is + <p>The <a href="web-application-apis.html#networking-task-source">networking task source</a> <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> to process the data as it is being fetched must, when appropriate, include the relevant substeps from the following list:</p> @@ -1560,15 +1560,15 @@ <p>Set the <code title="dom-media-duration"><a href="#dom-media-duration">duration</a></code> 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> named <code title="event-media-durationchange"><a href="#event-media-durationchange">durationchange</a></code> at the + <p class="note">The user agent <a href="#durationChange">will</a> <a href="web-application-apis.html#queue-a-task">queue a task</a> to + <a href="web-application-apis.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> <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 + <p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-loadedmetadata"><a href="#event-media-loadedmetadata">loadedmetadata</a></code> at the element.</p> @@ -1622,7 +1622,7 @@ <dd> - <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> + <p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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>.</p> @@ -1646,13 +1646,13 @@ 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_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-simple-event">fire a simple + <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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>.</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 + value and <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-emptied"><a href="#event-media-emptied">emptied</a></code> at the element.</p></li> @@ -1682,13 +1682,13 @@ 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_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-simple-event">fire a simple + <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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>.</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 + value and <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-emptied"><a href="#event-media-emptied">emptied</a></code> at the element.</p></li> @@ -1721,7 +1721,7 @@ 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>.</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 + <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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>.</p></li> @@ -1729,7 +1729,7 @@ value equal to <code title="dom-media-HAVE_NOTHING"><a href="#dom-media-have_nothing">HAVE_NOTHING</a></code>, 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 + value and <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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> @@ -1761,7 +1761,7 @@ </dd> - </dl><p>When the <a href="browsers.html#networking-task-source">networking task source</a> has <a href="browsers.html#queue-a-task" title="queue a task">queued</a> the last <a href="browsers.html#concept-task" title="concept-task">task</a> as part of <a href="infrastructure.html#fetch" title="fetch">fetching</a> the <a href="#media-resource">media resource</a> + </dl><p>When the <a href="web-application-apis.html#networking-task-source">networking task source</a> has <a href="web-application-apis.html#queue-a-task" title="queue a task">queued</a> the last <a href="web-application-apis.html#concept-task" title="concept-task">task</a> as part of <a href="infrastructure.html#fetch" title="fetch">fetching</a> the <a href="#media-resource">media resource</a> (i.e. once the download has completed), if the fetching process completes without errors, including decoding the media data, and if all of the data is available to the user agent without network @@ -1908,7 +1908,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> named + <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.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> @@ -1946,8 +1946,8 @@ if the <a href="#current-playback-position">current playback position</a> is before the <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> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p> + the past 15 to 250ms, then the user agent must <a href="web-application-apis.html#queue-a-task">queue a + task</a> to <a href="web-application-apis.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 @@ -2075,7 +2075,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 + the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a 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 @@ -2103,11 +2103,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 + <p>The user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a 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 + agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.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> </dd> @@ -2118,17 +2118,17 @@ <dd> <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 + less, the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire 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> named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code>.</p> + <a href="#potentially-playing">potentially playing</a>, <a href="web-application-apis.html#queue-a-task">queue a task</a> to + <a href="web-application-apis.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> - 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> + <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> + named <code title="event-media-play"><a href="#event-media-play">play</a></code>, and <a href="web-application-apis.html#queue-a-task">queue a + task</a> to <a href="web-application-apis.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 @@ -2136,8 +2136,8 @@ using script to force the video to play, so as to allow the user 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> named <code title="event-media-canplaythrough"><a href="#event-media-canplaythrough">canplaythrough</a></code>.</p> + <p>In any case, the user agent must finally <a href="web-application-apis.html#queue-a-task">queue a + task</a> to <a href="web-application-apis.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> @@ -2388,8 +2388,8 @@ <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> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p> + interaction</a>, the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to + <a href="web-application-apis.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 @@ -2398,9 +2398,9 @@ the element having <a href="#ended-playback">ended playback</a>, or playback having <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 + user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.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, and <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple + at the element, and <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-waiting"><a href="#event-media-waiting">waiting</a></code> at the element.</p> @@ -2421,10 +2421,10 @@ <li><p>Stop playback.</p><p class="note">The <code title="dom-media-ended"><a href="#dom-media-ended">ended</a></code> attribute becomes 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 + <li><p>The user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.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>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 + <li><p>The user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-ended"><a href="#event-media-ended">ended</a></code> at the element.</p></li> @@ -2435,7 +2435,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 + <li><p>The user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.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> </ol><p>The <dfn id="dom-media-defaultplaybackrate" title="dom-media-defaultPlaybackRate"><code>defaultPlaybackRate</code></dfn> @@ -2472,7 +2472,7 @@ <code title="dom-media-playbackRate"><a href="#dom-media-playbackrate">playbackRate</a></code> attributes 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 + user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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> @@ -2498,7 +2498,7 @@ possible position</a> of the <a href="#media-resource">media resource</a>.</p> <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 + agent to <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.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 <a href="#media-element">media element</a>.</p> <!-- if we're already playing at this point, it might also fire 'waiting' --> @@ -2512,21 +2512,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> + <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> 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> + <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> 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> + <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-playing"><a href="#event-media-playing">playing</a></code> at the element.</p></li> @@ -2551,11 +2551,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 + <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.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><a href="browsers.html#queue-a-task">Queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple + <li><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-pause"><a href="#event-media-pause">pause</a></code> at the element.</p></li> @@ -2628,8 +2628,8 @@ --><li><p>If the time was reached through the usual monotonic increase 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> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element. (In the + the past 15 to 250ms, then the user agent must <a href="web-application-apis.html#queue-a-task">queue a + task</a> to <a href="web-application-apis.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> @@ -2745,21 +2745,21 @@ <li><p>The <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> IDL 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> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p></li> + <li id="seekUpdate"><p>The user agent must <a href="web-application-apis.html#queue-a-task">queue a + task</a> to <a href="web-application-apis.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 + user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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> + <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-media-seeking"><a href="#event-media-seeking">seeking</a></code> at the element.</p></li> @@ -2775,7 +2775,7 @@ <li><p>The <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> IDL 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 + <li><p>The user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire 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> @@ -2809,7 +2809,7 @@ indicates that the author has not provided a scripted controller and would like the user agent to provide its own set of controls.</p><div class="impl"> - <p>If the attribute is present, or if <a href="browsers.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the + <p>If the attribute is present, or if <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the <a href="#media-element">media element</a>, then the user agent should <dfn id="expose-a-user-interface-to-the-user">expose a user interface to the user</dfn>. This user interface should include features to begin playback, pause playback, seek to an arbitrary @@ -2894,7 +2894,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 + the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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> Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.754 retrieving revision 1.755 diff -u -d -r1.754 -r1.755 --- browsers.html 5 Feb 2010 23:26:29 -0000 1.754 +++ browsers.html 6 Feb 2010 00:16:32 -0000 1.755 @@ -1,5 +1,5 @@ <!DOCTYPE HTML> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>5 Web browsers — HTML 5</title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>5 Loading Web pages — HTML 5</title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -281,7 +281,7 @@ <script src="link-fixup.js"></script> <link href="interactive-elements.html" title="4.11 Interactive elements" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> - <link href="offline.html" title="5.8 Offline Web applications" rel="next"> [...2520 lines suppressed...] - be blocked, even though the script hasn't returned.</p> - - <p>Values of cookies and items in the <code>Storage</code> objects - of <code title="dom-localStorage">localStorage</code> attributes - can change after calling this method, whence its name.</p> - - </dd> - - </dl><div class="impl"> - - <p>The <dfn id="dom-navigator-yieldforstorageupdates" title="dom-navigator-yieldForStorageUpdates"><code>yieldForStorageUpdates()</code></dfn> - method, when invoked, must, if the <a href="#storage-mutex">storage mutex</a> is - owned by the <a href="#event-loop">event loop</a> of the <a href="#concept-task" title="concept-task">task</a> that resulted in the method being - called, release the <a href="#storage-mutex">storage mutex</a> so that it is once - again free. Otherwise, it must do nothing.</p> - - </div></body></html> \ No newline at end of file + been used.</p></body></html> \ No newline at end of file Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v retrieving revision 1.754 retrieving revision 1.755 diff -u -d -r1.754 -r1.755 --- the-xhtml-syntax.html 5 Feb 2010 23:26:32 -0000 1.754 +++ the-xhtml-syntax.html 6 Feb 2010 00:16:34 -0000 1.755 @@ -1,5 +1,5 @@ <!DOCTYPE HTML> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>8 The XHTML syntax — HTML 5</title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>9 The XHTML syntax — HTML 5</title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -279,26 +279,26 @@ } </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> - <link href="named-character-references.html" title="7.5 Named character references" rel="prev"> + <link href="named-character-references.html" title="8.5 Named character references" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> - <link href="obsolete.html" title="10 Obsolete features" rel="next"> + <link href="obsolete.html" title="11 Obsolete features" rel="next"> </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> </div><nav> - <a href="named-character-references.html">← 7.5 Named character references</a> – + <a href="named-character-references.html">← 8.5 Named character references</a> – <a href="spec.html#contents">Table of contents</a> – - <a href="obsolete.html">10 Obsolete features →</a> - </nav><p>This is revision 1.3721.</p> + <a href="obsolete.html">11 Obsolete features →</a> + </nav><p>This is revision 1.3726.</p> - <h2 id="the-xhtml-syntax"><span class="secno">8 </span><dfn id="xhtml">The XHTML syntax</dfn></h2><p class="note">This section only describes the rules for XML + <h2 id="the-xhtml-syntax"><span class="secno">9 </span><dfn id="xhtml">The XHTML syntax</dfn></h2><p class="note">This section only describes the rules for XML resources. Rules for <code><a href="iana.html#text-html">text/html</a></code> resources are discussed in the section above entitled "<a href="syntax.html#syntax">The HTML syntax</a>".</p><div class="impl"> - <h3 id="writing-xhtml-documents"><span class="secno">8.1 </span>Writing XHTML documents</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="writing-xhtml-documents"><span class="secno">9.1 </span>Writing XHTML documents</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> </div><p>The syntax for using HTML with XML, whether in XHTML documents or embedded in other XML documents, is defined in the XML and @@ -312,7 +312,7 @@ for characters in XHTML documents is unsafe if they are defined in an external file (except for <code title="">&lt;</code>, <code title="">&gt;</code>, <code title="">&amp;</code>, <code title="">&quot;</code> and <code title="">&apos;</code>).</p><div class="impl"> - <h3 id="parsing-xhtml-documents"><span class="secno">8.2 </span>Parsing XHTML documents</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="parsing-xhtml-documents"><span class="secno">9.2 </span>Parsing XHTML documents</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>This section describes the relationship between XML and the DOM, with a particular emphasis on how this interacts with HTML.</p> @@ -355,15 +355,15 @@ user agent must run the following steps:</p> <ol><li><p>Block this instance of the <a href="#xml-parser">XML parser</a>, such - that the <a href="browsers.html#event-loop">event loop</a> will not run <a href="browsers.html#concept-task" title="concept-task">tasks</a> that invoke it.</p></li> + that the <a href="web-application-apis.html#event-loop">event loop</a> will not run <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> that invoke it.</p></li> - <li><p><a href="browsers.html#spin-the-event-loop">Spin the event loop</a> until there is no <a href="semantics.html#a-style-sheet-blocking-scripts" title="a style sheet blocking scripts">style sheet blocking + <li><p><a href="web-application-apis.html#spin-the-event-loop">Spin the event loop</a> until there is no <a href="semantics.html#a-style-sheet-blocking-scripts" title="a style sheet blocking scripts">style sheet blocking scripts</a> and the <a href="semantics.html#pending-parsing-blocking-script">pending parsing-blocking script</a>'s <a href="semantics.html#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag is set.</p></li> <li><p>Unblock this instance of the <a href="#xml-parser">XML parser</a>, such - that <a href="browsers.html#concept-task" title="concept-task">tasks</a> that invoke it can + that <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> that invoke it can again be run.</p></li> <li><p><a href="semantics.html#executing-a-script-block" title="executing a script block">Execute</a> the @@ -387,7 +387,7 @@ - <h3 id="serializing-xhtml-fragments"><span class="secno">8.3 </span>Serializing XHTML fragments</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="serializing-xhtml-fragments"><span class="secno">9.3 </span>Serializing XHTML fragments</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>The <dfn id="xml-fragment-serialization-algorithm">XML fragment serialization algorithm</dfn> for a <code>Document</code> or <code>Element</code> node either returns a @@ -484,7 +484,7 @@ - <h3 id="parsing-xhtml-fragments"><span class="secno">8.4 </span>Parsing XHTML fragments</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="parsing-xhtml-fragments"><span class="secno">9.4 </span>Parsing XHTML fragments</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>The <dfn id="xml-fragment-parsing-algorithm">XML fragment parsing algorithm</dfn> for either returns a <code>Document</code> or raises a <code><a href="infrastructure.html#syntax_err">SYNTAX_ERR</a></code> @@ -551,7 +551,7 @@ </ol></div><div class="impl"> - <h2 id="rendering"><span class="secno">9 </span>Rendering</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h2 id="rendering"><span class="secno">10 </span>Rendering</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p><i>User agents are not required to present HTML documents in any particular way. However, this section provides a set of suggestions @@ -563,7 +563,7 @@ lead to this experience.</i></p> - <h3 id="introduction-4"><span class="secno">9.1 </span>Introduction</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="introduction-4"><span class="secno">10.1 </span>Introduction</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>In general, user agents are expected to support CSS, and many of the suggestions in this section are expressed in CSS terms. User @@ -596,9 +596,9 @@ </div><div class="impl"> - <h3 id="the-css-user-agent-style-sheet-and-presentational-hints"><span class="secno">9.2 </span>The CSS user agent style sheet and presentational hints</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="the-css-user-agent-style-sheet-and-presentational-hints"><span class="secno">10.2 </span>The CSS user agent style sheet and presentational hints</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> - <h4 id="introduction-5"><span class="secno">9.2.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p> + <h4 id="introduction-5"><span class="secno">10.2.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p> <p>The CSS rules given in these subsections are, except where otherwise specified, expected to be used as part of the user-agent @@ -632,7 +632,7 @@ </div><div class="impl"> - <h4 id="display-types"><span class="secno">9.2.2 </span>Display types</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="display-types"><span class="secno">10.2.2 </span>Display types</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -699,7 +699,7 @@ <!-- section 9.5.2 of CSS2.1 --> <p>The user agent is expected to hide <code><a href="semantics.html#the-noscript-element">noscript</a></code> elements - for whom <a href="browsers.html#concept-n-script" title="concept-n-script">scripting is enabled</a>, + for whom <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting is enabled</a>, irrespective of CSS rules.</p> <p>In <a href="dom.html#html-documents">HTML documents</a>, the user agent is expected to @@ -710,7 +710,7 @@ </div><div class="impl"> - <h4 id="margins-and-padding"><span class="secno">9.2.3 </span>Margins and padding</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="margins-and-padding"><span class="secno">10.2.3 </span>Margins and padding</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -888,7 +888,7 @@ </div><div class="impl"> - <h4 id="alignment"><span class="secno">9.2.4 </span>Alignment</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="alignment"><span class="secno">10.2.4 </span>Alignment</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -989,7 +989,7 @@ </div><div class="impl"> - <h4 id="fonts-and-colors"><span class="secno">9.2.5 </span>Fonts and colors</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="fonts-and-colors"><span class="secno">10.2.5 </span>Fonts and colors</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1228,7 +1228,7 @@ </ol></div><div class="impl"> - <h4 id="punctuation-and-decorations"><span class="secno">9.2.6 </span>Punctuation and decorations</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="punctuation-and-decorations"><span class="secno">10.2.6 </span>Punctuation and decorations</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1384,7 +1384,7 @@ </div><div class="impl"> - <h4 id="resetting-rules-for-inherited-properties"><span class="secno">9.2.7 </span>Resetting rules for inherited properties</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="resetting-rules-for-inherited-properties"><span class="secno">10.2.7 </span>Resetting rules for inherited properties</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>The following rules are also expected to be in play, resetting certain properties to block inheritance by default.</p> @@ -1418,7 +1418,7 @@ </div><div class="impl"> - <h4 id="the-hr-element-0"><span class="secno">9.2.8 </span>The <code><a href="semantics.html#the-hr-element">hr</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-hr-element-0"><span class="secno">10.2.8 </span>The <code><a href="semantics.html#the-hr-element">hr</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1468,7 +1468,7 @@ </div><div class="impl"> - <h4 id="the-fieldset-element-0"><span class="secno">9.2.9 </span>The <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-fieldset-element-0"><span class="secno">10.2.9 </span>The <code><a href="forms.html#the-fieldset-element">fieldset</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1505,9 +1505,9 @@ </td><td>In the middle </td></tr></tbody></table></div><div class="impl"> - <h3 id="replaced-elements"><span class="secno">9.3 </span>Replaced elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="replaced-elements"><span class="secno">10.3 </span>Replaced elements</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> - <h4 id="embedded-content-2"><span class="secno">9.3.1 </span>Embedded content</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="embedded-content-2"><span class="secno">10.3.1 </span>Embedded content</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-embed-element">embed</a></code>, <code><a href="text-level-semantics.html#the-iframe-element">iframe</a></code>, and <code><a href="video.html#video">video</a></code> elements are expected to be treated as replaced @@ -1562,7 +1562,7 @@ </div><div class="impl"> - <h4 id="images"><span class="secno">9.3.2 </span>Images</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="images"><span class="secno">10.3.2 </span>Images</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When an <code><a href="text-level-semantics.html#the-img-element">img</a></code> element or an <code><a href="forms.html#the-input-element">input</a></code> element when its <code title="attr-input-type"><a href="forms.html#attr-input-type">type</a></code> attribute is in @@ -1631,7 +1631,7 @@ </div><div class="impl"> - <h4 id="attributes-for-embedded-content-and-images"><span class="secno">9.3.3 </span>Attributes for embedded content and images</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="attributes-for-embedded-content-and-images"><span class="secno">10.3.3 </span>Attributes for embedded content and images</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>The following CSS rules are expected to apply as <a href="#presentational-hints">presentational hints</a>:</p> @@ -1726,7 +1726,7 @@ </div><div class="impl"> - <h4 id="image-maps-0"><span class="secno">9.3.4 </span>Image maps</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="image-maps-0"><span class="secno">10.3.4 </span>Image maps</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>Shapes on an <a href="the-canvas-element.html#image-map">image map</a> are expected to act, for the purpose of the CSS cascade, as elements independent of the original @@ -1751,7 +1751,7 @@ </div><div class="impl"> - <h4 id="toolbars-0"><span class="secno">9.3.5 </span>Toolbars</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="toolbars-0"><span class="secno">10.3.5 </span>Toolbars</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When a <code><a href="interactive-elements.html#menus">menu</a></code> element's <code title="attr-menu-type"><a href="interactive-elements.html#attr-menu-type">type</a></code> attribute is in the <a href="interactive-elements.html#toolbar-state" title="toolbar state">toolbar</a> state, the element is expected to be treated as a replaced element with a height about two @@ -1764,9 +1764,9 @@ </div><div class="impl"> - <h3 id="bindings"><span class="secno">9.4 </span>Bindings</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="bindings"><span class="secno">10.4 </span>Bindings</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> - <h4 id="introduction-6"><span class="secno">9.4.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="introduction-6"><span class="secno">10.4.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>A number of elements have their rendering defined in terms of the 'binding' property. <a href="references.html#refsBECSS">[BECSS]</a></p> @@ -1786,7 +1786,7 @@ </div><div class="impl"> - <h4 id="the-button-element-0"><span class="secno">9.4.2 </span>The <code><a href="forms.html#the-button-element">button</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-button-element-0"><span class="secno">10.4.2 </span>The <code><a href="forms.html#the-button-element">button</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1811,7 +1811,7 @@ </div> --><div class="impl"> - <h4 id="the-details-element-0"><span class="secno">9.4.3 </span>The <code><a href="interactive-elements.html#the-details-element">details</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-details-element-0"><span class="secno">10.4.3 </span>The <code><a href="interactive-elements.html#the-details-element">details</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1842,7 +1842,7 @@ </div><div class="impl"> - <h4 id="the-input-element-as-a-text-entry-widget"><span class="secno">9.4.4 </span>The <code><a href="forms.html#the-input-element">input</a></code> element as a text entry widget</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-element-as-a-text-entry-widget"><span class="secno">10.4.4 </span>The <code><a href="forms.html#the-input-element">input</a></code> element as a text entry widget</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1886,7 +1886,7 @@ </div><div class="impl"> - <h4 id="the-input-element-as-domain-specific-widgets"><span class="secno">9.4.5 </span>The <code><a href="forms.html#the-input-element">input</a></code> element as domain-specific widgets</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-element-as-domain-specific-widgets"><span class="secno">10.4.5 </span>The <code><a href="forms.html#the-input-element">input</a></code> element as domain-specific widgets</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1938,7 +1938,7 @@ </div><div class="impl"> - <h4 id="the-input-element-as-a-range-control"><span class="secno">9.4.6 </span>The <code><a href="forms.html#the-input-element">input</a></code> element as a range control</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-element-as-a-range-control"><span class="secno">10.4.6 </span>The <code><a href="forms.html#the-input-element">input</a></code> element as a range control</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1961,7 +1961,7 @@ </div><div class="impl"> - <h4 id="the-input-element-as-a-color-well"><span class="secno">9.4.7 </span>The <code><a href="forms.html#the-input-element">input</a></code> element as a color well</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-element-as-a-color-well"><span class="secno">10.4.7 </span>The <code><a href="forms.html#the-input-element">input</a></code> element as a color well</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1980,7 +1980,7 @@ </div><div class="impl"> - <h4 id="the-input-element-as-a-check-box-and-radio-button-widgets"><span class="secno">9.4.8 </span>The <code><a href="forms.html#the-input-element">input</a></code> element as a check box and radio button widgets</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-element-as-a-check-box-and-radio-button-widgets"><span class="secno">10.4.8 </span>The <code><a href="forms.html#the-input-element">input</a></code> element as a check box and radio button widgets</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -1999,7 +1999,7 @@ </div><div class="impl"> - <h4 id="the-input-element-as-a-file-upload-control"><span class="secno">9.4.9 </span>The <code><a href="forms.html#the-input-element">input</a></code> element as a file upload control</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-element-as-a-file-upload-control"><span class="secno">10.4.9 </span>The <code><a href="forms.html#the-input-element">input</a></code> element as a file upload control</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2014,7 +2014,7 @@ </div><div class="impl"> - <h4 id="the-input-element-as-a-button"><span class="secno">9.4.10 </span>The <code><a href="forms.html#the-input-element">input</a></code> element as a button</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-input-element-as-a-button"><span class="secno">10.4.10 </span>The <code><a href="forms.html#the-input-element">input</a></code> element as a button</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2032,7 +2032,7 @@ </div><div class="impl"> - <h4 id="the-marquee-element-0"><span class="secno">9.4.11 </span>The <code><a href="obsolete.html#the-marquee-element">marquee</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-marquee-element-0"><span class="secno">10.4.11 </span>The <code><a href="obsolete.html#the-marquee-element">marquee</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2195,7 +2195,7 @@ </div><div class="impl"> - <h4 id="the-meter-element-0"><span class="secno">9.4.12 </span>The <code><a href="forms.html#the-meter-element">meter</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-meter-element-0"><span class="secno">10.4.12 </span>The <code><a href="forms.html#the-meter-element">meter</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2225,7 +2225,7 @@ </div><div class="impl"> - <h4 id="the-progress-element-0"><span class="secno">9.4.13 </span>The <code><a href="forms.html#the-progress-element">progress</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-progress-element-0"><span class="secno">10.4.13 </span>The <code><a href="forms.html#the-progress-element">progress</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2261,7 +2261,7 @@ </div><div class="impl"> - <h4 id="the-select-element-0"><span class="secno">9.4.14 </span>The <code><a href="forms.html#the-select-element">select</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-select-element-0"><span class="secno">10.4.14 </span>The <code><a href="forms.html#the-select-element">select</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2317,7 +2317,7 @@ </div><div class="impl"> - <h4 id="the-textarea-element-0"><span class="secno">9.4.15 </span>The <code><a href="forms.html#the-textarea-element">textarea</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-textarea-element-0"><span class="secno">10.4.15 </span>The <code><a href="forms.html#the-textarea-element">textarea</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2366,7 +2366,7 @@ </div><div class="impl"> - <h4 id="the-keygen-element-0"><span class="secno">9.4.16 </span>The <code><a href="forms.html#the-keygen-element">keygen</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-keygen-element-0"><span class="secno">10.4.16 </span>The <code><a href="forms.html#the-keygen-element">keygen</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2379,7 +2379,7 @@ </div><div class="impl"> - <h4 id="the-time-element-0"><span class="secno">9.4.17 </span>The <code><a href="text-level-semantics.html#the-time-element">time</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-time-element-0"><span class="secno">10.4.17 </span>The <code><a href="text-level-semantics.html#the-time-element">time</a></code> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <pre class="css">@namespace url(http://www.w3.org/1999/xhtml); @@ -2393,7 +2393,7 @@ </div><div class="impl"> - <h3 id="frames-and-framesets"><span class="secno">9.5 </span>Frames and framesets</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="frames-and-framesets"><span class="secno">10.5 </span>Frames and framesets</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When an <code><a href="semantics.html#the-html-element-0">html</a></code> element's second child element is a <code><a href="obsolete.html#frameset">frameset</a></code> element, the user agent is expected to render @@ -2675,9 +2675,9 @@ </div><div class="impl"> - <h3 id="interactive-media"><span class="secno">9.6 </span>Interactive media</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="interactive-media"><span class="secno">10.6 </span>Interactive media</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> - <h4 id="links-forms-and-navigation"><span class="secno">9.6.1 </span>Links, forms, and navigation</h4> + <h4 id="links-forms-and-navigation"><span class="secno">10.6.1 </span>Links, forms, and navigation</h4> <p>User agents are expected to allow the user to control aspects of <a href="interactive-elements.html#hyperlink">hyperlink</a> activation and <a href="forms.html#form-submission">form submission</a>, @@ -2711,7 +2711,7 @@ - <h4 id="the-title-attribute-0"><span class="secno">9.6.2 </span>The <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code> attribute</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-title-attribute-0"><span class="secno">10.6.2 </span>The <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code> attribute</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>Given an element (e.g. the element designated by the mouse cursor), if the element, or one of its ancestors, has a <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code> attribute, and the nearest such @@ -2727,7 +2727,7 @@ breaks in the tooltip.</p> - <h4 id="editing-hosts"><span class="secno">9.6.3 </span>Editing hosts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="editing-hosts"><span class="secno">10.6.3 </span>Editing hosts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>The current text editing caret (the one at the <a href="editing.html#caret-position">caret position</a> in a focused <a href="editing.html#editing-host">editing host</a>) is expected @@ -2742,7 +2742,7 @@ - <h3 id="print-media"><span class="secno">9.7 </span>Print media</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="print-media"><span class="secno">10.7 </span>Print media</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>User agents are expected to allow the user to request the opportunity to <dfn id="obtain-a-physical-form">obtain a physical form</dfn> (or a Index: offline.html =================================================================== RCS file: /sources/public/html5/spec/offline.html,v retrieving revision 1.749 retrieving revision 1.750 diff -u -d -r1.749 -r1.750 --- offline.html 5 Feb 2010 23:26:31 -0000 1.749 +++ offline.html 6 Feb 2010 00:16:34 -0000 1.750 @@ -1,5 +1,5 @@ <!DOCTYPE HTML> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>5.8 Offline Web applications — HTML 5</title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>5.6 Offline Web applications — HTML 5</title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -279,22 +279,22 @@ } </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> - <link href="browsers.html" title="5 Web browsers" rel="prev"> + <link href="history.html" title="5.4 Session history and navigation" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> - <link href="history.html" title="5.9 Session history and navigation" rel="next"> + <link href="web-application-apis.html" title="6 Web application APIs" rel="next"> </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> </div><nav> - <a href="browsers.html">← 5 Web browsers</a> – + <a href="history.html">← 5.4 Session history and navigation</a> – <a href="spec.html#contents">Table of contents</a> – - <a href="history.html">5.9 Session history and navigation →</a> - </nav><p>This is revision 1.3721.</p> + <a href="web-application-apis.html">6 Web application APIs →</a> + </nav><p>This is revision 1.3726.</p> - <h3 id="offline"><span class="secno">5.8 </span>Offline Web applications</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 ideas for appcache: + <h3 id="offline"><span class="secno">5.6 </span>Offline Web applications</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 ideas for appcache: * A way to limit what gets download when the user agent is updating the application cache and it turns out the server has @@ -334,7 +334,7 @@ else by just making the script pick the other user's variant, and then reloading. - --><h4 id="introduction-2"><span class="secno">5.8.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>In order to enable users to continue interacting with Web + --><h4 id="introduction-1"><span class="secno">5.6.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>In order to enable users to continue interacting with Web applications and documents even when their network connection is unavailable — for instance, because they are traveling outside of their ISP's coverage area — authors can provide a manifest @@ -383,7 +383,7 @@ served over TLS (encrypted, using <code title="">https:</code>) are overridden by manifests. Thus, pages will not expire from an application cache before the user agent has updated it, and even - applications served over TLS can be made to work offline.</p><h5 id="appcacheevents"><span class="secno">5.8.1.1 </span>Event summary</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>When the user visits a page that declares a manifest, the browser + applications served over TLS can be made to work offline.</p><h5 id="appcacheevents"><span class="secno">5.6.1.1 </span>Event summary</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>When the user visits a page that declares a manifest, the browser will try to update the cache. It does this by fetching a copy of the manifest and, if the manifest has changed since the user agent last saw it, redownloading all the resources it mentions and caching them @@ -431,7 +431,7 @@ </td><td> The user agent will try fetching the files again momentarily. </td></tr></tbody></table><div class="impl"> - <h4 id="appcache"><span class="secno">5.8.2 </span>Application caches</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="appcache"><span class="secno">5.6.2 </span>Application caches</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>An <dfn id="application-cache">application cache</dfn> is a set of cached resources consisting of:</p> @@ -593,7 +593,7 @@ </div> - </div><h4 id="manifests"><span class="secno">5.8.3 </span>The cache manifest syntax</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h5 id="a-sample-manifest"><span class="secno">5.8.3.1 </span>A sample manifest</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This example manifest requires two images and a style sheet to be + </div><h4 id="manifests"><span class="secno">5.6.3 </span>The cache manifest syntax</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h5 id="a-sample-manifest"><span class="secno">5.6.3.1 </span>A sample manifest</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>This example manifest requires two images and a style sheet to be cached and whitelists a CGI script.</p><pre>CACHE MANIFEST # the above line is required @@ -642,7 +642,7 @@ FALLBACK: / /offline.html NETWORK: -*</pre><h5 id="writing-cache-manifests"><span class="secno">5.8.3.2 </span>Writing cache manifests</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Manifests must be served using the +*</pre><h5 id="writing-cache-manifests"><span class="secno">5.6.3.2 </span>Writing cache manifests</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Manifests must be served using the <code><a href="iana.html#text-cache-manifest">text/cache-manifest</a></code> <a href="infrastructure.html#mime-type">MIME type</a>. All resources served using the <code><a href="iana.html#text-cache-manifest">text/cache-manifest</a></code> <a href="infrastructure.html#mime-type">MIME type</a> must follow the syntax of application cache @@ -769,7 +769,7 @@ namespaces</a> and namespaces in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> are matched by <a href="infrastructure.html#prefix-match">prefix match</a>.</p><div class="impl"> - <h5 id="parsing-cache-manifests"><span class="secno">5.8.3.3 </span>Parsing cache manifests</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="parsing-cache-manifests"><span class="secno">5.6.3.3 </span>Parsing cache manifests</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When a user agent is to <dfn id="parse-a-manifest">parse a manifest</dfn>, it means that the user agent must run the following steps:</p> @@ -1039,7 +1039,7 @@ </div> - <h4 id="downloading-or-updating-an-application-cache"><span class="secno">5.8.4 </span>Downloading or updating an application cache</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="downloading-or-updating-an-application-cache"><span class="secno">5.6.4 </span>Downloading or updating an application cache</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When the user agent is required (by other parts of this specification) to start the <dfn id="application-cache-download-process">application cache download @@ -1048,7 +1048,7 @@ <a href="#application-cache-group">application cache group</a>, potentially given a particular <a href="#cache-host">cache host</a>, and potentially given a <a href="#concept-appcache-master" title="concept-appcache-master">master</a> resource, the user agent must run the steps below. These steps are always run - asynchronously, in parallel with the <a href="browsers.html#event-loop">event loop</a> <a href="browsers.html#concept-task" title="concept-task">tasks</a>.</p> + asynchronously, in parallel with the <a href="web-application-apis.html#event-loop">event loop</a> <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a>.</p> <p>Some of these steps have requirements that only apply if the user agent <dfn id="shows-caching-progress">shows caching progress</dfn>. Support for this is @@ -1128,7 +1128,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="#queue-a-post-load-task">queue a post-load task</a> to - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code> that is + <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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 @@ -1138,7 +1138,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="#queue-a-post-load-task">queue a post-load task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple + <a href="#queue-a-post-load-task">queue a post-load task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> 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 @@ -1156,7 +1156,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="#queue-a-post-load-task">queue a post-load task</a> to <a href="browsers.html#fire-a-simple-event">fire a + group</var>, <a href="#queue-a-post-load-task">queue a post-load task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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 @@ -1175,7 +1175,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="#queue-a-post-load-task">queue a post-load task</a> to <a href="browsers.html#fire-a-simple-event">fire a + host</a>; <a href="#queue-a-post-load-task">queue a post-load task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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 @@ -1213,12 +1213,12 @@ associated with an <a href="#application-cache">application cache</a> in the <var title="">cache group</var>.</p></li> <li><p>Let <var title="">task list</var> be an empty list of - <a href="browsers.html#concept-task" title="concept-task">tasks</a>.</p> + <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a>.</p> </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>, create a <a href="browsers.html#concept-task" title="concept-task">task</a> to - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code> that is + group</var>, create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> to + <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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>, and add it to <var title="">task list</var>. The default action of these events must be, if the @@ -1227,8 +1227,8 @@ application is no longer available for offline use.</p></li> <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>, create a <a href="browsers.html#concept-task" title="concept-task">task</a> - to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that is cancelable named + entries</a>, create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> + to <a href="web-application-apis.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> (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 @@ -1248,7 +1248,7 @@ <li><p>Let the <a href="#concept-appcache-status" title="concept-appcache-status">status</a> of <var title="">cache group</var> be <i>idle</i>.</p></li> - <li><p>For each <a href="browsers.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load + <li><p>For each <a href="web-application-apis.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load task">queue that task as a post-load task</a>.</p></li> <li><p>Abort the <a href="#application-cache-download-process">application cache download @@ -1282,7 +1282,7 @@ cache</a> in <var title="">cache group</var>.</p></li> <li><p>Let <var title="">task list</var> be an empty list of - <a href="browsers.html#concept-task" title="concept-task">tasks</a>.</p> + <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a>.</p> </li><li> @@ -1291,7 +1291,7 @@ either completely downloaded or failed.</p> <p>If the download failed (e.g. the connection times out, or the - user cancels the download), then create a <a href="browsers.html#concept-task" title="concept-task">task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple + user cancels the download), then create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> to <a href="web-application-apis.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 @@ -1317,8 +1317,8 @@ <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>, create a <a href="browsers.html#concept-task" title="concept-task">task</a> to - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that is cancelable named <code title="event-appcache-noupdate"><a href="#event-appcache-noupdate">noupdate</a></code> at the + group</var>, create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> to + <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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>, and add it to <var title="">task list</var>. The default action of these events must be, if the user agent @@ -1334,7 +1334,7 @@ <li><p>Let the <a href="#concept-appcache-status" title="concept-appcache-status">status</a> of <var title="">cache group</var> be <i>idle</i>.</p></li> - <li><p>For each <a href="browsers.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load + <li><p>For each <a href="web-application-apis.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load task">queue that task as a post-load task</a>.</p></li> <li><p>Abort the <a href="#application-cache-download-process">application cache download @@ -1356,7 +1356,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="#queue-a-post-load-task">queue a post-load task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple + <a href="#queue-a-post-load-task">queue a post-load task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> that 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 @@ -1569,7 +1569,7 @@ <ol><li><p>Unassociate the <code>Document</code> for this entry from <var title="">new cache</var>.</p></li> - <li><p><a href="#queue-a-post-load-task">Queue a post-load task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple + <li><p><a href="#queue-a-post-load-task">Queue a post-load task</a> to <a href="web-application-apis.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 <code>Document</code> for this entry, if there still is one. The @@ -1635,15 +1635,15 @@ <li><p>Set the <a href="#concept-appcache-completeness" title="concept-appcache-completeness">completeness flag</a> of <var title="">new cache</var> to <i>complete</i>.</p></li> - <li><p>Let <var title="">task list</var> be an empty list of <a href="browsers.html#concept-task" title="concept-task">tasks</a>.</p> + <li><p>Let <var title="">task list</var> be an empty list of <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a>.</p> </li><li> <p>If this is a <a href="#concept-appcache-cache" title="concept-appcache-cache">cache 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>, create a <a href="browsers.html#concept-task" title="concept-task">task</a> to - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that is cancelable named <code title="event-appcache-cached"><a href="#event-appcache-cached">cached</a></code> at the + group</var>, create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> to + <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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>, and add it to <var title="">task list</var>. The default action of these events must be, if the user agent @@ -1653,7 +1653,7 @@ <p>Otherwise, it is an <a href="#concept-appcache-upgrade" title="concept-appcache-upgrade">upgrade attempt</a>. 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>, create a <a href="browsers.html#concept-task" title="concept-task">task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple + cache</a> in <var title="">cache group</var>, create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> that is cancelable 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>, and add it to <var title="">task list</var>. The @@ -1671,12 +1671,12 @@ status</a> of <var title="">cache group</var> to <i>idle</i>.</p></li> - <li><p>For each <a href="browsers.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load + <li><p>For each <a href="web-application-apis.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load task">queue that task as a post-oad task</a>.</p></li> </ol><p>The <dfn id="cache-failure-steps">cache failure steps</dfn> are as follows:</p> - <ol><li><p>Let <var title="">task list</var> be an empty list of <a href="browsers.html#concept-task" title="concept-task">tasks</a>.</p> + <ol><li><p>Let <var title="">task list</var> be an empty list of <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a>.</p> </li><li> @@ -1690,8 +1690,8 @@ </li><li><p>Unassociate the <code>Document</code> for this entry from its <a href="#application-cache">application cache</a>, if it has one.</p></li> - <li><p>Create a <a href="browsers.html#concept-task" title="concept-task">task</a> to - <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 + <li><p>Create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> to + <a href="web-application-apis.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 <code>Document</code> for this entry, if there still is one, and add it to <var title="">task list</var>. The default action of @@ -1704,7 +1704,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>, - create a <a href="browsers.html#concept-task" title="concept-task">task</a> to <a href="browsers.html#fire-a-simple-event">fire a + create a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> to <a href="web-application-apis.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>, and add it to <var title="">task list</var>. The @@ -1731,7 +1731,7 @@ attempt</a>, discard <var title="">cache group</var> altogether.</p> - </li><li><p>For each <a href="browsers.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load + </li><li><p>For each <a href="web-application-apis.html#concept-task" title="concept-task">task</a> in <var title="">task list</var>, <a href="#queue-a-post-load-task" title="queue a post-load task">queue that task as a post-load task</a>.</p></li> <li><p>Abort the <a href="#application-cache-download-process">application cache download @@ -1754,14 +1754,14 @@ <code>Document</code> is created, the list must be empty.</p> <p>When the steps above say to <dfn id="queue-a-post-load-task">queue a post-load task</dfn> - <var title="">task</var>, where <var title="">task</var> is a <a href="browsers.html#concept-task" title="concept-task">task</a> that dispatches an event on a + <var title="">task</var>, where <var title="">task</var> is a <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that dispatches an event on a target <code><a href="#applicationcache">ApplicationCache</a></code> object <var title="">target</var>, the user agent must run the appropriate steps from the following list:</p> <dl><dt>If <var title="">target</var>'s <code>Document</code> has <a href="syntax.html#completely-loaded">completely loaded</a></dt> - <dd><p><a href="browsers.html#queue-a-task" title="queue a task">Queue</a> the task <var title="">task</var>.</p></dd> + <dd><p><a href="web-application-apis.html#queue-a-task" title="queue a task">Queue</a> the task <var title="">task</var>.</p></dd> <dt>Otherwise</dt> @@ -1769,13 +1769,13 @@ <code>Document</code>'s list of <a href="#pending-application-cache-download-process-tasks">pending application cache download process tasks</a>.</p></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#networking-task-source">networking task + </dl><p>The <a href="web-application-apis.html#task-source">task source</a> for these <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> is the <a href="web-application-apis.html#networking-task-source">networking task source</a>.</p> - <h4 id="the-application-cache-selection-algorithm"><span class="secno">5.8.5 </span>The application cache selection algorithm</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-application-cache-selection-algorithm"><span class="secno">5.6.5 </span>The application cache selection algorithm</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When the <dfn id="concept-appcache-init" title="concept-appcache-init">application cache selection algorithm</dfn> algorithm is invoked with a @@ -1862,7 +1862,7 @@ </dd> - </dl><h4 id="changesToNetworkingModel"><span class="secno">5.8.6 </span>Changes to the networking model</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </dl><h4 id="changesToNetworkingModel"><span class="secno">5.6.6 </span>Changes to the networking model</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When a <a href="#cache-host">cache host</a> is associated with an <a href="#application-cache">application cache</a> whose <a href="#concept-appcache-completeness" title="concept-appcache-completeness">completeness flag</a> is @@ -1926,7 +1926,7 @@ primed the first time), making the testing of offline applications simpler.</p> - </div><h4 id="expiring-application-caches"><span class="secno">5.8.7 </span>Expiring application caches</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>As a general rule, user agents should not expire application + </div><h4 id="expiring-application-caches"><span class="secno">5.6.7 </span>Expiring application caches</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>As a general rule, user agents should not expire application caches, except on request from the user, or after having been left unused for an extended period of time.</p><p>Application caches and cookies have similar implications with respect to privacy (e.g. if the site can identify the user when @@ -1937,7 +1937,7 @@ origin-specific data.</p><p class="example">For example, a user agent could have a "delete site-specific data" feature that clears all cookies, application caches, local storage, databases, etc, from an origin all at - once.</p><h4 id="application-cache-api"><span class="secno">5.8.8 </span>Application cache API</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="applicationcache">ApplicationCache</dfn> { + once.</p><h4 id="application-cache-api"><span class="secno">5.6.8 </span>Application cache API</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="applicationcache">ApplicationCache</dfn> { // <a href="#concept-appcache-status" title="concept-appcache-status">update status</a> const unsigned short <a href="#dom-appcache-uncached" title="dom-appcache-UNCACHED">UNCACHED</a> = 0; @@ -1953,14 +1953,14 @@ void <a href="#dom-appcache-swapcache" title="dom-appcache-swapCache">swapCache</a>(); // events - attribute <a href="browsers.html#function">Function</a> <a href="#handler-appcache-onchecking" title="handler-appcache-onchecking">onchecking</a>; - attribute <a href="browsers.html#function">Function</a> <a href="#handler-appcache-onerror" title="handler-appcache-onerror">onerror</a>; - attribute <a href="browsers.html#function">Function</a> <a href="#handler-appcache-onnoupdate" title="handler-appcache-onnoupdate">onnoupdate</a>; - attribute <a href="browsers.html#function">Function</a> <a href="#handler-appcache-ondownloading" title="handler-appcache-ondownloading">ondownloading</a>; - attribute <a href="browsers.html#function">Function</a> <a href="#handler-appcache-onprogress" title="handler-appcache-onprogress">onprogress</a>; - attribute <a href="browsers.html#function">Function</a> <a href="#handler-appcache-onupdateready" title="handler-appcache-onupdateready">onupdateready</a>; - attribute <a href="browsers.html#function">Function</a> <a href="#handler-appcache-oncached" title="handler-appcache-oncached">oncached</a>; - attribute <a href="browsers.html#function">Function</a> <a href="#handler-appcache-onobsolete" title="handler-appcache-onobsolete">onobsolete</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-onchecking" title="handler-appcache-onchecking">onchecking</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-onerror" title="handler-appcache-onerror">onerror</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-onnoupdate" title="handler-appcache-onnoupdate">onnoupdate</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-ondownloading" title="handler-appcache-ondownloading">ondownloading</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-onprogress" title="handler-appcache-onprogress">onprogress</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-onupdateready" title="handler-appcache-onupdateready">onupdateready</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-oncached" title="handler-appcache-oncached">oncached</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-appcache-onobsolete" title="handler-appcache-onobsolete">onobsolete</a>; }; <a href="#applicationcache">ApplicationCache</a> implements <span>EventTarget</span>;</pre><dl class="domintro"><dt><var title="">cache</var> = <var title="">window</var> . <code title="dom-applicationCache"><a href="#dom-applicationcache">applicationCache</a></code></dt> <dd> @@ -2132,13 +2132,13 @@ <a href="#cache-host">cache host</a> from <var title="">cache</var> and instead associate it with <var title="">new cache</var>.</p></li> - </ol><p>The following are the <a href="browsers.html#event-handlers">event handlers</a> (and their - corresponding <a href="browsers.html#event-handler-event-type" title="event handler event type">event handler + </ol><p>The following are the <a href="web-application-apis.html#event-handlers">event handlers</a> (and their + corresponding <a href="web-application-apis.html#event-handler-event-type" title="event handler event type">event handler event types</a>) that must be supported, as IDL attributes, by all objects implementing the <code><a href="#applicationcache">ApplicationCache</a></code> interface:</p> - <table><thead><tr><th><a href="browsers.html#event-handlers" title="event handlers">Event handler</a> </th><th><a href="browsers.html#event-handler-event-type">Event handler event type</a> + <table><thead><tr><th><a href="web-application-apis.html#event-handlers" title="event handlers">Event handler</a> </th><th><a href="web-application-apis.html#event-handler-event-type">Event handler event type</a> </th></tr></thead><tbody><tr><td><dfn id="handler-appcache-onchecking" title="handler-appcache-onchecking"><code>onchecking</code></dfn> </td><td> <code title="event-appcache-checking"><a href="#event-appcache-checking">checking</a></code> </td></tr><tr><td><dfn id="handler-appcache-onerror" title="handler-appcache-onerror"><code>onerror</code></dfn> </td><td> <code title="event-appcache-error"><a href="#event-appcache-error">error</a></code> </td></tr><tr><td><dfn id="handler-appcache-onnoupdate" title="handler-appcache-onnoupdate"><code>onnoupdate</code></dfn> </td><td> <code title="event-appcache-noupdate"><a href="#event-appcache-noupdate">noupdate</a></code> @@ -2147,7 +2147,7 @@ </td></tr><tr><td><dfn id="handler-appcache-onupdateready" title="handler-appcache-onupdateready"><code>onupdateready</code></dfn> </td><td> <code title="event-appcache-updateready"><a href="#event-appcache-updateready">updateready</a></code> </td></tr><tr><td><dfn id="handler-appcache-oncached" title="handler-appcache-oncached"><code>oncached</code></dfn> </td><td> <code title="event-appcache-cached"><a href="#event-appcache-cached">cached</a></code> </td></tr><tr><td><dfn id="handler-appcache-onobsolete" title="handler-appcache-onobsolete"><code>onobsolete</code></dfn> </td><td> <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete">obsolete</a></code> - </td></tr></tbody></table></div><h4 id="browser-state"><span class="secno">5.8.9 </span>Browser state</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="browsers.html#dom-navigator">navigator</a></code> . <code title="dom-navigator-onLine"><a href="#dom-navigator-online">onLine</a></code></dt> + </td></tr></tbody></table></div><h4 id="browser-state"><span class="secno">5.6.9 </span>Browser state</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="web-application-apis.html#dom-navigator">navigator</a></code> . <code title="dom-navigator-onLine"><a href="#dom-navigator-online">onLine</a></code></dt> <dd> @@ -2167,18 +2167,18 @@ <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#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> + must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.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#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple + agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.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> - <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#networking-task-source">networking task + <p>The <a href="web-application-apis.html#task-source">task source</a> for these <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> is the <a href="web-application-apis.html#networking-task-source">networking task source</a>.</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.746 retrieving revision 1.747 diff -u -d -r1.746 -r1.747 --- obsolete.html 5 Feb 2010 23:26:31 -0000 1.746 +++ obsolete.html 6 Feb 2010 00:16:33 -0000 1.747 @@ -1,5 +1,5 @@ <!DOCTYPE HTML> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>10 Obsolete features — HTML 5</title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>11 Obsolete features — HTML 5</title><style type="text/css"> pre { margin-left: 2em; white-space: pre-wrap; } h2 { margin: 3em 0 1em 0; } h3 { margin: 2.5em 0 1em 0; } @@ -279,22 +279,22 @@ } </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> - <link href="the-xhtml-syntax.html" title="8 The XHTML syntax" rel="prev"> + <link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> - <link href="iana.html" title="11 IANA considerations" rel="next"> + <link href="iana.html" title="12 IANA considerations" rel="next"> </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> <h1>HTML5</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> </div><nav> - <a href="the-xhtml-syntax.html">← 8 The XHTML syntax</a> – + <a href="the-xhtml-syntax.html">← 9 The XHTML syntax</a> – <a href="spec.html#contents">Table of contents</a> – - <a href="iana.html">11 IANA considerations →</a> - </nav><p>This is revision 1.3721.</p> + <a href="iana.html">12 IANA considerations →</a> + </nav><p>This is revision 1.3726.</p> - <h2 id="obsolete"><span class="secno">10 </span>Obsolete features</h2><h3 id="obsolete-but-conforming-features"><span class="secno">10.1 </span>Obsolete but conforming features</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Features listed in this section will trigger warnings in + <h2 id="obsolete"><span class="secno">11 </span>Obsolete features</h2><h3 id="obsolete-but-conforming-features"><span class="secno">11.1 </span>Obsolete but conforming features</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Features listed in this section will trigger warnings in conformance checkers.</p><p>In <a href="syntax.html#syntax">the HTML syntax</a>, authors should not specify <a href="syntax.html#syntax-doctype" title="syntax-DOCTYPE">DOCTYPE</a>s that get parsed as <a href="syntax.html#obsolete-permitted-doctype" title="obsolete permitted DOCTYPE">obsolete permitted DOCTYPEs</a>.</p><!-- this is poor form; we really should define this in the syntax section somehow --><p>Authors should not specify an <code title="attr-meta-http-equiv"><a href="semantics.html#attr-meta-http-equiv">http-equiv</a></code> attribute in the @@ -325,7 +325,7 @@ attribute, defined in the <code><a href="tabular-data.html#the-table-element">table</a></code> section, will also trigger a warning.</p><div class="impl"> - <h4 id="warnings-for-obsolete-but-conforming-features"><span class="secno">10.1.1 </span>Warnings for obsolete but conforming features</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="warnings-for-obsolete-but-conforming-features"><span class="secno">11.1.1 </span>Warnings for obsolete but conforming features</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>To ease the transition from HTML4 Transitional documents to the language defined in <em>this</em> specification, and to discourage @@ -371,7 +371,7 @@ <p class="example">For example, a validator could report some pages as "Valid HTML" and others as "Valid HTML with warnings".</p> - </div><h3 id="non-conforming-features"><span class="secno">10.2 </span>Non-conforming features</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Elements in the following list are entirely obsolete, and must + </div><h3 id="non-conforming-features"><span class="secno">11.2 </span>Non-conforming features</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Elements in the following list are entirely obsolete, and must not be used by authors:</p><dl><!-- alphabetical by first element in the group, except CSS goes last --><dt><code><a href="#the-applet-element">applet</a></code></dt> <dd><p>Use <code><a href="text-level-semantics.html#the-embed-element">embed</a></code> or <code><a href="text-level-semantics.html#the-object-element">object</a></code> instead.</p></dd> @@ -580,9 +580,9 @@ </dl><div class="impl"> - <h3 id="requirements-for-implementations"><span class="secno">10.3 </span>Requirements for implementations</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="requirements-for-implementations"><span class="secno">11.3 </span>Requirements for implementations</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> - <h4 id="the-applet-element"><span class="secno">10.3.1 </span>The <dfn><code>applet</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-applet-element"><span class="secno">11.3.1 </span>The <dfn><code>applet</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>The <code><a href="#the-applet-element">applet</a></code> element is a Java-specific variant of the <code><a href="text-level-semantics.html#the-embed-element">embed</a></code> element. The <code><a href="#the-applet-element">applet</a></code> element is now @@ -651,14 +651,14 @@ IDL attribute must <a href="infrastructure.html#reflect">reflect</a> the <code title="attr-applet-codebase">codebase</code> content attribute.</p> - <h4 id="the-marquee-element"><span class="secno">10.3.2 </span>The <dfn><code>marquee</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="the-marquee-element"><span class="secno">11.3.2 </span>The <dfn><code>marquee</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>The <code><a href="#the-marquee-element">marquee</a></code> element is a presentational element that animates content. CSS transitions and animations are a more appropriate mechanism.</p> - <p>The <a href="browsers.html#task-source">task source</a> for tasks mentioned in this section - is the <a href="browsers.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p> + <p>The <a href="web-application-apis.html#task-source">task source</a> for tasks mentioned in this section + is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p> <p>The <code><a href="#the-marquee-element">marquee</a></code> element must implement the <code><a href="#htmlmarqueeelement">HTMLMarqueeElement</a></code> interface.</p> @@ -676,9 +676,9 @@ attribute unsigned long <a href="#dom-marquee-vspace" title="dom-marquee-vspace">vspace</a>; attribute DOMString <a href="#dom-marquee-width" title="dom-marquee-width">width</a>; - attribute <a href="browsers.html#function">Function</a> <a href="#handler-marquee-onbounce" title="handler-marquee-onbounce">onbounce</a>; - attribute <a href="browsers.html#function">Function</a> <a href="#handler-marquee-onfinish" title="handler-marquee-onfinish">onfinish</a>; - attribute <a href="browsers.html#function">Function</a> <a href="#handler-marquee-onstart" title="handler-marquee-onstart">onstart</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-marquee-onbounce" title="handler-marquee-onbounce">onbounce</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-marquee-onfinish" title="handler-marquee-onfinish">onfinish</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="#handler-marquee-onstart" title="handler-marquee-onstart">onstart</a>; void <a href="#dom-marquee-start" title="dom-marquee-start">start</a>(); void <a href="#dom-marquee-stop" title="dom-marquee-stop">stop</a>(); @@ -694,7 +694,7 @@ method is called, the <code><a href="#the-marquee-element">marquee</a></code> element must be <a href="#concept-marquee-off" title="concept-marquee-off">turned off</a>.</p> <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> + must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> 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 @@ -793,28 +793,28 @@ <p>If the <a href="#marquee-current-loop-index">marquee current loop index</a> is now equal to 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> named <code title="event-finish">finish</code> at the <code><a href="#the-marquee-element">marquee</a></code> + <code><a href="#the-marquee-element">marquee</a></code> element and <a href="web-application-apis.html#queue-a-task">queue a task</a> to + <a href="web-application-apis.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 + state, then <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple 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 + <p>Otherwise, <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-start">start</code> at the <code><a href="#the-marquee-element">marquee</a></code> element.</p> </li> - </ol><hr><p>The following are the <a href="browsers.html#event-handlers">event handlers</a> (and their - corresponding <a href="browsers.html#event-handler-event-type" title="event handler event type">event handler + </ol><hr><p>The following are the <a href="web-application-apis.html#event-handlers">event handlers</a> (and their + corresponding <a href="web-application-apis.html#event-handler-event-type" title="event handler event type">event handler event types</a>) that must be supported, as content and IDL attributes, by <code><a href="#the-marquee-element">marquee</a></code> elements:</p> - <table><thead><tr><th><a href="browsers.html#event-handlers" title="event handlers">Event handler</a> </th><th><a href="browsers.html#event-handler-event-type">Event handler event type</a> + <table><thead><tr><th><a href="web-application-apis.html#event-handlers" title="event handlers">Event handler</a> </th><th><a href="web-application-apis.html#event-handler-event-type">Event handler event type</a> </th></tr></thead><tbody><tr><td><dfn id="handler-marquee-onbounce" title="handler-marquee-onbounce"><code>onbounce</code></dfn> </td><td> <code title="event-bounce">bounce</code> </td></tr><tr><td><dfn id="handler-marquee-onfinish" title="handler-marquee-onfinish"><code>onfinish</code></dfn> </td><td> <code title="event-finish">finish</code> </td></tr><tr><td><dfn id="handler-marquee-onstart" title="handler-marquee-onstart"><code>onstart</code></dfn> </td><td> <code title="event-start">start</code> @@ -838,7 +838,7 @@ attribute.</p> - <h4 id="frames"><span class="secno">10.3.3 </span>Frames</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="frames"><span class="secno">11.3.3 </span>Frames</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>The <dfn id="frameset"><code>frameset</code></dfn> element acts as <a href="dom.html#the-body-element">the body element</a> in documents that use frames.</p> @@ -849,25 +849,25 @@ <pre class="idl">interface <dfn id="htmlframesetelement">HTMLFrameSetElement</dfn> : <a href="dom.html#htmlelement">HTMLElement</a> { attribute DOMString <a href="#dom-frameset-cols" title="dom-frameset-cols">cols</a>; attribute DOMString <a href="#dom-frameset-rows" title="dom-frameset-rows">rows</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onafterprint" title="handler-window-onafterprint">onafterprint</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onbeforeprint" title="handler-window-onbeforeprint">onbeforeprint</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onbeforeunload" title="handler-window-onbeforeunload">onbeforeunload</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onblur" title="handler-window-onblur">onblur</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onerror" title="handler-window-onerror">onerror</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onfocus" title="handler-window-onfocus">onfocus</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onhashchange" title="handler-window-onhashchange">onhashchange</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onload" title="handler-window-onload">onload</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onmessage" title="handler-window-onmessage">onmessage</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onoffline" title="handler-window-onoffline">onoffline</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-ononline" title="handler-window-ononline">ononline</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onpagehide" title="handler-window-onpagehide">onpagehide</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onpageshow" title="handler-window-onpageshow">onpageshow</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onpopstate" title="handler-window-onpopstate">onpopstate</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onredo" title="handler-window-onredo">onredo</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onresize" title="handler-window-onresize">onresize</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onstorage" title="handler-window-onstorage">onstorage</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onundo" title="handler-window-onundo">onundo</a>; - attribute <a href="browsers.html#function">Function</a> <a href="browsers.html#handler-window-onunload" title="handler-window-onunload">onunload</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onafterprint" title="handler-window-onafterprint">onafterprint</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onbeforeprint" title="handler-window-onbeforeprint">onbeforeprint</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onbeforeunload" title="handler-window-onbeforeunload">onbeforeunload</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onblur" title="handler-window-onblur">onblur</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onerror" title="handler-window-onerror">onerror</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onfocus" title="handler-window-onfocus">onfocus</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onhashchange" title="handler-window-onhashchange">onhashchange</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onload" title="handler-window-onload">onload</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onmessage" title="handler-window-onmessage">onmessage</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onoffline" title="handler-window-onoffline">onoffline</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-ononline" title="handler-window-ononline">ononline</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onpagehide" title="handler-window-onpagehide">onpagehide</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onpageshow" title="handler-window-onpageshow">onpageshow</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onpopstate" title="handler-window-onpopstate">onpopstate</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onredo" title="handler-window-onredo">onredo</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onresize" title="handler-window-onresize">onresize</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onstorage" title="handler-window-onstorage">onstorage</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onundo" title="handler-window-onundo">onundo</a>; + attribute <a href="web-application-apis.html#function">Function</a> <a href="web-application-apis.html#handler-window-onunload" title="handler-window-onunload">onunload</a>; };</pre> <p>The <dfn id="dom-frameset-cols" title="dom-frameset-cols"><code>cols</code></dfn> and @@ -877,35 +877,35 @@ name.</p> <p>The <code><a href="#frameset">frameset</a></code> element must support the following - <a href="browsers.html#event-handler-content-attributes">event handler content attributes</a> exposing the - <a href="browsers.html#event-handlers">event handlers</a> of the <code><a href="browsers.html#window">Window</a></code> object:</p> + <a href="web-application-apis.html#event-handler-content-attributes">event handler content attributes</a> exposing the + <a href="web-application-apis.html#event-handlers">event handlers</a> of the <code><a href="browsers.html#window">Window</a></code> object:</p> - <ul class="brief"><li><code title="handler-window-onafterprint"><a href="browsers.html#handler-window-onafterprint">onafterprint</a></code></li> - <li><code title="handler-window-onbeforeprint"><a href="browsers.html#handler-window-onbeforeprint">onbeforeprint</a></code></li> - <li><code title="handler-window-onbeforeunload"><a href="browsers.html#handler-window-onbeforeunload">onbeforeunload</a></code></li> - <li><code title="handler-window-onblur"><a href="browsers.html#handler-window-onblur">onblur</a></code></li> - <li><code title="handler-window-onerror"><a href="browsers.html#handler-window-onerror">onerror</a></code></li> - <li><code title="handler-window-onfocus"><a href="browsers.html#handler-window-onfocus">onfocus</a></code></li> - <li><code title="handler-window-onhashchange"><a href="browsers.html#handler-window-onhashchange">onhashchange</a></code></li> - <li><code title="handler-window-onload"><a href="browsers.html#handler-window-onload">onload</a></code></li> - <li><code title="handler-window-onmessage"><a href="browsers.html#handler-window-onmessage">onmessage</a></code></li> - <li><code title="handler-window-onoffline"><a href="browsers.html#handler-window-onoffline">onoffline</a></code></li> - <li><code title="handler-window-ononline"><a href="browsers.html#handler-window-ononline">ononline</a></code></li> - <li><code title="handler-window-onpagehide"><a href="browsers.html#handler-window-onpagehide">onpagehide</a></code></li> - <li><code title="handler-window-onpageshow"><a href="browsers.html#handler-window-onpageshow">onpageshow</a></code></li> - <li><code title="handler-window-onpopstate"><a href="browsers.html#handler-window-onpopstate">onpopstate</a></code></li> - <li><code title="handler-window-onredo"><a href="browsers.html#handler-window-onredo">onredo</a></code></li> - <li><code title="handler-window-onresize"><a href="browsers.html#handler-window-onresize">onresize</a></code></li> - <li><code title="handler-window-onstorage"><a href="browsers.html#handler-window-onstorage">onstorage</a></code></li> - <li><code title="handler-window-onundo"><a href="browsers.html#handler-window-onundo">onundo</a></code></li> - <li><code title="handler-window-onunload"><a href="browsers.html#handler-window-onunload">onunload</a></code></li> - </ul><p>The DOM interface also exposes <a href="browsers.html#event-handler-idl-attributes">event handler IDL + <ul class="brief"><li><code title="handler-window-onafterprint"><a href="web-application-apis.html#handler-window-onafterprint">onafterprint</a></code></li> + <li><code title="handler-window-onbeforeprint"><a href="web-application-apis.html#handler-window-onbeforeprint">onbeforeprint</a></code></li> + <li><code title="handler-window-onbeforeunload"><a href="web-application-apis.html#handler-window-onbeforeunload">onbeforeunload</a></code></li> + <li><code title="handler-window-onblur"><a href="web-application-apis.html#handler-window-onblur">onblur</a></code></li> + <li><code title="handler-window-onerror"><a href="web-application-apis.html#handler-window-onerror">onerror</a></code></li> + <li><code title="handler-window-onfocus"><a href="web-application-apis.html#handler-window-onfocus">onfocus</a></code></li> + <li><code title="handler-window-onhashchange"><a href="web-application-apis.html#handler-window-onhashchange">onhashchange</a></code></li> + <li><code title="handler-window-onload"><a href="web-application-apis.html#handler-window-onload">onload</a></code></li> + <li><code title="handler-window-onmessage"><a href="web-application-apis.html#handler-window-onmessage">onmessage</a></code></li> + <li><code title="handler-window-onoffline"><a href="web-application-apis.html#handler-window-onoffline">onoffline</a></code></li> + <li><code title="handler-window-ononline"><a href="web-application-apis.html#handler-window-ononline">ononline</a></code></li> + <li><code title="handler-window-onpagehide"><a href="web-application-apis.html#handler-window-onpagehide">onpagehide</a></code></li> + <li><code title="handler-window-onpageshow"><a href="web-application-apis.html#handler-window-onpageshow">onpageshow</a></code></li> + <li><code title="handler-window-onpopstate"><a href="web-application-apis.html#handler-window-onpopstate">onpopstate</a></code></li> + <li><code title="handler-window-onredo"><a href="web-application-apis.html#handler-window-onredo">onredo</a></code></li> + <li><code title="handler-window-onresize"><a href="web-application-apis.html#handler-window-onresize">onresize</a></code></li> + <li><code title="handler-window-onstorage"><a href="web-application-apis.html#handler-window-onstorage">onstorage</a></code></li> + <li><code title="handler-window-onundo"><a href="web-application-apis.html#handler-window-onundo">onundo</a></code></li> + <li><code title="handler-window-onunload"><a href="web-application-apis.html#handler-window-onunload">onunload</a></code></li> + </ul><p>The DOM interface also exposes <a href="web-application-apis.html#event-handler-idl-attributes">event handler IDL attributes</a> that mirror those on the <code><a href="browsers.html#window">Window</a></code> element.</p> - <p>The <code title="handler-window-onblur"><a href="browsers.html#handler-window-onblur">onblur</a></code>, <code title="handler-window-onerror"><a href="browsers.html#handler-window-onerror">onerror</a></code>, <code title="handler-window-onfocus"><a href="browsers.html#handler-window-onfocus">onfocus</a></code>, and <code title="handler-window-onload"><a href="browsers.html#handler-window-onload">onload</a></code> <a href="browsers.html#event-handler-idl-attributes">event handler IDL + <p>The <code title="handler-window-onblur"><a href="web-application-apis.html#handler-window-onblur">onblur</a></code>, <code title="handler-window-onerror"><a href="web-application-apis.html#handler-window-onerror">onerror</a></code>, <code title="handler-window-onfocus"><a href="web-application-apis.html#handler-window-onfocus">onfocus</a></code>, and <code title="handler-window-onload"><a href="web-application-apis.html#handler-window-onload">onload</a></code> <a href="web-application-apis.html#event-handler-idl-attributes">event handler IDL attributes</a> of the <code><a href="browsers.html#window">Window</a></code> object, exposed on the - <code><a href="#frameset">frameset</a></code> element, shadow the generic <a href="browsers.html#event-handler-idl-attributes">event + <code><a href="#frameset">frameset</a></code> element, shadow the generic <a href="web-application-apis.html#event-handler-idl-attributes">event handler IDL attributes</a> with the same names normally supported by <a href="infrastructure.html#html-elements">HTML elements</a>.</p> @@ -942,13 +942,13 @@ 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#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire + itself, the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to <a href="web-application-apis.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#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-error">error</code> at the element instead.</p> + to a network error), then the user agent must <a href="web-application-apis.html#queue-a-task">queue a + task</a> to <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the element instead.</p> - <p>The <a href="browsers.html#task-source">task source</a> for the <a href="browsers.html#concept-task" title="concept-task">tasks</a> above is the <a href="browsers.html#dom-manipulation-task-source">DOM + <p>The <a href="web-application-apis.html#task-source">task source</a> for the <a href="web-application-apis.html#concept-task" title="concept-task">tasks</a> above is the <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p> <p>When there is an <a href="dom.html#active-parser">active parser</a> in the @@ -1008,7 +1008,7 @@ - <h4 id="other-elements-attributes-and-apis"><span class="secno">10.3.4 </span>Other elements, attributes and APIs</h4> <!-- alphabetical by name and attribute --> + <h4 id="other-elements-attributes-and-apis"><span class="secno">11.3.4 </span>Other elements, attributes and APIs</h4> <!-- alphabetical by name and attribute --> <p>User agents must treat <code><a href="#acronym">acronym</a></code> elements in a manner equivalent to <code><a href="text-level-semantics.html#the-abbr-element">abbr</a></code> elements.</p> Index: toc-status.html =================================================================== RCS file: /sources/public/html5/spec/toc-status.html,v retrieving revision 1.181 retrieving revision 1.182 diff -u -d -r1.181 -r1.182 --- toc-status.html 5 Feb 2010 23:26:32 -0000 1.181 +++ toc-status.html 6 Feb 2010 00:16:34 -0000 1.182 @@ -864,8 +864,8 @@ </li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=browsers" class="status LC">LC</a> <a href="../spec/#browsers">5 Web -browsers</a> <span class="id">(browsers)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=browsers" class="status LC">LC</a> <a href="../spec/#browsers">5 Loading Web +pages</a> <span class="id">(browsers)</span> <ol> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=windows" class="status LC">LC</a> <a href="../spec/#windows">5.1 Browsing contexts</a> <span class="id">(windows)</span> @@ -911,606 +911,613 @@ <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=relaxing-the-same-origin-restriction" class="status LC">LC</a> <a href="../spec/#relaxing-the-same-origin-restriction">5.3.1 Relaxing the same-origin restriction</a> <span class="id">(relaxing-the-same-origin-restriction)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=scripting" class="status LC">LC</a> <a href="../spec/#scripting">5.4 -Scripting</a> <span class="id">(scripting)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=history" class="status LC">LC</a> <a href="../spec/#history">5.4 Session +history and navigation</a> <span class="id">(history)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-1" class="status LC">LC</a> <a href="../spec/#introduction-1">5.4.1 -Introduction</a> <span class="id">(introduction-1)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=enabling-and-disabling-scripting" class="status LC">LC</a> <a href="../spec/#enabling-and-disabling-scripting">5.4.2 Enabling and disabling scripting</a> <span class="id">(enabling-and-disabling-scripting)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=processing-model-1" class="status LC">LC</a> <a href="../spec/#processing-model-1">5.4.3 -Processing model</a> <span class="id">(processing-model-1)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-session-history-of-browsing-contexts" class="status LC">LC</a> <a href="../spec/#the-session-history-of-browsing-contexts">5.4.1 +The session history of browsing contexts</a> <span class="id">(the-session-history-of-browsing-contexts)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-history-interface" class="status LC">LC</a> <a href="../spec/#the-history-interface">5.4.2 The History interface</a> <span class="id">(the-history-interface)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-location-interface" class="status LC">LC</a> <a href="../spec/#the-location-interface">5.4.3 The Location interface</a> <span class="id">(the-location-interface)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=definitions-0" class="status LC">LC</a> <a href="../spec/#definitions-0">5.4.3.1 -Definitions</a> <span class="id">(definitions-0)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=calling-scripts" class="status LC">LC</a> <a href="../spec/#calling-scripts">5.4.3.2 -Calling scripts</a> <span class="id">(calling-scripts)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=creating-scripts" class="status LC">LC</a> <a href="../spec/#creating-scripts">5.4.3.3 -Creating scripts</a> <span class="id">(creating-scripts)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=killing-scripts" class="status LC">LC</a> <a href="../spec/#killing-scripts">5.4.3.4 -Killing scripts</a> <span class="id">(killing-scripts)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=security-3" class="status LC">LC</a> <a href="../spec/#security-3">5.4.3.1 +Security</a> <span class="id">(security-3)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=event-loops" class="status LC">LC</a> <a href="../spec/#event-loops">5.4.4 Event -loops</a> <span class="id">(event-loops)</span> -<ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=definitions-1" class="status LC">LC</a> <a href="../spec/#definitions-1">5.4.4.1 -Definitions</a> <span class="id">(definitions-1)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=processing-model-2" class="status LC">LC</a> <a href="../spec/#processing-model-2">5.4.4.2 Processing model</a> <span class="id">(processing-model-2)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=generic-task-sources" class="status LC">LC</a> <a href="../spec/#generic-task-sources">5.4.4.3 Generic task sources</a> <span class="id">(generic-task-sources)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=history-notes" class="status LC">LC</a> <a href="../spec/#history-notes">5.4.4 +Implementation notes for session history</a> <span class="id">(history-notes)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=javascript-protocol" class="status LC">LC</a> <a href="../spec/#javascript-protocol">5.4.5 -The javascript: protocol</a> <span class="id">(javascript-protocol)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=events" class="status LC">LC</a> <a href="../spec/#events">5.4.6 Events</a> <span class="id">(events)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=browsing-the-web" class="status LC">LC</a> <a href="../spec/#browsing-the-web">5.5 +Browsing the Web</a> <span class="id">(browsing-the-web)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=event-handler-attributes" class="status LC">LC</a> <a href="../spec/#event-handler-attributes">5.4.6.1 Event handlers</a> <span class="id">(event-handler-attributes)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=event-handlers-on-elements-document-objects-and-window-objects" class="status ADD">ADD</a> <a href="../spec/#event-handlers-on-elements-document-objects-and-window-objects"> -5.4.6.2 Event handlers on elements, Document -objects, and Window objects</a> <span class="id">(event-handlers-on-elements-document-objects-and-window-objects)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=event-firing" class="status LC">LC</a> <a href="../spec/#event-firing">5.4.6.3 -Event firing</a> <span class="id">(event-firing)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=events-and-the-window-object" class="status LC">LC</a> <a href="../spec/#events-and-the-window-object">5.4.6.4 Events and the Window -object</a> <span class="id">(events-and-the-window-object)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=runtime-script-errors" class="status LC">LC</a> <a href="../spec/#runtime-script-errors">5.4.6.5 Runtime script errors</a> <span class="id">(runtime-script-errors)</span></li> -</ol> -</li> -</ol> -</li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=timers" class="status LC">LC</a> <a href="../spec/#timers">5.5 -Timers</a> <span class="id">(timers)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=user-prompts" class="status LC">LC</a> <a href="../spec/#user-prompts">5.6 User -prompts</a> <span class="id">(user-prompts)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=navigating-across-documents" class="status LC">LC</a> <a href="../spec/#navigating-across-documents">5.5.1 Navigating across documents</a> <span class="id">(navigating-across-documents)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=read-html" class="status LC">LC</a> <a href="../spec/#read-html">5.5.2 Page load +processing model for HTML files</a> <span class="id">(read-html)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=read-xml" class="status LC">LC</a> <a href="../spec/#read-xml">5.5.3 Page load +processing model for XML files</a> <span class="id">(read-xml)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=read-text" class="status REC">REC</a> <a href="../spec/#read-text">5.5.4 Page load +processing model for text files</a> <span class="id">(read-text)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=read-image" class="status LC">LC</a> <a href="../spec/#read-image">5.5.5 Page +load processing model for images</a> <span class="id">(read-image)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=read-plugin" class="status LC">LC</a> <a href="../spec/#read-plugin">5.5.6 Page +load processing model for content that uses plugins</a> <span class="id">(read-plugin)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=read-ua-inline" class="status LC">LC</a> <a href="../spec/#read-ua-inline">5.5.7 Page +load processing model for inline content that doesn't have a +DOM</a> <span class="id">(read-ua-inline)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=scroll-to-fragid" class="status LC">LC</a> <a href="../spec/#scroll-to-fragid">5.5.8 +Navigating to a fragment identifier</a> <span class="id">(scroll-to-fragid)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=history-traversal" class="status LC">LC</a> <a href="../spec/#history-traversal">5.5.9 +History traversal</a> <span class="id">(history-traversal)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=simple-dialogs" class="status LC">LC</a> <a href="../spec/#simple-dialogs">5.6.1 -Simple dialogs</a> <span class="id">(simple-dialogs)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=printing" class="status LC">LC</a> <a href="../spec/#printing">5.6.2 -Printing</a> <span class="id">(printing)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=dialogs-implemented-using-separate-documents" class="status LC">LC</a> <a href="../spec/#dialogs-implemented-using-separate-documents">5.6.3 Dialogs implemented using separate -documents</a> <span class="id">(dialogs-implemented-using-separate-documents)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=event-definitions" class="status LC">LC</a> <a href="../spec/#event-definitions">5.5.9.1 +Event definitions</a> <span class="id">(event-definitions)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=system-state-and-capabilities" class="status LC">LC</a> <a href="../spec/#system-state-and-capabilities">5.7 System state and capabilities</a> <span class="id">(system-state-and-capabilities)</span> -<ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=client-identification" class="status LC">LC</a> <a href="../spec/#client-identification">5.7.1 Client identification</a> <span class="id">(client-identification)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=custom-handlers" class="status LC">LC</a> <a href="../spec/#custom-handlers">5.7.2 -Custom scheme and content handlers</a> <span class="id">(custom-handlers)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=unloading-documents" class="status LC">LC</a> <a href="../spec/#unloading-documents">5.5.10 Unloading documents</a> <span class="id">(unloading-documents)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=security-and-privacy" class="status LC">LC</a> <a href="../spec/#security-and-privacy">5.7.2.1 Security and privacy</a> <span class="id">(security-and-privacy)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=sample-handler-impl" class="status LC">LC</a> <a href="../spec/#sample-handler-impl">5.7.2.2 Sample user interface</a> <span class="id">(sample-handler-impl)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=event-definition" class="status LC">LC</a> <a href="../spec/#event-definition">5.5.10.1 +Event definition</a> <span class="id">(event-definition)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=manually-releasing-the-storage-mutex" class="status LC">LC</a> <a href="../spec/#manually-releasing-the-storage-mutex">5.7.3 Manually releasing the storage mutex</a> <span class="id">(manually-releasing-the-storage-mutex)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=aborting-a-document-load" class="status LC">LC</a> <a href="../spec/#aborting-a-document-load">5.5.11 Aborting a document load</a> <span class="id">(aborting-a-document-load)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=offline" class="status LC">LC</a> <a href="../spec/#offline">5.8 Offline Web +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=offline" class="status LC">LC</a> <a href="../spec/#offline">5.6 Offline Web applications</a> <span class="id">(offline)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-2" class="status LC">LC</a> <a href="../spec/#introduction-2">5.8.1 -Introduction</a> <span class="id">(introduction-2)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-1" class="status LC">LC</a> <a href="../spec/#introduction-1">5.6.1 +Introduction</a> <span class="id">(introduction-1)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=appcacheevents" class="status LC">LC</a> <a href="../spec/#appcacheevents">5.8.1.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=appcacheevents" class="status LC">LC</a> <a href="../spec/#appcacheevents">5.6.1.1 Event summary</a> <span class="id">(appcacheevents)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=appcache" class="status LC">LC</a> <a href="../spec/#appcache">5.8.2 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=appcache" class="status LC">LC</a> <a href="../spec/#appcache">5.6.2 Application caches</a> <span class="id">(appcache)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=manifests" class="status LC">LC</a> <a href="../spec/#manifests">5.8.3 The cache +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=manifests" class="status LC">LC</a> <a href="../spec/#manifests">5.6.3 The cache manifest syntax</a> <span class="id">(manifests)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=a-sample-manifest" class="status LC">LC</a> <a href="../spec/#a-sample-manifest">5.8.3.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=a-sample-manifest" class="status LC">LC</a> <a href="../spec/#a-sample-manifest">5.6.3.1 A sample manifest</a> <span class="id">(a-sample-manifest)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=writing-cache-manifests" class="status LC">LC</a> <a href="../spec/#writing-cache-manifests">5.8.3.2 Writing cache manifests</a> <span class="id">(writing-cache-manifests)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-cache-manifests" class="status LC">LC</a> <a href="../spec/#parsing-cache-manifests">5.8.3.3 Parsing cache manifests</a> <span class="id">(parsing-cache-manifests)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=writing-cache-manifests" class="status LC">LC</a> <a href="../spec/#writing-cache-manifests">5.6.3.2 Writing cache manifests</a> <span class="id">(writing-cache-manifests)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-cache-manifests" class="status LC">LC</a> <a href="../spec/#parsing-cache-manifests">5.6.3.3 Parsing cache manifests</a> <span class="id">(parsing-cache-manifests)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=downloading-or-updating-an-application-cache" class="status LC">LC</a> <a href="../spec/#downloading-or-updating-an-application-cache">5.8.4 Downloading or updating an application +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=downloading-or-updating-an-application-cache" class="status LC">LC</a> <a href="../spec/#downloading-or-updating-an-application-cache">5.6.4 Downloading or updating an application cache</a> <span class="id">(downloading-or-updating-an-application-cache)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-application-cache-selection-algorithm" class="status LC">LC</a> <a href="../spec/#the-application-cache-selection-algorithm">5.8.5 The application cache selection +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-application-cache-selection-algorithm" class="status LC">LC</a> <a href="../spec/#the-application-cache-selection-algorithm">5.6.5 The application cache selection algorithm</a> <span class="id">(the-application-cache-selection-algorithm)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=changesToNetworkingModel" class="status LC">LC</a> <a href="../spec/#changesToNetworkingModel">5.8.6 Changes to the networking model</a> <span class="id">(changesToNetworkingModel)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=expiring-application-caches" class="status LC">LC</a> <a href="../spec/#expiring-application-caches">5.8.7 Expiring application caches</a> <span class="id">(expiring-application-caches)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=application-cache-api" class="status LC">LC</a> <a href="../spec/#application-cache-api">5.8.8 Application cache API</a> <span class="id">(application-cache-api)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=browser-state" class="status LC">LC</a> <a href="../spec/#browser-state">5.8.9 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=changesToNetworkingModel" class="status LC">LC</a> <a href="../spec/#changesToNetworkingModel">5.6.6 Changes to the networking model</a> <span class="id">(changesToNetworkingModel)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=expiring-application-caches" class="status LC">LC</a> <a href="../spec/#expiring-application-caches">5.6.7 Expiring application caches</a> <span class="id">(expiring-application-caches)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=application-cache-api" class="status LC">LC</a> <a href="../spec/#application-cache-api">5.6.8 Application cache API</a> <span class="id">(application-cache-api)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=browser-state" class="status LC">LC</a> <a href="../spec/#browser-state">5.6.9 Browser state</a> <span class="id">(browser-state)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=history" class="status LC">LC</a> <a href="../spec/#history">5.9 Session -history and navigation</a> <span class="id">(history)</span> +</ol> +</li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=web-application-apis" class="status ADD">ADD</a> <a href="../spec/#web-application-apis">6 +Web application APIs</a> <span class="id">(web-application-apis)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-session-history-of-browsing-contexts" class="status LC">LC</a> <a href="../spec/#the-session-history-of-browsing-contexts">5.9.1 -The session history of browsing contexts</a> <span class="id">(the-session-history-of-browsing-contexts)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-history-interface" class="status LC">LC</a> <a href="../spec/#the-history-interface">5.9.2 The History interface</a> <span class="id">(the-history-interface)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-location-interface" class="status LC">LC</a> <a href="../spec/#the-location-interface">5.9.3 The Location interface</a> <span class="id">(the-location-interface)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=scripting" class="status LC">LC</a> <a href="../spec/#scripting">6.1 +Scripting</a> <span class="id">(scripting)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=security-3" class="status LC">LC</a> <a href="../spec/#security-3">5.9.3.1 -Security</a> <span class="id">(security-3)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-2" class="status LC">LC</a> <a href="../spec/#introduction-2">6.1.1 +Introduction</a> <span class="id">(introduction-2)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=enabling-and-disabling-scripting" class="status LC">LC</a> <a href="../spec/#enabling-and-disabling-scripting">6.1.2 Enabling and disabling scripting</a> <span class="id">(enabling-and-disabling-scripting)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=processing-model-1" class="status LC">LC</a> <a href="../spec/#processing-model-1">6.1.3 +Processing model</a> <span class="id">(processing-model-1)</span> +<ol> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=definitions-0" class="status LC">LC</a> <a href="../spec/#definitions-0">6.1.3.1 +Definitions</a> <span class="id">(definitions-0)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=calling-scripts" class="status LC">LC</a> <a href="../spec/#calling-scripts">6.1.3.2 +Calling scripts</a> <span class="id">(calling-scripts)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=creating-scripts" class="status LC">LC</a> <a href="../spec/#creating-scripts">6.1.3.3 +Creating scripts</a> <span class="id">(creating-scripts)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=killing-scripts" class="status LC">LC</a> <a href="../spec/#killing-scripts">6.1.3.4 +Killing scripts</a> <span class="id">(killing-scripts)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=history-notes" class="status LC">LC</a> <a href="../spec/#history-notes">5.9.4 -Implementation notes for session history</a> <span class="id">(history-notes)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=event-loops" class="status LC">LC</a> <a href="../spec/#event-loops">6.1.4 Event +loops</a> <span class="id">(event-loops)</span> +<ol> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=definitions-1" class="status LC">LC</a> <a href="../spec/#definitions-1">6.1.4.1 +Definitions</a> <span class="id">(definitions-1)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=processing-model-2" class="status LC">LC</a> <a href="../spec/#processing-model-2">6.1.4.2 Processing model</a> <span class="id">(processing-model-2)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=generic-task-sources" class="status LC">LC</a> <a href="../spec/#generic-task-sources">6.1.4.3 Generic task sources</a> <span class="id">(generic-task-sources)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=browsing-the-web" class="status LC">LC</a> <a href="../spec/#browsing-the-web">5.10 -Browsing the Web</a> <span class="id">(browsing-the-web)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=javascript-protocol" class="status LC">LC</a> <a href="../spec/#javascript-protocol">6.1.5 +The javascript: protocol</a> <span class="id">(javascript-protocol)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=events" class="status LC">LC</a> <a href="../spec/#events">6.1.6 Events</a> <span class="id">(events)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=navigating-across-documents" class="status LC">LC</a> <a href="../spec/#navigating-across-documents">5.10.1 Navigating across documents</a> <span class="id">(navigating-across-documents)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=read-html" class="status LC">LC</a> <a href="../spec/#read-html">5.10.2 Page -load processing model for HTML files</a> <span class="id">(read-html)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=read-xml" class="status LC">LC</a> <a href="../spec/#read-xml">5.10.3 Page load -processing model for XML files</a> <span class="id">(read-xml)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=read-text" class="status REC">REC</a> <a href="../spec/#read-text">5.10.4 Page -load processing model for text files</a> <span class="id">(read-text)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=read-image" class="status LC">LC</a> <a href="../spec/#read-image">5.10.5 Page -load processing model for images</a> <span class="id">(read-image)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=read-plugin" class="status LC">LC</a> <a href="../spec/#read-plugin">5.10.6 Page -load processing model for content that uses plugins</a> <span class="id">(read-plugin)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=read-ua-inline" class="status LC">LC</a> <a href="../spec/#read-ua-inline">5.10.7 -Page load processing model for inline content that doesn't have a -DOM</a> <span class="id">(read-ua-inline)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=scroll-to-fragid" class="status LC">LC</a> <a href="../spec/#scroll-to-fragid">5.10.8 -Navigating to a fragment identifier</a> <span class="id">(scroll-to-fragid)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=history-traversal" class="status LC">LC</a> <a href="../spec/#history-traversal">5.10.9 -History traversal</a> <span class="id">(history-traversal)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=event-handler-attributes" class="status LC">LC</a> <a href="../spec/#event-handler-attributes">6.1.6.1 Event handlers</a> <span class="id">(event-handler-attributes)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=event-handlers-on-elements-document-objects-and-window-objects" class="status ADD">ADD</a> <a href="../spec/#event-handlers-on-elements-document-objects-and-window-objects"> +6.1.6.2 Event handlers on elements, Document +objects, and Window objects</a> <span class="id">(event-handlers-on-elements-document-objects-and-window-objects)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=event-firing" class="status LC">LC</a> <a href="../spec/#event-firing">6.1.6.3 +Event firing</a> <span class="id">(event-firing)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=events-and-the-window-object" class="status LC">LC</a> <a href="../spec/#events-and-the-window-object">6.1.6.4 Events and the Window +object</a> <span class="id">(events-and-the-window-object)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=runtime-script-errors" class="status LC">LC</a> <a href="../spec/#runtime-script-errors">6.1.6.5 Runtime script errors</a> <span class="id">(runtime-script-errors)</span></li> +</ol> +</li> +</ol> +</li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=timers" class="status LC">LC</a> <a href="../spec/#timers">6.2 +Timers</a> <span class="id">(timers)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=user-prompts" class="status LC">LC</a> <a href="../spec/#user-prompts">6.3 User +prompts</a> <span class="id">(user-prompts)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=event-definitions" class="status LC">LC</a> <a href="../spec/#event-definitions">5.10.9.1 Event definitions</a> <span class="id">(event-definitions)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=simple-dialogs" class="status LC">LC</a> <a href="../spec/#simple-dialogs">6.3.1 +Simple dialogs</a> <span class="id">(simple-dialogs)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=printing" class="status LC">LC</a> <a href="../spec/#printing">6.3.2 +Printing</a> <span class="id">(printing)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=dialogs-implemented-using-separate-documents" class="status LC">LC</a> <a href="../spec/#dialogs-implemented-using-separate-documents">6.3.3 Dialogs implemented using separate +documents</a> <span class="id">(dialogs-implemented-using-separate-documents)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=unloading-documents" class="status LC">LC</a> <a href="../spec/#unloading-documents">5.10.10 Unloading documents</a> <span class="id">(unloading-documents)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=system-state-and-capabilities" class="status LC">LC</a> <a href="../spec/#system-state-and-capabilities">6.4 System state and capabilities</a> <span class="id">(system-state-and-capabilities)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=event-definition" class="status LC">LC</a> <a href="../spec/#event-definition">5.10.10.1 Event definition</a> <span class="id">(event-definition)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=client-identification" class="status LC">LC</a> <a href="../spec/#client-identification">6.4.1 Client identification</a> <span class="id">(client-identification)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=custom-handlers" class="status LC">LC</a> <a href="../spec/#custom-handlers">6.4.2 +Custom scheme and content handlers</a> <span class="id">(custom-handlers)</span> +<ol> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=security-and-privacy" class="status LC">LC</a> <a href="../spec/#security-and-privacy">6.4.2.1 Security and privacy</a> <span class="id">(security-and-privacy)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=sample-handler-impl" class="status LC">LC</a> <a href="../spec/#sample-handler-impl">6.4.2.2 Sample user interface</a> <span class="id">(sample-handler-impl)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=aborting-a-document-load" class="status LC">LC</a> <a href="../spec/#aborting-a-document-load">5.10.11 Aborting a document load</a> <span class="id">(aborting-a-document-load)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=manually-releasing-the-storage-mutex" class="status LC">LC</a> <a href="../spec/#manually-releasing-the-storage-mutex">6.4.3 Manually releasing the storage mutex</a> <span class="id">(manually-releasing-the-storage-mutex)</span></li> </ol> </li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=editing" class="status ADD">ADD</a> <a href="../spec/#editing">6 User -Interaction</a> <span class="id">(editing)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=editing" class="status ADD">ADD</a> <a href="../spec/#editing">7 User +interaction</a> <span class="id">(editing)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-hidden-attribute" class="status LC">LC</a> <a href="../spec/#the-hidden-attribute">6.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-hidden-attribute" class="status LC">LC</a> <a href="../spec/#the-hidden-attribute">7.1 The hidden attribute</a> <span class="id">(the-hidden-attribute)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=activation" class="status LC">LC</a> <a href="../spec/#activation">6.2 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=activation" class="status LC">LC</a> <a href="../spec/#activation">7.2 Activation</a> <span class="id">(activation)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=scrolling-elements-into-view" class="status LC">LC</a> <a href="../spec/#scrolling-elements-into-view">6.3 Scrolling elements into view</a> <span class="id">(scrolling-elements-into-view)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=focus" class="status LC">LC</a> <a href="../spec/#focus">6.4 Focus</a> <span class="id">(focus)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=scrolling-elements-into-view" class="status LC">LC</a> <a href="../spec/#scrolling-elements-into-view">7.3 Scrolling elements into view</a> <span class="id">(scrolling-elements-into-view)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=focus" class="status LC">LC</a> <a href="../spec/#focus">7.4 Focus</a> <span class="id">(focus)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=sequential-focus-navigation" class="status LC">LC</a> <a href="../spec/#sequential-focus-navigation">6.4.1 Sequential focus navigation</a> <span class="id">(sequential-focus-navigation)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=focus-management" class="status LC">LC</a> <a href="../spec/#focus-management">6.4.2 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=sequential-focus-navigation" class="status LC">LC</a> <a href="../spec/#sequential-focus-navigation">7.4.1 Sequential focus navigation</a> <span class="id">(sequential-focus-navigation)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=focus-management" class="status LC">LC</a> <a href="../spec/#focus-management">7.4.2 Focus management</a> <span class="id">(focus-management)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=document-level-focus-apis" class="status LC">LC</a> <a href="../spec/#document-level-focus-apis">6.4.3 Document-level focus APIs</a> <span class="id">(document-level-focus-apis)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=element-level-focus-apis" class="status LC">LC</a> <a href="../spec/#element-level-focus-apis">6.4.4 Element-level focus APIs</a> <span class="id">(element-level-focus-apis)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=document-level-focus-apis" class="status LC">LC</a> <a href="../spec/#document-level-focus-apis">7.4.3 Document-level focus APIs</a> <span class="id">(document-level-focus-apis)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=element-level-focus-apis" class="status LC">LC</a> <a href="../spec/#element-level-focus-apis">7.4.4 Element-level focus APIs</a> <span class="id">(element-level-focus-apis)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-accesskey-attribute" class="status LC">LC</a> <a href="../spec/#the-accesskey-attribute">6.5 The accesskey attribute</a> <span class="id">(the-accesskey-attribute)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=selection" class="status LC">LC</a> <a href="../spec/#selection">6.6 The text +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-accesskey-attribute" class="status LC">LC</a> <a href="../spec/#the-accesskey-attribute">7.5 The accesskey attribute</a> <span class="id">(the-accesskey-attribute)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=selection" class="status LC">LC</a> <a href="../spec/#selection">7.6 The text selection APIs</a> <span class="id">(selection)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=documentSelection" class="status LC">LC</a> <a href="../spec/#documentSelection">6.6.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=documentSelection" class="status LC">LC</a> <a href="../spec/#documentSelection">7.6.1 APIs for the browsing context selection</a> <span class="id">(documentSelection)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=textFieldSelection" class="status LC">LC</a> <a href="../spec/#textFieldSelection">6.6.2 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=textFieldSelection" class="status LC">LC</a> <a href="../spec/#textFieldSelection">7.6.2 APIs for the text field selections</a> <span class="id">(textFieldSelection)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=contenteditable" class="status LC">LC</a> <a href="../spec/#contenteditable">6.7 The +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=contenteditable" class="status LC">LC</a> <a href="../spec/#contenteditable">7.7 The contenteditable attribute</a> <span class="id">(contenteditable)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=user-editing-actions" class="status LC">LC</a> <a href="../spec/#user-editing-actions">6.7.1 User editing actions</a> <span class="id">(user-editing-actions)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=making-entire-documents-editable" class="status LC">LC</a> <a href="../spec/#making-entire-documents-editable">6.7.2 Making entire documents editable</a> <span class="id">(making-entire-documents-editable)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=user-editing-actions" class="status LC">LC</a> <a href="../spec/#user-editing-actions">7.7.1 User editing actions</a> <span class="id">(user-editing-actions)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=making-entire-documents-editable" class="status LC">LC</a> <a href="../spec/#making-entire-documents-editable">7.7.2 Making entire documents editable</a> <span class="id">(making-entire-documents-editable)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=spelling-and-grammar-checking" class="status LC">LC</a> <a href="../spec/#spelling-and-grammar-checking">6.8 Spelling and grammar checking</a> <span class="id">(spelling-and-grammar-checking)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=dnd" class="status LC">LC</a> <a href="../spec/#dnd">6.9 Drag and drop</a> <span class="id">(dnd)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=spelling-and-grammar-checking" class="status LC">LC</a> <a href="../spec/#spelling-and-grammar-checking">7.8 Spelling and grammar checking</a> <span class="id">(spelling-and-grammar-checking)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=dnd" class="status LC">LC</a> <a href="../spec/#dnd">7.9 Drag and drop</a> <span class="id">(dnd)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-3" class="status LC">LC</a> <a href="../spec/#introduction-3">6.9.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-3" class="status LC">LC</a> <a href="../spec/#introduction-3">7.9.1 Introduction</a> <span class="id">(introduction-3)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-dragevent-and-datatransfer-interfaces" class="status LC">LC</a> <a href="../spec/#the-dragevent-and-datatransfer-interfaces">6.9.2 The DragEvent and +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-dragevent-and-datatransfer-interfaces" class="status LC">LC</a> <a href="../spec/#the-dragevent-and-datatransfer-interfaces">7.9.2 The DragEvent and DataTransfer interfaces</a> <span class="id">(the-dragevent-and-datatransfer-interfaces)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=dndevents" class="status LC">LC</a> <a href="../spec/#dndevents">6.9.3 Events +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=dndevents" class="status LC">LC</a> <a href="../spec/#dndevents">7.9.3 Events fired during a drag-and-drop action</a> <span class="id">(dndevents)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=drag-and-drop-processing-model" class="status LC">LC</a> <a href="../spec/#drag-and-drop-processing-model">6.9.4 Drag-and-drop processing model</a> <span class="id">(drag-and-drop-processing-model)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=drag-and-drop-processing-model" class="status LC">LC</a> <a href="../spec/#drag-and-drop-processing-model">7.9.4 Drag-and-drop processing model</a> <span class="id">(drag-and-drop-processing-model)</span> <ol> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=when-the-drag-and-drop-operation-starts-or-ends-in-another-document" class="status LC">LC</a> <a href="../spec/#when-the-drag-and-drop-operation-starts-or-ends-in-another-document"> -6.9.4.1 When the drag-and-drop operation +7.9.4.1 When the drag-and-drop operation starts or ends in another document</a> <span class="id">(when-the-drag-and-drop-operation-starts-or-ends-in-another-document)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=when-the-drag-and-drop-operation-starts-or-ends-in-another-application" class="status LC">LC</a> <a href="../spec/#when-the-drag-and-drop-operation-starts-or-ends-in-another-application"> -6.9.4.2 When the drag-and-drop operation +7.9.4.2 When the drag-and-drop operation starts or ends in another application</a> <span class="id">(when-the-drag-and-drop-operation-starts-or-ends-in-another-application)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-draggable-attribute" class="status LC">LC</a> <a href="../spec/#the-draggable-attribute">6.9.5 The draggable attribute</a> <span class="id">(the-draggable-attribute)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=security-risks-in-the-drag-and-drop-model" class="status LC">LC</a> <a href="../spec/#security-risks-in-the-drag-and-drop-model">6.9.6 Security risks in the drag-and-drop +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-draggable-attribute" class="status LC">LC</a> <a href="../spec/#the-draggable-attribute">7.9.5 The draggable attribute</a> <span class="id">(the-draggable-attribute)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=security-risks-in-the-drag-and-drop-model" class="status LC">LC</a> <a href="../spec/#security-risks-in-the-drag-and-drop-model">7.9.6 Security risks in the drag-and-drop model</a> <span class="id">(security-risks-in-the-drag-and-drop-model)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=undo" class="status LC">LC</a> <a href="../spec/#undo">6.10 Undo +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=undo" class="status LC">LC</a> <a href="../spec/#undo">7.10 Undo history</a> <span class="id">(undo)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=definitions-2" class="status LC">LC</a> <a href="../spec/#definitions-2">6.10.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=definitions-2" class="status LC">LC</a> <a href="../spec/#definitions-2">7.10.1 Definitions</a> <span class="id">(definitions-2)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-undomanager-interface" class="status LC">LC</a> <a href="../spec/#the-undomanager-interface">6.10.2 The UndoManager +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-undomanager-interface" class="status LC">LC</a> <a href="../spec/#the-undomanager-interface">7.10.2 The UndoManager interface</a> <span class="id">(the-undomanager-interface)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=undo:-moving-back-in-the-undo-transaction-history" class="status LC">LC</a> <a href="../spec/#undo:-moving-back-in-the-undo-transaction-history">6.10.3 Undo: moving back in the undo transaction +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=undo:-moving-back-in-the-undo-transaction-history" class="status LC">LC</a> <a href="../spec/#undo:-moving-back-in-the-undo-transaction-history">7.10.3 Undo: moving back in the undo transaction history</a> <span class="id">(undo:-moving-back-in-the-undo-transaction-history)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=redo:-moving-forward-in-the-undo-transaction-history" class="status LC">LC</a> <a href="../spec/#redo:-moving-forward-in-the-undo-transaction-history"> -6.10.4 Redo: moving forward in the undo transaction +7.10.4 Redo: moving forward in the undo transaction history</a> <span class="id">(redo:-moving-forward-in-the-undo-transaction-history)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-undomanagerevent-interface-and-the-undo-and-redo-events" class="status LC">LC</a> <a href="../spec/#the-undomanagerevent-interface-and-the-undo-and-redo-events"> -6.10.5 The UndoManagerEvent interface and the +7.10.5 The UndoManagerEvent interface and the undo and redo events</a> <span class="id">(the-undomanagerevent-interface-and-the-undo-and-redo-events)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=implementation-notes" class="status LC">LC</a> <a href="../spec/#implementation-notes">6.10.6 Implementation notes</a> <span class="id">(implementation-notes)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=implementation-notes" class="status LC">LC</a> <a href="../spec/#implementation-notes">7.10.6 Implementation notes</a> <span class="id">(implementation-notes)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=editing-apis" class="status LC">LC</a> <a href="../spec/#editing-apis">6.11 Editing +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=editing-apis" class="status LC">LC</a> <a href="../spec/#editing-apis">7.11 Editing APIs</a> <span class="id">(editing-apis)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=syntax" class="status ADD">ADD</a> <a href="../spec/#syntax">7 The HTML +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=syntax" class="status ADD">ADD</a> <a href="../spec/#syntax">8 The HTML syntax</a> <span class="id">(syntax)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=writing" class="status LC">LC</a> <a href="../spec/#writing">7.1 Writing HTML +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=writing" class="status LC">LC</a> <a href="../spec/#writing">8.1 Writing HTML documents</a> <span class="id">(writing)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-doctype" class="status LC">LC</a> <a href="../spec/#the-doctype">7.1.1 The +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-doctype" class="status LC">LC</a> <a href="../spec/#the-doctype">8.1.1 The DOCTYPE</a> <span class="id">(the-doctype)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=elements-0" class="status LC">LC</a> <a href="../spec/#elements-0">7.1.2 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=elements-0" class="status LC">LC</a> <a href="../spec/#elements-0">8.1.2 Elements</a> <span class="id">(elements-0)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=start-tags" class="status LC">LC</a> <a href="../spec/#start-tags">7.1.2.1 Start +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=start-tags" class="status LC">LC</a> <a href="../spec/#start-tags">8.1.2.1 Start tags</a> <span class="id">(start-tags)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=end-tags" class="status LC">LC</a> <a href="../spec/#end-tags">7.1.2.2 End +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=end-tags" class="status LC">LC</a> <a href="../spec/#end-tags">8.1.2.2 End tags</a> <span class="id">(end-tags)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=attributes" class="status LC">LC</a> <a href="../spec/#attributes">7.1.2.3 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=attributes" class="status LC">LC</a> <a href="../spec/#attributes">8.1.2.3 Attributes</a> <span class="id">(attributes)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=optional-tags" class="status LC">LC</a> <a href="../spec/#optional-tags">7.1.2.4 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=optional-tags" class="status LC">LC</a> <a href="../spec/#optional-tags">8.1.2.4 Optional tags</a> <span class="id">(optional-tags)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=element-restrictions" class="status LC">LC</a> <a href="../spec/#element-restrictions">7.1.2.5 Restrictions on content models</a> <span class="id">(element-restrictions)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=cdata-rcdata-restrictions" class="status LC">LC</a> <a href="../spec/#cdata-rcdata-restrictions">7.1.2.6 Restrictions on the contents of raw text and +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=element-restrictions" class="status LC">LC</a> <a href="../spec/#element-restrictions">8.1.2.5 Restrictions on content models</a> <span class="id">(element-restrictions)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=cdata-rcdata-restrictions" class="status LC">LC</a> <a href="../spec/#cdata-rcdata-restrictions">8.1.2.6 Restrictions on the contents of raw text and RCDATA elements</a> <span class="id">(cdata-rcdata-restrictions)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=text" class="status LC">LC</a> <a href="../spec/#text">7.1.3 Text</a> <span class="id">(text)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=text" class="status LC">LC</a> <a href="../spec/#text">8.1.3 Text</a> <span class="id">(text)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=newlines" class="status LC">LC</a> <a href="../spec/#newlines">7.1.3.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=newlines" class="status LC">LC</a> <a href="../spec/#newlines">8.1.3.1 Newlines</a> <span class="id">(newlines)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=character-references" class="status LC">LC</a> <a href="../spec/#character-references">7.1.4 Character references</a> <span class="id">(character-references)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=cdata-sections" class="status LC">LC</a> <a href="../spec/#cdata-sections">7.1.5 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=character-references" class="status LC">LC</a> <a href="../spec/#character-references">8.1.4 Character references</a> <span class="id">(character-references)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=cdata-sections" class="status LC">LC</a> <a href="../spec/#cdata-sections">8.1.5 CDATA sections</a> <span class="id">(cdata-sections)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comments" class="status LC">LC</a> <a href="../spec/#comments">7.1.6 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comments" class="status LC">LC</a> <a href="../spec/#comments">8.1.6 Comments</a> <span class="id">(comments)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing" class="status LC">LC</a> <a href="../spec/#parsing">7.2 Parsing HTML +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing" class="status LC">LC</a> <a href="../spec/#parsing">8.2 Parsing HTML documents</a> <span class="id">(parsing)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=overview-of-the-parsing-model" class="status LC">LC</a> <a href="../spec/#overview-of-the-parsing-model">7.2.1 Overview of the parsing model</a> <span class="id">(overview-of-the-parsing-model)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-stream" class="status LC">LC</a> <a href="../spec/#the-input-stream">7.2.2 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=overview-of-the-parsing-model" class="status LC">LC</a> <a href="../spec/#overview-of-the-parsing-model">8.2.1 Overview of the parsing model</a> <span class="id">(overview-of-the-parsing-model)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-stream" class="status LC">LC</a> <a href="../spec/#the-input-stream">8.2.2 The input stream</a> <span class="id">(the-input-stream)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=determining-the-character-encoding" class="status LC">LC</a> <a href="../spec/#determining-the-character-encoding">7.2.2.1 Determining the character encoding</a> <span class="id">(determining-the-character-encoding)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=character-encodings-0" class="status LC">LC</a> <a href="../spec/#character-encodings-0">7.2.2.2 Character encodings</a> <span class="id">(character-encodings-0)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=preprocessing-the-input-stream" class="status LC">LC</a> <a href="../spec/#preprocessing-the-input-stream">7.2.2.3 Preprocessing the input stream</a> <span class="id">(preprocessing-the-input-stream)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=changing-the-encoding-while-parsing" class="status LC">LC</a> <a href="../spec/#changing-the-encoding-while-parsing">7.2.2.4 Changing the encoding while parsing</a> <span class="id">(changing-the-encoding-while-parsing)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=determining-the-character-encoding" class="status LC">LC</a> <a href="../spec/#determining-the-character-encoding">8.2.2.1 Determining the character encoding</a> <span class="id">(determining-the-character-encoding)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=character-encodings-0" class="status LC">LC</a> <a href="../spec/#character-encodings-0">8.2.2.2 Character encodings</a> <span class="id">(character-encodings-0)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=preprocessing-the-input-stream" class="status LC">LC</a> <a href="../spec/#preprocessing-the-input-stream">8.2.2.3 Preprocessing the input stream</a> <span class="id">(preprocessing-the-input-stream)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=changing-the-encoding-while-parsing" class="status LC">LC</a> <a href="../spec/#changing-the-encoding-while-parsing">8.2.2.4 Changing the encoding while parsing</a> <span class="id">(changing-the-encoding-while-parsing)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parse-state" class="status LC">LC</a> <a href="../spec/#parse-state">7.2.3 Parse +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parse-state" class="status LC">LC</a> <a href="../spec/#parse-state">8.2.3 Parse state</a> <span class="id">(parse-state)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-insertion-mode" class="status LC">LC</a> <a href="../spec/#the-insertion-mode">7.2.3.1 The insertion mode</a> <span class="id">(the-insertion-mode)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-stack-of-open-elements" class="status LC">LC</a> <a href="../spec/#the-stack-of-open-elements">7.2.3.2 The stack of open elements</a> <span class="id">(the-stack-of-open-elements)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-list-of-active-formatting-elements" class="status LC">LC</a> <a href="../spec/#the-list-of-active-formatting-elements">7.2.3.3 The list of active formatting +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-insertion-mode" class="status LC">LC</a> <a href="../spec/#the-insertion-mode">8.2.3.1 The insertion mode</a> <span class="id">(the-insertion-mode)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-stack-of-open-elements" class="status LC">LC</a> <a href="../spec/#the-stack-of-open-elements">8.2.3.2 The stack of open elements</a> <span class="id">(the-stack-of-open-elements)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-list-of-active-formatting-elements" class="status LC">LC</a> <a href="../spec/#the-list-of-active-formatting-elements">8.2.3.3 The list of active formatting elements</a> <span class="id">(the-list-of-active-formatting-elements)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-element-pointers" class="status LC">LC</a> <a href="../spec/#the-element-pointers">7.2.3.4 The element pointers</a> <span class="id">(the-element-pointers)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=other-parsing-state-flags" class="status LC">LC</a> <a href="../spec/#other-parsing-state-flags">7.2.3.5 Other parsing state flags</a> <span class="id">(other-parsing-state-flags)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-element-pointers" class="status LC">LC</a> <a href="../spec/#the-element-pointers">8.2.3.4 The element pointers</a> <span class="id">(the-element-pointers)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=other-parsing-state-flags" class="status LC">LC</a> <a href="../spec/#other-parsing-state-flags">8.2.3.5 Other parsing state flags</a> <span class="id">(other-parsing-state-flags)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=tokenization" class="status LC">LC</a> <a href="../spec/#tokenization">7.2.4 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=tokenization" class="status LC">LC</a> <a href="../spec/#tokenization">8.2.4 Tokenization</a> <span class="id">(tokenization)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=data-state" class="status LC">LC</a> <a href="../spec/#data-state">7.2.4.1 Data +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=data-state" class="status LC">LC</a> <a href="../spec/#data-state">8.2.4.1 Data state</a> <span class="id">(data-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=character-reference-in-data-state" class="status LC">LC</a> <a href="../spec/#character-reference-in-data-state">7.2.4.2 Character reference in data state</a> <span class="id">(character-reference-in-data-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rcdata-state" class="status LC">LC</a> <a href="../spec/#rcdata-state">7.2.4.3 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=character-reference-in-data-state" class="status LC">LC</a> <a href="../spec/#character-reference-in-data-state">8.2.4.2 Character reference in data state</a> <span class="id">(character-reference-in-data-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rcdata-state" class="status LC">LC</a> <a href="../spec/#rcdata-state">8.2.4.3 RCDATA state</a> <span class="id">(rcdata-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=character-reference-in-rcdata-state" class="status ADD">ADD</a> <a href="../spec/#character-reference-in-rcdata-state">7.2.4.4 Character reference in RCDATA state</a> <span class="id">(character-reference-in-rcdata-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rawtext-state" class="status LC">LC</a> <a href="../spec/#rawtext-state">7.2.4.5 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=character-reference-in-rcdata-state" class="status ADD">ADD</a> <a href="../spec/#character-reference-in-rcdata-state">8.2.4.4 Character reference in RCDATA state</a> <span class="id">(character-reference-in-rcdata-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rawtext-state" class="status LC">LC</a> <a href="../spec/#rawtext-state">8.2.4.5 RAWTEXT state</a> <span class="id">(rawtext-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-state" class="status LC">LC</a> <a href="../spec/#script-data-state">7.2.4.6 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-state" class="status LC">LC</a> <a href="../spec/#script-data-state">8.2.4.6 Script data state</a> <span class="id">(script-data-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=plaintext-state" class="status LC">LC</a> <a href="../spec/#plaintext-state">7.2.4.7 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=plaintext-state" class="status LC">LC</a> <a href="../spec/#plaintext-state">8.2.4.7 PLAINTEXT state</a> <span class="id">(plaintext-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=tag-open-state" class="status LC">LC</a> <a href="../spec/#tag-open-state">7.2.4.8 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=tag-open-state" class="status LC">LC</a> <a href="../spec/#tag-open-state">8.2.4.8 Tag open state</a> <span class="id">(tag-open-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=close-tag-open-state" class="status LC">LC</a> <a href="../spec/#close-tag-open-state">7.2.4.9 Close tag open state</a> <span class="id">(close-tag-open-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=tag-name-state" class="status LC">LC</a> <a href="../spec/#tag-name-state">7.2.4.10 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=end-tag-open-state" class="status ADD">ADD</a> <a href="../spec/#end-tag-open-state">8.2.4.9 End tag open state</a> <span class="id">(end-tag-open-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=tag-name-state" class="status LC">LC</a> <a href="../spec/#tag-name-state">8.2.4.10 Tag name state</a> <span class="id">(tag-name-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rcdata-less-than-sign-state" class="status LC">LC</a> <a href="../spec/#rcdata-less-than-sign-state">7.2.4.11 RCDATA less-than sign state</a> <span class="id">(rcdata-less-than-sign-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rcdata-end-tag-open-state" class="status LC">LC</a> <a href="../spec/#rcdata-end-tag-open-state">7.2.4.12 RCDATA end tag open state</a> <span class="id">(rcdata-end-tag-open-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rcdata-end-tag-name-state" class="status LC">LC</a> <a href="../spec/#rcdata-end-tag-name-state">7.2.4.13 RCDATA end tag name state</a> <span class="id">(rcdata-end-tag-name-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rawtext-less-than-sign-state" class="status LC">LC</a> <a href="../spec/#rawtext-less-than-sign-state">7.2.4.14 RAWTEXT less-than sign state</a> <span class="id">(rawtext-less-than-sign-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rawtext-end-tag-open-state" class="status LC">LC</a> <a href="../spec/#rawtext-end-tag-open-state">7.2.4.15 RAWTEXT end tag open state</a> <span class="id">(rawtext-end-tag-open-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rawtext-end-tag-name-state" class="status LC">LC</a> <a href="../spec/#rawtext-end-tag-name-state">7.2.4.16 RAWTEXT end tag name state</a> <span class="id">(rawtext-end-tag-name-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-less-than-sign-state" class="status LC">LC</a> <a href="../spec/#script-data-less-than-sign-state">7.2.4.17 Script data less-than sign state</a> <span class="id">(script-data-less-than-sign-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-end-tag-open-state" class="status LC">LC</a> <a href="../spec/#script-data-end-tag-open-state">7.2.4.18 Script data end tag open state</a> <span class="id">(script-data-end-tag-open-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-end-tag-name-state" class="status LC">LC</a> <a href="../spec/#script-data-end-tag-name-state">7.2.4.19 Script data end tag name state</a> <span class="id">(script-data-end-tag-name-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escape-start-state" class="status LC">LC</a> <a href="../spec/#script-data-escape-start-state">7.2.4.20 Script data escape start state</a> <span class="id">(script-data-escape-start-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escape-start-dash-state" class="status LC">LC</a> <a href="../spec/#script-data-escape-start-dash-state">7.2.4.21 Script data escape start dash +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rcdata-less-than-sign-state" class="status LC">LC</a> <a href="../spec/#rcdata-less-than-sign-state">8.2.4.11 RCDATA less-than sign state</a> <span class="id">(rcdata-less-than-sign-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rcdata-end-tag-open-state" class="status LC">LC</a> <a href="../spec/#rcdata-end-tag-open-state">8.2.4.12 RCDATA end tag open state</a> <span class="id">(rcdata-end-tag-open-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rcdata-end-tag-name-state" class="status LC">LC</a> <a href="../spec/#rcdata-end-tag-name-state">8.2.4.13 RCDATA end tag name state</a> <span class="id">(rcdata-end-tag-name-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rawtext-less-than-sign-state" class="status LC">LC</a> <a href="../spec/#rawtext-less-than-sign-state">8.2.4.14 RAWTEXT less-than sign state</a> <span class="id">(rawtext-less-than-sign-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rawtext-end-tag-open-state" class="status LC">LC</a> <a href="../spec/#rawtext-end-tag-open-state">8.2.4.15 RAWTEXT end tag open state</a> <span class="id">(rawtext-end-tag-open-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rawtext-end-tag-name-state" class="status LC">LC</a> <a href="../spec/#rawtext-end-tag-name-state">8.2.4.16 RAWTEXT end tag name state</a> <span class="id">(rawtext-end-tag-name-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-less-than-sign-state" class="status LC">LC</a> <a href="../spec/#script-data-less-than-sign-state">8.2.4.17 Script data less-than sign state</a> <span class="id">(script-data-less-than-sign-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-end-tag-open-state" class="status LC">LC</a> <a href="../spec/#script-data-end-tag-open-state">8.2.4.18 Script data end tag open state</a> <span class="id">(script-data-end-tag-open-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-end-tag-name-state" class="status LC">LC</a> <a href="../spec/#script-data-end-tag-name-state">8.2.4.19 Script data end tag name state</a> <span class="id">(script-data-end-tag-name-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escape-start-state" class="status LC">LC</a> <a href="../spec/#script-data-escape-start-state">8.2.4.20 Script data escape start state</a> <span class="id">(script-data-escape-start-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escape-start-dash-state" class="status LC">LC</a> <a href="../spec/#script-data-escape-start-dash-state">8.2.4.21 Script data escape start dash state</a> <span class="id">(script-data-escape-start-dash-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escaped-state" class="status LC">LC</a> <a href="../spec/#script-data-escaped-state">7.2.4.22 Script data escaped state</a> <span class="id">(script-data-escaped-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escaped-dash-state" class="status LC">LC</a> <a href="../spec/#script-data-escaped-dash-state">7.2.4.23 Script data escaped dash state</a> <span class="id">(script-data-escaped-dash-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escaped-dash-dash-state" class="status LC">LC</a> <a href="../spec/#script-data-escaped-dash-dash-state">7.2.4.24 Script data escaped dash dash +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escaped-state" class="status LC">LC</a> <a href="../spec/#script-data-escaped-state">8.2.4.22 Script data escaped state</a> <span class="id">(script-data-escaped-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escaped-dash-state" class="status LC">LC</a> <a href="../spec/#script-data-escaped-dash-state">8.2.4.23 Script data escaped dash state</a> <span class="id">(script-data-escaped-dash-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escaped-dash-dash-state" class="status LC">LC</a> <a href="../spec/#script-data-escaped-dash-dash-state">8.2.4.24 Script data escaped dash dash state</a> <span class="id">(script-data-escaped-dash-dash-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escaped-less-than-sign-state" class="status LC">LC</a> <a href="../spec/#script-data-escaped-less-than-sign-state">7.2.4.25 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escaped-less-than-sign-state" class="status LC">LC</a> <a href="../spec/#script-data-escaped-less-than-sign-state">8.2.4.25 Script data escaped less-than sign state</a> <span class="id">(script-data-escaped-less-than-sign-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escaped-end-tag-open-state" class="status LC">LC</a> <a href="../spec/#script-data-escaped-end-tag-open-state">7.2.4.26 Script data escaped end tag open +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escaped-end-tag-open-state" class="status LC">LC</a> <a href="../spec/#script-data-escaped-end-tag-open-state">8.2.4.26 Script data escaped end tag open state</a> <span class="id">(script-data-escaped-end-tag-open-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escaped-end-tag-name-state" class="status LC">LC</a> <a href="../spec/#script-data-escaped-end-tag-name-state">7.2.4.27 Script data escaped end tag name +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-escaped-end-tag-name-state" class="status LC">LC</a> <a href="../spec/#script-data-escaped-end-tag-name-state">8.2.4.27 Script data escaped end tag name state</a> <span class="id">(script-data-escaped-end-tag-name-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-double-escape-start-state" class="status LC">LC</a> <a href="../spec/#script-data-double-escape-start-state">7.2.4.28 Script data double escape start +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-double-escape-start-state" class="status LC">LC</a> <a href="../spec/#script-data-double-escape-start-state">8.2.4.28 Script data double escape start state</a> <span class="id">(script-data-double-escape-start-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-double-escaped-state" class="status LC">LC</a> <a href="../spec/#script-data-double-escaped-state">7.2.4.29 Script data double escaped state</a> <span class="id">(script-data-double-escaped-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-double-escaped-dash-state" class="status LC">LC</a> <a href="../spec/#script-data-double-escaped-dash-state">7.2.4.30 Script data double escaped dash +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-double-escaped-state" class="status LC">LC</a> <a href="../spec/#script-data-double-escaped-state">8.2.4.29 Script data double escaped state</a> <span class="id">(script-data-double-escaped-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-double-escaped-dash-state" class="status LC">LC</a> <a href="../spec/#script-data-double-escaped-dash-state">8.2.4.30 Script data double escaped dash state</a> <span class="id">(script-data-double-escaped-dash-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-double-escaped-dash-dash-state" class="status LC">LC</a> <a href="../spec/#script-data-double-escaped-dash-dash-state">7.2.4.31 Script data double escaped dash dash +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-double-escaped-dash-dash-state" class="status LC">LC</a> <a href="../spec/#script-data-double-escaped-dash-dash-state">8.2.4.31 Script data double escaped dash dash state</a> <span class="id">(script-data-double-escaped-dash-dash-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-double-escaped-less-than-sign-state" class="status LC">LC</a> <a href="../spec/#script-data-double-escaped-less-than-sign-state">7.2.4.32 Script data double escaped less-than sign +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-double-escaped-less-than-sign-state" class="status LC">LC</a> <a href="../spec/#script-data-double-escaped-less-than-sign-state">8.2.4.32 Script data double escaped less-than sign state</a> <span class="id">(script-data-double-escaped-less-than-sign-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-double-escape-end-state" class="status LC">LC</a> <a href="../spec/#script-data-double-escape-end-state">7.2.4.33 Script data double escape end +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=script-data-double-escape-end-state" class="status LC">LC</a> <a href="../spec/#script-data-double-escape-end-state">8.2.4.33 Script data double escape end state</a> <span class="id">(script-data-double-escape-end-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=before-attribute-name-state" class="status LC">LC</a> <a href="../spec/#before-attribute-name-state">7.2.4.34 Before attribute name state</a> <span class="id">(before-attribute-name-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=attribute-name-state" class="status LC">LC</a> <a href="../spec/#attribute-name-state">7.2.4.35 Attribute name state</a> <span class="id">(attribute-name-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=after-attribute-name-state" class="status LC">LC</a> <a href="../spec/#after-attribute-name-state">7.2.4.36 After attribute name state</a> <span class="id">(after-attribute-name-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=before-attribute-value-state" class="status LC">LC</a> <a href="../spec/#before-attribute-value-state">7.2.4.37 Before attribute value state</a> <span class="id">(before-attribute-value-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=attribute-value-double-quoted-state" class="status ADD">ADD</a> <a href="../spec/#attribute-value-double-quoted-state">7.2.4.38 Attribute value (double-quoted) +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=before-attribute-name-state" class="status LC">LC</a> <a href="../spec/#before-attribute-name-state">8.2.4.34 Before attribute name state</a> <span class="id">(before-attribute-name-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=attribute-name-state" class="status LC">LC</a> <a href="../spec/#attribute-name-state">8.2.4.35 Attribute name state</a> <span class="id">(attribute-name-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=after-attribute-name-state" class="status LC">LC</a> <a href="../spec/#after-attribute-name-state">8.2.4.36 After attribute name state</a> <span class="id">(after-attribute-name-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=before-attribute-value-state" class="status LC">LC</a> <a href="../spec/#before-attribute-value-state">8.2.4.37 Before attribute value state</a> <span class="id">(before-attribute-value-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=attribute-value-double-quoted-state" class="status ADD">ADD</a> <a href="../spec/#attribute-value-double-quoted-state">8.2.4.38 Attribute value (double-quoted) state</a> <span class="id">(attribute-value-double-quoted-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=attribute-value-single-quoted-state" class="status ADD">ADD</a> <a href="../spec/#attribute-value-single-quoted-state">7.2.4.39 Attribute value (single-quoted) +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=attribute-value-single-quoted-state" class="status ADD">ADD</a> <a href="../spec/#attribute-value-single-quoted-state">8.2.4.39 Attribute value (single-quoted) state</a> <span class="id">(attribute-value-single-quoted-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=attribute-value-unquoted-state" class="status ADD">ADD</a> <a href="../spec/#attribute-value-unquoted-state">7.2.4.40 Attribute value (unquoted) state</a> <span class="id">(attribute-value-unquoted-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=character-reference-in-attribute-value-state" class="status LC">LC</a> <a href="../spec/#character-reference-in-attribute-value-state">7.2.4.41 Character reference in attribute value +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=attribute-value-unquoted-state" class="status ADD">ADD</a> <a href="../spec/#attribute-value-unquoted-state">8.2.4.40 Attribute value (unquoted) state</a> <span class="id">(attribute-value-unquoted-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=character-reference-in-attribute-value-state" class="status LC">LC</a> <a href="../spec/#character-reference-in-attribute-value-state">8.2.4.41 Character reference in attribute value state</a> <span class="id">(character-reference-in-attribute-value-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=after-attribute-value-quoted-state" class="status ADD">ADD</a> <a href="../spec/#after-attribute-value-quoted-state">7.2.4.42 After attribute value (quoted) +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=after-attribute-value-quoted-state" class="status ADD">ADD</a> <a href="../spec/#after-attribute-value-quoted-state">8.2.4.42 After attribute value (quoted) state</a> <span class="id">(after-attribute-value-quoted-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=self-closing-start-tag-state" class="status LC">LC</a> <a href="../spec/#self-closing-start-tag-state">7.2.4.43 Self-closing start tag state</a> <span class="id">(self-closing-start-tag-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=bogus-comment-state" class="status LC">LC</a> <a href="../spec/#bogus-comment-state">7.2.4.44 Bogus comment state</a> <span class="id">(bogus-comment-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=markup-declaration-open-state" class="status LC">LC</a> <a href="../spec/#markup-declaration-open-state">7.2.4.45 Markup declaration open state</a> <span class="id">(markup-declaration-open-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comment-start-state" class="status LC">LC</a> <a href="../spec/#comment-start-state">7.2.4.46 Comment start state</a> <span class="id">(comment-start-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comment-start-dash-state" class="status LC">LC</a> <a href="../spec/#comment-start-dash-state">7.2.4.47 Comment start dash state</a> <span class="id">(comment-start-dash-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comment-state" class="status LC">LC</a> <a href="../spec/#comment-state">7.2.4.48 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=self-closing-start-tag-state" class="status LC">LC</a> <a href="../spec/#self-closing-start-tag-state">8.2.4.43 Self-closing start tag state</a> <span class="id">(self-closing-start-tag-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=bogus-comment-state" class="status LC">LC</a> <a href="../spec/#bogus-comment-state">8.2.4.44 Bogus comment state</a> <span class="id">(bogus-comment-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=markup-declaration-open-state" class="status LC">LC</a> <a href="../spec/#markup-declaration-open-state">8.2.4.45 Markup declaration open state</a> <span class="id">(markup-declaration-open-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comment-start-state" class="status LC">LC</a> <a href="../spec/#comment-start-state">8.2.4.46 Comment start state</a> <span class="id">(comment-start-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comment-start-dash-state" class="status LC">LC</a> <a href="../spec/#comment-start-dash-state">8.2.4.47 Comment start dash state</a> <span class="id">(comment-start-dash-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comment-state" class="status LC">LC</a> <a href="../spec/#comment-state">8.2.4.48 Comment state</a> <span class="id">(comment-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comment-end-dash-state" class="status LC">LC</a> <a href="../spec/#comment-end-dash-state">7.2.4.49 Comment end dash state</a> <span class="id">(comment-end-dash-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comment-end-state" class="status LC">LC</a> <a href="../spec/#comment-end-state">7.2.4.50 Comment end state</a> <span class="id">(comment-end-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comment-end-bang-state" class="status LC">LC</a> <a href="../spec/#comment-end-bang-state">7.2.4.51 Comment end bang state</a> <span class="id">(comment-end-bang-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comment-end-space-state" class="status LC">LC</a> <a href="../spec/#comment-end-space-state">7.2.4.52 Comment end space state</a> <span class="id">(comment-end-space-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=doctype-state" class="status LC">LC</a> <a href="../spec/#doctype-state">7.2.4.53 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comment-end-dash-state" class="status LC">LC</a> <a href="../spec/#comment-end-dash-state">8.2.4.49 Comment end dash state</a> <span class="id">(comment-end-dash-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comment-end-state" class="status LC">LC</a> <a href="../spec/#comment-end-state">8.2.4.50 Comment end state</a> <span class="id">(comment-end-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comment-end-bang-state" class="status LC">LC</a> <a href="../spec/#comment-end-bang-state">8.2.4.51 Comment end bang state</a> <span class="id">(comment-end-bang-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=comment-end-space-state" class="status LC">LC</a> <a href="../spec/#comment-end-space-state">8.2.4.52 Comment end space state</a> <span class="id">(comment-end-space-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=doctype-state" class="status LC">LC</a> <a href="../spec/#doctype-state">8.2.4.53 DOCTYPE state</a> <span class="id">(doctype-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=before-doctype-name-state" class="status LC">LC</a> <a href="../spec/#before-doctype-name-state">7.2.4.54 Before DOCTYPE name state</a> <span class="id">(before-doctype-name-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=doctype-name-state" class="status LC">LC</a> <a href="../spec/#doctype-name-state">7.2.4.55 DOCTYPE name state</a> <span class="id">(doctype-name-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=after-doctype-name-state" class="status LC">LC</a> <a href="../spec/#after-doctype-name-state">7.2.4.56 After DOCTYPE name state</a> <span class="id">(after-doctype-name-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=after-doctype-public-keyword-state" class="status LC">LC</a> <a href="../spec/#after-doctype-public-keyword-state">7.2.4.57 After DOCTYPE public keyword state</a> <span class="id">(after-doctype-public-keyword-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=before-doctype-public-identifier-state" class="status LC">LC</a> <a href="../spec/#before-doctype-public-identifier-state">7.2.4.58 Before DOCTYPE public identifier +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=before-doctype-name-state" class="status LC">LC</a> <a href="../spec/#before-doctype-name-state">8.2.4.54 Before DOCTYPE name state</a> <span class="id">(before-doctype-name-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=doctype-name-state" class="status LC">LC</a> <a href="../spec/#doctype-name-state">8.2.4.55 DOCTYPE name state</a> <span class="id">(doctype-name-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=after-doctype-name-state" class="status LC">LC</a> <a href="../spec/#after-doctype-name-state">8.2.4.56 After DOCTYPE name state</a> <span class="id">(after-doctype-name-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=after-doctype-public-keyword-state" class="status LC">LC</a> <a href="../spec/#after-doctype-public-keyword-state">8.2.4.57 After DOCTYPE public keyword state</a> <span class="id">(after-doctype-public-keyword-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=before-doctype-public-identifier-state" class="status LC">LC</a> <a href="../spec/#before-doctype-public-identifier-state">8.2.4.58 Before DOCTYPE public identifier state</a> <span class="id">(before-doctype-public-identifier-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=doctype-public-identifier-double-quoted-state" class="status ADD">ADD</a> <a href="../spec/#doctype-public-identifier-double-quoted-state">7.2.4.59 DOCTYPE public identifier (double-quoted) +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=doctype-public-identifier-double-quoted-state" class="status ADD">ADD</a> <a href="../spec/#doctype-public-identifier-double-quoted-state">8.2.4.59 DOCTYPE public identifier (double-quoted) state</a> <span class="id">(doctype-public-identifier-double-quoted-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=doctype-public-identifier-single-quoted-state" class="status ADD">ADD</a> <a href="../spec/#doctype-public-identifier-single-quoted-state">7.2.4.60 DOCTYPE public identifier (single-quoted) +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=doctype-public-identifier-single-quoted-state" class="status ADD">ADD</a> <a href="../spec/#doctype-public-identifier-single-quoted-state">8.2.4.60 DOCTYPE public identifier (single-quoted) state</a> <span class="id">(doctype-public-identifier-single-quoted-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=after-doctype-public-identifier-state" class="status LC">LC</a> <a href="../spec/#after-doctype-public-identifier-state">7.2.4.61 After DOCTYPE public identifier +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=after-doctype-public-identifier-state" class="status LC">LC</a> <a href="../spec/#after-doctype-public-identifier-state">8.2.4.61 After DOCTYPE public identifier state</a> <span class="id">(after-doctype-public-identifier-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=between-doctype-public-and-system-identifiers-state" class="status LC">LC</a> <a href="../spec/#between-doctype-public-and-system-identifiers-state">7.2.4.62 Between DOCTYPE public and system +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=between-doctype-public-and-system-identifiers-state" class="status LC">LC</a> <a href="../spec/#between-doctype-public-and-system-identifiers-state">8.2.4.62 Between DOCTYPE public and system identifiers state</a> <span class="id">(between-doctype-public-and-system-identifiers-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=after-doctype-system-keyword-state" class="status LC">LC</a> <a href="../spec/#after-doctype-system-keyword-state">7.2.4.63 After DOCTYPE system keyword state</a> <span class="id">(after-doctype-system-keyword-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=before-doctype-system-identifier-state" class="status LC">LC</a> <a href="../spec/#before-doctype-system-identifier-state">7.2.4.64 Before DOCTYPE system identifier +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=after-doctype-system-keyword-state" class="status LC">LC</a> <a href="../spec/#after-doctype-system-keyword-state">8.2.4.63 After DOCTYPE system keyword state</a> <span class="id">(after-doctype-system-keyword-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=before-doctype-system-identifier-state" class="status LC">LC</a> <a href="../spec/#before-doctype-system-identifier-state">8.2.4.64 Before DOCTYPE system identifier state</a> <span class="id">(before-doctype-system-identifier-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=doctype-system-identifier-double-quoted-state" class="status ADD">ADD</a> <a href="../spec/#doctype-system-identifier-double-quoted-state">7.2.4.65 DOCTYPE system identifier (double-quoted) +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=doctype-system-identifier-double-quoted-state" class="status ADD">ADD</a> <a href="../spec/#doctype-system-identifier-double-quoted-state">8.2.4.65 DOCTYPE system identifier (double-quoted) state</a> <span class="id">(doctype-system-identifier-double-quoted-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=doctype-system-identifier-single-quoted-state" class="status ADD">ADD</a> <a href="../spec/#doctype-system-identifier-single-quoted-state">7.2.4.66 DOCTYPE system identifier (single-quoted) +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=doctype-system-identifier-single-quoted-state" class="status ADD">ADD</a> <a href="../spec/#doctype-system-identifier-single-quoted-state">8.2.4.66 DOCTYPE system identifier (single-quoted) state</a> <span class="id">(doctype-system-identifier-single-quoted-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=after-doctype-system-identifier-state" class="status LC">LC</a> <a href="../spec/#after-doctype-system-identifier-state">7.2.4.67 After DOCTYPE system identifier +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=after-doctype-system-identifier-state" class="status LC">LC</a> <a href="../spec/#after-doctype-system-identifier-state">8.2.4.67 After DOCTYPE system identifier state</a> <span class="id">(after-doctype-system-identifier-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=bogus-doctype-state" class="status LC">LC</a> <a href="../spec/#bogus-doctype-state">7.2.4.68 Bogus DOCTYPE state</a> <span class="id">(bogus-doctype-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=cdata-section-state" class="status LC">LC</a> <a href="../spec/#cdata-section-state">7.2.4.69 CDATA section state</a> <span class="id">(cdata-section-state)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=tokenizing-character-references" class="status LC">LC</a> <a href="../spec/#tokenizing-character-references">7.2.4.70 Tokenizing character references</a> <span class="id">(tokenizing-character-references)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=bogus-doctype-state" class="status LC">LC</a> <a href="../spec/#bogus-doctype-state">8.2.4.68 Bogus DOCTYPE state</a> <span class="id">(bogus-doctype-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=cdata-section-state" class="status LC">LC</a> <a href="../spec/#cdata-section-state">8.2.4.69 CDATA section state</a> <span class="id">(cdata-section-state)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=tokenizing-character-references" class="status LC">LC</a> <a href="../spec/#tokenizing-character-references">8.2.4.70 Tokenizing character references</a> <span class="id">(tokenizing-character-references)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=tree-construction" class="status LC">LC</a> <a href="../spec/#tree-construction">7.2.5 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=tree-construction" class="status LC">LC</a> <a href="../spec/#tree-construction">8.2.5 Tree construction</a> <span class="id">(tree-construction)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=creating-and-inserting-elements" class="status LC">LC</a> <a href="../spec/#creating-and-inserting-elements">7.2.5.1 Creating and inserting elements</a> <span class="id">(creating-and-inserting-elements)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=closing-elements-that-have-implied-end-tags" class="status LC">LC</a> <a href="../spec/#closing-elements-that-have-implied-end-tags">7.2.5.2 Closing elements that have implied end +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=creating-and-inserting-elements" class="status LC">LC</a> <a href="../spec/#creating-and-inserting-elements">8.2.5.1 Creating and inserting elements</a> <span class="id">(creating-and-inserting-elements)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=closing-elements-that-have-implied-end-tags" class="status LC">LC</a> <a href="../spec/#closing-elements-that-have-implied-end-tags">8.2.5.2 Closing elements that have implied end tags</a> <span class="id">(closing-elements-that-have-implied-end-tags)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=foster-parenting" class="status LC">LC</a> <a href="../spec/#foster-parenting">7.2.5.3 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=foster-parenting" class="status LC">LC</a> <a href="../spec/#foster-parenting">8.2.5.3 Foster parenting</a> <span class="id">(foster-parenting)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-initial-insertion-mode" class="status LC">LC</a> <a href="../spec/#the-initial-insertion-mode">7.2.5.4 The "initial" insertion mode</a> <span class="id">(the-initial-insertion-mode)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-before-html-insertion-mode" class="status LC">LC</a> <a href="../spec/#the-before-html-insertion-mode">7.2.5.5 The "before html" insertion mode</a> <span class="id">(the-before-html-insertion-mode)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-before-head-insertion-mode" class="status LC">LC</a> <a href="../spec/#the-before-head-insertion-mode">7.2.5.6 The "before head" insertion mode</a> <span class="id">(the-before-head-insertion-mode)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-inhead" class="status LC">LC</a> <a href="../spec/#parsing-main-inhead">7.2.5.7 The "in head" insertion mode</a> <span class="id">(parsing-main-inhead)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-inheadnoscript" class="status LC">LC</a> <a href="../spec/#parsing-main-inheadnoscript">7.2.5.8 The "in head noscript" insertion +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-initial-insertion-mode" class="status LC">LC</a> <a href="../spec/#the-initial-insertion-mode">8.2.5.4 The "initial" insertion mode</a> <span class="id">(the-initial-insertion-mode)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-before-html-insertion-mode" class="status LC">LC</a> <a href="../spec/#the-before-html-insertion-mode">8.2.5.5 The "before html" insertion mode</a> <span class="id">(the-before-html-insertion-mode)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-before-head-insertion-mode" class="status LC">LC</a> <a href="../spec/#the-before-head-insertion-mode">8.2.5.6 The "before head" insertion mode</a> <span class="id">(the-before-head-insertion-mode)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-inhead" class="status LC">LC</a> <a href="../spec/#parsing-main-inhead">8.2.5.7 The "in head" insertion mode</a> <span class="id">(parsing-main-inhead)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-inheadnoscript" class="status LC">LC</a> <a href="../spec/#parsing-main-inheadnoscript">8.2.5.8 The "in head noscript" insertion mode</a> <span class="id">(parsing-main-inheadnoscript)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-after-head-insertion-mode" class="status LC">LC</a> <a href="../spec/#the-after-head-insertion-mode">7.2.5.9 The "after head" insertion mode</a> <span class="id">(the-after-head-insertion-mode)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-inbody" class="status LC">LC</a> <a href="../spec/#parsing-main-inbody">7.2.5.10 The "in body" insertion mode</a> <span class="id">(parsing-main-inbody)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-incdata" class="status LC">LC</a> <a href="../spec/#parsing-main-incdata">7.2.5.11 The "text" insertion mode</a> <span class="id">(parsing-main-incdata)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-intable" class="status LC">LC</a> <a href="../spec/#parsing-main-intable">7.2.5.12 The "in table" insertion mode</a> <span class="id">(parsing-main-intable)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-intabletext" class="status LC">LC</a> <a href="../spec/#parsing-main-intabletext">7.2.5.13 The "in table text" insertion mode</a> <span class="id">(parsing-main-intabletext)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-incaption" class="status LC">LC</a> <a href="../spec/#parsing-main-incaption">7.2.5.14 The "in caption" insertion mode</a> <span class="id">(parsing-main-incaption)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-incolgroup" class="status LC">LC</a> <a href="../spec/#parsing-main-incolgroup">7.2.5.15 The "in column group" insertion +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-after-head-insertion-mode" class="status LC">LC</a> <a href="../spec/#the-after-head-insertion-mode">8.2.5.9 The "after head" insertion mode</a> <span class="id">(the-after-head-insertion-mode)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-inbody" class="status LC">LC</a> <a href="../spec/#parsing-main-inbody">8.2.5.10 The "in body" insertion mode</a> <span class="id">(parsing-main-inbody)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-incdata" class="status LC">LC</a> <a href="../spec/#parsing-main-incdata">8.2.5.11 The "text" insertion mode</a> <span class="id">(parsing-main-incdata)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-intable" class="status LC">LC</a> <a href="../spec/#parsing-main-intable">8.2.5.12 The "in table" insertion mode</a> <span class="id">(parsing-main-intable)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-intabletext" class="status LC">LC</a> <a href="../spec/#parsing-main-intabletext">8.2.5.13 The "in table text" insertion mode</a> <span class="id">(parsing-main-intabletext)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-incaption" class="status LC">LC</a> <a href="../spec/#parsing-main-incaption">8.2.5.14 The "in caption" insertion mode</a> <span class="id">(parsing-main-incaption)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-incolgroup" class="status LC">LC</a> <a href="../spec/#parsing-main-incolgroup">8.2.5.15 The "in column group" insertion mode</a> <span class="id">(parsing-main-incolgroup)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-intbody" class="status LC">LC</a> <a href="../spec/#parsing-main-intbody">7.2.5.16 The "in table body" insertion mode</a> <span class="id">(parsing-main-intbody)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-intr" class="status LC">LC</a> <a href="../spec/#parsing-main-intr">7.2.5.17 The "in row" insertion mode</a> <span class="id">(parsing-main-intr)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-intd" class="status LC">LC</a> <a href="../spec/#parsing-main-intd">7.2.5.18 The "in cell" insertion mode</a> <span class="id">(parsing-main-intd)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-inselect" class="status LC">LC</a> <a href="../spec/#parsing-main-inselect">7.2.5.19 The "in select" insertion mode</a> <span class="id">(parsing-main-inselect)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-inselectintable" class="status LC">LC</a> <a href="../spec/#parsing-main-inselectintable">7.2.5.20 The "in select in table" insertion +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-intbody" class="status LC">LC</a> <a href="../spec/#parsing-main-intbody">8.2.5.16 The "in table body" insertion mode</a> <span class="id">(parsing-main-intbody)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-intr" class="status LC">LC</a> <a href="../spec/#parsing-main-intr">8.2.5.17 The "in row" insertion mode</a> <span class="id">(parsing-main-intr)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-intd" class="status LC">LC</a> <a href="../spec/#parsing-main-intd">8.2.5.18 The "in cell" insertion mode</a> <span class="id">(parsing-main-intd)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-inselect" class="status LC">LC</a> <a href="../spec/#parsing-main-inselect">8.2.5.19 The "in select" insertion mode</a> <span class="id">(parsing-main-inselect)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-inselectintable" class="status LC">LC</a> <a href="../spec/#parsing-main-inselectintable">8.2.5.20 The "in select in table" insertion mode</a> <span class="id">(parsing-main-inselectintable)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-inforeign" class="status LC">LC</a> <a href="../spec/#parsing-main-inforeign">7.2.5.21 The "in foreign content" insertion +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-inforeign" class="status LC">LC</a> <a href="../spec/#parsing-main-inforeign">8.2.5.21 The "in foreign content" insertion mode</a> <span class="id">(parsing-main-inforeign)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-afterbody" class="status LC">LC</a> <a href="../spec/#parsing-main-afterbody">7.2.5.22 The "after body" insertion mode</a> <span class="id">(parsing-main-afterbody)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-inframeset" class="status LC">LC</a> <a href="../spec/#parsing-main-inframeset">7.2.5.23 The "in frameset" insertion mode</a> <span class="id">(parsing-main-inframeset)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-afterframeset" class="status LC">LC</a> <a href="../spec/#parsing-main-afterframeset">7.2.5.24 The "after frameset" insertion +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-afterbody" class="status LC">LC</a> <a href="../spec/#parsing-main-afterbody">8.2.5.22 The "after body" insertion mode</a> <span class="id">(parsing-main-afterbody)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-inframeset" class="status LC">LC</a> <a href="../spec/#parsing-main-inframeset">8.2.5.23 The "in frameset" insertion mode</a> <span class="id">(parsing-main-inframeset)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-main-afterframeset" class="status LC">LC</a> <a href="../spec/#parsing-main-afterframeset">8.2.5.24 The "after frameset" insertion mode</a> <span class="id">(parsing-main-afterframeset)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-after-after-body-insertion-mode" class="status LC">LC</a> <a href="../spec/#the-after-after-body-insertion-mode">7.2.5.25 The "after after body" insertion +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-after-after-body-insertion-mode" class="status LC">LC</a> <a href="../spec/#the-after-after-body-insertion-mode">8.2.5.25 The "after after body" insertion mode</a> <span class="id">(the-after-after-body-insertion-mode)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-after-after-frameset-insertion-mode" class="status LC">LC</a> <a href="../spec/#the-after-after-frameset-insertion-mode">7.2.5.26 The "after after frameset" insertion +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-after-after-frameset-insertion-mode" class="status LC">LC</a> <a href="../spec/#the-after-after-frameset-insertion-mode">8.2.5.26 The "after after frameset" insertion mode</a> <span class="id">(the-after-after-frameset-insertion-mode)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-end" class="status LC">LC</a> <a href="../spec/#the-end">7.2.6 The +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-end" class="status LC">LC</a> <a href="../spec/#the-end">8.2.6 The end</a> <span class="id">(the-end)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=coercing-an-html-dom-into-an-infoset" class="status LC">LC</a> <a href="../spec/#coercing-an-html-dom-into-an-infoset">7.2.7 Coercing an HTML DOM into an infoset</a> <span class="id">(coercing-an-html-dom-into-an-infoset)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=coercing-an-html-dom-into-an-infoset" class="status LC">LC</a> <a href="../spec/#coercing-an-html-dom-into-an-infoset">8.2.7 Coercing an HTML DOM into an infoset</a> <span class="id">(coercing-an-html-dom-into-an-infoset)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=an-introduction-to-error-handling-and-strange-cases-in-the-parser" class="status LC">LC</a> <a href="../spec/#an-introduction-to-error-handling-and-strange-cases-in-the-parser"> -7.2.8 An introduction to error handling +8.2.8 An introduction to error handling and strange cases in the parser</a> <span class="id">(an-introduction-to-error-handling-and-strange-cases-in-the-parser)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=misnested-tags:-b-i-b-i" class="status ADD">ADD</a> <a href="../spec/#misnested-tags:-b-i-b-i">7.2.8.1 Misnested tags: +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=misnested-tags:-b-i-b-i" class="status ADD">ADD</a> <a href="../spec/#misnested-tags:-b-i-b-i">8.2.8.1 Misnested tags: <b><i></b></i></a> <span class="id">(misnested-tags:-b-i-b-i)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=misnested-tags:-b-p-b-p" class="status ADD">ADD</a> <a href="../spec/#misnested-tags:-b-p-b-p">7.2.8.2 Misnested tags: +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=misnested-tags:-b-p-b-p" class="status ADD">ADD</a> <a href="../spec/#misnested-tags:-b-p-b-p">8.2.8.2 Misnested tags: <b><p></b></p></a> <span class="id">(misnested-tags:-b-p-b-p)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=unexpected-markup-in-tables" class="status LC">LC</a> <a href="../spec/#unexpected-markup-in-tables">7.2.8.3 Unexpected markup in tables</a> <span class="id">(unexpected-markup-in-tables)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=scripts-that-modify-the-page-as-it-is-being-parsed" class="status LC">LC</a> <a href="../spec/#scripts-that-modify-the-page-as-it-is-being-parsed">7.2.8.4 Scripts that modify the page as it is being +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=unexpected-markup-in-tables" class="status LC">LC</a> <a href="../spec/#unexpected-markup-in-tables">8.2.8.3 Unexpected markup in tables</a> <span class="id">(unexpected-markup-in-tables)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=scripts-that-modify-the-page-as-it-is-being-parsed" class="status LC">LC</a> <a href="../spec/#scripts-that-modify-the-page-as-it-is-being-parsed">8.2.8.4 Scripts that modify the page as it is being parsed</a> <span class="id">(scripts-that-modify-the-page-as-it-is-being-parsed)</span></li> </ol> </li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=serializing-html-fragments" class="status LC">LC</a> <a href="../spec/#serializing-html-fragments">7.3 Serializing HTML fragments</a> <span class="id">(serializing-html-fragments)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-html-fragments" class="status LC">LC</a> <a href="../spec/#parsing-html-fragments">7.4 Parsing HTML fragments</a> <span class="id">(parsing-html-fragments)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=named-character-references" class="status LC">LC</a> <a href="../spec/#named-character-references">7.5 Named character references</a> <span class="id">(named-character-references)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=serializing-html-fragments" class="status LC">LC</a> <a href="../spec/#serializing-html-fragments">8.3 Serializing HTML fragments</a> <span class="id">(serializing-html-fragments)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-html-fragments" class="status LC">LC</a> <a href="../spec/#parsing-html-fragments">8.4 Parsing HTML fragments</a> <span class="id">(parsing-html-fragments)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=named-character-references" class="status LC">LC</a> <a href="../spec/#named-character-references">8.5 Named character references</a> <span class="id">(named-character-references)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=the-xhtml-syntax" class="status ADD">ADD</a> <a href="../spec/#the-xhtml-syntax">8 The +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=the-xhtml-syntax" class="status ADD">ADD</a> <a href="../spec/#the-xhtml-syntax">9 The XHTML syntax</a> <span class="id">(the-xhtml-syntax)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=writing-xhtml-documents" class="status LC">LC</a> <a href="../spec/#writing-xhtml-documents">8.1 Writing XHTML documents</a> <span class="id">(writing-xhtml-documents)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-xhtml-documents" class="status LC">LC</a> <a href="../spec/#parsing-xhtml-documents">8.2 Parsing XHTML documents</a> <span class="id">(parsing-xhtml-documents)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=serializing-xhtml-fragments" class="status LC">LC</a> <a href="../spec/#serializing-xhtml-fragments">8.3 Serializing XHTML fragments</a> <span class="id">(serializing-xhtml-fragments)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-xhtml-fragments" class="status LC">LC</a> <a href="../spec/#parsing-xhtml-fragments">8.4 Parsing XHTML fragments</a> <span class="id">(parsing-xhtml-fragments)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=writing-xhtml-documents" class="status LC">LC</a> <a href="../spec/#writing-xhtml-documents">9.1 Writing XHTML documents</a> <span class="id">(writing-xhtml-documents)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-xhtml-documents" class="status LC">LC</a> <a href="../spec/#parsing-xhtml-documents">9.2 Parsing XHTML documents</a> <span class="id">(parsing-xhtml-documents)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=serializing-xhtml-fragments" class="status LC">LC</a> <a href="../spec/#serializing-xhtml-fragments">9.3 Serializing XHTML fragments</a> <span class="id">(serializing-xhtml-fragments)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=parsing-xhtml-fragments" class="status LC">LC</a> <a href="../spec/#parsing-xhtml-fragments">9.4 Parsing XHTML fragments</a> <span class="id">(parsing-xhtml-fragments)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rendering" class="status LC">LC</a> <a href="../spec/#rendering">9 Rendering</a> <span class="id">(rendering)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rendering" class="status LC">LC</a> <a href="../spec/#rendering">10 +Rendering</a> <span class="id">(rendering)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-4" class="status LC">LC</a> <a href="../spec/#introduction-4">9.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-4" class="status LC">LC</a> <a href="../spec/#introduction-4">10.1 Introduction</a> <span class="id">(introduction-4)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-css-user-agent-style-sheet-and-presentational-hints" class="status LC">LC</a> <a href="../spec/#the-css-user-agent-style-sheet-and-presentational-hints"> -9.2 The CSS user agent style sheet and presentational +10.2 The CSS user agent style sheet and presentational hints</a> <span class="id">(the-css-user-agent-style-sheet-and-presentational-hints)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-5" class="status WD">WD</a> <a href="../spec/#introduction-5">9.2.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-5" class="status WD">WD</a> <a href="../spec/#introduction-5">10.2.1 Introduction</a> <span class="id">(introduction-5)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=display-types" class="status LC">LC</a> <a href="../spec/#display-types">9.2.2 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=display-types" class="status LC">LC</a> <a href="../spec/#display-types">10.2.2 Display types</a> <span class="id">(display-types)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=margins-and-padding" class="status LC">LC</a> <a href="../spec/#margins-and-padding">9.2.3 -Margins and padding</a> <span class="id">(margins-and-padding)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=alignment" class="status LC">LC</a> <a href="../spec/#alignment">9.2.4 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=margins-and-padding" class="status LC">LC</a> <a href="../spec/#margins-and-padding">10.2.3 Margins and padding</a> <span class="id">(margins-and-padding)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=alignment" class="status LC">LC</a> <a href="../spec/#alignment">10.2.4 Alignment</a> <span class="id">(alignment)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=fonts-and-colors" class="status LC">LC</a> <a href="../spec/#fonts-and-colors">9.2.5 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=fonts-and-colors" class="status LC">LC</a> <a href="../spec/#fonts-and-colors">10.2.5 Fonts and colors</a> <span class="id">(fonts-and-colors)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=punctuation-and-decorations" class="status LC">LC</a> <a href="../spec/#punctuation-and-decorations">9.2.6 Punctuation and decorations</a> <span class="id">(punctuation-and-decorations)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=resetting-rules-for-inherited-properties" class="status LC">LC</a> <a href="../spec/#resetting-rules-for-inherited-properties">9.2.7 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=punctuation-and-decorations" class="status LC">LC</a> <a href="../spec/#punctuation-and-decorations">10.2.6 Punctuation and decorations</a> <span class="id">(punctuation-and-decorations)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=resetting-rules-for-inherited-properties" class="status LC">LC</a> <a href="../spec/#resetting-rules-for-inherited-properties">10.2.7 Resetting rules for inherited properties</a> <span class="id">(resetting-rules-for-inherited-properties)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-hr-element-0" class="status LC">LC</a> <a href="../spec/#the-hr-element-0">9.2.8 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-hr-element-0" class="status LC">LC</a> <a href="../spec/#the-hr-element-0">10.2.8 The hr element</a> <span class="id">(the-hr-element-0)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-fieldset-element-0" class="status LC">LC</a> <a href="../spec/#the-fieldset-element-0">9.2.9 The fieldset element</a> <span class="id">(the-fieldset-element-0)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-fieldset-element-0" class="status LC">LC</a> <a href="../spec/#the-fieldset-element-0">10.2.9 The fieldset element</a> <span class="id">(the-fieldset-element-0)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=replaced-elements" class="status LC">LC</a> <a href="../spec/#replaced-elements">9.3 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=replaced-elements" class="status LC">LC</a> <a href="../spec/#replaced-elements">10.3 Replaced elements</a> <span class="id">(replaced-elements)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=embedded-content-2" class="status LC">LC</a> <a href="../spec/#embedded-content-2">9.3.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=embedded-content-2" class="status LC">LC</a> <a href="../spec/#embedded-content-2">10.3.1 Embedded content</a> <span class="id">(embedded-content-2)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=images" class="status LC">LC</a> <a href="../spec/#images">9.3.2 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=images" class="status LC">LC</a> <a href="../spec/#images">10.3.2 Images</a> <span class="id">(images)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=attributes-for-embedded-content-and-images" class="status LC">LC</a> <a href="../spec/#attributes-for-embedded-content-and-images">9.3.3 Attributes for embedded content and +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=attributes-for-embedded-content-and-images" class="status LC">LC</a> <a href="../spec/#attributes-for-embedded-content-and-images">10.3.3 Attributes for embedded content and images</a> <span class="id">(attributes-for-embedded-content-and-images)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=image-maps-0" class="status LC">LC</a> <a href="../spec/#image-maps-0">9.3.4 Image +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=image-maps-0" class="status LC">LC</a> <a href="../spec/#image-maps-0">10.3.4 Image maps</a> <span class="id">(image-maps-0)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=toolbars-0" class="status LC">LC</a> <a href="../spec/#toolbars-0">9.3.5 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=toolbars-0" class="status LC">LC</a> <a href="../spec/#toolbars-0">10.3.5 Toolbars</a> <span class="id">(toolbars-0)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=bindings" class="status LC">LC</a> <a href="../spec/#bindings">9.4 Bindings</a> <span class="id">(bindings)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=bindings" class="status LC">LC</a> <a href="../spec/#bindings">10.4 +Bindings</a> <span class="id">(bindings)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-6" class="status LC">LC</a> <a href="../spec/#introduction-6">9.4.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=introduction-6" class="status LC">LC</a> <a href="../spec/#introduction-6">10.4.1 Introduction</a> <span class="id">(introduction-6)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-button-element-0" class="status LC">LC</a> <a href="../spec/#the-button-element-0">9.4.2 The button element</a> <span class="id">(the-button-element-0)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-details-element-0" class="status LC">LC</a> <a href="../spec/#the-details-element-0">9.4.3 The details element</a> <span class="id">(the-details-element-0)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-element-as-a-text-entry-widget" class="status LC">LC</a> <a href="../spec/#the-input-element-as-a-text-entry-widget">9.4.4 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-button-element-0" class="status LC">LC</a> <a href="../spec/#the-button-element-0">10.4.2 The button element</a> <span class="id">(the-button-element-0)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-details-element-0" class="status LC">LC</a> <a href="../spec/#the-details-element-0">10.4.3 The details element</a> <span class="id">(the-details-element-0)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-element-as-a-text-entry-widget" class="status LC">LC</a> <a href="../spec/#the-input-element-as-a-text-entry-widget">10.4.4 The input element as a text entry widget</a> <span class="id">(the-input-element-as-a-text-entry-widget)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-element-as-domain-specific-widgets" class="status LC">LC</a> <a href="../spec/#the-input-element-as-domain-specific-widgets">9.4.5 The input element as +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-element-as-domain-specific-widgets" class="status LC">LC</a> <a href="../spec/#the-input-element-as-domain-specific-widgets">10.4.5 The input element as domain-specific widgets</a> <span class="id">(the-input-element-as-domain-specific-widgets)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-element-as-a-range-control" class="status LC">LC</a> <a href="../spec/#the-input-element-as-a-range-control">9.4.6 The input element as a range +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-element-as-a-range-control" class="status LC">LC</a> <a href="../spec/#the-input-element-as-a-range-control">10.4.6 The input element as a range control</a> <span class="id">(the-input-element-as-a-range-control)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-element-as-a-color-well" class="status LC">LC</a> <a href="../spec/#the-input-element-as-a-color-well">9.4.7 The input element as a color +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-element-as-a-color-well" class="status LC">LC</a> <a href="../spec/#the-input-element-as-a-color-well">10.4.7 The input element as a color well</a> <span class="id">(the-input-element-as-a-color-well)</span></li> <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-element-as-a-check-box-and-radio-button-widgets" class="status LC">LC</a> <a href="../spec/#the-input-element-as-a-check-box-and-radio-button-widgets"> -9.4.8 The input element as a check box and +10.4.8 The input element as a check box and radio button widgets</a> <span class="id">(the-input-element-as-a-check-box-and-radio-button-widgets)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-element-as-a-file-upload-control" class="status LC">LC</a> <a href="../spec/#the-input-element-as-a-file-upload-control">9.4.9 The input element as a file +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-element-as-a-file-upload-control" class="status LC">LC</a> <a href="../spec/#the-input-element-as-a-file-upload-control">10.4.9 The input element as a file upload control</a> <span class="id">(the-input-element-as-a-file-upload-control)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-element-as-a-button" class="status LC">LC</a> <a href="../spec/#the-input-element-as-a-button">9.4.10 The input element as a +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-input-element-as-a-button" class="status LC">LC</a> <a href="../spec/#the-input-element-as-a-button">10.4.10 The input element as a button</a> <span class="id">(the-input-element-as-a-button)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-marquee-element-0" class="status LC">LC</a> <a href="../spec/#the-marquee-element-0">9.4.11 The marquee element</a> <span class="id">(the-marquee-element-0)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-meter-element-0" class="status LC">LC</a> <a href="../spec/#the-meter-element-0">9.4.12 The meter element</a> <span class="id">(the-meter-element-0)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-progress-element-0" class="status LC">LC</a> <a href="../spec/#the-progress-element-0">9.4.13 The progress element</a> <span class="id">(the-progress-element-0)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-select-element-0" class="status LC">LC</a> <a href="../spec/#the-select-element-0">9.4.14 The select element</a> <span class="id">(the-select-element-0)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-textarea-element-0" class="status LC">LC</a> <a href="../spec/#the-textarea-element-0">9.4.15 The textarea element</a> <span class="id">(the-textarea-element-0)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-keygen-element-0" class="status LC">LC</a> <a href="../spec/#the-keygen-element-0">9.4.16 The keygen element</a> <span class="id">(the-keygen-element-0)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-time-element-0" class="status LC">LC</a> <a href="../spec/#the-time-element-0">9.4.17 -The time element</a> <span class="id">(the-time-element-0)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-marquee-element-0" class="status LC">LC</a> <a href="../spec/#the-marquee-element-0">10.4.11 The marquee element</a> <span class="id">(the-marquee-element-0)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-meter-element-0" class="status LC">LC</a> <a href="../spec/#the-meter-element-0">10.4.12 The meter element</a> <span class="id">(the-meter-element-0)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-progress-element-0" class="status LC">LC</a> <a href="../spec/#the-progress-element-0">10.4.13 The progress element</a> <span class="id">(the-progress-element-0)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-select-element-0" class="status LC">LC</a> <a href="../spec/#the-select-element-0">10.4.14 The select element</a> <span class="id">(the-select-element-0)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-textarea-element-0" class="status LC">LC</a> <a href="../spec/#the-textarea-element-0">10.4.15 The textarea element</a> <span class="id">(the-textarea-element-0)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-keygen-element-0" class="status LC">LC</a> <a href="../spec/#the-keygen-element-0">10.4.16 The keygen element</a> <span class="id">(the-keygen-element-0)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-time-element-0" class="status LC">LC</a> <a href="../spec/#the-time-element-0">10.4.17 The time element</a> <span class="id">(the-time-element-0)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=frames-and-framesets" class="status LC">LC</a> <a href="../spec/#frames-and-framesets">9.5 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=frames-and-framesets" class="status LC">LC</a> <a href="../spec/#frames-and-framesets">10.5 Frames and framesets</a> <span class="id">(frames-and-framesets)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=interactive-media" class="status LC">LC</a> <a href="../spec/#interactive-media">9.6 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=interactive-media" class="status LC">LC</a> <a href="../spec/#interactive-media">10.6 Interactive media</a> <span class="id">(interactive-media)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=links-forms-and-navigation" class="status ADD">ADD</a> <a href="../spec/#links-forms-and-navigation">9.6.1 Links, forms, and navigation</a> <span class="id">(links-forms-and-navigation)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-title-attribute-0" class="status LC">LC</a> <a href="../spec/#the-title-attribute-0">9.6.2 The title +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=links-forms-and-navigation" class="status ADD">ADD</a> <a href="../spec/#links-forms-and-navigation">10.6.1 Links, forms, and navigation</a> <span class="id">(links-forms-and-navigation)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-title-attribute-0" class="status LC">LC</a> <a href="../spec/#the-title-attribute-0">10.6.2 The title attribute</a> <span class="id">(the-title-attribute-0)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=editing-hosts" class="status LC">LC</a> <a href="../spec/#editing-hosts">9.6.3 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=editing-hosts" class="status LC">LC</a> <a href="../spec/#editing-hosts">10.6.3 Editing hosts</a> <span class="id">(editing-hosts)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=print-media" class="status LC">LC</a> <a href="../spec/#print-media">9.7 Print +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=print-media" class="status LC">LC</a> <a href="../spec/#print-media">10.7 Print media</a> <span class="id">(print-media)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=obsolete" class="status ADD">ADD</a> <a href="../spec/#obsolete">10 Obsolete +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=obsolete" class="status ADD">ADD</a> <a href="../spec/#obsolete">11 Obsolete features</a> <span class="id">(obsolete)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=obsolete-but-conforming-features" class="status LC">LC</a> <a href="../spec/#obsolete-but-conforming-features">10.1 Obsolete but conforming features</a> <span class="id">(obsolete-but-conforming-features)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=obsolete-but-conforming-features" class="status LC">LC</a> <a href="../spec/#obsolete-but-conforming-features">11.1 Obsolete but conforming features</a> <span class="id">(obsolete-but-conforming-features)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=warnings-for-obsolete-but-conforming-features" class="status LC">LC</a> <a href="../spec/#warnings-for-obsolete-but-conforming-features">10.1.1 Warnings for obsolete but conforming +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=warnings-for-obsolete-but-conforming-features" class="status LC">LC</a> <a href="../spec/#warnings-for-obsolete-but-conforming-features">11.1.1 Warnings for obsolete but conforming features</a> <span class="id">(warnings-for-obsolete-but-conforming-features)</span></li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=non-conforming-features" class="status LC">LC</a> <a href="../spec/#non-conforming-features">10.2 Non-conforming features</a> <span class="id">(non-conforming-features)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=requirements-for-implementations" class="status LC">LC</a> <a href="../spec/#requirements-for-implementations">10.3 Requirements for implementations</a> <span class="id">(requirements-for-implementations)</span> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=non-conforming-features" class="status LC">LC</a> <a href="../spec/#non-conforming-features">11.2 Non-conforming features</a> <span class="id">(non-conforming-features)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=requirements-for-implementations" class="status LC">LC</a> <a href="../spec/#requirements-for-implementations">11.3 Requirements for implementations</a> <span class="id">(requirements-for-implementations)</span> <ol>