- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 06 Feb 2010 00:16:37 +0000
- To: public-html-commits@w3.org
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: ietf-types@iana.org Subject: Registration of media type text/html @@ -410,7 +410,7 @@ <dt>Change controller:</dt> <dd>W3C and WHATWG</dd> </dl><p>Fragment identifiers used with <code><a href="#text-html">text/html</a></code> resources - refer to <a href="history.html#the-indicated-part-of-the-document">the indicated part of the document</a>.</p><h3 id="text-html-sandboxed"><span class="secno">11.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3><p>This registration is for community review and will be submitted + refer to <a href="history.html#the-indicated-part-of-the-document">the indicated part of the document</a>.</p><h3 id="text-html-sandboxed"><span class="secno">12.2 </span><dfn><code>text/html-sandboxed</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: ietf-types@iana.org Subject: Registration of media type text/html-sandboxed @@ -474,7 +474,7 @@ <dd>W3C and WHATWG</dd> </dl><p>Fragment identifiers used with <code><a href="#text-html-sandboxed">text/html-sandboxed</a></code> resources refer to <a href="history.html#the-indicated-part-of-the-document">the indicated part of the - document</a>.</p><h3 id="application-xhtml-xml"><span class="secno">11.3 </span><dfn><code>application/xhtml+xml</code></dfn></h3><p>This registration is for community review and will be submitted + document</a>.</p><h3 id="application-xhtml-xml"><span class="secno">12.3 </span><dfn><code>application/xhtml+xml</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: ietf-types@iana.org Subject: Registration of media type application/xhtml+xml @@ -528,7 +528,7 @@ <dd>W3C and WHATWG</dd> </dl><p>Fragment identifiers used with <code><a href="#application-xhtml-xml">application/xhtml+xml</a></code> resources have the same semantics as with any <a href="infrastructure.html#xml-mime-type">XML MIME - type</a>. <a href="references.html#refsRFC3023">[RFC3023]</a></p><h3 id="text-cache-manifest"><span class="secno">11.4 </span><dfn><code>text/cache-manifest</code></dfn></h3><p>This registration is for community review and will be submitted + type</a>. <a href="references.html#refsRFC3023">[RFC3023]</a></p><h3 id="text-cache-manifest"><span class="secno">12.4 </span><dfn><code>text/cache-manifest</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: ietf-types@iana.org Subject: Registration of media type text/cache-manifest @@ -589,7 +589,7 @@ <dt>Change controller:</dt> <dd>W3C and WHATWG</dd> </dl><p>Fragment identifiers have no meaning with - <code><a href="#text-cache-manifest">text/cache-manifest</a></code> resources.</p><h3 id="text-ping"><span class="secno">11.5 </span><dfn><code>text/ping</code></dfn></h3><p>This registration is for community review and will be submitted + <code><a href="#text-cache-manifest">text/cache-manifest</a></code> resources.</p><h3 id="text-ping"><span class="secno">12.5 </span><dfn><code>text/ping</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: ietf-types@iana.org Subject: Registration of media type text/ping @@ -643,7 +643,7 @@ <dt>Change controller:</dt> <dd>W3C and WHATWG</dd> </dl><p>Fragment identifiers have no meaning with - <code><a href="#text-ping">text/ping</a></code> resources.</p><h3 id="ping-from"><span class="secno">11.6 </span><dfn title="http-ping-from"><code>Ping-From</code></dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This section describes a header field for registration in the + <code><a href="#text-ping">text/ping</a></code> resources.</p><h3 id="ping-from"><span class="secno">12.6 </span><dfn title="http-ping-from"><code>Ping-From</code></dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This section describes a header field for registration in the Permanent Message Header Field Registry. <a href="references.html#refsRFC3864">[RFC3864]</a></p><dl><dt>Header field name</dt> <dd>Ping-From</dd> <dt>Applicable protocol</dt> @@ -658,7 +658,7 @@ </dd> <dt>Related information</dt> <dd>None.</dd> - </dl><h3 id="ping-to"><span class="secno">11.7 </span><dfn title="http-ping-to"><code>Ping-To</code></dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This section describes a header field for registration in the + </dl><h3 id="ping-to"><span class="secno">12.7 </span><dfn title="http-ping-to"><code>Ping-To</code></dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This section describes a header field for registration in the Permanent Message Header Field Registry. <a href="references.html#refsRFC3864">[RFC3864]</a></p><dl><dt>Header field name</dt> <dd>Ping-To</dd> <dt>Applicable protocol</dt> Index: fragment-links.js =================================================================== RCS file: /sources/public/html5/spec/fragment-links.js,v retrieving revision 1.165 retrieving revision 1.166 diff -u -d -r1.165 -r1.166 --- fragment-links.js 5 Feb 2010 23:26:30 -0000 1.165 +++ fragment-links.js 6 Feb 2010 00:16:32 -0000 1.166 @@ -1,4 +1,4 @@ -var fragment_links = { 'concept-appcache-pending-masters':'offline','attr-meter-high':'forms','refsRFC1554':'references','dom-cva-willvalidate':'forms','when-the-drag-and-drop-operation-starts-or-ends-in-another-document':'editing','attr-label-for':'forms','htmlcommandelement':'interactive-elements','the-history-interface':'history','refsXHR':'references','attr-fs-method-delete-keyword':'forms','concept-appcache-cache':'offline','dom-source-media':'video','htmlfieldsetelement':'forms','handler-window-onblur':'browsers','dom-meter-optimum':'forms','the-root-element':'semantics','scriptTag':'syntax','command-facet-type':'interactive-elements','dom-opener':'browsers','concept-http-equivalent':'infrastructure','obtain-a-physical-form':'the-xhtml-syntax','dom-area-rel':'the-canvas-element','concept-slots':'tabular-data','dom-command-icon':'interactive-elements','valid-non-negative-integer':'infrastructure','attr-fs-enctype-urlencoded':'forms','about:blank':'infrastructure','concept-appcache-matches-fallback':'ofline','concept-marquee-on':'obsolete','the-end':'syntax','the-after-head-insertion-mode':'syntax','dom-tdth-axis':'obsolete','activation':'editing','header-and-data-cell-semantics':'tabular-data','create-a-script':'browsers','the-br-element':'semantics','case-sensitivity-and-string-comparison':'infrastructure','definitions-2':'editing','namespaces':'infrastructure','command-redo':'editing','attr-meter-value':'forms','dom-style-disabled':'semantics','attr-media-src':'video','special':'syntax','concept-facet':'interactive-elements','changesToNetworkingModel':'offline','hierarchy_request_err':'infrastructure','dom-tr-sectionrowindex':'tabular-data','attr-script-async':'semantics','a-graphical-representation-of-some-of-the-surrounding-text':'text-level-semantics','math':'the-canvas-element','fire-loadedmetadata':'video','attr-br-clear':'obsolete','script-nesting-level':'syntax','attr-iframe-longdesc':'obsolete','attr-input-usemap':'obsolete','dom-tr-deletecell':'tabular-data','alternate-style-sheets':'semantic','dom-table-deletetfoot':'tabular-data','dom-table-thead':'tabular-data','attr-meta-http-equiv-content-language':'semantics','the-maxlength-attribute':'forms','concept-uda-input':'infrastructure','resetting-a-form':'forms','dom-a-text':'text-level-semantics','guidance-for-markup-generators':'text-level-semantics','dom-input-alt':'forms','the-cite-element':'text-level-semantics','attr-button-type':'forms','attr-input-type-button-keyword':'forms','dom-select-type':'forms','formatting':'syntax','handler-onformchange':'browsers','attr-hr-align':'obsolete','valid-mime-type-with-no-parameters':'infrastructure','non-conforming-features':'obsolete','attr-textarea-wrap-soft':'forms','parse-error':'syntax','dom-datatransfer-files':'editing','dom-select-options':'forms','concept-fe-disabled':'forms','dom-object-border':'obsolete','dom-feature-strings':'infrastructure','quirks-mode':'dom','character-encodings-0':'syntax','root-element':'infrastructure','dom-table-bgcolor':'obsolete','attr-link-href':'semantics','spellng-and-grammar-checking':'editing','concept-encoding-confidence':'syntax','htmltitleelement':'semantics','appcache':'offline','concept-spellcheck-default-inherit':'editing','scroll-to-the-fragment-identifier':'history','encrypted-http-and-related-security-concerns':'infrastructure','original-insertion-mode':'syntax','link-type-external':'interactive-elements','script-data-state':'syntax','character-references':'syntax','dom-frame-name':'obsolete','dom-tbody-valign':'obsolete','split-a-string-on-commas':'infrastructure','dom-selection-collapse':'editing','command-bold':'editing','command-delete':'editing','dom-applet-code':'obsolete','attr-object-align':'obsolete','u':'obsolete','dom-textarea-rows':'forms','dom-tbody-rows':'tabular-data','html-mime-type':'infrastructure','dom-video-videoheight':'video','pre-click-activation-steps':'embedded-content-0','dom-form-reset':'forms','link-type-index':'interactive-elements','dom-frame-scrolling':'obsolete','dom-img-width':'text-level-semantics','fire-a-simple-event''browsers','browsing-the-web':'history','assigned-access-key':'editing','attr-fae-form':'forms','refsDOMRANGE':'references','dom-area-alt':'the-canvas-element','dom-input-files':'forms','html-fragment-serialization-algorithm':'syntax','the-after-after-body-insertion-mode':'syntax','queue-a-post-load-task':'offline','dom-media-volume':'video','custom-handlers':'browsers','contenteditable-wrapSemantic':'editing','dom-timeranges-end':'video','dom-htmlcollection-item':'infrastructure','dom-iframe-src':'text-level-semantics','dom-barprop-visible':'browsers','dom-media-paused':'video','the-menu-bar-barprop-object':'browsers','attr-tr-bgcolor':'obsolete','the-img-element':'text-level-semantics','mq':'infrastructure','exceptions':'infrastructure','the-document-s-domain':'browsers','dom-accesskey':'editing','scripting':'browsers','valid-browsing-context-name-or-keyword':'browsers','after-attribute-name-state':'syntax','attr-meta-http-equiv-refresh':'semantics','concept-navigate-mature':'history','the-dfn-element':'txt-level-semantics','text-plain-encoding-algorithm':'forms','dom-input-min':'forms','system-state-and-capabilities':'browsers','comment-end-bang-state':'syntax','dom-image':'text-level-semantics','attr-hr-noshade':'obsolete','attr-form-autocomplete-off-state':'forms','rawtext-less-than-sign-state':'syntax','syntax-attributes':'syntax','rawtext-state':'syntax','command-facet-checkedstate':'interactive-elements','refsRFC3279':'references','hashchangeevent':'history','attr-p-align':'obsolete','dom-marquee-scrolldelay':'obsolete','dom-selection-removeallranges':'editing','concept-datetime-digit':'infrastructure','edits-and-paragraphs':'text-level-semantics','handler-onclick':'browsers','typographic-conventions':'introduction','attr-tdth-abbr':'obsolete','syntax-comments':'syntax','split-a-string-on-spaces':'infrastructure','unknown-images':'text-level-semantics','dom-body-vlink':'obsolete','attr-pre-width':'obsolete','the-details-element':'interactive-elements','dom-htmloptionscollection-remove':'infrastructure,'execCommand':'editing','plaintext-state':'syntax','dom-hx-align':'obsolete','dom-marquee-truespeed':'obsolete','dom-media-autobuffer':'video','timers':'browsers','meta-description':'semantics','event-handler-attributes':'browsers','valid-simple-color':'infrastructure','quota_exceeded_err':'infrastructure','the-div-element':'semantics','parsing-cache-manifests':'offline','origin':'browsers','poster-frame':'video','handler-onload':'browsers','the-session-history-of-browsing-contexts':'history','refsDOMVIEWS':'references','dom-selection-collapsetostart':'editing','media-element-event-task-source':'video','element-level-focus-apis':'editing','dom-body-bgcolor':'obsolete','dom-selection-anchoroffset':'editing','htmlmenuelement':'interactive-elements','hasfeature':'infrastructure','attributes-0':'index','style-sheet-ready':'semantics','scripting-0':'infrastructure','attr-input-alt':'forms','handler-onmouseout':'browsers','concept-input-min':'forms','attr-marquee-direction-down':'obsolete','writing':'syntax','lit-of-active-intervals':'browsers','refsABOUT':'references','edits':'text-level-semantics','relaxing-the-same-origin-restriction':'browsers','history-0':'history','history-1':'introduction','attr-marquee-behavior-scroll':'obsolete','weeks':'infrastructure','dom-input-required':'forms','valid-date-string-in-content-with-optional-time':'infrastructure','resulting-autocompletion-state':'forms','dom-validitystate-valid':'forms','attr-textarea-cols':'forms','dom-input-multiple':'forms','blink':'obsolete','attr-fieldset-disabled':'forms','dom-media-seek':'video','htmldetailselement':'interactive-elements','event-media-progress':'video','url-hostport':'infrastructure','dom-basefont-size':'obsolete','concept-input-min-zero':'forms','handler-window-onmessage':'browsers','dom-iframe-body':'text-level-semantics','url-host-specific':'infrastructure','attr-base-href':'semantics','dom-media-muted':'video','command-insertorderedlist':'editing','command-unlink':'editing','fire-a-click-event':'browsers','dom-document-defaultharset':'dom','the-blockquote-element':'semantics','attr-object-type':'text-level-semantics','dom-media-have_enough_data':'video','attr-input-type-email-keyword':'forms','attr-textarea-readonly':'forms','refsCHARMOD':'references','the-input-element-as-a-text-entry-widget':'the-xhtml-syntax','serialize_err':'infrastructure','dom-htmlallcollection-nameditem':'infrastructure','matching-html-elements-using-selectors':'interactive-elements','attr-input-type-color-keyword':'forms','concept-form-submit':'forms','attr-ol-type':'obsolete','dom-media-load':'video','nearest-activatable-element':'embedded-content-0','htmlhrelement':'semantics','get-the-timeout':'browsers','sandboxLinks':'history','toolbars':'interactive-elements','rb':'obsolete','standard-metadata-names':'semantics','handler-appcache-onerror':'offline','attr-meta-http-equiv-default-style':'semantics','generic-task-sources':'browsers','htmltextareaelement':'forms','concept-input-step':'forms','default-media':'semantics','dom-li-type':'obsolete','refsIANPERMHEADERS':'references','dom-area-search':'the-canvas-element','refsRFC3548':'references','html-elements':'infrastructure','refsWEBLINK':'references','refsRFC2388':'references','refsPPUTF8':'references','set-the-document-s-address':'history','object-plugin':'text-level-semantics','valid-e-mail-address-list':'forms','r1':'tabular-data','limited-quirks-mode':'dom','has-a-border':'the-xhtml-syntax','xpath-1.0-processors':'embedded-content-0','parse-a-time-component':'infrastructure','refsRFC3490':'references','sequential-focus-navigation':'editing','suffering-from-being-too-long':'forms','dom-name':'browsers','handler-marquee-onfinish':'obsolete','attr-fs-method-delete':'forms','command-forwarddelete':'editing','concept-spellcheck-default-true':'editing','refsRFC1557':'references','rank':'semantics','network-states':'video','the-input-element':'forms','valid-global-date-and-time-string':'infrastructure','the-initial-insertion-mode':'syntax','limited-to-only-non-negative-numbers-greater-than-zero':'infrastrucure','navigator':'browsers','dom-document-bgcolor':'obsolete','link-type-help':'interactive-elements','dom-area-hash':'the-canvas-element','set-of-comma-separated-tokens':'infrastructure','parsing-main-afterframeset':'syntax','security-2':'browsers','dom-img-height':'text-level-semantics','link-type-author':'interactive-elements','handler-ondurationchange':'browsers','attr-media-controls':'video','htmlmetaelement':'semantics','dom-undomanager-item':'editing','attr-script-charset':'semantics','htmlcollection-0':'infrastructure','dom-meta-scheme':'obsolete','dom-location-hash':'history','dom-media-have_nothing':'video','dom-img-vspace':'obsolete','attr-fe-autofocus':'forms','dom-document-plugins':'dom','textarea-effective-height':'the-xhtml-syntax','html-fragment-parsing-algorithm':'syntax','handler-window-onpageshow':'browsers','dom-marquee-scrollamount':'obsolete','concept-table-advance':'tabular-data','in-a-document':'infrastructure','best-representation-of-the-global-date-and-time-string':'infrastructure''table-example-1':'tabular-data','parse-a-manifest':'offline','dynamic-markup-insertion':'embedded-content-0','dynamic-nested-browsing-context-properties':'browsers','classes':'dom','the-multiple-attribute':'forms','dom-mediaerror-code':'video','the-list-of-active-formatting-elements':'syntax','form-element-pointer':'syntax','dom-textarea-maxlength':'forms','error-codes':'video','dom-input-valueasdate':'forms','navigate':'history','syntax-ambiguous-ampersand':'syntax','dom-iframe-srcdoc':'text-level-semantics','submit-delete-action':'forms','top-level-browsing-context':'browsers','simple-color':'infrastructure','attr-button-value':'forms','parse-a-url':'infrastructure','navigatorabilities':'browsers','dom-tdth-width':'obsolete','attr-table-cellspacing':'obsolete','link-type-nofollow':'interactive-elements','event-drag':'editing','dom-tbody-choff':'obsolete','handler-onfocus':'browsers','read-image':'history','refsRFC1345':'references','inuse_attribute_err':'infrastructure','attr-object-declare':'obsolete','efsWIN31J':'references','handler-appcache-oncached':'offline','dom-tdth-valign':'obsolete','links-forms-and-navigation':'the-xhtml-syntax','guidance-for-conformance-checkers':'text-level-semantics','the-title-element':'dom','pragma-set-default-language':'semantics','dom-ol-reversed':'semantics','fetching-resources':'infrastructure','attr-dim-height':'the-canvas-element','dom-undomanager-position':'editing','radio-button-state':'forms','algorithm-for-assigning-header-cells':'tabular-data','acknowledgements':'acknowledgements','dom-table-tbodies':'tabular-data','htmlmapelement':'the-canvas-element','concept-time-timezone':'text-level-semantics','dom-document-getselection':'editing','dom':'dom','consumed':'syntax','the-mark-element':'text-level-semantics','dom-undomanager':'editing','same-origin':'browsers','dom-optgroup-label':'forms','about:srcdoc':'infrastructure','concept-fs-target':'forms','dom-undomanager-clearredo':'editing','not_found_err':'infrastructure','dom-htmloptionscollection-length':'infrastrucure','concept-datetime-local':'infrastructure','pseudo-classes':'interactive-elements','colors':'infrastructure','outerhtml':'embedded-content-0','handler-onplaying':'browsers','refsPROGRESS':'references','dom-fieldset-elements':'forms','htmloptionscollection':'infrastructure','radionodelist':'infrastructure','url-path':'infrastructure','domtokenlist':'infrastructure','dom-marquee-behavior':'obsolete','dom-img-usemap':'text-level-semantics','htmlframesetelement':'obsolete','dom-validitystate-typemismatch':'forms','preferred-mime-name':'infrastructure','parse-a-date-or-time-string':'infrastructure','htmlstyleelement':'semantics','attr-th-scope-colgroup':'tabular-data','script-s-base-url':'browsers','attr-fs-enctype':'forms','attr-textarea-wrap-hard':'forms','dom-title-text':'semantics','mathml-namespace':'infrastructure','dom-selection-addrange':'editing','parsing-main-inselectintable':'syntax','xml-fragment-parsing-algorithm':'the-xhtml-syntax','handler-onkeydown':'browsers','event-media-canplay':'video','dm-option-form':'forms','selector-invalid':'interactive-elements','refsFILEAPI':'references','attr-iframe-srcdoc':'text-level-semantics','implementation-notes':'editing','the-col-element':'tabular-data','the-placeholder-attribute':'forms','refsDOMCORE':'references','kinds-of-content':'dom','the-td-element':'tabular-data','accessing-other-browsing-contexts':'browsers','the-input-element-as-a-button':'the-xhtml-syntax','creator-browsing-context':'browsers','no_data_allowed_err':'infrastructure','selector-enabled':'interactive-elements','dom-hr-width':'obsolete','dom-windowtimers-cleartimeout':'browsers','event-media-waiting':'video','xml-fragment-serialization-algorithm':'the-xhtml-syntax','creating-scripts':'browsers','marquee-scroll-interval':'obsolete','attr-tdth-headers':'tabular-data','attr-textarea-wrap-soft-state':'forms','active-document':'browsers','article-example':'semantics','using-the-input-element-to-define-a-command':'interactive-elements','hidden-state':'forms','dom-htmloptionscollection-namediem':'infrastructure','attr-li-value':'semantics','attr-command-type-keyword-checkbox':'interactive-elements','alignment':'the-xhtml-syntax','events':'browsers','handler-onkeypress':'browsers','refsORIGIN':'references','attr-button-type-button':'forms','concept-option-value':'forms','attr-head-profile':'obsolete','handler-appcache-onnoupdate':'offline','dom-keygen-keytype':'forms','dom-basefont-color':'obsolete','handler-onloadeddata':'browsers','the-button-element-0':'the-xhtml-syntax','attr-tdth-charoff':'obsolete','form-associated-element':'forms','dom-spellcheck':'editing','dom-frame-frameborder':'obsolete','table-model-error':'tabular-data','overview-of-the-parsing-model':'syntax','parse-a-week-string':'infrastructure','dom-option-defaultselected':'forms','dom-appcache-update':'offline','media-elements':'video','attr-tr-align':'obsolete','tag-open-state':'syntax','dom-a-media':'text-level-semantics','urls':'infrastructure','the-select-element-0':'the-xhtml-syntax','mediaerror':'video','concept-section':semantics','cdata-section-state':'syntax','using-the-a-element-to-define-a-command':'interactive-elements','dom-tbody-insertrow':'tabular-data','attr-meter-optimum':'forms','refsRFC3023':'references','concept-appcache-explicit':'offline','current-table':'syntax','dom-option-tv':'forms','attr-input-value':'forms','radio-button-group':'forms','attr-input-min':'forms','e-mail-state':'forms','dom-style-scoped':'semantics','htmlheadelement':'semantics','refsRFC2237':'references','attr-input-type-url-keyword':'forms','dom-undomanager-clearundo':'editing','unicode-serialization-of-an-origin':'browsers','dom-option-value':'forms','list-of-the-descendant-browsing-contexts':'browsers','dom-history-replacestate':'history','handler-window-onredo':'browsers','dom-map-areas':'the-canvas-element','about:legacy-compat':'infrastructure','category-label':'forms','handler-onpause':'browsers','dom-history':'history','character-encoding-declaration':'semantics','concept-uda-setter':'infrastructure','attr-keygen-challenge':'form','non-scripted':'infrastructure','concept-input-step-default':'forms','date-state':'forms','dom-htmloptionscollection-add':'infrastructure','attr-div-align':'obsolete','category-reset':'forms','dom-dir-compact':'obsolete','row-group-header':'tabular-data','dom-frame-marginheight':'obsolete','dom-hr-noshade':'obsolete','traverse-the-history':'history','concept-textarea-mutable':'forms','attr-input-type-text-keyword':'forms','the-source-element':'video','attr-th-scope-col':'tabular-data','browsing-context-name':'browsers','n':'tabular-data','attr-area-shape-circle':'the-canvas-element','element-definitions':'dom','dom-area-port':'the-canvas-element','syntax-tag-omission':'syntax','selector-in-range':'interactive-elements','attr-fs-method-get':'forms','bogus-comment-state':'syntax','list-of-active-timeouts':'browsers','attr-hyperlink-media':'interactive-elements','concept-appcache-manifest-explicit':'offline','link-type-prev':'interactive-elements','dom-area-host':'the-canvas-element','attr-form-accept-charse':'forms','dynamic-changes-to-base-urls':'infrastructure','attr-fs-formmethod':'forms','xml-mime-type':'infrastructure','the-dragevent-and-datatransfer-interfaces':'editing','absolute-url':'infrastructure','htmlbrelement':'semantics','attr-img-hspace':'obsolete','common-parser-idioms':'infrastructure','concept-fv-valid':'forms','submit-mailto-headers':'forms','handler-onended':'browsers','interactive-media':'the-xhtml-syntax','using-the-option-element-to-define-a-command':'interactive-elements','dom-iframe-marginheight':'obsolete','a-link-or-button-containing-nothing-but-the-image':'text-level-semantics','dialog-arguments-origin':'browsers','script-data-escaped-state':'syntax','attr-fe-maxlength':'forms','documents':'dom','rules-for-parsing-integers':'infrastructure','the-status-bar-barprop-object':'browsers','htmlkeygenelement':'forms','dom-object-code':'obsolete','the-body-element':'dom','heading-content':'dom','handler-onprogress':'browsers','syntax-start-tag':'syntax','attr-html-manifest':'semantics','hmliframeelement':'text-level-semantics','dom-a-charset':'obsolete','the-output-element':'forms','attr-input-type-image-keyword':'forms','statically-validate-the-constraints':'forms','white_space':'infrastructure','using-the-accesskey-attribute-to-define-a-command-on-other-elements':'interactive-elements','handler-onchange':'browsers','dom-script-async':'semantics','dom-table-frame':'obsolete','event-dragover':'editing','attr-tr-charoff':'obsolete','attr-input-type-time-keyword':'forms','attr-ol-compact':'obsolete','htmltimeelement':'text-level-semantics','garbage-collection':'infrastructure','the-address-element':'semantics','dom-radionodelist-value':'infrastructure','dom-uda-hash':'infrastructure','create-an-element-for-the-token':'syntax','attr-iframe-sandbox-allow-forms':'text-level-semantics','validation_err':'infrastructure','the-title-attribute-0':'the-xhtml-syntax','dom-form-dispatchformchange':'forms','collections':'infrastructure','week-state':'forms','unordered-set-of-unique-space-separated-tokens:'infrastructure','scriptingLanguages':'semantics','foster-parent':'syntax','canceled-activation-steps':'embedded-content-0','concept-script':'browsers','dom-area-media':'the-canvas-element','dom-textarea-input-setselectionrange':'editing','read-plugin':'history','valid-date-string-with-optional-time':'infrastructure','event-media-loadeddata':'video','background':'introduction','htmlobjectelement':'text-level-semantics','script-data-escaped-end-tag-open-state':'syntax','scrolling-elements-into-view':'editing','case-sensitive':'infrastructure','dom-validitystate-toolong':'forms','running-a-script':'semantics','network_err':'infrastructure','the-marquee-element-0':'the-xhtml-syntax','refsRFC4281':'references','requirements-for-implementations':'obsolete','security':'dom','dom-table-createcaption':'tabular-data','domstringmap-0':'infrastructure','dom-beforeunloadevent-returnvalue':'history','concept-appcache-foreign':'offline','paragraphs':'embedded-content-0','dom-iframe-name':'text-level-semantics','head-eleent-pointer':'syntax','category-submit':'forms','attr-embed-type':'text-level-semantics','manually-releasing-the-storage-mutex':'browsers','insert-an-html-element':'syntax','best-representation-of-the-number-as-a-floating-point-number':'infrastructure','dom-contenteditable':'editing','comments':'syntax','dom-contextmenu':'interactive-elements','fire-loadeddata':'video','attr-command-type-state-checkbox':'interactive-elements','refsATAG':'references','list-of-active-formatting-elements':'syntax','nested-browsing-context':'browsers','attr-area-shape-keyword-rectangle':'the-canvas-element','dom-select-selectedindex':'forms','phrasing-content':'dom','dom-document-head':'dom','the-input-element-as-a-range-control':'the-xhtml-syntax','dnd':'editing','attr-marquee-behavior':'obsolete','attr-meter-min':'forms','tag-clouds':'interactive-elements','attr-col-width':'obsolete','event-media-seeking':'video','dom-command-label':'interactive-elements','dom-windowtimers-clearinterval':'browsers','attr-command-disabled':'ineractive-elements','strike':'obsolete','handler-ondblclick':'browsers','event-dragenter':'editing','months':'infrastructure','dom-document-lastmodified':'dom','dom-option-disabled':'forms','dom-source-src':'video','attr-script-type':'semantics','common-idioms-without-dedicated-elements':'interactive-elements','refsMIMESNIFF':'references','interactions-with-xpath-and-xslt':'embedded-content-0','htmltableelement':'tabular-data','dom-iframe-align':'obsolete','encoding-sniffing-algorithm':'syntax','attr-tdth-char':'obsolete','shows-caching-progress':'offline','dom-fs-formmethod':'forms','browsing-context-names':'browsers','dom-tr-cells':'tabular-data','reflecting-content-attributes-in-idl-attributes':'infrastructure','parsing':'syntax','rendering':'the-xhtml-syntax','refsATOM':'references','handler-onwaiting':'browsers','attr-param-type':'obsolete','handler-onseeking':'browsers','dom-menu-compact':'obsolete','dom-script-htmlfor':'obsolete','dom-input-checked':'forms','read-html':'history','attr-button-type-submt':'forms','reset-the-form-owner':'forms','remove-an-element-from-a-document':'infrastructure','the-readonly-attribute':'forms','dom-history-length':'history','htmlscriptelement':'semantics','negative-tabindex':'editing','unquoted':'syntax','isindex-0':'obsolete','refsRFC1468':'references','attr-area-nohref':'obsolete','suffering-from-an-underflow':'forms','index_size_err':'infrastructure','serializing-html-fragments':'syntax','attr-fs-formenctype':'forms','attr-fs-action':'forms','concept-video-intrinsic-height':'video','dom-document-querycommandenabled':'editing','cdata-sections':'syntax','dom-col-ch':'obsolete','event-media-play':'video','strip-line-breaks':'infrastructure','command-facet-hiddenstate':'interactive-elements','markup-declaration-open-state':'syntax','dom-fs-novalidate':'forms','handling-first-frame-available':'video','refsJSURL':'references','rawtext-end-tag-name-state':'syntax','broadcast-formchange-events':'forms','concept-input-value-dirty':'forms','introduction-2':'offline','dom-marque-direction':'obsolete','concept-bc-noscript':'browsers','frameset':'obsolete','concept-spellcheck-default-false':'editing','adjust-mathml-attributes':'syntax','method-context':'browsers','concept-input-value-number-string':'forms','tree-construction':'syntax','command-insertunorderedlist':'editing','application-x-www-form-urlencoded-encoding-algorithm':'forms','parsing-xhtml-fragments':'the-xhtml-syntax','the-directionality':'dom','attr-select-size':'forms','dom-document-getelementsbyname':'dom','the-bdo-element':'text-level-semantics','dom-mediaerror-media_err_aborted':'video','dom-input-usemap':'obsolete','current-document-readiness':'dom','event-handler-event-type':'browsers','the-input-element-as-domain-specific-widgets':'the-xhtml-syntax','the-location-interface':'history','script-data-double-escaped-dash-state':'syntax','attr-q-cite':'text-level-semantics','dom-link-media':'semantics','willful-violation':'introduction','script-created-parser':'embedded-content-0','meta-generator':'semantics','handler-nstalled':'browsers','attr-spellcheck':'editing','local-date-and-time-state':'forms','entry-script':'browsers','syntax-tags':'syntax','dom-mediaerror-media_err_decode':'video','dom-applet-hspace':'obsolete','attr-a-charset':'obsolete','handler-appcache-onupdateready':'offline','dom-document-forms':'dom','dom-br-clear':'obsolete','attr-link-charset':'obsolete','concept-datetime':'infrastructure','html-namespace':'infrastructure','event-dispatch':'forms','a-group-of-images-that-form-a-single-larger-picture-with-links':'text-level-semantics','dom-scrollintoview':'editing','navigating-nested-browsing-contexts-in-the-dom':'browsers','dom-progress-position':'forms','dom-time-pubdate':'text-level-semantics','dom-cva-validationmessage':'forms','attr-meta-content':'semantics','command-italic':'editing','handler-window-onafterprint':'browsers','dom-applet-height':'obsolete','hardwareLimitations':'infrastructure','converting-html-to-other-formats':'interactive-elements','attr-caption-align':'obsolete','attr-textarea-paceholder':'forms','concept-appcache-onlinewhitelist':'offline','dom-tdth-abbr':'obsolete','event-input-change':'forms','sequential-link-types':'interactive-elements','refsRFC1034':'references','attr-time-pubdate':'text-level-semantics','submit-data-put':'forms','dom-dim-width':'the-canvas-element','local-dates-and-times':'infrastructure','editors':'infrastructure','dom-table-insertrow':'tabular-data','xml-parser':'the-xhtml-syntax','concept-n-noscript':'browsers','dom-selection-deletefromdocument':'editing','htmlselectelement':'forms','valid-media-query':'infrastructure','reset-the-insertion-mode-appropriately':'syntax','event-handlers-on-elements-document-objects-and-window-objects':'browsers','doctype-public-identifier-double-quoted-state':'syntax','float-nan':'infrastructure','dom-table-createtbody':'tabular-data','normalized-timeranges-object':'video','the-textarea-element-0':'the-xhtml-syntax','nestedParsing':'syntax','dom-tr-align':'obsolete','concept-http-equivalent-get':'infrastructure','script-dat-escape-start-state':'syntax','xml-namespace':'infrastructure','command-undo':'editing','event-undo':'editing','dom-dataset':'dom','dir':'obsolete','timeranges':'video','conformance-checkers':'infrastructure','attr-hyperlink-href':'interactive-elements','input-type-attr-summary':'forms','list-of-code-entry-points':'browsers','remove-a-token-from-a-string':'infrastructure','number-state':'forms','event-media-playing':'video','dom-document-hasfocus':'editing','dom-button-value':'forms','a-form-control-s-value':'forms','secondary-browsing-contexts':'browsers','clear-the-stack-back-to-a-table-context':'syntax','concept-column-group':'tabular-data','attr-iframe-sandbox-allow-same-origin':'text-level-semantics','dom-media-have_current_data':'video','text-html-sandboxed':'iana','global-dates-and-times':'infrastructure','home-subtree':'infrastructure','the-pre-element':'semantics','concept-submit-button':'forms','command-unselect':'editing','dom-fs-enctype':'forms','refsSHIFTJIS':'references','xml':'infrastructure''explicit-eof-character':'syntax','dom-window-nameditem':'browsers','durationChange':'video','concept-button':'forms','refsWEBADDRESSES':'references','attr-param-value':'text-level-semantics','parse-a-time-zone-offset-component':'infrastructure','refsECMA262':'references','command-selectall':'editing','the-rt-element':'text-level-semantics','resource-metadata-management':'dom','link-type-license':'interactive-elements','autoplaying-flag':'video','the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name':'browsers','ltr-specific':'the-xhtml-syntax','attr-command-type-keyword-radio':'interactive-elements','handler-oninvalid':'browsers','margins-and-padding':'the-xhtml-syntax','attr-dfn-title':'text-level-semantics','syntax-tag-name':'syntax','html-parser':'syntax','changing-the-encoding-while-parsing':'syntax','set-of-space-separated-tokens':'infrastructure','browser-interface-elements':'browsers','iana':'iana','the-id-attribute':'dom','style-default-media':'semantics','dom-tbody-align':'obsolee','dom-input-type':'forms','an-entry-with-persisted-user-state':'history','dom-li-value':'semantics','htmlparagraphelement':'semantics','dom-uda-hostname':'infrastructure','dom-tdth-ch':'obsolete','htmldirectoryelement':'obsolete','concept-time-time':'text-level-semantics','charset512':'semantics','refsRFC2483':'references','refsRFC4329':'references','security_err':'infrastructure','dom-fieldset-type':'forms','the-form-submission-target-browsing-context':'forms','image-maps-0':'the-xhtml-syntax','attr-mod-datetime':'text-level-semantics','the-noscript-element':'semantics','attr-input-type-range-keyword':'forms','dom-prompt':'browsers','live':'infrastructure','parse-a-time-string':'infrastructure','scope':'introduction','after-doctype-system-keyword-state':'syntax','scriptTagParserResumes':'syntax','dom-table-cellpadding':'obsolete','dom-print':'browsers','obtain-the-storage-mutex':'browsers','dom-applet-object':'obsolete','closing-elements-that-have-implied-end-tags':'syntax','attr-input-readonly':'forms',attr-area-shape-keyword-circle':'the-canvas-element','character-reference-in-attribute-value-state':'syntax','report-the-error':'browsers','parsing-main-incaption':'syntax','before-doctype-name-state':'syntax','attr-tabindex':'editing','dom-area-target':'the-canvas-element','dom-a-rel':'text-level-semantics','dom-object-type':'text-level-semantics','printing':'browsers','attr-link-media':'semantics','attributes-common-to-form-controls':'forms','handler-onselect':'browsers','htmlformcontrolscollection-0':'infrastructure','handler-ontimeupdate':'browsers','xml-compatible':'infrastructure','dom-window-locationbar':'browsers','htmlbuttonelement':'forms','attr-fs-novalidate':'forms','media-playback':'video','attr-input-type-reset-keyword':'forms','attr-optgroup-label':'forms','pending-state-object':'history','dom-img-alt':'text-level-semantics','support-the-scripting-language':'semantics','dom-command-checked':'interactive-elements','the-param-element':'text-level-semantics','charset':'semantics','ping':'interacive-elements','auxiliary-browsing-context':'browsers','table-model':'tabular-data','xhtml':'the-xhtml-syntax','attr-marquee-direction-left':'obsolete','history-traversal':'history','the-option-element':'forms','internal-algorithm-for-scanning-and-assigning-header-cells':'tabular-data','sandboxScriptBlocked':'browsers','creator-document':'browsers','garbage-collection-and-browsing-contexts':'browsers','attr-script-src':'semantics','htmlareaelement':'the-canvas-element','dom-marquee-stop':'obsolete','attr-hr-color':'obsolete','dom-document-linkcolor':'obsolete','parser-appcache':'syntax','url-query':'infrastructure','attr-hyperlink-type':'interactive-elements','form-submission-algorithm':'forms','appcacheevents':'offline','scripts-that-modify-the-page-as-it-is-being-parsed':'syntax','sandboxPluginObject':'text-level-semantics','outline':'semantics','attr-select-multiple':'forms','get-the-timed-task':'browsers','htmlmarqueeelement':'obsolete','attr-iframe-sandbox':'text-level-semantics','dom-location-pathname''history','the-span-element':'text-level-semantics','comment-start-dash-state':'syntax','definitions':'forms','dom-click':'editing','void-elements':'syntax','dom-quote-cite':'semantics','effective-script-origin':'browsers','dom-basefont-face':'obsolete','dom-tdth-rowspan':'tabular-data','the-keygen-element':'forms','parse-a-local-date-and-time-string':'infrastructure','refsRFC2313':'references','a-quick-introduction-to-html':'introduction','rcdata-state':'syntax','acknowledge-self-closing-flag':'syntax','htmlquoteelement':'semantics','attr-input-autocomplete':'forms','command-facet-id':'interactive-elements','user-prompts':'browsers','dom-video-poster':'video','dom-a-rellist':'text-level-semantics','forms':'forms','closing-the-input-stream':'embedded-content-0','window':'browsers','listing':'obsolete','attr-th-scope':'tabular-data','dom-object-codetype':'obsolete','refsRFC1842':'references','attr-object-data':'text-level-semantics','dom-hashchangeevent-newurl':'history','conversations':'interactive-elements,'sandboxed-scripts-browsing-context-flag':'text-level-semantics','container-frame-element':'the-xhtml-syntax','print-media':'the-xhtml-syntax','attr-tdth-height':'obsolete','attr-body-alink':'obsolete','attr-table-align':'obsolete','refsWCAG':'references','concept-http-equivalent-codes':'infrastructure','category-listed':'forms','refsEUCKR':'references','attr-hyperlink-usemap':'the-canvas-element','signedpublickeyandchallenge':'forms','dom-font-color':'obsolete','embedded-content-2':'the-xhtml-syntax','embedded-content-1':'text-level-semantics','embedded-content-0':'embedded-content-0','task-source':'browsers','dom-ol-compact':'obsolete','other-metadata-names':'semantics','the-required-attribute':'forms','selector-read-only':'interactive-elements','authors-using-xhtml':'iana','ready-to-be-parser-executed':'semantics','clear-the-list-of-active-formatting-elements-up-to-the-last-marker':'syntax','dom-window-personalbar':'browsers','manifests':'offline','attr-marquee-direction-right':'obsolete','attr-command-adiogroup':'interactive-elements','canvas':'the-canvas-element','command-formatblock':'editing','a-browsing-context-is-discarded':'browsers','dom-applet-vspace':'obsolete','attr-dl-compact':'obsolete','dom-navigator-appversion':'browsers','htmlhtmlelement':'semantics','dom-undomanager-add':'editing','htmlunknownelement':'dom','contenteditable-breakBlock':'editing','concept-appcache-fallback-ns':'offline','target-element':'history','sectioning-root':'semantics','the-size-attribute':'forms','create-a-script-from-a-node':'browsers','dependencies':'infrastructure','event-online':'offline','handler-onvolumechange':'browsers','htmllinkelement':'semantics','heading-content-0':'dom','concept-error-nothandled':'browsers','language':'dom','text-html':'iana','dom-progress-max':'forms','mutation-during-parsing':'syntax','valid-list-of-integers':'infrastructure','concept-form-reset':'forms','attr-hr-width':'obsolete','the-style-attribute':'dom','image-maps':'the-canvas-element','dom-meter-max':'forms','cache-host':'offlne','dom-table-border':'obsolete','the-document-s-current-address':'dom','dom-document-writeln':'embedded-content-0','handler-marquee-onbounce':'obsolete','update-the-session-history-with-the-new-page':'history','dom-fae-form':'forms','dom-script-defer':'semantics','dom-document-cookie':'dom','building-menus-and-toolbars':'interactive-elements','before-attribute-name-state':'syntax','scroll-to-fragid':'history','elements-0':'syntax','elements-1':'index','concept-option-index':'forms','script-execution-environment':'browsers','limited-to-only-non-negative-numbers':'infrastructure','dom-img-longdesc':'obsolete','dom-tdth-height':'obsolete','dom-a-href':'text-level-semantics','dom-window-statusbar':'browsers','dom-select-length':'forms','doctype-legacy-string':'syntax','event-handler-idl-attributes':'browsers','limited-to-only-known-values':'infrastructure','the-q-element':'text-level-semantics','event-media-emptied':'video','dom-option-tvds':'forms','dom-command-ro-disabled':'interactive-elements','syntax-charef':'syntax','concept-media-load-algorithm':'video','attr-command-type':'interactive-elements','frame-border-color':'the-xhtml-syntax','dom-document-close':'embedded-content-0','parsing-main-inforeign':'syntax','attr-input-type-radio-keyword':'forms','the-figure-element':'text-level-semantics','semantics':'semantics','dom-object-declare':'obsolete','attr-tbody-valign':'obsolete','dom-tdth-bgcolor':'obsolete','refsUTF7':'references','dom-tokenlist-item':'infrastructure','document.title':'dom','the-scrollbar-barprop-object':'browsers','dom-input-pattern':'forms','syntax-cdata':'syntax','dom-object-hspace':'obsolete','handler-onemptied':'browsers','dom-input-value-default-on':'forms','htmltablecaptionelement':'tabular-data','common-input-element-attributes':'forms','synchronous-section':'browsers','dom-option-index':'forms','dates-and-times':'infrastructure','refsRFC5280':'references','using-the-accesskey-attribute-on-a-label-element-to-define-a-command':'interactive-elements','optional-tags':'syntax','attr-lnk-sizes':'interactive-elements','refsGRAPHICS':'references','the-document-s-address':'dom','introduction-5':'the-xhtml-syntax','dom-table-deleterow':'tabular-data','list-of-scripts-that-will-execute-as-soon-as-possible':'semantics','handler-appcache-onobsolete':'offline','dom-document-domain':'browsers','dom-form-name':'forms','editing':'editing','isindex':'syntax','dom-img-name':'obsolete','attr-th-scope-row':'tabular-data','dom-textarea-input-select':'editing','concept-video-intrinsic-width':'video','the-input-element-as-a-file-upload-control':'the-xhtml-syntax','type_mismatch_err':'infrastructure','refsOPENSEARCH':'references','attr-form-autocomplete':'forms','converted-to-ascii-uppercase':'infrastructure','dom-area-coords':'the-canvas-element','dom-tokenlist-add':'infrastructure','the-script-block-s-character-encoding':'semantics','punctuation-and-decorations':'the-xhtml-syntax','dom-param-value':'text-level-semantics','preprocessing-the-input-stream':'syntax','script-data-escaped-dash-state':'syntax',dom-hashchangeevent-inithashchangeevent':'history','attr-fe-disabled':'forms','dom-area-hostname':'the-canvas-element','general-guidelines':'text-level-semantics','dom-media-ended':'video','dom-fs-formtarget':'forms','the-article-element':'semantics','algorithm-for-ending-a-row-group':'tabular-data','bgsound':'obsolete','apis-in-html-documents':'embedded-content-0','concept-option-selectedness':'forms','atom':'interactive-elements','attr-input-checked':'forms','misinterpreted-for-compatibility':'syntax','spacer':'obsolete','has-an-element-in-the-specific-scope':'syntax','the-aside-element':'semantics','dom-command-type':'interactive-elements','dom-fs-target':'forms','dom-domsettabletokenlist-value':'infrastructure','dom-mediaerror-media_err_src_not_supported':'video','attr-contenteditable':'editing','htmlheadingelement':'semantics','htmldocument':'dom','dom-area-hreflang':'the-canvas-element','syntax_err':'infrastructure','dom-appcache-status':'offline','link-type-last':'interactive-elements','refsWHATWGWIK':'references','custom-validity-error-message':'forms','dom-length':'browsers','the-min-and-max-attributes':'forms','next-input-character':'syntax','the-progress-element-0':'the-xhtml-syntax','attr-area-shape-default':'the-canvas-element','xmp':'obsolete','dom-classname':'dom','media-element-attributes':'video','attr-output-for':'forms','htmllegendelement':'forms','parsing-main-intr':'syntax','algorithm-for-processing-rows':'tabular-data','dom-tdth-colspan':'tabular-data','refsRFC3987':'references','htmlspanelement':'text-level-semantics','dom-table-createtfoot':'tabular-data','concept-spellcheck-default':'editing','doctype-system-identifier-double-quoted-state':'syntax','sce-not-copy':'browsers','parsing-main-intd':'syntax','attr-iframe-sandbox-allow-scripts':'text-level-semantics','the-header-element':'semantics','dom-meta-content':'semantics','concept-input-min-default':'forms','dom-object-data':'text-level-semantics','dom-validitystate-rangeunderflow':'forms','command-insertlinebreak':'editing','replace-elements':'the-xhtml-syntax','svg-namespace':'infrastructure','attr-map-name':'the-canvas-element','misnested-tags:-b-i-b-i':'syntax','concept-time':'infrastructure','dom-mod-datetime':'text-level-semantics','document.writeln':'embedded-content-0','command-subscript':'editing','attr-source-src':'video','the-var-element':'text-level-semantics','toolbars-0':'the-xhtml-syntax','dom-datalist-options':'forms','attr-script-language':'obsolete','dom-label-htmlfor':'forms','the-undomanagerevent-interface-and-the-undo-and-redo-events':'editing','row-header':'tabular-data','rules-for-parsing-non-negative-integers':'infrastructure','dom-iframe-longdesc':'obsolete','rules-for-parsing-a-list-of-dimensions':'infrastructure','the-summary-element':'interactive-elements','refsGREGORIAN':'references','ended-playback':'video','attr-option-selected':'forms','infrastructure':'infrastructure','foster-parent-element':'syntax','form-submission':'forms','parsing-main-afterbody':'syntax','attr-hyperlink-target':'interactive-element','svg-0':'the-canvas-element','scripting-1':'semantics','dom-selection-getrangeat':'editing','selector-valid':'interactive-elements','handler-window-onundo':'browsers','dom-appcache-updateready':'offline','security-0':'forms','parse-a-global-date-and-time-string':'infrastructure','dom-applet-width':'obsolete','delaying-the-load-event-flag':'video','dom-area-href':'the-canvas-element','refsUAAG':'references','replacement-enabled':'history','joint-session-history':'history','concept-appcache-selection':'offline','dates':'infrastructure','dom-marquee-loop':'obsolete','s':'obsolete','attr-menu-compact':'obsolete','insert-an-element-into-a-document':'infrastructure','authoring':'the-canvas-element','dom-output-type':'forms','url-scheme':'infrastructure','parse_err':'infrastructure','dom-embed-type':'text-level-semantics','boolean-attribute':'infrastructure','content-type-sniffing:-image':'infrastructure','dom-ul-compact':'obsolete','dom-command-ro-icon':'interactive-elements','attr-iframe-name':'text-level-sematics','dom-iframe-contentwindow':'text-level-semantics','annotations-for-assistive-technology-products-aria':'embedded-content-0','tabular-data':'tabular-data','real-numbers':'infrastructure','dom-changes':'editing','rcdata-less-than-sign-state':'syntax','dom-fe-autofocus':'forms','making-entire-documents-editable':'editing','documentSelection':'editing','dom-confirm':'browsers','htmlbaseelement':'semantics','dom-input-accept':'forms','dom-caption-align':'obsolete','attr-media-loop':'video','handler-onforminput':'browsers','dom-alert':'browsers','dom-fe-name':'forms','the-area-element':'the-canvas-element','doctype-state':'syntax','dom-navigator-canplaytype':'video','link-type-bookmark':'interactive-elements','concept-input-required':'forms','attr-keygen-keytype':'forms','prefix-match':'infrastructure','refsTIS620':'references','image-button-state':'forms','source-node':'editing','time-ranges':'video','handler-window-onerror':'browsers','attr-area-shape-keyword-default':'the-canvas-element','dom-document-naeditem':'dom','common-dom-interfaces':'infrastructure','concept-media-load-resource':'video','serializing-xhtml-fragments':'the-xhtml-syntax','dom-canvas-width':'the-canvas-element','dom-map-name':'the-canvas-element','concept-input-value-string-number':'forms','insertion-point':'syntax','dom-document-open':'embedded-content-0','the-application-cache-selection-algorithm':'offline','htmlbodyelement':'semantics','concept-input-value-string-date':'forms','boolean-attributes':'infrastructure','refsARIAIMPL':'references','domstring_size_err':'infrastructure','refsCORS':'references','dom-undomanager-length':'editing','resetBCName':'history','the-dt-element':'semantics','dom-validitystate-customerror':'forms','table-descriptions':'tabular-data','dom-iframe-marginwidth':'obsolete','dom-table-createthead':'tabular-data','dom-selection-tostring':'editing','the-map-element':'the-canvas-element','dom-canvas-getcontext':'the-canvas-element','the-progress-element':'forms','refsBOCU1':'references','the-window-object':'brosers','editing-apis':'editing','attributes':'syntax','refsISO885911':'references','dom-validitystate-rangeoverflow':'forms','dom-link-hreflang':'semantics','dom-select-value':'forms','data-mining':'infrastructure','dom-fs-formenctype':'forms','the-object-element':'text-level-semantics','dom-table-deletethead':'tabular-data','dom-form-autocomplete':'forms','run-post-click-activation-steps':'embedded-content-0','dom-document-readystate':'dom','opener-browsing-context':'browsers','the-rp-element':'text-level-semantics','handler-window-onhashchange':'browsers','refsRFC2045':'references','dom-th-scope':'tabular-data','refsBIDI':'references','attr-command-checked':'interactive-elements','refsSRGB':'references','concept-input-immutable':'forms','the-li-element':'semantics','dom-a-coords':'obsolete','design-notes':'introduction','attr-iframe-frameborder':'obsolete','a-sample-manifest':'offline','attr-hyperlink-hreflang':'interactive-elements','current-target-element':'editing','parsing-main-inselect':'syntax','attrlink-title':'semantics','the-marquee-element':'obsolete','dom-a-shape':'obsolete','compliance-with-other-specifications':'introduction','past-names-map':'forms','handler-marquee-onstart':'obsolete','attr-button-type-submit-state':'forms','the-thead-element':'tabular-data','event-hashchange':'history','dom-location-href':'history','dom-area-ping':'the-canvas-element','publickeyandchallenge':'forms','create-a-document-object':'history','represents':'the-xhtml-syntax','the-p-element':'semantics','dom-window-blur':'editing','refsRFC3986':'references','the-del-element':'text-level-semantics','the-location-bar-barprop-object':'browsers','event-media-loadstart':'video','following-hyperlinks':'interactive-elements','noembed':'obsolete','htmltablecolelement':'tabular-data','dom-form-submit':'forms','wbr':'obsolete','groupings-of-browsing-contexts':'browsers','browsing-context':'browsers','dom-top':'browsers','concept-output-defaultvalue':'forms','dom-form-length':'forms','event-loop':'browsers','dom-document-nameditm-filter':'dom','attr-table-width':'obsolete','audience':'introduction','networking-task-source':'browsers','dom-a-pathname':'text-level-semantics','dom-history-pushstate':'history','color-state':'forms','dom-applet-alt':'obsolete','the-dl-element':'semantics','attributes-common-to-td-and-th-elements':'tabular-data','rel-sidebar-hyperlink':'interactive-elements','interfaces-for-url-manipulation':'infrastructure','x-that':'introduction','dom-hr-align':'obsolete','lists-of-integers':'infrastructure','dom-select-multiple':'forms','refsGBK':'references','attr-base-target':'semantics','return-value':'browsers','images':'the-xhtml-syntax','dom-media-played':'video','attributes-common-to-ins-and-del-elements':'text-level-semantics','selector-out-of-range':'interactive-elements','dom-location':'history','dom-input-indeterminate':'forms','marquee-loop-count':'obsolete','attr-table-summary':'tabular-data','dom-textarea-cols':'forms','date-and-time-state':'forms','focusable':'editing','override-url':'history','refsUTFDET':'references','concept-appcache-manifest-network':'offline','domtokenlist-0':'infrastructure','dom-htmlcollection-nameditem':'infrastructure','ordered-set-of-unique-space-separated-tokens':'infrastructure','attr-fs-method-post':'forms','references':'references','dom-media-network_empty':'video','dom-document-all':'obsolete','attr-object-code':'obsolete','sbu-not-copy':'browsers','the-meter-element-0':'the-xhtml-syntax','the-script-settings-determined-from-the-node':'browsers','dom-dragevent-initdragevent':'editing','concept-row':'tabular-data','spin-the-event-loop':'browsers','doctype-public-identifier-single-quoted-state':'syntax','non-interactive':'infrastructure','title-on-style':'semantics','concept-fe-value':'forms','browsing-context-nested-through':'browsers','dom-trees':'infrastructure','stack-of-open-elements':'syntax','timer-task-source':'browsers','refsRFC2119':'references','content-type':'infrastructure','the-command':'interactive-elements','attr-body-text':'obsolete','dom-input-stepup':'form','the-keygen-element-0':'the-xhtml-syntax','dom-img-naturalwidth':'text-level-semantics','dom-table-caption':'tabular-data','using-the-button-element-to-define-a-command':'interactive-elements','refsWEBIDL':'references','invalid_access_err':'infrastructure','attr-optgroup-disabled':'forms','event-media-suspend':'video','attr-command-type-state-command':'interactive-elements','event-media-stalled':'video','htmltablesectionelement':'tabular-data','handler-ondrag':'browsers','the-title-attribute':'dom','attr-source-type':'video','clear-the-stack-back-to-a-table-body-context':'syntax','styling':'semantics','attr-input-autocomplete-on-state':'forms','concept-bc-script':'browsers','handler-window-onbeforeunload':'browsers','inline-documentation-for-external-scripts':'semantics','handler-oninput':'browsers','the-code-element':'text-level-semantics','concept-select-pick':'forms','toolbar-state':'interactive-elements','increment-the-marquee-current-loop-index':'obsolete','htmlimageelement':'text-level-semantics','dm-video-videowidth':'video','the-personal-bar-barprop-object':'browsers','command-inserttext':'editing','refused-to-allow-the-document-to-be-unloaded':'history','rcdata-end-tag-open-state':'syntax','attr-img-align':'obsolete','attr-fs-formnovalidate':'forms','syntax-text':'syntax','using-the-rules-for':'syntax','the-legend-element':'forms','attr-command-title':'interactive-elements','domstringmap':'infrastructure','mathml':'the-canvas-element','dom-validitystate-patternmismatch':'forms','dom-base-href':'semantics','dom-showmodaldialog':'browsers','current-input-character':'syntax','dom-appcache-swapcache':'offline','svg':'the-canvas-element','external-resource-link':'semantics','popstateevent':'history','attr-iframe-scrolling':'obsolete','link-type-noreferrer':'interactive-elements','forming-a-table':'tabular-data','checkbox-state':'forms','dom-col-width':'obsolete','the-fieldset-element-0':'the-xhtml-syntax','attr-fs-method-put':'forms','rules-for-parsing-simple-color-values':'infrastructure','presentationl-hints':'the-xhtml-syntax','dom-meter-value':'forms','the-time-element':'text-level-semantics','script-data-double-escape-end-state':'syntax','dom-form-nameditem':'forms','script-data-escaped-less-than-sign-state':'syntax','dom-blur':'editing','client-identification':'browsers','concept-id':'dom','dom-object-usemap':'text-level-semantics','obsolete-but-conforming-features':'obsolete','link-type-alternate':'interactive-elements','refsXMLBASE':'references','dialog-arguments':'browsers','concept-command':'interactive-elements','doctype-system-identifier-single-quoted-state':'syntax','an-image-not-intended-for-the-user':'text-level-semantics','fire-waiting-when-waiting':'video','attr-a-rev':'obsolete','refsHTMLDIFF':'references','dom-table-rows':'tabular-data','attr-fs-method-post-keyword':'forms','command-facet-action':'interactive-elements','dom-draggable':'editing','script-data-double-escape-start-state':'syntax','dom-outerhtml':'embedded-content-0','htmlolistelement':'semantics','redo:-moving-forward-in-th-undo-transaction-history':'editing','anonymous-command':'interactive-elements','bogus-doctype-state':'syntax','dom-window-nameditem-filter':'browsers','fallback-content':'embedded-content-0','dom-datatransfer-effectallowed':'editing','selector-default':'interactive-elements','keywords-and-enumerated-attributes':'infrastructure','link-type-sidebar':'interactive-elements','barred-from-constraint-validation':'forms','the-em-element':'text-level-semantics','attr-form-autocomplete-on-state':'forms','browsing-context-container':'browsers','definitions-0':'browsers','definitions-1':'browsers','concept-appcache-newer':'offline','browsers':'browsers','killing-scripts':'browsers','non-fatal-media-error':'video','dom-canvas-todataurl':'the-canvas-element','alt':'text-level-semantics','dom-document-location':'history','directly-reachable-browsing-contexts':'browsers','the-input-stream':'syntax','dom-tbody-ch':'obsolete','dom-mod-cite':'text-level-semantics','tt':'obsolete','dom-validitystate-valuemissing':'forms','invlid_state_err':'infrastructure','seamlessLinks':'history','tree-order':'infrastructure','concept-input-type-file-selected':'forms','foreign-elements':'syntax','initial-code-entry-point':'browsers','the-ruby-element':'text-level-semantics','dom-document-embeds':'dom','command-inserthtml':'editing','application-cache-api':'offline','handler-onsuspend':'browsers','dom-form-elements':'forms','focus':'editing','command-insertparagraph':'editing','dom-navigator-yieldforstorageupdates':'browsers','the-applet-element':'obsolete','use-div-for-wrappers':'semantics','sandboxed-navigation-browsing-context-flag':'text-level-semantics','dom-table-rules':'obsolete','dom-fieldset-disabled':'forms','handler-window-onoffline':'browsers','dom-area-type':'the-canvas-element','dom-input-readonly':'forms','dom-cva-validity':'forms','dom-timeranges-length':'video','processing-model':'the-canvas-element','navigate-non-Document':'history','concept-fs-method':'forms','the-link-is-an-alternative-stylesheet':'interactive-elements','asii-compatible-character-encoding':'infrastructure','dom-tr-valign':'obsolete','security-3':'history','form-submission-0':'forms','security-1':'browsers','safe-passing-of-structured-data':'infrastructure','dom-script-event':'obsolete','plugins':'infrastructure','dom-audio':'video','dom-location-resolveurl':'history','refsMQ':'references','dom-textarea-wrap':'forms','selector-active':'interactive-elements','htmloptionscollection-0':'infrastructure','terminology-0':'infrastructure','parsing-main-intbody':'syntax','insertion-mode':'syntax','dom-datatransfer-getdata':'editing','attr-input-placeholder':'forms','dom-based-xslt-1.0-processors':'embedded-content-0','concept-param-parameter':'text-level-semantics','flow-content-0':'dom','script-data-double-escaped-dash-dash-state':'syntax','dom-tokenlist-remove':'infrastructure','dom-window-item':'browsers','dom-validitystate-stepmismatch':'forms','sandboxPluginEmbed':'text-level-semantics','no_modification_allowed_err':'infrastructure','attr-meter-low':'forms','attrscript-defer':'semantics','dom-window-scrollbars':'browsers','nobr':'obsolete','handler-appcache-ondownloading':'offline','dom-textarea-defaultvalue':'forms','windowtimers':'browsers','comment-state':'syntax','states-of-the-type-attribute':'forms','url_mismatch_err':'infrastructure','dom-style-type':'semantics','url-encoded-form-data':'forms','attr-col-charoff':'obsolete','attr-tbody-align':'obsolete','attr-tdth-valign':'obsolete','convert-a-list-of-dimensions-to-a-list-of-pixel-values':'the-xhtml-syntax','concept-option-disabled':'forms','inter-element-whitespace':'dom','dom-selection-iscollapsed':'editing','no-quirks-mode':'dom','dom-document-characterset':'dom','link-type-first':'interactive-elements','suffering-from-a-custom-error':'forms','attr-a-urn':'obsolete','dom-option-tvd':'forms','event-media-timeupdate':'video','dom-location-port':'history','the-h1-h2-h3-h4-h5-and-h6-elements':'semantics','the-insertion-mode':'syntax','attr-ul-type':'obsolete','namespace_err':'infrastructure','introduction-4':'he-xhtml-syntax','introduction-6':'the-xhtml-syntax','introduction-1':'browsers','introduction-0':'forms','introduction-3':'editing','the-button-element':'forms','implied-strong-reference':'infrastructure','dom-output-value':'forms','dom-a-search':'text-level-semantics','suffering-from-a-step-mismatch':'forms','dom-button-type':'forms','the-ol-element':'semantics','meta-charset-during-parse':'syntax','event-appcache-cached':'offline','constructing-form-data-set':'forms','pending-application-cache-download-process-tasks':'offline','appcache-history-2':'history','attr-tdth-colspan':'tabular-data','refsABNF':'references','attr-col-span':'tabular-data','dom-textarea-input-selectionstart':'editing','parsing-main-incdata':'syntax','r2':'tabular-data','dom-input-autocomplete':'forms','dom-media-defaultplaybackrate':'video','the-i-element':'text-level-semantics','phrasing':'syntax','the-embed-element':'text-level-semantics','file-upload-state':'forms','paragraph':'embedded-content-0','dom-innerhtml':'embedded-contet-0','attr-textarea-rows-value':'forms','refsCSSUI':'references','history':'history','dom-html-version':'obsolete','dom-keygen-challenge':'forms','handler-appcache-onprogress':'offline','history-autocomplete':'history','ascii-case-insensitive':'infrastructure','dom-script-src':'semantics','numbers':'infrastructure','default-view':'browsers','traverse-the-history-by-a-delta':'history','rules-for-parsing-a-legacy-color-value':'infrastructure','writing-cache-manifests':'offline','sandboxPluginNavigate':'history','undomanager':'editing','frameset-ok-flag':'syntax','attr-tdth-rowspan':'tabular-data','script-s-url-character-encoding':'browsers','width-of-the-select-s-labels':'the-xhtml-syntax','menus':'interactive-elements','creating-documents':'dom','attr-tdth-bgcolor':'obsolete','dom-img-ismap':'text-level-semantics','misnested-tags:-b-p-b-p':'syntax','refsNPAPI':'references','dom-domhtmlimplementation-createhtmldocument':'dom','after-doctype-system-identifier-state':'syntax','concept-task':'browsers','dom-areaprotocol':'the-canvas-element','stop-parsing':'syntax','enabling-and-disabling-form-controls':'forms','reflect':'infrastructure','dom-linkstyle-disabled':'semantics','sandboxed-seamless-iframes-flag':'text-level-semantics','dom-document-anchors':'obsolete','attr-marquee-truespeed-false':'obsolete','adoptionAgency':'syntax','dom-document-applets':'obsolete','dom-history-go':'history','column-group-header':'tabular-data','color-spaces-and-color-correction':'the-canvas-element','dom-accesskeylabel':'editing','htmlaudioelement':'video','dom-option-selected':'forms','dom-popstateevent-state':'history','refsXPATH10':'references','candidate-for-constraint-validation':'forms','dom-parent':'browsers','selector-checked':'interactive-elements','attr-style-type':'semantics','the-lang-and-xml:lang-attributes':'dom','dom-marquee-hspace':'obsolete','dom-media-networkstate':'video','htmlmodelement':'text-level-semantics','dom-manipulation-task-source':'browsers','meta-application-name':'semantics','dom-body-text':'obsolete,'dom-media-have_future_data':'video','dom-mediaerror-media_err_network':'video','after-doctype-public-identifier-state':'syntax','beforeunloadevent':'history','edits-and-lists':'text-level-semantics','attr-input-type-date-keyword':'forms','dom-hr-size':'obsolete','windowproxy':'browsers','dom-head-profile':'obsolete','valid-date-or-time-string-in-content':'infrastructure','associatedSection':'semantics','refsCESU8':'references','parsing-main-intable':'syntax','interactive-content-0':'embedded-content-0','the-nav-element':'semantics','after-doctype-public-keyword-state':'syntax','seeking':'video','concept-appcache-status':'offline','event-media-pause':'video','selector-optional':'interactive-elements','rules-for-parsing-a-hash-name-reference':'infrastructure','concept-input-step-scale':'forms','conformance-requirements':'infrastructure','dom-media-autoplay':'video','dom-form-acceptcharset':'forms','dom-link-rel':'semantics','the-footer-element':'semantics','dom-select-size':'forms','concept-option-label':'frms','auxiliary-browsing-contexts':'browsers','implicit-submission':'forms','attr-textarea-required':'forms','dom-link-rev':'obsolete','generate-implied-end-tags':'syntax','handler-onkeyup':'browsers','the-tbody-element':'tabular-data','attr-tbody-char':'obsolete','writing-xhtml-documents':'the-xhtml-syntax','attr-area-shape-keyword-poly':'the-canvas-element','attr-option-value':'forms','event-loops':'browsers','valid-url':'infrastructure','dom-area-rellist':'the-canvas-element','attr-input-type-password-keyword':'forms','editing-hosts':'the-xhtml-syntax','attr-param-name':'text-level-semantics','the-select-element':'forms','dom-input-value':'forms','broadcast-forminput-events':'forms','attr-embed-align':'obsolete','dom-selection-rangecount':'editing','tokenization':'syntax','attr-blockquote-cite':'semantics','dom-window-close':'browsers','attr-input-required':'forms','handler-onratechange':'browsers','invalid_modification_err':'infrastructure','task-queue':'browsers','offline':'offline','dom-document-body''dom','dom-self':'browsers','concept-get-attributes-when-sniffing':'syntax','dom-media-buffered':'video','rules-for-parsing-dimension-values':'infrastructure','attr-img-src':'text-level-semantics','attr-lang':'dom','dom-iframe-frameborder':'obsolete','dom-fs-action':'forms','matches-the-environment':'infrastructure','attr-option-label':'forms','dom-windowtimers-setinterval':'browsers','other-parsing-state-flags':'syntax','refsHTTP':'references','selection-0':'editing','completely-loaded':'syntax','expiring-application-caches':'offline','dom-focus':'editing','preceded-or-followed':'dom','the-after-after-frameset-insertion-mode':'syntax','dom-tr-ch':'obsolete','multipart-form-data-encoding-algorithm':'forms','security-risks-in-the-drag-and-drop-model':'editing','month-state':'forms','handler-onmouseover':'browsers','attr-object-classid':'obsolete','allowed-to-navigate':'browsers','dom-hidden':'editing','insert-a-foreign-element':'syntax','the-script-block-s-source':'semantics','using-the-accesskey-attribute-o-a-legend-element-to-define-a-command':'interactive-elements','script-data-double-escaped-less-than-sign-state':'syntax','dom-colgroup-span':'tabular-data','script-data-escaped-dash-dash-state':'syntax','has-an-element-in-list-item-scope':'syntax','limiting-user-input-length':'forms','scoping':'syntax','attr-a-name':'obsolete','parse-state':'syntax','events-and-the-window-object':'browsers','script':'semantics','introduction':'introduction','menus-intro':'interactive-elements','concept-input-value-default-range':'forms','button-state':'forms','list-state':'interactive-elements','dom-base-target':'semantics','attr-object-border':'obsolete','hyperlink-link':'semantics','dom-uda-search':'infrastructure','secondary-insertion-mode':'syntax','dragevent':'editing','pragma-directives':'semantics','list-of-scripts-that-will-execute-when-the-document-has-finished-parsing':'semantics','refsBECSS':'references','dom-applet-align':'obsolete','obsolete':'obsolete','sandboxWindowOpen':'browsers','attr-meta-name':'semantics,'transparent-content-models':'embedded-content-0','simple-dialogs':'browsers','unload-a-document':'history','dom-tokenlist-tostring':'infrastructure','attr-li-type':'obsolete','text-content':'dom','hierarchical-link-types':'interactive-elements','attr-input-step':'forms','dom-area-pathname':'the-canvas-element','dom-img-border':'obsolete','handler-window-onpopstate':'browsers','concept-cell':'tabular-data','url-host':'infrastructure','handler-window-onbeforeprint':'browsers','the-a-element':'text-level-semantics','refsUNIVCHARDET':'references','phrasing-content-0':'dom','run-synthetic-click-activation-steps':'embedded-content-0','command-api':'interactive-elements','htmlallcollection':'infrastructure','executing-a-script-block':'semantics','interactive':'infrastructure','attr-tr-char':'obsolete','dom-window-focus':'editing','dom-table-width':'obsolete','the-colgroup-element':'tabular-data','the-tr-element':'tabular-data','warnings-for-obsolete-but-conforming-features':'obsolete','skip-whitespace':'infrastrcture','html-namespace-0':'infrastructure','cache-failure-steps':'offline','adjust-svg-attributes':'syntax','dom-uda-protocol':'infrastructure','range-state':'forms','attr-area-shape-keyword-rect':'the-canvas-element','attributes-for-embedded-content-and-images':'the-xhtml-syntax','session-history':'history','dom-select-item':'forms','dom-document-referrer':'dom','dom-datatransfer-dropeffect':'editing','dom-media-controls':'video','syntax-doctype':'syntax','dom-frameset-rows':'obsolete','attr-table-border':'obsolete','the-input-element-as-a-check-box-and-radio-button-widgets':'the-xhtml-syntax','handler-appcache-onchecking':'offline','comment-end-space-state':'syntax','xlink-namespace':'infrastructure','attr-input-type-week-keyword':'forms','maximum-allowed-value-length':'forms','htmlpreelement':'semantics','dom-link-charset':'obsolete','dom-undomanagerevent-initundomanagerevent':'editing','the-draggable-attribute':'editing','attr-fs-method':'forms','insert-a-character':'syntax','discard-a-document':'browses','before-doctype-public-identifier-state':'syntax','event-definition':'history','a-purely-decorative-image-that-doesn-t-add-any-information':'text-level-semantics','windows':'browsers','dom-tdth-choff':'obsolete','resetting-rules-for-inherited-properties':'the-xhtml-syntax','command-facet-label':'interactive-elements','dom-navigator-useragent':'browsers','attr-area-shape':'the-canvas-element','dom-iframe-scrolling':'obsolete','attr-style-title':'semantics','dom-tokenlist-length':'infrastructure','refsIANACHARSET':'references','attributes-for-form-submission':'forms','determining-the-character-encoding':'syntax','dom-command-ro-checked':'interactive-elements','maps-to-the-pixel-length-property':'the-xhtml-syntax','content-type-sniffing':'infrastructure','drag-and-drop-initialization-steps':'editing','attr-fs-method-put-keyword':'forms','concept-input-max':'forms','generic-raw-text-element-parsing-algorithm':'syntax','html-vs-xhtml':'introduction','refsRFC2046':'references','dom-ol-type':'obsolete','handleronscroll':'browsers','the-xhtml-syntax':'the-xhtml-syntax','dom-font-face':'obsolete','font':'obsolete','attr-option-disabled':'forms','concept-n-script':'browsers','dom-frames':'browsers','entry-update':'history','appropriate-form-encoding-algorithm':'forms','attr-a-shape':'obsolete','dom-document-dir':'dom','dom-meter-low':'forms','attr-body-background':'obsolete','text-ping':'iana','dom-object-standby':'obsolete','interactive-elements':'interactive-elements','the-abbr-element':'text-level-semantics','dom-frame-noresize':'obsolete','attr-style-scoped':'semantics','ping-to':'iana','domsettabletokenlist-0':'infrastructure','attribute-value-unquoted-state':'syntax','temporary-buffer':'syntax','the-autocomplete-attribute':'forms','algorithm-for-extracting-an-encoding-from-a-content-type':'infrastructure','parse-a-month-component':'infrastructure','attr-input-type-tel-keyword':'forms','parsing-main-intabletext':'syntax','dom-select-nameditem':'forms','restrictions-for-contents-of-script-elements':'semantics','ssociation-of-controls-and-forms':'forms','generic-rcdata-element-parsing-algorithm':'syntax','structure-of-this-specification':'introduction','the-label-element':'forms','dndevents':'editing','active-parser':'dom','handler-window-onfocus':'browsers','the-meter-element':'forms','furthest-ancestor-browsing-context':'browsers','dom-input-max':'forms','concept-fe-checked':'forms','designMode':'editing','refsHATOM':'references','dom-applet-codebase':'obsolete','concept-time-date':'text-level-semantics','attr-param-valuetype':'obsolete','attr-fs-enctype-formdata':'forms','storage-mutex':'browsers','parse-a-date-component':'infrastructure','marquee-scroll-distance':'obsolete','concept-input-checked-dirty-flag':'forms','lists-of-dimensions':'infrastructure','user-interface':'video','about-blank-origin':'browsers','attr-hyperlink-rel':'interactive-elements','text-node':'infrastructure','command-insertimage':'editing','attr-ol-start':'semantics','locked-for-focus':'editing','formatblock-candidate':'editing','dom-docment-url':'dom','state-object':'history','concept-table':'tabular-data','attr-input-type-submit-keyword':'forms','dom-input-placeholder':'forms','htmloutputelement':'forms','dom-body-alink':'obsolete','dom-dim-height':'the-canvas-element','embedded-content':'embedded-content-0','script-data-less-than-sign-state':'syntax','appropriate-end-tag-token':'syntax','collections-0':'infrastructure','dom-embed-src':'text-level-semantics','event-media-ended':'video','dom-media-error':'video','dom-input-value-default':'forms','element-restrictions':'syntax','dom-body-link':'obsolete','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','hyperlink':'interactive-elements','dom-navigator':'browsers','attr-body-vlink':'obsolete','handler-ondragleave':'browsers','event-redo':'editing','context':'the-canvas-element','value-sanitization-algorithm':'forms','document.write':'embedded-content-0','htmlsourceelement':'video','dom-link-sizes':'semantics','concept-form-association':'forms','domsettabletokenlst':'infrastructure','raw-text-elements':'syntax','handler-ondragover':'browsers','collect-a-sequence-of-characters':'infrastructure','handler-onblur':'browsers','dom-id':'dom','character-reference-in-rcdata-state':'syntax','browsing-context-scope-origin':'browsers','the-accesskey-attribute':'editing','event-dragstart':'editing','tag-name-state':'syntax','insertadjacenthtml':'embedded-content-0','dom-input-value-value':'forms','attr-th-scope-rowgroup':'tabular-data','dom-image-wh':'text-level-semantics','dom-media-play':'video','ascii-serialization-of-an-origin':'browsers','xmlns-namespace':'infrastructure','data-state':'syntax','dom-appcache-downloading':'offline','fatal-decode-error':'video','navigate-fragid-step':'history','refsSELECTORS':'references','downloading-or-updating-an-application-cache':'offline','htmlprogresselement':'forms','concept-appcache-completeness':'offline','handler-ondragend':'browsers','dom-uda-port':'infrastructure','dom-form-item':'forms','dom-fs-formnovalidate':'forms','refsPINGACK':'references','dom-script-charset':'semantics','attr-input-type-datetime-keyword':'forms','attr-embed-name':'obsolete','dom-object-archive':'obsolete','attr-textarea-wrap-hard-state':'forms','textarea-effective-width':'the-xhtml-syntax','user-editing-actions':'editing','concept-http-equiv-extensions':'semantics','dom-input-list':'forms','the-table-element':'tabular-data','event-popstate':'history','marquee-current-loop-index':'obsolete','event-appcache-progress':'offline','dom-tree-accessors':'dom','dimRendering':'the-xhtml-syntax','dom-textarea-input-selectionend':'editing','attr-table-frame':'obsolete','attr-input-type-datetime-local-keyword':'forms','dom-selection-focusnode':'editing','dom-a-hostname':'text-level-semantics','multicol':'obsolete','stopped-due-to-errors':'video','dom-windowmodal-returnvalue':'browsers','converting-a-character-width-to-pixels':'the-xhtml-syntax','dom-meta-name':'semantics','concept-fs-enctype':'forms','attr-tdth-align':'obsolete','dom-option-label':'forms','ancestor-brosing-context':'browsers','dom-frame-longdesc':'obsolete','dom-a-ping':'text-level-semantics','url-decomposition-idl-attributes':'infrastructure','dom-ul-type':'obsolete','attr-fs-formtarget':'forms','parsing-main-inbody':'syntax','htmlframeelement':'obsolete','concept-http-equivalent-headers':'infrastructure','concept-appcache-fallback':'offline','dom-textarea-value':'forms','domhtmlimplementation':'dom','a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos':'text-level-semantics','event-media-ratechange':'video','unloading-document-cleanup-steps':'history','dom-link-href':'semantics','attr-object-name':'text-level-semantics','attr-area-coords':'the-canvas-element','embedding-custom-non-visible-data':'dom','wrong_document_err':'infrastructure','dom-location-protocol':'history','attr-mod-cite':'text-level-semantics','compatibility-caseless':'infrastructure','security-and-privacy-considerations':'video','newlines':'syntax','validitystate':'forms','attr-a-coords':'obsolete','dom-loation-assign':'history','attr-input-maxlength':'forms','the-ul-element':'semantics','metadata-content-0':'dom','location':'history','dom-time-datetime':'text-level-semantics','the-ins-element':'text-level-semantics','event-media-abort':'video','attr-hr-size':'obsolete','concept-rel-extensions':'interactive-elements','dom-navigator-platform':'browsers','run-final-activation-steps':'embedded-content-0','attr-form-name':'forms','event-offline':'offline','big':'obsolete','concept-embed-active':'text-level-semantics','attr-command-icon':'interactive-elements','handler-onloadedmetadata':'browsers','dom-appcache-idle':'offline','script-data-double-escaped-state':'syntax','run-pre-click-activation-steps':'embedded-content-0','image-map':'the-canvas-element','dom-param-name':'text-level-semantics','concept-appcache-upgrade':'offline','the-caption-element':'tabular-data','parser-inserted':'semantics','undo-object':'editing','facets':'interactive-elements','ignore':'infrastructure','valid-local-date-and-time-string':'nfrastructure','dom-media-network_idle':'video','dom-a-protocol':'text-level-semantics','terminology':'infrastructure','event-definitions':'history','converted-to-ascii-lowercase':'infrastructure','the-title-element-0':'semantics','dom-media-starttime':'video','dom-table-tfoot':'tabular-data','attr-source-media':'video','has-an-element-in-table-scope':'syntax','valid-floating-point-number':'infrastructure','dom-cva-checkvalidatity':'forms','dom-option-text':'forms','refsECMA357':'references','examples':'tabular-data','naming-form-controls':'forms','dom-fs-formaction':'forms','refsWIN874':'references','bindings':'the-xhtml-syntax','refsCSSATTR':'references','attr-input-type-keywords':'forms','dom-input-valueasnumber':'forms','dom-legend-form':'forms','opening-the-input-stream':'embedded-content-0','noframes':'obsolete','refsCSSCOLOR':'references','selector-disabled':'interactive-elements','maps-to-the-dimension-property':'the-xhtml-syntax','dom-document-write':'embedded-content-0','attr-textarea-rows':'forms,'the-list-attribute':'forms','dom-sharedworkerglobalscope-applicationcache':'offline','dom-details-open':'interactive-elements','escapingString':'syntax','dom-media-have_metadata':'video','interactive-content':'embedded-content-0','dom-location-search':'history','dom-col-align':'obsolete','dom-table-deletecaption':'tabular-data','dom-tr-rowindex':'tabular-data','event-dragleave':'editing','attr-iframe-src':'text-level-semantics','attr-object-standby':'obsolete','refsRFC5322':'references','queue-a-task':'browsers','valid-browsing-context-name':'browsers','command-facet-accesskey':'interactive-elements','attr-input-type-number-keyword':'forms','self-closing-start-tag-state':'syntax','security-and-privacy':'browsers','dom-embed-align':'obsolete','attr-fs-method-get-keyword':'forms','parsing-main-inhead':'syntax','location-of-the-media-resource':'video','refsRFC2646':'references','attr-link-sizes-any':'interactive-elements','refsRFC2318':'references','parser-pause-flag':'syntax','telephone-state':'forms','a-phase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'text-level-semantics','unfocusing-steps':'editing','dom-select-selectedoptions':'forms','frames':'obsolete','alphanumeric-ascii-characters':'infrastructure','suffering-from-a-pattern-mismatch':'forms','dom-document-querycommandvalue':'editing','quirks-mode-doctypes':'syntax','dom-pre-width':'obsolete','concept-link-type-sniffing':'semantics','concept-input-mutable':'forms','dom-option':'forms','dom-col-span':'tabular-data','text-field-selection':'editing','sections':'semantics','dom-navigator-registerprotocolhandler':'browsers','document-metadata':'semantics','refsCOMPUTABLE':'references','reconstruct-the-active-formatting-elements':'syntax','common-event-behaviors':'forms','htmlulistelement':'semantics','attr-input-align':'obsolete','the-iframe-element':'text-level-semantics','the-before-head-insertion-mode':'syntax','datatransfer':'editing','dom-table-summary':'tabular-data','refsMAILTO':'references''run-canceled-activation-steps':'embedded-content-0','dom-marquee-width':'obsolete','constraint-validation':'forms','htmlparamelement':'text-level-semantics','attr-link-rev':'obsolete','the-th-element':'tabular-data','current-entry-of-the-joint-session-history':'history','attr-iframe-marginheight':'obsolete','script-data-escaped-end-tag-name-state':'syntax','reset-button-state':'forms','syntax-elements':'syntax','character-encodings':'infrastructure','attr-img-ismap':'text-level-semantics','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'text-level-semantics','fragment-case':'syntax','refsCSSOM':'references','dom-document-fgcolor':'obsolete','intro-early-example':'introduction','attribute-value-single-quoted-state':'syntax','dom-timeranges-start':'video','linkui':'semantics','prompt-to-unload-a-document':'history','dom-object-contentwindow':'text-level-semantics','concept-output-mode':'forms','attr-col-char':'obsolete','valid-e-mail-address':'forms','attr-th-scope-auto':'tabular-data','rfsCOOKIES':'references','undo:-moving-back-in-the-undo-transaction-history':'editing','attr-input-list':'forms','dom-getselection':'editing','attr-colgroup-span':'tabular-data','attr-object-archive':'obsolete','being-rendered':'the-xhtml-syntax','event-appcache-noupdate':'offline','elements':'dom','mediaevents':'video','dom-frameset-cols':'obsolete','editable':'editing','plain-text-form-data':'forms','application-cache-group':'offline','attr-marquee-truespeed':'obsolete','sandboxSubmitBlocked':'forms','text-state-and-search-state':'forms','non-negative-integers':'infrastructure','relevant-application-cache':'offline','valid-month-string':'infrastructure','syntax-attribute-name':'syntax','htmloptgroupelement':'forms','documents-in-the-dom':'dom','htmlvideoelement':'video','attr-button-type-reset':'forms','the-pattern-attribute':'forms','source-default-media':'video','attr-input-max':'forms','align-descendants':'the-xhtml-syntax','an-introduction-to-error-handling-and-strange-cases-in-the-parser':'syntax','exensibility':'infrastructure','content-type-sniffing:-text-or-binary':'infrastructure','script-s-browsing-context':'browsers','undo-transaction-history':'editing','a-style-sheet-blocking-scripts':'semantics','event-media-volumechange':'video','change-the-encoding':'syntax','submit-body':'forms','headings-and-sections':'semantics','dom-table-cellspacing':'obsolete','handler-ondragstart':'browsers','parse-a-month-string':'infrastructure','handler-onmousewheel':'browsers','dom-map-images':'the-canvas-element','dom-meta-httpequiv':'semantics','handler-onabort':'browsers','concept-week':'infrastructure','dom-media-readystate':'video','dom-fe-disabled':'forms','resources':'infrastructure','syntax-newlines':'syntax','media-resource':'video','syntax-references':'infrastructure','attr-iframe-seamless':'text-level-semantics','event-media-error':'video','valid-week-string':'infrastructure','the-dd-element':'semantics','dom-selection-selectallchildren':'editing','attr-data':'dom','before-attribute-value-state':'syntax',concept-fetch-loaded':'infrastructure','printing-steps':'browsers','multipart-form-data':'forms','dom-link-rellist':'semantics','contenteditable':'editing','event-appcache-updateready':'offline','htmltableheadercellelement':'tabular-data','concept-column':'tabular-data','other-elements-attributes-and-apis':'obsolete','rawtext-end-tag-open-state':'syntax','dom-textarea-required':'forms','dom-htmlformcontrolscollection-nameditem':'infrastructure','unloading-documents':'history','dom-a-rev':'obsolete','application-cache':'offline','dimension-attributes':'the-canvas-element','browser-state':'offline','handler-onmouseup':'browsers','attr-embed-src':'text-level-semantics','video':'video','foster-parenting':'syntax','attr-img-name':'obsolete','dom-script-text':'semantics','affected-by-a-base-url-change':'infrastructure','index':'index','attr-media-autobuffer':'video','the-hgroup-element':'semantics','handler-window-onload':'browsers','code-point-length':'infrastructure','events-0':'index','attr-ol-reversed':'semanics','valid-mime-type':'infrastructure','acronym':'obsolete','attr-meter-max':'forms','valid-time-string':'infrastructure','attr-contextmenu':'interactive-elements','attr-textarea-cols-value':'forms','rcdata-end-tag-name-state':'syntax','dom-input-step':'forms','context-menu-state':'interactive-elements','the-strong-element':'text-level-semantics','input-img-available':'forms','attr-fs-target':'forms','dom-uda-host':'infrastructure','script-data-escape-start-dash-state':'syntax','event-media-durationchange':'video','the-head-element':'dom','a-key-part-of-the-content':'text-level-semantics','refsSCSU':'references','htmldivelement':'semantics','atom-namespace':'interactive-elements','media-element':'video','the-constraint-validation-api':'forms','script-data-end-tag-name-state':'syntax','dom-marquee-start':'obsolete','link-type-pingback':'interactive-elements','refsRFC1922':'references','the-hr-element':'semantics','dom-input-align':'obsolete','link-type-next':'interactive-elements','dom-tr-insertcell':'tabulr-data','validity-states':'forms','the-script-block-s-type':'semantics','child-browsing-context':'browsers','dom-history-back':'history','dom-media-src':'video','default-button':'forms','attr-fs-formaction':'forms','handler-onmousemove':'browsers','dom-textarea-type':'forms','frame':'obsolete','navigating-auxiliary-browsing-contexts-in-the-dom':'browsers','syntax-attribute-value':'syntax','unit-of-related-similar-origin-browsing-contexts':'browsers','htmlmeterelement':'forms','dom-media-currentsrc':'video','dom-marquee-bgcolor':'obsolete','dom-tdth-align':'obsolete','content-type-sniffing-0':'infrastructure','dom-link-type':'semantics','doctype-name-state':'syntax','an-iframe-srcdoc-document':'text-level-semantics','refsWIN949':'references','refsCSS':'references','the-step-attribute':'forms','concept-appcache-obsolete':'offline','concept-meta-extensions':'semantics','concept-embed-type':'text-level-semantics','hyperlink-suffix':'text-level-semantics','creating-and-inserting-elements':'syntax','read-text':'hstory','delay-the-load-event':'syntax','dom-area-shape':'the-canvas-element','htmlappletelement':'obsolete','signed-integers':'infrastructure','htmllielement':'semantics','the-toolbar-barprop-object':'browsers','dom-a-port':'text-level-semantics','attr-img-vspace':'obsolete','windowmodal':'browsers','dom-cva-setcustomvalidity':'forms','dom-img-align':'obsolete','attr-img-longdesc':'obsolete','number-of-days-in-month-month-of-year-year':'infrastructure','hyperlink-elements':'interactive-elements','read-xml':'history','dom-function-call':'browsers','dom-windowtimers-settimeout':'browsers','handler-onshow':'browsers','dom-navigator-online':'offline','the-canvas-element':'the-canvas-element','attr-meta-http-equiv-content-type':'semantics','parsing-xhtml-documents':'the-xhtml-syntax','dom-frame-marginwidth':'obsolete','basefont':'obsolete','fetch':'infrastructure','before-doctype-system-identifier-state':'syntax','attr-style-media':'semantics','concept-select-toggle':'forms','refsRFC2806':'references','links':'iteractive-elements','dom-document-getelementsbyclassname':'dom','submit-get-action':'forms','refsDOMEVENTS':'references','list-of-dragged-nodes':'editing','event-appcache-checking':'offline','refsARIA':'references','parsing-main-inframeset':'syntax','after-doctype-name-state':'syntax','attr-meta-http-equiv':'semantics','parsing-html-fragments':'syntax','htmldatalistelement':'forms','refsUTR36':'references','dom-input-stepdown':'forms','the-sub-and-sup-elements':'text-level-semantics','specially-focusable':'editing','dom-applet-name':'obsolete','dom-title':'dom','algorithm-for-growing-downward-growing-cells':'tabular-data','dom-appcache-obsolete':'offline','the-style-element':'semantics','refsISO8601':'references','dom-img-src':'text-level-semantics','dom-undomanager-remove':'editing','refsRFC1494':'references','feed-the-parser':'the-xhtml-syntax','concept-appcache-init':'offline','origin-0':'browsers','event-appcache-obsolete':'offline','refsX690':'references','focus-management':'editing','attr-img-alt':'tet-level-semantics','context-menus':'interactive-elements','dom-appcache-checking':'offline','read-ua-inline':'history','handler-oncontextmenu':'browsers','refsXML':'references','attr-button-type-reset-state':'forms','refsXMLNS':'references','using-the-command-element-to-define-a-command':'interactive-elements','dom-media-seekable':'video','parsing-main-inheadnoscript':'syntax','selectors':'interactive-elements','attr-iframe-marginwidth':'obsolete','concept-js-deref':'browsers','concept-fetch-total':'infrastructure','command-superscript':'editing','applicationcache':'offline','frames-and-framesets':'the-xhtml-syntax','concept-fs-novalidate':'forms','dom-a-type':'text-level-semantics','attr-tbody-charoff':'obsolete','attr-iframe-align':'obsolete','attr-input-type-hidden-keyword':'forms','coercing-an-html-dom-into-an-infoset':'syntax','documentEncoding':'syntax','htmlinputelement':'forms','dom-output-htmlfor':'forms','htmloptionelement':'forms','attr-input-type-file-keyword':'forms','the-base-element':'semantis','history-traversal-task-source':'browsers','submit-mutate-action':'forms','user-interaction-task-source':'browsers','dom-img-complete':'text-level-semantics','dom-selection-collapsetoend':'editing','dom-document-querycommandstate':'editing','dom-uda-pathname':'infrastructure','dom-command-radiogroup':'interactive-elements','entity-references':'infrastructure','concept-textarea-raw-value':'forms','handler-oncanplay':'browsers','skip-white_space-characters':'infrastructure','concept-marquee-off':'obsolete','dropEffect-initialization':'editing','dom-document-images':'dom','activation-behavior':'embedded-content-0','attr-input-type-checkbox-keyword':'forms','parent-browsing-context':'browsers','dom-source-type':'video','transparent':'embedded-content-0','handler-onplay':'browsers','event-handler-content-attributes':'browsers','undo-position':'editing','linkTypes':'interactive-elements','dom-iscontenteditable':'editing','ping-from':'iana','the-html-element':'dom','attr-col-valign':'obsolete','processing-model0':'tabular-data','processing-model-1':'browsers','processing-model-2':'browsers','refsMATHML':'references','concept-fs-action':'forms','attr-progress-max':'forms','link-type-archives':'interactive-elements','offsets-into-the-media-resource':'video','a-type-that-the-user-agent-knows-it-cannot-render':'video','dom-img-naturalheight':'text-level-semantics','runtime-script-errors':'browsers','constraints':'forms','history-notes':'history','contenteditable-delete':'editing','attr-input-multiple':'forms','the-input-element-as-a-color-well':'the-xhtml-syntax','htmlfontelement':'obsolete','dom-audio-s':'video','dom-document-charset':'dom','submit-mailto-body':'forms','meta':'semantics','dom-a-hreflang':'text-level-semantics','attr-link-type':'semantics','refsWEBWORKERS':'references','sandboxed-forms-browsing-context-flag':'text-level-semantics','refsPNG':'references','dom-media-network_no_source':'video','the-before-html-insertion-mode':'syntax','between-doctype-public-and-system-identifiers-state':'syntax','the-hdden-attribute':'editing','dom-selection-focusoffset':'editing','handler-onerror':'browsers','navigating-across-documents':'history','dom-input-selectedoption':'forms','attr-input-accept':'forms','dom-input-defaultvalue':'forms','attr-input-type-month-keyword':'forms','secondary-browsing-context':'browsers','undo':'editing','dom-object-vspace':'obsolete','character-reference-in-data-state':'syntax','suffering-from-being-missing':'forms','dom-iframe-sandbox':'text-level-semantics','command-facet-disabledstate':'interactive-elements','attr-a-methods':'obsolete','dom-tr-bgcolor':'obsolete','usage-summary':'text-level-semantics','dom-media-pause':'video','dom-marquee-vspace':'obsolete','times':'infrastructure','attr-details-open':'interactive-elements','dom-input-size':'forms','dom-document-links':'dom','htmltabledatacellelement':'tabular-data','footnotes':'interactive-elements','concept-input-max-default':'forms','dom-window-menubar':'browsers','enabling-and-disabling-scripting':'browsers','htmlbasefontelement:'obsolete','other-link-types':'interactive-elements','attr-abbr-title':'text-level-semantics','interactively-validate-the-constraints':'forms','dom-document-commands':'interactive-elements','suffering-from-an-overflow':'forms','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'text-level-semantics','concept-input-type-image-coordinate':'forms','dom-applicationcache':'offline','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','sandboxCookies':'dom','attr-area-alt':'the-canvas-element','dom-window':'browsers','concept-row-group':'tabular-data','sandboxOrigin':'browsers','represented-by-the-collection':'infrastructure','the-xml:base-attribute-xml-only':'dom','obsolete-permitted-doctype':'syntax','event-media-loadedmetadata':'video','sectioning-content-0':'dom','calling-scripts':'browsers','htmlelement':'dom','selector-required':'interactive-elements','url-port':'infrastructure','refsRFC3864':'references','handler-window-onstorage':'browsers','enumerated-attribute':'infrstructure','clear-the-stack-back-to-a-table-row-context':'syntax','dom-input-defaultchecked':'forms','attr-input-size':'forms','resolve-a-url':'infrastructure','dom-datatransfer-setdragimage':'editing','locked-for-reset':'forms','the-time-element-0':'the-xhtml-syntax','space-separated-tokens':'infrastructure','contenteditable-br':'editing','direction-of-playback':'video','the-details-element-0':'the-xhtml-syntax','htmlallcollection-0':'infrastructure','dom-col-valign':'obsolete','dom-input-src':'forms','concept-textarea-dirty':'forms','await-a-stable-state':'browsers','dom-command-ro-label':'interactive-elements','xml-documents':'dom','the-indicated-part-of-the-document':'history','attr-menu-type':'interactive-elements','other-applicable-specifications':'infrastructure','barprop':'browsers','dom-canvas-height':'the-canvas-element','dom-document-querycommandindeterm':'editing','concept-link-obtain':'semantics','semantics-0':'dom','htmlmediaelement':'video','plaintext':'obsolete','dom-command-ro-commandtype':interactive-elements','metadata-content':'dom','dom-iframe-seamless':'text-level-semantics','parse-a-date-string':'infrastructure','dom-body-background':'obsolete','document-base-url':'infrastructure','expose-a-user-interface-to-the-user':'video','selector-indeterminate':'interactive-elements','attr-object-vspace':'obsolete','security-with-canvas-elements':'the-canvas-element','invalid_character_err':'infrastructure','unexpected-markup-in-tables':'syntax','attr-object-hspace':'obsolete','refsXSLT10':'references','script-data-end-tag-open-state':'syntax','attr-meta-charset':'semantics','attr-marquee-behavior-slide':'obsolete','dom-image-w':'text-level-semantics','attr-table-rules':'obsolete','attr-command-type-state-radio':'interactive-elements','the-selection':'editing','dom-navigator-appname':'browsers','attr-tdth-width':'obsolete','dom-tdth-headers':'tabular-data','handler-window-onpagehide':'browsers','htmlcanvaselement':'the-canvas-element','dom-dir':'dom','img-available':'text-level-semantics','dom-claslist':'dom','handler-window-onunload':'browsers','url':'infrastructure','valid-date-or-time-string':'infrastructure','the-link-element':'semantics','url-fragment':'infrastructure','the-ready-states':'video','the-form-element':'forms','selection':'editing','rules-for-parsing-floating-point-number-values':'infrastructure','text':'syntax','attr-col-align':'obsolete','javascript-protocol':'browsers','dom-frame-contentdocument':'obsolete','dom-tr-choff':'obsolete','attr-time-datetime':'text-level-semantics','the-body-element-0':'semantics','dom-media-seeking':'video','rcdata-elements':'syntax','html-documents':'dom','attr-table-cellpadding':'obsolete','pause':'browsers','sectioning-content':'dom','the-html-element-0':'semantics','not_supported_err':'infrastructure','attr-area-shape-keyword-polygon':'the-canvas-element','application-cache-download-process':'offline','dom-document-vlinkcolor':'obsolete','attr-body-bgcolor':'obsolete','pending-parsing-blocking-script':'semantics','dom-document-clear':'obsolete','rfsPSL':'references','comma-separated-tokens':'infrastructure','ready-for-editing-host-commands':'editing','dom-getelementsbyclassname':'dom','dialogs-implemented-using-separate-documents':'browsers','attr-hx-align':'obsolete','labeled-control':'forms','dom-font-size':'obsolete','syntax':'syntax','the-figcaption-element':'text-level-semantics','effectAllowed-initialization':'editing','dom-datatransfer-addelement':'editing','recommended-reading':'introduction','selector-link':'interactive-elements','navigatoronline':'browsers','document-s-character-encoding':'dom','dom-object-codebase':'obsolete','password-state':'forms','the-kbd-element':'text-level-semantics','view':'browsers','dom-textarea-readonly':'forms','attr-marquee-direction':'obsolete','the-head-element-0':'semantics','dom-open':'browsers','undomanagerevent':'editing','x-this':'introduction','seamless-browsing-context-flag':'text-level-semantics','dom-tabindex':'editing','attr-marquee-direction-up':'obsolete','dom-applet-archive':'obsolete','handlerondrop':'browsers','concept-month':'infrastructure','attr-video-poster':'video','dom-a-name':'obsolete','handler-window-onresize':'browsers','normal-elements':'syntax','dom-img-hspace':'obsolete','link-type-prefetch':'interactive-elements','dom-a-host':'text-level-semantics','interfaces':'index','the-tfoot-element':'tabular-data','event-dragend':'editing','dom-object-name':'text-level-semantics','dom-script-type':'semantics','the-datalist-element':'forms','the-windowproxy-object':'browsers','attr-table-bgcolor':'obsolete','aborting-a-document-load':'history','dom-meter-high':'forms','current-node':'syntax','commands':'interactive-elements','flow-content':'dom','plugin':'infrastructure','fallback-free':'dom','an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images':'text-level-semantics','dom-tbody-deleterow':'tabular-data','dom-a-hash':'text-level-semantics','attr-meta-scheme':'obsolete','process-the-iframe-attributes':'text-level-semantics','refsBCP47:'references','dom-object-align':'obsolete','close-the-cell':'syntax','comment':'syntax','dom-div-align':'obsolete','valid-date-string':'infrastructure','concept-appcache-onlinewhitelist-wildcard':'offline','attr-canvas-width':'the-canvas-element','concept-date':'infrastructure','dom-textarea-textlength':'forms','pending-table-character-tokens':'syntax','additional-allowed-character':'syntax','abort_err':'infrastructure','handler-onsubmit':'browsers','media-element-load-algorithm':'video','dom-textarea-placeholder':'forms','seekUpdate':'video','event-media-seeked':'video','form-owner':'forms','refsWIN1254':'references','attribute-value-double-quoted-state':'syntax','dom-param-type':'obsolete','dom-menu-type':'interactive-elements','dom-appcache-uncached':'offline','concept-input-value-dirty-flag':'forms','dom-media-playbackrate':'video','dom-style-media':'semantics','dom-dl-compact':'obsolete','selector-visited':'interactive-elements','attr-input-src':'forms','rules-for-parsing-a-list-of-integers':'infrastrcture','attr-tr-valign':'obsolete','attr-input-type':'forms','playing-the-media-resource':'video','dom-document-compatmode':'dom','defining-term':'text-level-semantics','the-textarea-element':'forms','attr-dim-width':'the-canvas-element','dom-datatransfer-cleardata':'editing','dom-legend-align':'obsolete','dom-tokenlist-toggle':'infrastructure','dom-dragevent-datatransfer':'editing','earliest-possible-position':'video','outline-depth':'semantics','scripting-flag':'syntax','valid-integer':'infrastructure','event-handlers':'browsers','event-firing':'browsers','dom-param-valuetype':'obsolete','the-hr-element-0':'the-xhtml-syntax','fonts-and-colors':'the-xhtml-syntax','immediate-user-selection':'editing','refsRFC2781':'references','dom-form-dispatchforminput':'forms','attr-object-codetype':'obsolete','noopener':'browsers','concept-appcache-master':'offline','dom-media-network_loading':'video','consume-a-character-reference':'syntax','submit-data-post':'forms','nested-browsing-contexts':'browsers','dom-optgroup-isabled':'forms','link-type-up':'interactive-elements','adjust-foreign-attributes':'syntax','close-tag-open-state':'syntax','dom-command-disabled':'interactive-elements','command-createlink':'editing','attr-media-autoplay':'video','htmldlistelement':'semantics','attr-progress-value':'forms','link-type-search':'interactive-elements','named-access-on-the-window-object':'browsers','dom-output-defaultvalue':'forms','handler-window-ononline':'browsers','concept-appcache-manifest-fallback':'offline','other-pragma-directives':'semantics','htmlformcontrolscollection':'infrastructure','concept-events-trusted':'infrastructure','center':'obsolete','refsWIN1252':'references','dom-meter-min':'forms','dom-selection-anchornode':'editing','unit-of-related-browsing-contexts':'browsers','dom-window-toolbar':'browsers','dom-area-nohref':'obsolete','handler-onloadstart':'browsers','textFieldSelection':'editing','audio':'video','dom-document-alinkcolor':'obsolete','event-media-canplaythrough':'video','htmlcollection':'infrastruture','attr-tdth-nowrap':'obsolete','global-attributes':'dom','dom-link-target':'obsolete','the-section-element':'semantics','link-type-stylesheet':'interactive-elements','week-number-of-the-last-day':'infrastructure','attr-input-autocomplete-off-state':'forms','dom-document-scripts':'dom','attr-fs-enctype-text':'forms','autofocusing-a-form-control':'forms','nextid':'obsolete','syntax-end-tag':'syntax','dom-frameelement':'browsers','elements-in-the-dom':'dom','handler-onmousedown':'browsers','attr-link-hreflang':'semantics','dom-history-forward':'history','attr-html-version':'obsolete','editing-host':'editing','outlines':'semantics','after-attribute-value-quoted-state':'syntax','dom-tokenlist-contains':'infrastructure','attr-marquee-truespeed-true':'obsolete','dom-media-loop':'video','dom-htmlallcollection-tags':'infrastructure','attr-area-shape-poly':'the-canvas-element','hyperlink-auditing':'interactive-elements','percentages-and-dimensions':'infrastructure','dom-col-choff':'obsolete','attr-area-shape-rec':'the-canvas-element','dom-select-remove':'forms','dom-document-querycommandsupported':'editing','the-fieldset-element':'forms','dom-a-target':'text-level-semantics','dom-document-activeelement':'editing','innerhtml':'embedded-content-0','attr-xml-lang':'dom','concept-error-handled':'browsers','attr-link-target':'obsolete','empty-cell':'tabular-data','concept-input-value-date-string':'forms','dom-form-checkvalidity':'forms','dom-navigator-registercontenthandler':'browsers','sandboxed-origin-browsing-context-flag':'text-level-semantics','attr-button-type-button-state':'forms','dom-selection-removerange':'editing','dom-iframe-contentdocument':'text-level-semantics','attr-command-label':'interactive-elements','attr-input-pattern':'forms','how-to-read-this-specification':'introduction','dom-location-reload':'history','concept-input-list':'forms','text-cache-manifest':'iana','dom-p-align':'obsolete','attr-link-rel':'semantics','htmlformelement':'forms','dom-tdth-nowrap':'obsolete','attr-body-link':'obsolete','smple-handler-impl':'browsers','handler-onreadystatechange':'browsers','htmlanchorelement':'text-level-semantics','drag-and-drop-processing-model':'editing','rules-for-serializing-simple-color-values':'infrastructure','dom-hr-color':'obsolete','attr-textarea-wrap':'forms','dom-time-valueasdate':'text-level-semantics','sandboxPluginApplet':'obsolete','the-dir-attribute':'dom','the-doctype':'syntax','dom-location-hostname':'history','dom-label-control':'forms','common-microsyntaxes':'infrastructure','dom-option-t':'forms','attr-img-border':'obsolete','concept-appcache-manifest':'offline','create-an-impotent-script':'browsers','suffering-from-a-type-mismatch':'forms','dom-undomanagerevent-data':'editing','event-appcache-error':'offline','meta-author':'semantics','current-drag-operation':'editing','the-small-element':'text-level-semantics','custom-data-attribute':'dom','session-history-entry':'history','dom-frame-src':'obsolete','htmlembedelement':'text-level-semantics','common-input-element-apis':'forms','dom-lng':'dom','dom-style':'dom','focusing-steps':'editing','potentially-playing':'video','attr-ul-compact':'obsolete','attr-tdth-axis':'obsolete','navigatorid':'browsers','dom-media-currenttime':'video','when-the-drag-and-drop-operation-starts-or-ends-in-another-application':'editing','url-state':'forms','mime-type':'infrastructure','valid-hash-name-reference':'infrastructure','attr-command-type-keyword-command':'interactive-elements','dom-fs-method':'forms','sandboxed-plugins-browsing-context-flag':'text-level-semantics','extracting-atom':'interactive-elements','command-facet-hint':'interactive-elements','script-s-global-object':'browsers','event-input-input':'forms','selector-read-write':'interactive-elements','dom-lfe-labels':'forms','dom-datatransfer-setdata':'editing','column-header':'tabular-data','loading-the-media-resource':'video','time-state':'forms','application-xhtml-xml':'iana','dom-hashchangeevent-oldurl':'history','dom-datatransfer-types':'editing','document-level-focus-apis':'editing','the-b-eleent':'text-level-semantics','vaguer-moments-in-time':'infrastructure','the-css-user-agent-style-sheet-and-presentational-hints':'the-xhtml-syntax','content-models':'dom','refsUNICODE':'references','media-data':'video','command-facet-icon':'interactive-elements','concept-form-reset-control':'forms','dom-windowmodal-dialogarguments':'browsers','dom-insertadjacenthtml':'embedded-content-0','algorithm-for-processing-row-groups':'tabular-data','refsSVG':'references','dom-select-add':'forms','attr-fe-name':'forms','event-drop':'editing','text-level-semantics':'text-level-semantics','attr-area-shape-keyword-circ':'the-canvas-element','tag-cloud':'interactive-elements','function':'browsers','serializability-of-script-execution':'introduction','already-started':'semantics','attr-input-type-search-keyword':'forms','handler-ondragenter':'browsers','jump-to-a-code-entry-point':'browsers','handler-onseeked':'browsers','dom-embed-name':'obsolete','fully-active':'browsers','structured-clone':'infrastructure','rateUpdate':video','internal-structured-cloning-algorithm':'infrastructure','current-playback-position':'video','attr-textarea-maxlength':'forms','dom-location-host':'history','comment-start-state':'syntax','display-types':'the-xhtml-syntax','handler-oncanplaythrough':'browsers','dom-object-contentdocument':'text-level-semantics','caret-position':'editing','the-undomanager-interface':'editing','attr-legend-align':'obsolete','end-tags':'syntax','the-element-pointers':'syntax','source-browsing-context':'history','mime-types':'video','dom-marquee-height':'obsolete','dom-media-duration':'video','valid-lowercase-simple-color':'infrastructure','tokenizing-character-references':'syntax','dom-popstateevent-initpopstateevent':'history','dom-input-value-filename':'forms','named-character-references':'named-character-references','the-stack-of-open-elements':'syntax','paused-for-user-interaction':'video','space-character':'infrastructure','getting-media-metadata':'video','cdata-rcdata-restrictions':'syntax','dom-table-align':'obsoete','rel-icon':'interactive-elements','dom-ol-start':'semantics','base-dnd-feedback':'editing','dom-menu-label':'interactive-elements','attribute-name-state':'syntax','dom-input-maxlength':'forms','htmltablecellelement':'tabular-data','the-samp-element':'text-level-semantics','concept-input-checked-dirty':'forms','dom-tdth-cellindex':'tabular-data','grouping-content':'semantics','authors-using-html':'iana','dom-progress-value':'forms','dom-link-disabled':'semantics','event-appcache-downloading':'offline','comment-end-state':'syntax','has-an-element-in-scope':'syntax','attr-canvas-height':'the-canvas-element','current-entry':'history','dom-htmlcollection-length':'infrastructure','link-type-tag':'interactive-elements','contenteditable-insertText':'editing','attr-object-codebase':'obsolete','dom-keygen-type':'forms','dom-location-replace':'history','htmllabelelement':'forms','attr-input-autocomplete-default-state':'forms','start-tags':'syntax','comment-end-dash-state':'syntax','content-categories':'dom','parsng-main-incolgroup':'syntax','attr-marquee-behavior-alternate':'obsolete','the-optgroup-element':'forms','submit-button-state':'forms','concept-select-option-list':'forms' }; +var fragment_links = { 'concept-appcache-pending-masters':'offline','attr-meter-high':'forms','refsRFC1554':'references','dom-cva-willvalidate':'forms','when-the-drag-and-drop-operation-starts-or-ends-in-another-document':'editing','attr-label-for':'forms','htmlcommandelement':'interactive-elements','the-history-interface':'history','refsXHR':'references','attr-fs-method-delete-keyword':'forms','concept-appcache-cache':'offline','dom-source-media':'video','htmlfieldsetelement':'forms','handler-window-onblur':'web-application-apis','dom-meter-optimum':'forms','the-root-element':'semantics','scriptTag':'syntax','command-facet-type':'interactive-elements','dom-opener':'browsers','concept-http-equivalent':'infrastructure','obtain-a-physical-form':'the-xhtml-syntax','dom-area-rel':'the-canvas-element','concept-slots':'tabular-data','dom-command-icon':'interactive-elements','valid-non-negative-integer':'infrastructure','attr-fs-enctype-urlencoded':'forms','about:blank':'infrastructure','concept-appcache-matches-allback':'offline','concept-marquee-on':'obsolete','the-end':'syntax','the-after-head-insertion-mode':'syntax','dom-tdth-axis':'obsolete','activation':'editing','header-and-data-cell-semantics':'tabular-data','create-a-script':'web-application-apis','the-br-element':'semantics','case-sensitivity-and-string-comparison':'infrastructure','definitions-2':'editing','namespaces':'infrastructure','dom-undomanager-add':'editing','command-redo':'editing','attr-meter-value':'forms','dom-style-disabled':'semantics','attr-media-src':'video','special':'syntax','concept-facet':'interactive-elements','changesToNetworkingModel':'offline','hierarchy_request_err':'infrastructure','dom-tr-sectionrowindex':'tabular-data','attr-script-async':'semantics','a-graphical-representation-of-some-of-the-surrounding-text':'text-level-semantics','math':'the-canvas-element','fire-loadedmetadata':'video','attr-br-clear':'obsolete','script-nesting-level':'syntax','attr-iframe-longdesc':'obsolete','attr-input-usemap':'obsolete','dom-tr-deletcell':'tabular-data','alternate-style-sheets':'semantics','dom-table-deletetfoot':'tabular-data','dom-table-thead':'tabular-data','attr-meta-http-equiv-content-language':'semantics','the-maxlength-attribute':'forms','concept-uda-input':'infrastructure','resetting-a-form':'forms','dom-a-text':'text-level-semantics','guidance-for-markup-generators':'text-level-semantics','dom-input-alt':'forms','the-cite-element':'text-level-semantics','attr-button-type':'forms','attr-input-type-button-keyword':'forms','dom-select-type':'forms','formatting':'syntax','handler-onformchange':'web-application-apis','attr-hr-align':'obsolete','valid-mime-type-with-no-parameters':'infrastructure','non-conforming-features':'obsolete','attr-textarea-wrap-soft':'forms','parse-error':'syntax','dom-datatransfer-files':'editing','dom-select-options':'forms','concept-fe-disabled':'forms','dom-object-border':'obsolete','dom-feature-strings':'infrastructure','quirks-mode':'dom','character-encodings-0':'syntax','root-element':'infrastructure,'dom-table-bgcolor':'obsolete','attr-link-href':'semantics','spelling-and-grammar-checking':'editing','concept-encoding-confidence':'syntax','htmltitleelement':'semantics','appcache':'offline','concept-spellcheck-default-inherit':'editing','scroll-to-the-fragment-identifier':'history','encrypted-http-and-related-security-concerns':'infrastructure','original-insertion-mode':'syntax','link-type-external':'interactive-elements','script-data-state':'syntax','character-references':'syntax','dom-frame-name':'obsolete','dom-tbody-valign':'obsolete','split-a-string-on-commas':'infrastructure','dom-selection-collapse':'editing','command-bold':'editing','command-delete':'editing','dom-applet-code':'obsolete','attr-object-align':'obsolete','u':'obsolete','dom-textarea-rows':'forms','dom-tbody-rows':'tabular-data','html-mime-type':'infrastructure','dom-video-videoheight':'video','pre-click-activation-steps':'embedded-content-0','dom-form-reset':'forms','link-type-index':'interactive-elements','dom-frame-scrolling':'obolete','dom-img-width':'text-level-semantics','fire-a-simple-event':'web-application-apis','browsing-the-web':'history','assigned-access-key':'editing','attr-fae-form':'forms','refsDOMRANGE':'references','dom-area-alt':'the-canvas-element','dom-input-files':'forms','html-fragment-serialization-algorithm':'syntax','the-after-after-body-insertion-mode':'syntax','queue-a-post-load-task':'offline','dom-media-volume':'video','custom-handlers':'web-application-apis','contenteditable-wrapSemantic':'editing','dom-timeranges-end':'video','dom-htmlcollection-item':'infrastructure','dom-iframe-src':'text-level-semantics','dom-barprop-visible':'browsers','dom-media-paused':'video','the-menu-bar-barprop-object':'browsers','attr-tr-bgcolor':'obsolete','the-img-element':'text-level-semantics','mq':'infrastructure','exceptions':'infrastructure','the-document-s-domain':'browsers','dom-accesskey':'editing','scripting':'web-application-apis','valid-browsing-context-name-or-keyword':'browsers','after-attribute-name-state':'synax','attr-meta-http-equiv-refresh':'semantics','concept-navigate-mature':'history','the-dfn-element':'text-level-semantics','text-plain-encoding-algorithm':'forms','dom-input-min':'forms','system-state-and-capabilities':'web-application-apis','comment-end-bang-state':'syntax','dom-image':'text-level-semantics','attr-hr-noshade':'obsolete','attr-form-autocomplete-off-state':'forms','rawtext-less-than-sign-state':'syntax','syntax-attributes':'syntax','rawtext-state':'syntax','command-facet-checkedstate':'interactive-elements','refsRFC3279':'references','hashchangeevent':'history','attr-p-align':'obsolete','dom-marquee-scrolldelay':'obsolete','dom-selection-removeallranges':'editing','concept-datetime-digit':'infrastructure','edits-and-paragraphs':'text-level-semantics','handler-onclick':'web-application-apis','typographic-conventions':'introduction','attr-tdth-abbr':'obsolete','syntax-comments':'syntax','split-a-string-on-spaces':'infrastructure','unknown-images':'text-level-semantics','dom-body-vlink':'obsolte','attr-pre-width':'obsolete','the-details-element':'interactive-elements','dom-htmloptionscollection-remove':'infrastructure','execCommand':'editing','plaintext-state':'syntax','dom-hx-align':'obsolete','dom-marquee-truespeed':'obsolete','dom-media-autobuffer':'video','timers':'web-application-apis','meta-description':'semantics','event-handler-attributes':'web-application-apis','valid-simple-color':'infrastructure','quota_exceeded_err':'infrastructure','the-div-element':'semantics','parsing-cache-manifests':'offline','origin':'browsers','poster-frame':'video','handler-onload':'web-application-apis','the-session-history-of-browsing-contexts':'history','refsDOMVIEWS':'references','dom-selection-collapsetostart':'editing','media-element-event-task-source':'video','element-level-focus-apis':'editing','dom-body-bgcolor':'obsolete','dom-selection-anchoroffset':'editing','htmlmenuelement':'interactive-elements','hasfeature':'infrastructure','attributes-0':'index','style-sheet-ready':'semantics','scripting-0':'nfrastructure','attr-input-alt':'forms','handler-onmouseout':'web-application-apis','concept-input-min':'forms','attr-marquee-direction-down':'obsolete','writing':'syntax','list-of-active-intervals':'web-application-apis','refsABOUT':'references','edits':'text-level-semantics','relaxing-the-same-origin-restriction':'browsers','history-0':'history','history-1':'introduction','attr-marquee-behavior-scroll':'obsolete','weeks':'infrastructure','dom-input-required':'forms','valid-date-string-in-content-with-optional-time':'infrastructure','resulting-autocompletion-state':'forms','dom-validitystate-valid':'forms','attr-textarea-cols':'forms','dom-input-multiple':'forms','blink':'obsolete','attr-fieldset-disabled':'forms','dom-media-seek':'video','htmldetailselement':'interactive-elements','event-media-progress':'video','url-hostport':'infrastructure','dom-basefont-size':'obsolete','concept-input-min-zero':'forms','handler-window-onmessage':'web-application-apis','dom-iframe-body':'text-level-semantics','url-host-pecific':'infrastructure','attr-base-href':'semantics','dom-media-muted':'video','command-insertorderedlist':'editing','command-unlink':'editing','fire-a-click-event':'web-application-apis','dom-document-defaultcharset':'dom','the-blockquote-element':'semantics','attr-object-type':'text-level-semantics','dom-media-have_enough_data':'video','attr-input-type-email-keyword':'forms','attr-textarea-readonly':'forms','refsCHARMOD':'references','the-input-element-as-a-text-entry-widget':'the-xhtml-syntax','serialize_err':'infrastructure','dom-htmlallcollection-nameditem':'infrastructure','matching-html-elements-using-selectors':'interactive-elements','attr-input-type-color-keyword':'forms','concept-form-submit':'forms','attr-ol-type':'obsolete','dom-media-load':'video','nearest-activatable-element':'embedded-content-0','htmlhrelement':'semantics','get-the-timeout':'web-application-apis','sandboxLinks':'history','toolbars':'interactive-elements','rb':'obsolete','standard-metadata-names':'semantics','handler-appcach-onerror':'offline','attr-meta-http-equiv-default-style':'semantics','generic-task-sources':'web-application-apis','htmltextareaelement':'forms','concept-input-step':'forms','default-media':'semantics','dom-li-type':'obsolete','refsIANAPERMHEADERS':'references','dom-area-search':'the-canvas-element','refsRFC3548':'references','html-elements':'infrastructure','refsWEBLINK':'references','refsRFC2388':'references','refsPPUTF8':'references','set-the-document-s-address':'history','object-plugin':'text-level-semantics','valid-e-mail-address-list':'forms','r1':'tabular-data','limited-quirks-mode':'dom','has-a-border':'the-xhtml-syntax','xpath-1.0-processors':'embedded-content-0','parse-a-time-component':'infrastructure','refsRFC3490':'references','sequential-focus-navigation':'editing','suffering-from-being-too-long':'forms','dom-name':'browsers','handler-marquee-onfinish':'obsolete','attr-fs-method-delete':'forms','command-forwarddelete':'editing','concept-spellcheck-default-true':'editing','refsRFC1557':'referenes','rank':'semantics','network-states':'video','the-input-element':'forms','valid-global-date-and-time-string':'infrastructure','the-initial-insertion-mode':'syntax','limited-to-only-non-negative-numbers-greater-than-zero':'infrastructure','navigator':'web-application-apis','dom-document-bgcolor':'obsolete','link-type-help':'interactive-elements','dom-area-hash':'the-canvas-element','set-of-comma-separated-tokens':'infrastructure','parsing-main-afterframeset':'syntax','security-2':'browsers','dom-img-height':'text-level-semantics','link-type-author':'interactive-elements','handler-ondurationchange':'web-application-apis','attr-media-controls':'video','htmlmetaelement':'semantics','dom-undomanager-item':'editing','attr-script-charset':'semantics','htmlcollection-0':'infrastructure','dom-meta-scheme':'obsolete','dom-location-hash':'history','dom-media-have_nothing':'video','dom-img-vspace':'obsolete','attr-fe-autofocus':'forms','dom-document-plugins':'dom','textarea-effective-height':'the-xhtml-syntax','htmlfragment-parsing-algorithm':'syntax','handler-window-onpageshow':'web-application-apis','dom-marquee-scrollamount':'obsolete','concept-table-advance':'tabular-data','in-a-document':'infrastructure','best-representation-of-the-global-date-and-time-string':'infrastructure','table-example-1':'tabular-data','parse-a-manifest':'offline','dynamic-markup-insertion':'embedded-content-0','dynamic-nested-browsing-context-properties':'browsers','classes':'dom','the-multiple-attribute':'forms','dom-mediaerror-code':'video','the-list-of-active-formatting-elements':'syntax','form-element-pointer':'syntax','dom-textarea-maxlength':'forms','error-codes':'video','dom-input-valueasdate':'forms','navigate':'history','syntax-ambiguous-ampersand':'syntax','dom-iframe-srcdoc':'text-level-semantics','submit-delete-action':'forms','top-level-browsing-context':'browsers','simple-color':'infrastructure','attr-button-value':'forms','parse-a-url':'infrastructure','navigatorabilities':'web-application-apis','dom-tdth-width':'obsolete',attr-table-cellspacing':'obsolete','link-type-nofollow':'interactive-elements','event-drag':'editing','dom-tbody-choff':'obsolete','handler-onfocus':'web-application-apis','read-image':'history','refsRFC1345':'references','inuse_attribute_err':'infrastructure','attr-object-declare':'obsolete','refsWIN31J':'references','handler-appcache-oncached':'offline','dom-tdth-valign':'obsolete','links-forms-and-navigation':'the-xhtml-syntax','guidance-for-conformance-checkers':'text-level-semantics','the-title-element':'dom','pragma-set-default-language':'semantics','dom-ol-reversed':'semantics','fetching-resources':'infrastructure','attr-dim-height':'the-canvas-element','dom-undomanager-position':'editing','radio-button-state':'forms','algorithm-for-assigning-header-cells':'tabular-data','acknowledgements':'acknowledgements','dom-table-tbodies':'tabular-data','htmlmapelement':'the-canvas-element','concept-time-timezone':'text-level-semantics','dom-document-getselection':'editing','dom':'dom','consumed':'syntax','the-ark-element':'text-level-semantics','dom-undomanager':'editing','same-origin':'browsers','dom-optgroup-label':'forms','about:srcdoc':'infrastructure','concept-fs-target':'forms','dom-undomanager-clearredo':'editing','not_found_err':'infrastructure','dom-htmloptionscollection-length':'infrastructure','concept-datetime-local':'infrastructure','pseudo-classes':'interactive-elements','colors':'infrastructure','outerhtml':'embedded-content-0','handler-onplaying':'web-application-apis','refsPROGRESS':'references','dom-fieldset-elements':'forms','htmloptionscollection':'infrastructure','radionodelist':'infrastructure','url-path':'infrastructure','domtokenlist':'infrastructure','dom-marquee-behavior':'obsolete','dom-img-usemap':'text-level-semantics','htmlframesetelement':'obsolete','dom-validitystate-typemismatch':'forms','preferred-mime-name':'infrastructure','parse-a-date-or-time-string':'infrastructure','htmlstyleelement':'semantics','attr-th-scope-colgroup':'tabular-data','script-s-base-url':'web-application-ais','attr-fs-enctype':'forms','attr-textarea-wrap-hard':'forms','dom-title-text':'semantics','mathml-namespace':'infrastructure','dom-selection-addrange':'editing','parsing-main-inselectintable':'syntax','xml-fragment-parsing-algorithm':'the-xhtml-syntax','handler-onkeydown':'web-application-apis','event-media-canplay':'video','dom-option-form':'forms','selector-invalid':'interactive-elements','refsFILEAPI':'references','attr-iframe-srcdoc':'text-level-semantics','implementation-notes':'editing','the-col-element':'tabular-data','the-placeholder-attribute':'forms','refsDOMCORE':'references','kinds-of-content':'dom','the-td-element':'tabular-data','accessing-other-browsing-contexts':'browsers','the-input-element-as-a-button':'the-xhtml-syntax','creator-browsing-context':'browsers','no_data_allowed_err':'infrastructure','selector-enabled':'interactive-elements','dom-hr-width':'obsolete','dom-windowtimers-cleartimeout':'web-application-apis','event-media-waiting':'video','xml-fragment-serialization-algorithm':'he-xhtml-syntax','creating-scripts':'web-application-apis','marquee-scroll-interval':'obsolete','attr-tdth-headers':'tabular-data','attr-textarea-wrap-soft-state':'forms','active-document':'browsers','article-example':'semantics','using-the-input-element-to-define-a-command':'interactive-elements','hidden-state':'forms','dom-htmloptionscollection-nameditem':'infrastructure','attr-li-value':'semantics','attr-command-type-keyword-checkbox':'interactive-elements','alignment':'the-xhtml-syntax','events':'web-application-apis','handler-onkeypress':'web-application-apis','refsORIGIN':'references','attr-button-type-button':'forms','concept-option-value':'forms','attr-head-profile':'obsolete','handler-appcache-onnoupdate':'offline','dom-keygen-keytype':'forms','dom-basefont-color':'obsolete','handler-onloadeddata':'web-application-apis','the-button-element-0':'the-xhtml-syntax','attr-tdth-charoff':'obsolete','form-associated-element':'forms','dom-spellcheck':'editing','dom-frame-frameborder':'obsolete','table-modelerror':'tabular-data','overview-of-the-parsing-model':'syntax','parse-a-week-string':'infrastructure','dom-option-defaultselected':'forms','dom-appcache-update':'offline','media-elements':'video','attr-tr-align':'obsolete','tag-open-state':'syntax','dom-a-media':'text-level-semantics','urls':'infrastructure','the-select-element-0':'the-xhtml-syntax','mediaerror':'video','concept-section':'semantics','cdata-section-state':'syntax','using-the-a-element-to-define-a-command':'interactive-elements','dom-tbody-insertrow':'tabular-data','attr-meter-optimum':'forms','refsRFC3023':'references','concept-appcache-explicit':'offline','current-table':'syntax','dom-option-tv':'forms','attr-input-value':'forms','radio-button-group':'forms','attr-input-min':'forms','e-mail-state':'forms','dom-style-scoped':'semantics','htmlheadelement':'semantics','refsRFC2237':'references','attr-input-type-url-keyword':'forms','dom-undomanager-clearundo':'editing','unicode-serialization-of-an-origin':'browsers','dom-option-value':'forms',list-of-the-descendant-browsing-contexts':'browsers','handler-window-onredo':'web-application-apis','dom-map-areas':'the-canvas-element','about:legacy-compat':'infrastructure','category-label':'forms','handler-onpause':'web-application-apis','dom-history':'history','character-encoding-declaration':'semantics','concept-uda-setter':'infrastructure','attr-keygen-challenge':'forms','non-scripted':'infrastructure','concept-input-step-default':'forms','date-state':'forms','dom-htmloptionscollection-add':'infrastructure','attr-div-align':'obsolete','category-reset':'forms','dom-dir-compact':'obsolete','row-group-header':'tabular-data','dom-frame-marginheight':'obsolete','dom-hr-noshade':'obsolete','traverse-the-history':'history','concept-textarea-mutable':'forms','sbu-not-copy':'web-application-apis','attr-input-type-text-keyword':'forms','the-source-element':'video','attr-th-scope-col':'tabular-data','browsing-context-name':'browsers','n':'tabular-data','attr-area-shape-circle':'the-canvas-element','element-defiitions':'dom','dom-area-port':'the-canvas-element','syntax-tag-omission':'syntax','selector-in-range':'interactive-elements','attr-fs-method-get':'forms','bogus-comment-state':'syntax','list-of-active-timeouts':'web-application-apis','attr-hyperlink-media':'interactive-elements','concept-appcache-manifest-explicit':'offline','link-type-prev':'interactive-elements','dom-area-host':'the-canvas-element','attr-form-accept-charset':'forms','dynamic-changes-to-base-urls':'infrastructure','attr-fs-formmethod':'forms','xml-mime-type':'infrastructure','the-dragevent-and-datatransfer-interfaces':'editing','absolute-url':'infrastructure','htmlbrelement':'semantics','attr-img-hspace':'obsolete','common-parser-idioms':'infrastructure','concept-fv-valid':'forms','submit-mailto-headers':'forms','handler-onended':'web-application-apis','interactive-media':'the-xhtml-syntax','using-the-option-element-to-define-a-command':'interactive-elements','dom-iframe-marginheight':'obsolete','a-link-or-button-containing-nothing-but-theimage':'text-level-semantics','dialog-arguments-origin':'web-application-apis','script-data-escaped-state':'syntax','attr-fe-maxlength':'forms','documents':'dom','rules-for-parsing-integers':'infrastructure','the-status-bar-barprop-object':'browsers','htmlkeygenelement':'forms','dom-object-code':'obsolete','the-body-element':'dom','heading-content':'dom','handler-onprogress':'web-application-apis','syntax-start-tag':'syntax','attr-html-manifest':'semantics','htmliframeelement':'text-level-semantics','dom-a-charset':'obsolete','the-output-element':'forms','attr-input-type-image-keyword':'forms','statically-validate-the-constraints':'forms','white_space':'infrastructure','using-the-accesskey-attribute-to-define-a-command-on-other-elements':'interactive-elements','handler-onchange':'web-application-apis','dom-script-async':'semantics','dom-table-frame':'obsolete','event-dragover':'editing','attr-tr-charoff':'obsolete','attr-input-type-time-keyword':'forms','attr-ol-compact':'obsolete','htmltimeelement':'text-lvel-semantics','garbage-collection':'infrastructure','the-address-element':'semantics','dom-radionodelist-value':'infrastructure','dom-uda-hash':'infrastructure','create-an-element-for-the-token':'syntax','attr-iframe-sandbox-allow-forms':'text-level-semantics','validation_err':'infrastructure','the-title-attribute-0':'the-xhtml-syntax','dom-form-dispatchformchange':'forms','collections':'infrastructure','week-state':'forms','unordered-set-of-unique-space-separated-tokens':'infrastructure','scriptingLanguages':'semantics','foster-parent':'syntax','canceled-activation-steps':'embedded-content-0','concept-script':'web-application-apis','dom-area-media':'the-canvas-element','dom-textarea-input-setselectionrange':'editing','read-plugin':'history','valid-date-string-with-optional-time':'infrastructure','event-media-loadeddata':'video','background':'introduction','htmlobjectelement':'text-level-semantics','script-data-escaped-end-tag-open-state':'syntax','scrolling-elements-into-view':'editing','case-sensitive':'nfrastructure','dom-validitystate-toolong':'forms','running-a-script':'semantics','network_err':'infrastructure','the-marquee-element-0':'the-xhtml-syntax','refsRFC4281':'references','requirements-for-implementations':'obsolete','security':'dom','dom-table-createcaption':'tabular-data','domstringmap-0':'infrastructure','dom-beforeunloadevent-returnvalue':'history','concept-appcache-foreign':'offline','paragraphs':'embedded-content-0','dom-iframe-name':'text-level-semantics','head-element-pointer':'syntax','category-submit':'forms','attr-embed-type':'text-level-semantics','manually-releasing-the-storage-mutex':'web-application-apis','insert-an-html-element':'syntax','best-representation-of-the-number-as-a-floating-point-number':'infrastructure','dom-contenteditable':'editing','comments':'syntax','dom-contextmenu':'interactive-elements','fire-loadeddata':'video','attr-command-type-state-checkbox':'interactive-elements','refsATAG':'references','list-of-active-formatting-elements':'syntax','nested-browsing-contxt':'browsers','attr-area-shape-keyword-rectangle':'the-canvas-element','dom-select-selectedindex':'forms','phrasing-content':'dom','dom-document-head':'dom','the-input-element-as-a-range-control':'the-xhtml-syntax','dnd':'editing','attr-marquee-behavior':'obsolete','attr-meter-min':'forms','tag-clouds':'interactive-elements','attr-col-width':'obsolete','event-media-seeking':'video','dom-command-label':'interactive-elements','dom-windowtimers-clearinterval':'web-application-apis','attr-command-disabled':'interactive-elements','strike':'obsolete','handler-ondblclick':'web-application-apis','event-dragenter':'editing','months':'infrastructure','dom-document-lastmodified':'dom','dom-option-disabled':'forms','dom-source-src':'video','attr-script-type':'semantics','common-idioms-without-dedicated-elements':'interactive-elements','refsMIMESNIFF':'references','interactions-with-xpath-and-xslt':'embedded-content-0','htmltableelement':'tabular-data','dom-iframe-align':'obsolete','encoding-sniffing-algorithm':'syntax,'attr-tdth-char':'obsolete','shows-caching-progress':'offline','dom-fs-formmethod':'forms','browsing-context-names':'browsers','dom-tr-cells':'tabular-data','reflecting-content-attributes-in-idl-attributes':'infrastructure','parsing':'syntax','rendering':'the-xhtml-syntax','refsATOM':'references','handler-onwaiting':'web-application-apis','attr-param-type':'obsolete','handler-onseeking':'web-application-apis','dom-menu-compact':'obsolete','dom-script-htmlfor':'obsolete','dom-input-checked':'forms','read-html':'history','attr-button-type-submit':'forms','reset-the-form-owner':'forms','remove-an-element-from-a-document':'infrastructure','the-readonly-attribute':'forms','dom-history-length':'history','htmlscriptelement':'semantics','negative-tabindex':'editing','unquoted':'syntax','isindex-0':'obsolete','refsRFC1468':'references','attr-area-nohref':'obsolete','suffering-from-an-underflow':'forms','index_size_err':'infrastructure','serializing-html-fragments':'syntax','attr-fs-formenctype':'forms','attr-fs-acton':'forms','concept-video-intrinsic-height':'video','dom-document-querycommandenabled':'editing','cdata-sections':'syntax','dom-col-ch':'obsolete','event-media-play':'video','strip-line-breaks':'infrastructure','command-facet-hiddenstate':'interactive-elements','markup-declaration-open-state':'syntax','dom-fs-novalidate':'forms','end-tag-open-state':'syntax','handling-first-frame-available':'video','refsJSURL':'references','rawtext-end-tag-name-state':'syntax','broadcast-formchange-events':'forms','concept-input-value-dirty':'forms','introduction-2':'web-application-apis','dom-marquee-direction':'obsolete','concept-bc-noscript':'web-application-apis','frameset':'obsolete','concept-spellcheck-default-false':'editing','adjust-mathml-attributes':'syntax','method-context':'web-application-apis','concept-input-value-number-string':'forms','tree-construction':'syntax','command-insertunorderedlist':'editing','application-x-www-form-urlencoded-encoding-algorithm':'forms','parsing-xhtml-fragments':'the-xhtml-syntax,'the-directionality':'dom','attr-select-size':'forms','dom-document-getelementsbyname':'dom','the-bdo-element':'text-level-semantics','dom-mediaerror-media_err_aborted':'video','dom-input-usemap':'obsolete','current-document-readiness':'dom','event-handler-event-type':'web-application-apis','the-input-element-as-domain-specific-widgets':'the-xhtml-syntax','the-location-interface':'history','script-data-double-escaped-dash-state':'syntax','attr-q-cite':'text-level-semantics','dom-link-media':'semantics','willful-violation':'introduction','script-created-parser':'embedded-content-0','meta-generator':'semantics','handler-onstalled':'web-application-apis','attr-spellcheck':'editing','local-date-and-time-state':'forms','entry-script':'browsers','syntax-tags':'syntax','dom-mediaerror-media_err_decode':'video','dom-applet-hspace':'obsolete','attr-a-charset':'obsolete','handler-appcache-onupdateready':'offline','dom-document-forms':'dom','dom-br-clear':'obsolete','attr-link-charset':'obsolete','concept-datetime':'nfrastructure','html-namespace':'infrastructure','event-dispatch':'forms','a-group-of-images-that-form-a-single-larger-picture-with-links':'text-level-semantics','dom-scrollintoview':'editing','navigating-nested-browsing-contexts-in-the-dom':'browsers','dom-progress-position':'forms','dom-time-pubdate':'text-level-semantics','dom-cva-validationmessage':'forms','attr-meta-content':'semantics','command-italic':'editing','handler-window-onafterprint':'web-application-apis','dom-applet-height':'obsolete','hardwareLimitations':'infrastructure','converting-html-to-other-formats':'interactive-elements','attr-caption-align':'obsolete','attr-textarea-placeholder':'forms','concept-appcache-onlinewhitelist':'offline','dom-tdth-abbr':'obsolete','event-input-change':'forms','sequential-link-types':'interactive-elements','refsRFC1034':'references','attr-time-pubdate':'text-level-semantics','submit-data-put':'forms','dom-dim-width':'the-canvas-element','local-dates-and-times':'infrastructure','editors':'infrastructure','dm-table-insertrow':'tabular-data','xml-parser':'the-xhtml-syntax','concept-n-noscript':'web-application-apis','dom-selection-deletefromdocument':'editing','htmlselectelement':'forms','valid-media-query':'infrastructure','reset-the-insertion-mode-appropriately':'syntax','event-handlers-on-elements-document-objects-and-window-objects':'web-application-apis','doctype-public-identifier-double-quoted-state':'syntax','float-nan':'infrastructure','dom-table-createtbody':'tabular-data','normalized-timeranges-object':'video','the-textarea-element-0':'the-xhtml-syntax','nestedParsing':'syntax','dom-tr-align':'obsolete','concept-http-equivalent-get':'infrastructure','script-data-escape-start-state':'syntax','xml-namespace':'infrastructure','command-undo':'editing','event-undo':'editing','dom-dataset':'dom','dir':'obsolete','timeranges':'video','conformance-checkers':'infrastructure','attr-hyperlink-href':'interactive-elements','input-type-attr-summary':'forms','list-of-code-entry-points':'web-application-apis','removea-token-from-a-string':'infrastructure','number-state':'forms','event-media-playing':'video','dom-document-hasfocus':'editing','dom-button-value':'forms','a-form-control-s-value':'forms','secondary-browsing-contexts':'browsers','clear-the-stack-back-to-a-table-context':'syntax','concept-column-group':'tabular-data','attr-iframe-sandbox-allow-same-origin':'text-level-semantics','dom-media-have_current_data':'video','text-html-sandboxed':'iana','global-dates-and-times':'infrastructure','home-subtree':'infrastructure','the-pre-element':'semantics','concept-submit-button':'forms','command-unselect':'editing','dom-fs-enctype':'forms','refsSHIFTJIS':'references','xml':'infrastructure','explicit-eof-character':'syntax','dom-window-nameditem':'browsers','durationChange':'video','concept-button':'forms','refsWEBADDRESSES':'references','attr-param-value':'text-level-semantics','parse-a-time-zone-offset-component':'infrastructure','refsECMA262':'references','command-selectall':'editing','the-rt-element':'text-level-seantics','resource-metadata-management':'dom','link-type-license':'interactive-elements','autoplaying-flag':'video','the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name':'browsers','ltr-specific':'the-xhtml-syntax','attr-command-type-keyword-radio':'interactive-elements','handler-oninvalid':'web-application-apis','margins-and-padding':'the-xhtml-syntax','attr-dfn-title':'text-level-semantics','syntax-tag-name':'syntax','html-parser':'syntax','changing-the-encoding-while-parsing':'syntax','set-of-space-separated-tokens':'infrastructure','browser-interface-elements':'browsers','iana':'iana','the-id-attribute':'dom','style-default-media':'semantics','dom-tbody-align':'obsolete','dom-input-type':'forms','an-entry-with-persisted-user-state':'history','dom-li-value':'semantics','htmlparagraphelement':'semantics','dom-uda-hostname':'infrastructure','dom-tdth-ch':'obsolete','htmldirectoryelement':'obsolete','concept-time-time':'text-level-semantics','charset512':'semantics','refsRFC2483':'referenes','refsRFC4329':'references','security_err':'infrastructure','dom-fieldset-type':'forms','the-form-submission-target-browsing-context':'forms','image-maps-0':'the-xhtml-syntax','attr-mod-datetime':'text-level-semantics','the-noscript-element':'semantics','attr-input-type-range-keyword':'forms','dom-prompt':'web-application-apis','live':'infrastructure','parse-a-time-string':'infrastructure','scope':'introduction','after-doctype-system-keyword-state':'syntax','scriptTagParserResumes':'syntax','dom-table-cellpadding':'obsolete','dom-print':'web-application-apis','obtain-the-storage-mutex':'web-application-apis','dom-applet-object':'obsolete','closing-elements-that-have-implied-end-tags':'syntax','attr-input-readonly':'forms','attr-area-shape-keyword-circle':'the-canvas-element','character-reference-in-attribute-value-state':'syntax','report-the-error':'web-application-apis','parsing-main-incaption':'syntax','before-doctype-name-state':'syntax','attr-tabindex':'editing','dom-area-target':'the-canvas-element''dom-a-rel':'text-level-semantics','dom-object-type':'text-level-semantics','printing':'web-application-apis','attr-link-media':'semantics','attributes-common-to-form-controls':'forms','handler-onselect':'web-application-apis','htmlformcontrolscollection-0':'infrastructure','handler-ontimeupdate':'web-application-apis','xml-compatible':'infrastructure','dom-window-locationbar':'browsers','htmlbuttonelement':'forms','attr-fs-novalidate':'forms','media-playback':'video','attr-input-type-reset-keyword':'forms','attr-optgroup-label':'forms','pending-state-object':'history','dom-img-alt':'text-level-semantics','support-the-scripting-language':'semantics','dom-command-checked':'interactive-elements','the-param-element':'text-level-semantics','charset':'semantics','ping':'interactive-elements','auxiliary-browsing-context':'browsers','table-model':'tabular-data','xhtml':'the-xhtml-syntax','attr-marquee-direction-left':'obsolete','history-traversal':'history','the-option-element':'forms','internal-algorithm-for-scaning-and-assigning-header-cells':'tabular-data','sandboxScriptBlocked':'web-application-apis','creator-document':'browsers','garbage-collection-and-browsing-contexts':'browsers','attr-script-src':'semantics','htmlareaelement':'the-canvas-element','dom-marquee-stop':'obsolete','attr-hr-color':'obsolete','dom-document-linkcolor':'obsolete','parser-appcache':'syntax','url-query':'infrastructure','attr-hyperlink-type':'interactive-elements','form-submission-algorithm':'forms','appcacheevents':'offline','scripts-that-modify-the-page-as-it-is-being-parsed':'syntax','sandboxPluginObject':'text-level-semantics','outline':'semantics','attr-select-multiple':'forms','get-the-timed-task':'web-application-apis','htmlmarqueeelement':'obsolete','attr-iframe-sandbox':'text-level-semantics','dom-location-pathname':'history','the-span-element':'text-level-semantics','comment-start-dash-state':'syntax','definitions':'forms','dom-click':'editing','void-elements':'syntax','dom-quote-cite':'semantics','effective-script-origin':'bowsers','dom-basefont-face':'obsolete','dom-tdth-rowspan':'tabular-data','the-keygen-element':'forms','parse-a-local-date-and-time-string':'infrastructure','refsRFC2313':'references','a-quick-introduction-to-html':'introduction','rcdata-state':'syntax','acknowledge-self-closing-flag':'syntax','htmlquoteelement':'semantics','attr-input-autocomplete':'forms','command-facet-id':'interactive-elements','user-prompts':'web-application-apis','dom-video-poster':'video','dom-a-rellist':'text-level-semantics','forms':'forms','closing-the-input-stream':'embedded-content-0','window':'browsers','listing':'obsolete','attr-th-scope':'tabular-data','dom-object-codetype':'obsolete','refsRFC1842':'references','attr-object-data':'text-level-semantics','dom-hashchangeevent-newurl':'history','conversations':'interactive-elements','sandboxed-scripts-browsing-context-flag':'text-level-semantics','container-frame-element':'the-xhtml-syntax','print-media':'the-xhtml-syntax','attr-tdth-height':'obsolete','attr-body-alink':'obsolete''attr-table-align':'obsolete','refsWCAG':'references','concept-http-equivalent-codes':'infrastructure','category-listed':'forms','refsEUCKR':'references','attr-hyperlink-usemap':'the-canvas-element','signedpublickeyandchallenge':'forms','dom-font-color':'obsolete','embedded-content-2':'the-xhtml-syntax','embedded-content-1':'text-level-semantics','embedded-content-0':'embedded-content-0','task-source':'web-application-apis','dom-ol-compact':'obsolete','other-metadata-names':'semantics','the-required-attribute':'forms','selector-read-only':'interactive-elements','authors-using-xhtml':'iana','ready-to-be-parser-executed':'semantics','handler-window-onbeforeunload':'web-application-apis','clear-the-list-of-active-formatting-elements-up-to-the-last-marker':'syntax','dom-window-personalbar':'browsers','manifests':'offline','attr-marquee-direction-right':'obsolete','attr-command-radiogroup':'interactive-elements','canvas':'the-canvas-element','command-formatblock':'editing','a-browsing-context-is-discarded':'browers','dom-applet-vspace':'obsolete','attr-dl-compact':'obsolete','dom-navigator-appversion':'web-application-apis','htmlhtmlelement':'semantics','handler-onvolumechange':'web-application-apis','htmlunknownelement':'dom','contenteditable-breakBlock':'editing','concept-appcache-fallback-ns':'offline','target-element':'history','sectioning-root':'semantics','the-size-attribute':'forms','create-a-script-from-a-node':'web-application-apis','dependencies':'infrastructure','event-online':'offline','unloading-document-cleanup-steps':'history','htmllinkelement':'semantics','heading-content-0':'dom','concept-error-nothandled':'web-application-apis','language':'dom','text-html':'iana','dom-progress-max':'forms','mutation-during-parsing':'syntax','valid-list-of-integers':'infrastructure','concept-form-reset':'forms','attr-hr-width':'obsolete','the-style-attribute':'dom','image-maps':'the-canvas-element','dom-meter-max':'forms','cache-host':'offline','dom-table-border':'obsolete','the-document-s-current-address':'dom','om-document-writeln':'embedded-content-0','handler-marquee-onbounce':'obsolete','update-the-session-history-with-the-new-page':'history','dom-fae-form':'forms','dom-script-defer':'semantics','dom-document-cookie':'dom','building-menus-and-toolbars':'interactive-elements','before-attribute-name-state':'syntax','scroll-to-fragid':'history','elements-0':'syntax','elements-1':'index','concept-option-index':'forms','script-execution-environment':'web-application-apis','limited-to-only-non-negative-numbers':'infrastructure','dom-img-longdesc':'obsolete','dom-tdth-height':'obsolete','dom-a-href':'text-level-semantics','dom-window-statusbar':'browsers','dom-select-length':'forms','doctype-legacy-string':'syntax','event-handler-idl-attributes':'web-application-apis','limited-to-only-known-values':'infrastructure','the-q-element':'text-level-semantics','event-media-emptied':'video','dom-option-tvds':'forms','dom-command-ro-disabled':'interactive-elements','syntax-charref':'syntax','concept-media-load-algorithm':'vide','attr-command-type':'interactive-elements','frame-border-color':'the-xhtml-syntax','dom-document-close':'embedded-content-0','parsing-main-inforeign':'syntax','attr-input-type-radio-keyword':'forms','the-figure-element':'text-level-semantics','semantics':'semantics','dom-object-declare':'obsolete','attr-tbody-valign':'obsolete','dom-tdth-bgcolor':'obsolete','refsUTF7':'references','dom-tokenlist-item':'infrastructure','document.title':'dom','the-scrollbar-barprop-object':'browsers','dom-input-pattern':'forms','syntax-cdata':'syntax','dom-object-hspace':'obsolete','handler-onemptied':'web-application-apis','dom-input-value-default-on':'forms','htmltablecaptionelement':'tabular-data','common-input-element-attributes':'forms','synchronous-section':'web-application-apis','dom-option-index':'forms','dates-and-times':'infrastructure','refsRFC5280':'references','using-the-accesskey-attribute-on-a-label-element-to-define-a-command':'interactive-elements','optional-tags':'syntax','attr-link-sizes':'interactive-eleents','refsGRAPHICS':'references','the-document-s-address':'dom','introduction-5':'the-xhtml-syntax','dom-table-deleterow':'tabular-data','list-of-scripts-that-will-execute-as-soon-as-possible':'semantics','handler-appcache-onobsolete':'offline','dom-document-domain':'browsers','dom-form-name':'forms','editing':'editing','isindex':'syntax','dom-img-name':'obsolete','attr-th-scope-row':'tabular-data','dom-textarea-input-select':'editing','concept-video-intrinsic-width':'video','the-input-element-as-a-file-upload-control':'the-xhtml-syntax','type_mismatch_err':'infrastructure','refsOPENSEARCH':'references','attr-form-autocomplete':'forms','converted-to-ascii-uppercase':'infrastructure','dom-area-coords':'the-canvas-element','dom-tokenlist-add':'infrastructure','the-script-block-s-character-encoding':'semantics','punctuation-and-decorations':'the-xhtml-syntax','dom-param-value':'text-level-semantics','preprocessing-the-input-stream':'syntax','script-data-escaped-dash-state':'syntax','dom-hashchangeevent-inithahchangeevent':'history','attr-fe-disabled':'forms','dom-area-hostname':'the-canvas-element','general-guidelines':'text-level-semantics','dom-media-ended':'video','dom-fs-formtarget':'forms','the-article-element':'semantics','algorithm-for-ending-a-row-group':'tabular-data','bgsound':'obsolete','apis-in-html-documents':'embedded-content-0','concept-option-selectedness':'forms','atom':'interactive-elements','attr-input-checked':'forms','misinterpreted-for-compatibility':'syntax','spacer':'obsolete','has-an-element-in-the-specific-scope':'syntax','the-aside-element':'semantics','dom-command-type':'interactive-elements','dom-fs-target':'forms','dom-domsettabletokenlist-value':'infrastructure','dom-mediaerror-media_err_src_not_supported':'video','attr-contenteditable':'editing','htmlheadingelement':'semantics','htmldocument':'dom','dom-area-hreflang':'the-canvas-element','syntax_err':'infrastructure','dom-appcache-status':'offline','link-type-last':'interactive-elements','refsWHATWGWIKI':'references','custom-valdity-error-message':'forms','dom-length':'browsers','the-min-and-max-attributes':'forms','next-input-character':'syntax','the-progress-element-0':'the-xhtml-syntax','attr-area-shape-default':'the-canvas-element','xmp':'obsolete','dom-classname':'dom','media-element-attributes':'video','attr-output-for':'forms','htmllegendelement':'forms','parsing-main-intr':'syntax','algorithm-for-processing-rows':'tabular-data','dom-tdth-colspan':'tabular-data','refsRFC3987':'references','htmlspanelement':'text-level-semantics','dom-table-createtfoot':'tabular-data','concept-spellcheck-default':'editing','doctype-system-identifier-double-quoted-state':'syntax','sce-not-copy':'web-application-apis','parsing-main-intd':'syntax','attr-iframe-sandbox-allow-scripts':'text-level-semantics','the-header-element':'semantics','dom-meta-content':'semantics','concept-input-min-default':'forms','dom-object-data':'text-level-semantics','dom-validitystate-rangeunderflow':'forms','command-insertlinebreak':'editing','replaced-elements':'th-xhtml-syntax','svg-namespace':'infrastructure','attr-map-name':'the-canvas-element','misnested-tags:-b-i-b-i':'syntax','concept-time':'infrastructure','dom-mod-datetime':'text-level-semantics','document.writeln':'embedded-content-0','command-subscript':'editing','attr-source-src':'video','the-var-element':'text-level-semantics','toolbars-0':'the-xhtml-syntax','dom-datalist-options':'forms','attr-script-language':'obsolete','dom-label-htmlfor':'forms','the-undomanagerevent-interface-and-the-undo-and-redo-events':'editing','row-header':'tabular-data','rules-for-parsing-non-negative-integers':'infrastructure','dom-iframe-longdesc':'obsolete','rules-for-parsing-a-list-of-dimensions':'infrastructure','the-summary-element':'interactive-elements','refsGREGORIAN':'references','ended-playback':'video','attr-option-selected':'forms','infrastructure':'infrastructure','foster-parent-element':'syntax','form-submission':'forms','parsing-main-afterbody':'syntax','attr-hyperlink-target':'interactive-elements','svg-0':'thecanvas-element','scripting-1':'semantics','dom-selection-getrangeat':'editing','selector-valid':'interactive-elements','handler-window-onundo':'web-application-apis','dom-appcache-updateready':'offline','security-0':'forms','parse-a-global-date-and-time-string':'infrastructure','dom-applet-width':'obsolete','delaying-the-load-event-flag':'video','dom-area-href':'the-canvas-element','refsUAAG':'references','replacement-enabled':'history','joint-session-history':'history','concept-appcache-selection':'offline','dates':'infrastructure','dom-marquee-loop':'obsolete','s':'obsolete','attr-menu-compact':'obsolete','insert-an-element-into-a-document':'infrastructure','authoring':'the-canvas-element','dom-output-type':'forms','url-scheme':'infrastructure','parse_err':'infrastructure','dom-embed-type':'text-level-semantics','boolean-attribute':'infrastructure','content-type-sniffing:-image':'infrastructure','dom-ul-compact':'obsolete','dom-command-ro-icon':'interactive-elements','attr-iframe-name':'text-level-semantis','dom-iframe-contentwindow':'text-level-semantics','annotations-for-assistive-technology-products-aria':'embedded-content-0','tabular-data':'tabular-data','real-numbers':'infrastructure','dom-changes':'editing','rcdata-less-than-sign-state':'syntax','dom-fe-autofocus':'forms','making-entire-documents-editable':'editing','documentSelection':'editing','dom-confirm':'web-application-apis','htmlbaseelement':'semantics','dom-input-accept':'forms','dom-caption-align':'obsolete','attr-media-loop':'video','handler-onforminput':'web-application-apis','dom-alert':'web-application-apis','dom-fe-name':'forms','the-area-element':'the-canvas-element','doctype-state':'syntax','dom-navigator-canplaytype':'video','link-type-bookmark':'interactive-elements','concept-input-required':'forms','attr-keygen-keytype':'forms','prefix-match':'infrastructure','refsTIS620':'references','image-button-state':'forms','source-node':'editing','time-ranges':'video','handler-window-onerror':'web-application-apis','attr-area-shape-keyword-dfault':'the-canvas-element','dom-document-nameditem':'dom','common-dom-interfaces':'infrastructure','concept-media-load-resource':'video','serializing-xhtml-fragments':'the-xhtml-syntax','dom-canvas-width':'the-canvas-element','dom-map-name':'the-canvas-element','concept-input-value-string-number':'forms','insertion-point':'syntax','dom-document-open':'embedded-content-0','the-application-cache-selection-algorithm':'offline','htmlbodyelement':'semantics','concept-input-value-string-date':'forms','boolean-attributes':'infrastructure','refsARIAIMPL':'references','domstring_size_err':'infrastructure','refsCORS':'references','dom-undomanager-length':'editing','resetBCName':'history','the-dt-element':'semantics','dom-validitystate-customerror':'forms','table-descriptions':'tabular-data','dom-iframe-marginwidth':'obsolete','dom-table-createthead':'tabular-data','dom-selection-tostring':'editing','the-map-element':'the-canvas-element','dom-canvas-getcontext':'the-canvas-element','the-progress-element':'forms','refBOCU1':'references','the-window-object':'browsers','editing-apis':'editing','attributes':'syntax','refsISO885911':'references','dom-validitystate-rangeoverflow':'forms','dom-link-hreflang':'semantics','dom-select-value':'forms','data-mining':'infrastructure','dom-fs-formenctype':'forms','the-object-element':'text-level-semantics','dom-table-deletethead':'tabular-data','dom-form-autocomplete':'forms','run-post-click-activation-steps':'embedded-content-0','dom-document-readystate':'dom','opener-browsing-context':'browsers','the-rp-element':'text-level-semantics','handler-window-onhashchange':'web-application-apis','refsRFC2045':'references','dom-th-scope':'tabular-data','refsBIDI':'references','attr-command-checked':'interactive-elements','refsSRGB':'references','concept-input-immutable':'forms','the-li-element':'semantics','dom-a-coords':'obsolete','design-notes':'introduction','attr-iframe-frameborder':'obsolete','a-sample-manifest':'offline','attr-hyperlink-hreflang':'interactive-elements','current-target-lement':'editing','parsing-main-inselect':'syntax','attr-link-title':'semantics','the-marquee-element':'obsolete','dom-a-shape':'obsolete','compliance-with-other-specifications':'introduction','past-names-map':'forms','handler-marquee-onstart':'obsolete','attr-button-type-submit-state':'forms','the-thead-element':'tabular-data','event-hashchange':'history','dom-location-href':'history','dom-area-ping':'the-canvas-element','publickeyandchallenge':'forms','create-a-document-object':'history','represents':'the-xhtml-syntax','the-p-element':'semantics','dom-window-blur':'editing','refsRFC3986':'references','the-del-element':'text-level-semantics','the-location-bar-barprop-object':'browsers','event-media-loadstart':'video','following-hyperlinks':'interactive-elements','noembed':'obsolete','htmltablecolelement':'tabular-data','dom-form-submit':'forms','wbr':'obsolete','groupings-of-browsing-contexts':'browsers','browsing-context':'browsers','dom-top':'browsers','concept-output-defaultvalue':'forms','dom-form-lengh':'forms','event-loop':'web-application-apis','dom-document-nameditem-filter':'dom','attr-table-width':'obsolete','audience':'introduction','networking-task-source':'web-application-apis','dom-a-pathname':'text-level-semantics','dom-history-pushstate':'history','color-state':'forms','dom-applet-alt':'obsolete','the-dl-element':'semantics','attributes-common-to-td-and-th-elements':'tabular-data','rel-sidebar-hyperlink':'interactive-elements','interfaces-for-url-manipulation':'infrastructure','x-that':'introduction','dom-hr-align':'obsolete','lists-of-integers':'infrastructure','dom-select-multiple':'forms','refsGBK':'references','attr-base-target':'semantics','return-value':'web-application-apis','images':'the-xhtml-syntax','dom-media-played':'video','attributes-common-to-ins-and-del-elements':'text-level-semantics','selector-out-of-range':'interactive-elements','dom-location':'history','dom-input-indeterminate':'forms','marquee-loop-count':'obsolete','attr-table-summary':'tabular-data','dom-textarea-cols':forms','date-and-time-state':'forms','focusable':'editing','override-url':'history','refsUTF8DET':'references','concept-appcache-manifest-network':'offline','domtokenlist-0':'infrastructure','dom-htmlcollection-nameditem':'infrastructure','ordered-set-of-unique-space-separated-tokens':'infrastructure','attr-fs-method-post':'forms','references':'references','dom-media-network_empty':'video','dom-document-all':'obsolete','attr-object-code':'obsolete','concept-appcache-obsolete':'offline','the-meter-element-0':'the-xhtml-syntax','the-script-settings-determined-from-the-node':'web-application-apis','dom-dragevent-initdragevent':'editing','concept-row':'tabular-data','dom-history-replacestate':'history','doctype-public-identifier-single-quoted-state':'syntax','non-interactive':'infrastructure','title-on-style':'semantics','concept-fe-value':'forms','browsing-context-nested-through':'browsers','dom-trees':'infrastructure','stack-of-open-elements':'syntax','timer-task-source':'web-application-apis','refsRFC2119':'eferences','content-type':'infrastructure','the-command':'interactive-elements','attr-body-text':'obsolete','dom-input-stepup':'forms','the-keygen-element-0':'the-xhtml-syntax','dom-img-naturalwidth':'text-level-semantics','dom-table-caption':'tabular-data','using-the-button-element-to-define-a-command':'interactive-elements','refsWEBIDL':'references','invalid_access_err':'infrastructure','attr-optgroup-disabled':'forms','event-media-suspend':'video','attr-command-type-state-command':'interactive-elements','event-media-stalled':'video','htmltablesectionelement':'tabular-data','handler-ondrag':'web-application-apis','the-title-attribute':'dom','attr-source-type':'video','clear-the-stack-back-to-a-table-body-context':'syntax','styling':'semantics','attr-input-autocomplete-on-state':'forms','concept-bc-script':'web-application-apis','web-application-apis':'web-application-apis','inline-documentation-for-external-scripts':'semantics','handler-oninput':'web-application-apis','the-code-element':'text-level-semantcs','concept-select-pick':'forms','toolbar-state':'interactive-elements','increment-the-marquee-current-loop-index':'obsolete','htmlimageelement':'text-level-semantics','dom-video-videowidth':'video','the-personal-bar-barprop-object':'browsers','command-inserttext':'editing','refused-to-allow-the-document-to-be-unloaded':'history','rcdata-end-tag-open-state':'syntax','attr-img-align':'obsolete','attr-fs-formnovalidate':'forms','syntax-text':'syntax','using-the-rules-for':'syntax','the-legend-element':'forms','attr-command-title':'interactive-elements','domstringmap':'infrastructure','mathml':'the-canvas-element','dom-validitystate-patternmismatch':'forms','dom-base-href':'semantics','dom-showmodaldialog':'web-application-apis','current-input-character':'syntax','dom-appcache-swapcache':'offline','svg':'the-canvas-element','external-resource-link':'semantics','popstateevent':'history','attr-iframe-scrolling':'obsolete','link-type-noreferrer':'interactive-elements','forming-a-table':'tabular-data','checkbox-sate':'forms','dom-col-width':'obsolete','the-fieldset-element-0':'the-xhtml-syntax','attr-fs-method-put':'forms','rules-for-parsing-simple-color-values':'infrastructure','presentational-hints':'the-xhtml-syntax','dom-meter-value':'forms','the-time-element':'text-level-semantics','script-data-double-escape-end-state':'syntax','dom-form-nameditem':'forms','script-data-escaped-less-than-sign-state':'syntax','dom-blur':'editing','client-identification':'web-application-apis','concept-id':'dom','dom-object-usemap':'text-level-semantics','obsolete-but-conforming-features':'obsolete','link-type-alternate':'interactive-elements','refsXMLBASE':'references','dialog-arguments':'web-application-apis','concept-command':'interactive-elements','doctype-system-identifier-single-quoted-state':'syntax','an-image-not-intended-for-the-user':'text-level-semantics','fire-waiting-when-waiting':'video','attr-a-rev':'obsolete','refsHTMLDIFF':'references','dom-table-rows':'tabular-data','attr-fs-method-post-keyword':'forms','commandfacet-action':'interactive-elements','dom-draggable':'editing','script-data-double-escape-start-state':'syntax','dom-outerhtml':'embedded-content-0','htmlolistelement':'semantics','redo:-moving-forward-in-the-undo-transaction-history':'editing','anonymous-command':'interactive-elements','bogus-doctype-state':'syntax','dom-window-nameditem-filter':'browsers','fallback-content':'embedded-content-0','dom-datatransfer-effectallowed':'editing','selector-default':'interactive-elements','keywords-and-enumerated-attributes':'infrastructure','link-type-sidebar':'interactive-elements','barred-from-constraint-validation':'forms','the-em-element':'text-level-semantics','attr-form-autocomplete-on-state':'forms','browsing-context-container':'browsers','definitions-0':'web-application-apis','definitions-1':'web-application-apis','concept-appcache-newer':'offline','browsers':'browsers','killing-scripts':'web-application-apis','non-fatal-media-error':'video','dom-canvas-todataurl':'the-canvas-element','alt':'text-level-sematics','dom-document-location':'history','directly-reachable-browsing-contexts':'browsers','the-input-stream':'syntax','dom-tbody-ch':'obsolete','dom-mod-cite':'text-level-semantics','tt':'obsolete','dom-validitystate-valuemissing':'forms','invalid_state_err':'infrastructure','seamlessLinks':'history','tree-order':'infrastructure','concept-input-type-file-selected':'forms','foreign-elements':'syntax','initial-code-entry-point':'web-application-apis','the-ruby-element':'text-level-semantics','dom-document-embeds':'dom','command-inserthtml':'editing','application-cache-api':'offline','handler-onsuspend':'web-application-apis','dom-form-elements':'forms','focus':'editing','command-insertparagraph':'editing','dom-navigator-yieldforstorageupdates':'web-application-apis','the-applet-element':'obsolete','use-div-for-wrappers':'semantics','sandboxed-navigation-browsing-context-flag':'text-level-semantics','dom-table-rules':'obsolete','dom-fieldset-disabled':'forms','handler-window-onoffline':'web-application-apis','om-area-type':'the-canvas-element','dom-input-readonly':'forms','dom-cva-validity':'forms','dom-timeranges-length':'video','processing-model':'the-canvas-element','navigate-non-Document':'history','concept-fs-method':'forms','the-link-is-an-alternative-stylesheet':'interactive-elements','ascii-compatible-character-encoding':'infrastructure','dom-tr-valign':'obsolete','security-3':'history','form-submission-0':'forms','security-1':'browsers','safe-passing-of-structured-data':'infrastructure','dom-script-event':'obsolete','plugins':'infrastructure','dom-audio':'video','dom-location-resolveurl':'history','refsMQ':'references','dom-textarea-wrap':'forms','selector-active':'interactive-elements','htmloptionscollection-0':'infrastructure','terminology-0':'infrastructure','parsing-main-intbody':'syntax','insertion-mode':'syntax','dom-datatransfer-getdata':'editing','attr-input-placeholder':'forms','dom-based-xslt-1.0-processors':'embedded-content-0','concept-param-parameter':'text-level-semantics','flow-content-0''dom','script-data-double-escaped-dash-dash-state':'syntax','dom-tokenlist-remove':'infrastructure','dom-window-item':'browsers','dom-validitystate-stepmismatch':'forms','sandboxPluginEmbed':'text-level-semantics','no_modification_allowed_err':'infrastructure','attr-meter-low':'forms','attr-script-defer':'semantics','dom-window-scrollbars':'browsers','nobr':'obsolete','handler-appcache-ondownloading':'offline','dom-textarea-defaultvalue':'forms','windowtimers':'web-application-apis','comment-state':'syntax','states-of-the-type-attribute':'forms','url_mismatch_err':'infrastructure','dom-style-type':'semantics','url-encoded-form-data':'forms','attr-col-charoff':'obsolete','attr-tbody-align':'obsolete','attr-tdth-valign':'obsolete','convert-a-list-of-dimensions-to-a-list-of-pixel-values':'the-xhtml-syntax','concept-option-disabled':'forms','inter-element-whitespace':'dom','dom-selection-iscollapsed':'editing','no-quirks-mode':'dom','dom-document-characterset':'dom','link-type-first':'interactive-elements','sufering-from-a-custom-error':'forms','attr-a-urn':'obsolete','dom-option-tvd':'forms','event-media-timeupdate':'video','dom-location-port':'history','the-h1-h2-h3-h4-h5-and-h6-elements':'semantics','the-insertion-mode':'syntax','attr-ul-type':'obsolete','namespace_err':'infrastructure','introduction-4':'the-xhtml-syntax','introduction-6':'the-xhtml-syntax','introduction-1':'offline','introduction-0':'forms','introduction-3':'editing','the-button-element':'forms','implied-strong-reference':'infrastructure','dom-output-value':'forms','dom-a-search':'text-level-semantics','suffering-from-a-step-mismatch':'forms','dom-button-type':'forms','the-ol-element':'semantics','meta-charset-during-parse':'syntax','event-appcache-cached':'offline','constructing-form-data-set':'forms','pending-application-cache-download-process-tasks':'offline','appcache-history-2':'history','attr-tdth-colspan':'tabular-data','refsABNF':'references','attr-col-span':'tabular-data','dom-textarea-input-selectionstart':'editing','parsing-main-indata':'syntax','r2':'tabular-data','dom-input-autocomplete':'forms','dom-media-defaultplaybackrate':'video','the-i-element':'text-level-semantics','phrasing':'syntax','the-embed-element':'text-level-semantics','file-upload-state':'forms','paragraph':'embedded-content-0','dom-innerhtml':'embedded-content-0','attr-textarea-rows-value':'forms','refsCSSUI':'references','history':'history','dom-html-version':'obsolete','dom-keygen-challenge':'forms','handler-appcache-onprogress':'offline','history-autocomplete':'history','ascii-case-insensitive':'infrastructure','dom-script-src':'semantics','numbers':'infrastructure','default-view':'browsers','traverse-the-history-by-a-delta':'history','rules-for-parsing-a-legacy-color-value':'infrastructure','writing-cache-manifests':'offline','sandboxPluginNavigate':'history','undomanager':'editing','frameset-ok-flag':'syntax','attr-tdth-rowspan':'tabular-data','script-s-url-character-encoding':'web-application-apis','width-of-the-select-s-labels':'the-xhtml-syntax','menus':'iteractive-elements','creating-documents':'dom','attr-tdth-bgcolor':'obsolete','dom-img-ismap':'text-level-semantics','misnested-tags:-b-p-b-p':'syntax','refsNPAPI':'references','dom-domhtmlimplementation-createhtmldocument':'dom','after-doctype-system-identifier-state':'syntax','concept-task':'web-application-apis','dom-area-protocol':'the-canvas-element','stop-parsing':'syntax','enabling-and-disabling-form-controls':'forms','reflect':'infrastructure','dom-linkstyle-disabled':'semantics','sandboxed-seamless-iframes-flag':'text-level-semantics','dom-document-anchors':'obsolete','attr-marquee-truespeed-false':'obsolete','adoptionAgency':'syntax','dom-document-applets':'obsolete','dom-history-go':'history','column-group-header':'tabular-data','color-spaces-and-color-correction':'the-canvas-element','dom-accesskeylabel':'editing','htmlaudioelement':'video','dom-option-selected':'forms','dom-popstateevent-state':'history','refsXPATH10':'references','candidate-for-constraint-validation':'forms','dom-parent':'browers','selector-checked':'interactive-elements','attr-style-type':'semantics','the-lang-and-xml:lang-attributes':'dom','dom-marquee-hspace':'obsolete','dom-media-networkstate':'video','htmlmodelement':'text-level-semantics','dom-manipulation-task-source':'web-application-apis','meta-application-name':'semantics','dom-body-text':'obsolete','dom-media-have_future_data':'video','dom-mediaerror-media_err_network':'video','after-doctype-public-identifier-state':'syntax','beforeunloadevent':'history','edits-and-lists':'text-level-semantics','attr-input-type-date-keyword':'forms','dom-hr-size':'obsolete','windowproxy':'browsers','dom-head-profile':'obsolete','valid-date-or-time-string-in-content':'infrastructure','associatedSection':'semantics','refsCESU8':'references','parsing-main-intable':'syntax','interactive-content-0':'embedded-content-0','the-nav-element':'semantics','after-doctype-public-keyword-state':'syntax','seeking':'video','concept-appcache-status':'offline','event-media-pause':'video','selector-optioal':'interactive-elements','rules-for-parsing-a-hash-name-reference':'infrastructure','concept-input-step-scale':'forms','conformance-requirements':'infrastructure','dom-media-autoplay':'video','dom-form-acceptcharset':'forms','dom-link-rel':'semantics','the-footer-element':'semantics','dom-select-size':'forms','concept-option-label':'forms','auxiliary-browsing-contexts':'browsers','implicit-submission':'forms','attr-textarea-required':'forms','dom-link-rev':'obsolete','generate-implied-end-tags':'syntax','handler-onkeyup':'web-application-apis','the-tbody-element':'tabular-data','attr-tbody-char':'obsolete','writing-xhtml-documents':'the-xhtml-syntax','attr-area-shape-keyword-poly':'the-canvas-element','attr-option-value':'forms','event-loops':'web-application-apis','valid-url':'infrastructure','dom-area-rellist':'the-canvas-element','attr-input-type-password-keyword':'forms','editing-hosts':'the-xhtml-syntax','attr-param-name':'text-level-semantics','the-select-element':'forms','dom-input-value':'forms','roadcast-forminput-events':'forms','attr-embed-align':'obsolete','dom-selection-rangecount':'editing','tokenization':'syntax','attr-blockquote-cite':'semantics','dom-window-close':'browsers','attr-input-required':'forms','handler-onratechange':'web-application-apis','invalid_modification_err':'infrastructure','task-queue':'web-application-apis','offline':'offline','dom-document-body':'dom','dom-self':'browsers','concept-get-attributes-when-sniffing':'syntax','dom-media-buffered':'video','rules-for-parsing-dimension-values':'infrastructure','attr-img-src':'text-level-semantics','attr-lang':'dom','dom-iframe-frameborder':'obsolete','dom-fs-action':'forms','matches-the-environment':'infrastructure','attr-option-label':'forms','dom-windowtimers-setinterval':'web-application-apis','other-parsing-state-flags':'syntax','refsHTTP':'references','selection-0':'editing','completely-loaded':'syntax','expiring-application-caches':'offline','dom-focus':'editing','preceded-or-followed':'dom','the-after-after-frameset-insetion-mode':'syntax','dom-tr-ch':'obsolete','multipart-form-data-encoding-algorithm':'forms','security-risks-in-the-drag-and-drop-model':'editing','month-state':'forms','handler-onmouseover':'web-application-apis','attr-object-classid':'obsolete','allowed-to-navigate':'browsers','dom-hidden':'editing','insert-a-foreign-element':'syntax','the-script-block-s-source':'semantics','using-the-accesskey-attribute-on-a-legend-element-to-define-a-command':'interactive-elements','script-data-double-escaped-less-than-sign-state':'syntax','dom-colgroup-span':'tabular-data','script-data-escaped-dash-dash-state':'syntax','has-an-element-in-list-item-scope':'syntax','limiting-user-input-length':'forms','scoping':'syntax','attr-a-name':'obsolete','parse-state':'syntax','events-and-the-window-object':'web-application-apis','script':'semantics','introduction':'introduction','menus-intro':'interactive-elements','concept-input-value-default-range':'forms','button-state':'forms','list-state':'interactive-elements','dom-base-targt':'semantics','attr-object-border':'obsolete','hyperlink-link':'semantics','dom-uda-search':'infrastructure','secondary-insertion-mode':'syntax','dragevent':'editing','pragma-directives':'semantics','list-of-scripts-that-will-execute-when-the-document-has-finished-parsing':'semantics','refsBECSS':'references','dom-applet-align':'obsolete','obsolete':'obsolete','sandboxWindowOpen':'browsers','attr-meta-name':'semantics','transparent-content-models':'embedded-content-0','simple-dialogs':'web-application-apis','unload-a-document':'history','dom-tokenlist-tostring':'infrastructure','attr-li-type':'obsolete','text-content':'dom','hierarchical-link-types':'interactive-elements','attr-input-step':'forms','dom-area-pathname':'the-canvas-element','dom-img-border':'obsolete','handler-window-onpopstate':'web-application-apis','concept-cell':'tabular-data','url-host':'infrastructure','handler-window-onbeforeprint':'web-application-apis','the-a-element':'text-level-semantics','refsUNIVCHARDET':'references','phrasing-cotent-0':'dom','run-synthetic-click-activation-steps':'embedded-content-0','command-api':'interactive-elements','htmlallcollection':'infrastructure','executing-a-script-block':'semantics','interactive':'infrastructure','attr-tr-char':'obsolete','dom-window-focus':'editing','dom-table-width':'obsolete','the-colgroup-element':'tabular-data','the-tr-element':'tabular-data','warnings-for-obsolete-but-conforming-features':'obsolete','skip-whitespace':'infrastructure','html-namespace-0':'infrastructure','cache-failure-steps':'offline','adjust-svg-attributes':'syntax','dom-uda-protocol':'infrastructure','range-state':'forms','attr-area-shape-keyword-rect':'the-canvas-element','attributes-for-embedded-content-and-images':'the-xhtml-syntax','session-history':'history','dom-select-item':'forms','dom-document-referrer':'dom','dom-datatransfer-dropeffect':'editing','dom-media-controls':'video','syntax-doctype':'syntax','dom-frameset-rows':'obsolete','attr-table-border':'obsolete','the-input-element-as-a-check-box-and-raio-button-widgets':'the-xhtml-syntax','handler-appcache-onchecking':'offline','comment-end-space-state':'syntax','xlink-namespace':'infrastructure','attr-input-type-week-keyword':'forms','maximum-allowed-value-length':'forms','htmlpreelement':'semantics','dom-link-charset':'obsolete','dom-undomanagerevent-initundomanagerevent':'editing','the-draggable-attribute':'editing','attr-fs-method':'forms','insert-a-character':'syntax','discard-a-document':'browsers','before-doctype-public-identifier-state':'syntax','event-definition':'history','a-purely-decorative-image-that-doesn-t-add-any-information':'text-level-semantics','windows':'browsers','dom-tdth-choff':'obsolete','resetting-rules-for-inherited-properties':'the-xhtml-syntax','command-facet-label':'interactive-elements','dom-navigator-useragent':'web-application-apis','attr-area-shape':'the-canvas-element','dom-iframe-scrolling':'obsolete','attr-style-title':'semantics','dom-tokenlist-length':'infrastructure','refsIANACHARSET':'references','attributes-for-frm-submission':'forms','determining-the-character-encoding':'syntax','dom-command-ro-checked':'interactive-elements','maps-to-the-pixel-length-property':'the-xhtml-syntax','content-type-sniffing':'infrastructure','drag-and-drop-initialization-steps':'editing','attr-fs-method-put-keyword':'forms','concept-input-max':'forms','generic-raw-text-element-parsing-algorithm':'syntax','html-vs-xhtml':'introduction','refsRFC2046':'references','dom-ol-type':'obsolete','handler-onscroll':'web-application-apis','the-xhtml-syntax':'the-xhtml-syntax','dom-font-face':'obsolete','font':'obsolete','attr-option-disabled':'forms','concept-n-script':'web-application-apis','dom-frames':'browsers','entry-update':'history','appropriate-form-encoding-algorithm':'forms','attr-a-shape':'obsolete','dom-document-dir':'dom','dom-meter-low':'forms','attr-body-background':'obsolete','text-ping':'iana','dom-object-standby':'obsolete','interactive-elements':'interactive-elements','the-abbr-element':'text-level-semantics','dom-frame-noresize:'obsolete','attr-style-scoped':'semantics','ping-to':'iana','domsettabletokenlist-0':'infrastructure','attribute-value-unquoted-state':'syntax','temporary-buffer':'syntax','the-autocomplete-attribute':'forms','algorithm-for-extracting-an-encoding-from-a-content-type':'infrastructure','parse-a-month-component':'infrastructure','attr-input-type-tel-keyword':'forms','parsing-main-intabletext':'syntax','dom-select-nameditem':'forms','restrictions-for-contents-of-script-elements':'semantics','association-of-controls-and-forms':'forms','generic-rcdata-element-parsing-algorithm':'syntax','structure-of-this-specification':'introduction','the-label-element':'forms','dndevents':'editing','active-parser':'dom','handler-window-onfocus':'web-application-apis','the-meter-element':'forms','furthest-ancestor-browsing-context':'browsers','dom-input-max':'forms','concept-fe-checked':'forms','designMode':'editing','refsHATOM':'references','dom-applet-codebase':'obsolete','concept-time-date':'text-level-semantics','attr-paramvaluetype':'obsolete','attr-fs-enctype-formdata':'forms','storage-mutex':'web-application-apis','parse-a-date-component':'infrastructure','marquee-scroll-distance':'obsolete','concept-input-checked-dirty-flag':'forms','lists-of-dimensions':'infrastructure','user-interface':'video','about-blank-origin':'browsers','attr-hyperlink-rel':'interactive-elements','text-node':'infrastructure','command-insertimage':'editing','attr-ol-start':'semantics','locked-for-focus':'editing','formatblock-candidate':'editing','dom-document-url':'dom','state-object':'history','concept-table':'tabular-data','attr-input-type-submit-keyword':'forms','dom-input-placeholder':'forms','htmloutputelement':'forms','dom-body-alink':'obsolete','dom-dim-height':'the-canvas-element','embedded-content':'embedded-content-0','script-data-less-than-sign-state':'syntax','appropriate-end-tag-token':'syntax','collections-0':'infrastructure','dom-embed-src':'text-level-semantics','event-media-ended':'video','dom-media-error':'video','dom-input-value-efault':'forms','element-restrictions':'syntax','dom-body-link':'obsolete','attr-menu-label':'interactive-elements','htmltablerowelement':'tabular-data','hyperlink':'interactive-elements','dom-navigator':'web-application-apis','attr-body-vlink':'obsolete','handler-ondragleave':'web-application-apis','event-redo':'editing','context':'the-canvas-element','value-sanitization-algorithm':'forms','document.write':'embedded-content-0','htmlsourceelement':'video','dom-link-sizes':'semantics','concept-form-association':'forms','domsettabletokenlist':'infrastructure','raw-text-elements':'syntax','handler-ondragover':'web-application-apis','collect-a-sequence-of-characters':'infrastructure','handler-onblur':'web-application-apis','dom-id':'dom','character-reference-in-rcdata-state':'syntax','browsing-context-scope-origin':'browsers','the-accesskey-attribute':'editing','event-dragstart':'editing','tag-name-state':'syntax','insertadjacenthtml':'embedded-content-0','dom-input-value-value':'forms','attr-th-scope-rowgroup''tabular-data','dom-image-wh':'text-level-semantics','dom-media-play':'video','ascii-serialization-of-an-origin':'browsers','xmlns-namespace':'infrastructure','data-state':'syntax','dom-appcache-downloading':'offline','fatal-decode-error':'video','navigate-fragid-step':'history','refsSELECTORS':'references','downloading-or-updating-an-application-cache':'offline','htmlprogresselement':'forms','concept-appcache-completeness':'offline','handler-ondragend':'web-application-apis','dom-uda-port':'infrastructure','dom-form-item':'forms','dom-fs-formnovalidate':'forms','refsPINGBACK':'references','dom-script-charset':'semantics','attr-input-type-datetime-keyword':'forms','attr-embed-name':'obsolete','dom-object-archive':'obsolete','attr-textarea-wrap-hard-state':'forms','textarea-effective-width':'the-xhtml-syntax','user-editing-actions':'editing','concept-http-equiv-extensions':'semantics','dom-input-list':'forms','the-table-element':'tabular-data','event-popstate':'history','marquee-current-loop-index':'obsolete,'event-appcache-progress':'offline','dom-tree-accessors':'dom','dimRendering':'the-xhtml-syntax','dom-textarea-input-selectionend':'editing','attr-table-frame':'obsolete','attr-input-type-datetime-local-keyword':'forms','dom-selection-focusnode':'editing','dom-a-hostname':'text-level-semantics','multicol':'obsolete','stopped-due-to-errors':'video','dom-windowmodal-returnvalue':'web-application-apis','converting-a-character-width-to-pixels':'the-xhtml-syntax','dom-meta-name':'semantics','concept-fs-enctype':'forms','attr-tdth-align':'obsolete','dom-option-label':'forms','ancestor-browsing-context':'browsers','dom-frame-longdesc':'obsolete','dom-a-ping':'text-level-semantics','url-decomposition-idl-attributes':'infrastructure','dom-ul-type':'obsolete','attr-fs-formtarget':'forms','parsing-main-inbody':'syntax','htmlframeelement':'obsolete','concept-http-equivalent-headers':'infrastructure','concept-appcache-fallback':'offline','dom-textarea-value':'forms','domhtmlimplementation':'dom','a-short-phrase-or-labe-with-an-alternative-graphical-representation:-icons-logos':'text-level-semantics','event-media-ratechange':'video','dom-link-href':'semantics','attr-object-name':'text-level-semantics','attr-area-coords':'the-canvas-element','embedding-custom-non-visible-data':'dom','wrong_document_err':'infrastructure','dom-location-protocol':'history','attr-mod-cite':'text-level-semantics','compatibility-caseless':'infrastructure','security-and-privacy-considerations':'video','newlines':'syntax','validitystate':'forms','attr-a-coords':'obsolete','dom-location-assign':'history','attr-input-maxlength':'forms','the-ul-element':'semantics','metadata-content-0':'dom','location':'history','dom-time-datetime':'text-level-semantics','the-ins-element':'text-level-semantics','event-media-abort':'video','attr-hr-size':'obsolete','concept-rel-extensions':'interactive-elements','dom-navigator-platform':'web-application-apis','run-final-activation-steps':'embedded-content-0','attr-form-name':'forms','event-offline':'offline','big':'obolete','spin-the-event-loop':'web-application-apis','concept-embed-active':'text-level-semantics','attr-command-icon':'interactive-elements','handler-onloadedmetadata':'web-application-apis','dom-appcache-idle':'offline','script-data-double-escaped-state':'syntax','run-pre-click-activation-steps':'embedded-content-0','image-map':'the-canvas-element','dom-param-name':'text-level-semantics','concept-appcache-upgrade':'offline','the-caption-element':'tabular-data','parser-inserted':'semantics','undo-object':'editing','facets':'interactive-elements','ignore':'infrastructure','valid-local-date-and-time-string':'infrastructure','dom-media-network_idle':'video','dom-a-protocol':'text-level-semantics','terminology':'infrastructure','event-definitions':'history','converted-to-ascii-lowercase':'infrastructure','the-title-element-0':'semantics','dom-media-starttime':'video','dom-table-tfoot':'tabular-data','attr-source-media':'video','has-an-element-in-table-scope':'syntax','valid-floating-point-number':'infrastructur','dom-cva-checkvalidatity':'forms','dom-option-text':'forms','refsECMA357':'references','examples':'tabular-data','naming-form-controls':'forms','dom-fs-formaction':'forms','refsWIN874':'references','bindings':'the-xhtml-syntax','refsCSSATTR':'references','attr-input-type-keywords':'forms','dom-input-valueasnumber':'forms','dom-legend-form':'forms','opening-the-input-stream':'embedded-content-0','noframes':'obsolete','refsCSSCOLOR':'references','selector-disabled':'interactive-elements','maps-to-the-dimension-property':'the-xhtml-syntax','dom-document-write':'embedded-content-0','attr-textarea-rows':'forms','the-list-attribute':'forms','dom-sharedworkerglobalscope-applicationcache':'offline','dom-details-open':'interactive-elements','escapingString':'syntax','dom-media-have_metadata':'video','interactive-content':'embedded-content-0','dom-location-search':'history','dom-col-align':'obsolete','dom-table-deletecaption':'tabular-data','dom-tr-rowindex':'tabular-data','event-dragleave':'editing','attr-iframe-sc':'text-level-semantics','attr-object-standby':'obsolete','refsRFC5322':'references','queue-a-task':'web-application-apis','valid-browsing-context-name':'browsers','command-facet-accesskey':'interactive-elements','attr-input-type-number-keyword':'forms','self-closing-start-tag-state':'syntax','security-and-privacy':'web-application-apis','dom-embed-align':'obsolete','attr-fs-method-get-keyword':'forms','parsing-main-inhead':'syntax','location-of-the-media-resource':'video','refsRFC2646':'references','attr-link-sizes-any':'interactive-elements','refsRFC2318':'references','parser-pause-flag':'syntax','telephone-state':'forms','a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations':'text-level-semantics','unfocusing-steps':'editing','dom-select-selectedoptions':'forms','frames':'obsolete','alphanumeric-ascii-characters':'infrastructure','suffering-from-a-pattern-mismatch':'forms','dom-document-querycommandvalue':'editing','quirks-mode-doctypes':'syntax',dom-pre-width':'obsolete','concept-link-type-sniffing':'semantics','concept-input-mutable':'forms','dom-option':'forms','dom-col-span':'tabular-data','text-field-selection':'editing','sections':'semantics','dom-navigator-registerprotocolhandler':'web-application-apis','document-metadata':'semantics','refsCOMPUTABLE':'references','reconstruct-the-active-formatting-elements':'syntax','common-event-behaviors':'forms','htmlulistelement':'semantics','attr-input-align':'obsolete','the-iframe-element':'text-level-semantics','the-before-head-insertion-mode':'syntax','datatransfer':'editing','dom-table-summary':'tabular-data','refsMAILTO':'references','run-canceled-activation-steps':'embedded-content-0','dom-marquee-width':'obsolete','constraint-validation':'forms','htmlparamelement':'text-level-semantics','attr-link-rev':'obsolete','the-th-element':'tabular-data','current-entry-of-the-joint-session-history':'history','attr-iframe-marginheight':'obsolete','script-data-escaped-end-tag-name-state':'syntax','reset-buttn-state':'forms','syntax-elements':'syntax','character-encodings':'infrastructure','attr-img-ismap':'text-level-semantics','text-that-has-been-rendered-to-a-graphic-for-typographical-effect':'text-level-semantics','fragment-case':'syntax','refsCSSOM':'references','dom-document-fgcolor':'obsolete','intro-early-example':'introduction','attribute-value-single-quoted-state':'syntax','dom-timeranges-start':'video','linkui':'semantics','prompt-to-unload-a-document':'history','dom-object-contentwindow':'text-level-semantics','concept-output-mode':'forms','attr-col-char':'obsolete','valid-e-mail-address':'forms','attr-th-scope-auto':'tabular-data','refsCOOKIES':'references','undo:-moving-back-in-the-undo-transaction-history':'editing','attr-input-list':'forms','dom-getselection':'editing','attr-colgroup-span':'tabular-data','attr-object-archive':'obsolete','being-rendered':'the-xhtml-syntax','event-appcache-noupdate':'offline','elements':'dom','mediaevents':'video','dom-frameset-cols':'obsolete','editable':'editing,'plain-text-form-data':'forms','application-cache-group':'offline','attr-marquee-truespeed':'obsolete','sandboxSubmitBlocked':'forms','text-state-and-search-state':'forms','non-negative-integers':'infrastructure','relevant-application-cache':'offline','valid-month-string':'infrastructure','syntax-attribute-name':'syntax','htmloptgroupelement':'forms','documents-in-the-dom':'dom','htmlvideoelement':'video','attr-button-type-reset':'forms','the-pattern-attribute':'forms','source-default-media':'video','attr-input-max':'forms','align-descendants':'the-xhtml-syntax','an-introduction-to-error-handling-and-strange-cases-in-the-parser':'syntax','extensibility':'infrastructure','content-type-sniffing:-text-or-binary':'infrastructure','script-s-browsing-context':'web-application-apis','undo-transaction-history':'editing','a-style-sheet-blocking-scripts':'semantics','event-media-volumechange':'video','change-the-encoding':'syntax','submit-body':'forms','headings-and-sections':'semantics','dom-table-cellspacing':'obslete','handler-ondragstart':'web-application-apis','parse-a-month-string':'infrastructure','handler-onmousewheel':'web-application-apis','dom-map-images':'the-canvas-element','dom-meta-httpequiv':'semantics','handler-onabort':'web-application-apis','concept-week':'infrastructure','dom-media-readystate':'video','dom-fe-disabled':'forms','resources':'infrastructure','syntax-newlines':'syntax','media-resource':'video','syntax-references':'infrastructure','attr-iframe-seamless':'text-level-semantics','event-media-error':'video','valid-week-string':'infrastructure','the-dd-element':'semantics','dom-selection-selectallchildren':'editing','attr-data':'dom','before-attribute-value-state':'syntax','concept-fetch-loaded':'infrastructure','printing-steps':'web-application-apis','multipart-form-data':'forms','dom-link-rellist':'semantics','contenteditable':'editing','event-appcache-updateready':'offline','htmltableheadercellelement':'tabular-data','concept-column':'tabular-data','other-elements-attributes-and-apis':'obolete','rawtext-end-tag-open-state':'syntax','dom-textarea-required':'forms','dom-htmlformcontrolscollection-nameditem':'infrastructure','unloading-documents':'history','dom-a-rev':'obsolete','application-cache':'offline','dimension-attributes':'the-canvas-element','handler-onmouseup':'web-application-apis','attr-embed-src':'text-level-semantics','video':'video','foster-parenting':'syntax','attr-img-name':'obsolete','dom-script-text':'semantics','affected-by-a-base-url-change':'infrastructure','index':'index','attr-media-autobuffer':'video','the-hgroup-element':'semantics','handler-window-onload':'web-application-apis','code-point-length':'infrastructure','events-0':'index','attr-ol-reversed':'semantics','valid-mime-type':'infrastructure','acronym':'obsolete','attr-meter-max':'forms','valid-time-string':'infrastructure','attr-contextmenu':'interactive-elements','attr-textarea-cols-value':'forms','rcdata-end-tag-name-state':'syntax','dom-input-step':'forms','context-menu-state':'interactive-elements','the-stong-element':'text-level-semantics','input-img-available':'forms','attr-fs-target':'forms','dom-uda-host':'infrastructure','script-data-escape-start-dash-state':'syntax','event-media-durationchange':'video','the-head-element':'dom','a-key-part-of-the-content':'text-level-semantics','refsSCSU':'references','htmldivelement':'semantics','atom-namespace':'interactive-elements','media-element':'video','the-constraint-validation-api':'forms','script-data-end-tag-name-state':'syntax','dom-marquee-start':'obsolete','link-type-pingback':'interactive-elements','refsRFC1922':'references','the-hr-element':'semantics','dom-input-align':'obsolete','link-type-next':'interactive-elements','dom-tr-insertcell':'tabular-data','validity-states':'forms','the-script-block-s-type':'semantics','child-browsing-context':'browsers','dom-history-back':'history','dom-media-src':'video','default-button':'forms','attr-fs-formaction':'forms','handler-onmousemove':'web-application-apis','dom-textarea-type':'forms','frame':'obsolete','navigting-auxiliary-browsing-contexts-in-the-dom':'browsers','syntax-attribute-value':'syntax','unit-of-related-similar-origin-browsing-contexts':'browsers','htmlmeterelement':'forms','dom-media-currentsrc':'video','dom-marquee-bgcolor':'obsolete','dom-tdth-align':'obsolete','content-type-sniffing-0':'infrastructure','dom-link-type':'semantics','doctype-name-state':'syntax','an-iframe-srcdoc-document':'text-level-semantics','refsWIN949':'references','refsCSS':'references','the-step-attribute':'forms','concept-meta-extensions':'semantics','concept-embed-type':'text-level-semantics','hyperlink-suffix':'text-level-semantics','creating-and-inserting-elements':'syntax','read-text':'history','delay-the-load-event':'syntax','dom-area-shape':'the-canvas-element','htmlappletelement':'obsolete','signed-integers':'infrastructure','htmllielement':'semantics','the-toolbar-barprop-object':'browsers','dom-a-port':'text-level-semantics','attr-img-vspace':'obsolete','windowmodal':'web-application-apis','dom-cva-setcustomvalidity:'forms','dom-img-align':'obsolete','attr-img-longdesc':'obsolete','number-of-days-in-month-month-of-year-year':'infrastructure','hyperlink-elements':'interactive-elements','read-xml':'history','browser-state':'offline','dom-windowtimers-settimeout':'web-application-apis','handler-onshow':'web-application-apis','dom-navigator-online':'offline','the-canvas-element':'the-canvas-element','attr-meta-http-equiv-content-type':'semantics','parsing-xhtml-documents':'the-xhtml-syntax','dom-frame-marginwidth':'obsolete','basefont':'obsolete','fetch':'infrastructure','before-doctype-system-identifier-state':'syntax','attr-style-media':'semantics','concept-select-toggle':'forms','refsRFC2806':'references','links':'interactive-elements','dom-document-getelementsbyclassname':'dom','submit-get-action':'forms','refsDOMEVENTS':'references','list-of-dragged-nodes':'editing','event-appcache-checking':'offline','refsARIA':'references','parsing-main-inframeset':'syntax','after-doctype-name-state':'syntax','attr-meta-http-equiv''semantics','parsing-html-fragments':'syntax','htmldatalistelement':'forms','refsUTR36':'references','dom-input-stepdown':'forms','the-sub-and-sup-elements':'text-level-semantics','specially-focusable':'editing','dom-applet-name':'obsolete','dom-title':'dom','algorithm-for-growing-downward-growing-cells':'tabular-data','dom-appcache-obsolete':'offline','the-style-element':'semantics','refsISO8601':'references','dom-img-src':'text-level-semantics','dom-undomanager-remove':'editing','refsRFC1494':'references','feed-the-parser':'the-xhtml-syntax','concept-appcache-init':'offline','origin-0':'browsers','event-appcache-obsolete':'offline','refsX690':'references','focus-management':'editing','attr-img-alt':'text-level-semantics','context-menus':'interactive-elements','dom-appcache-checking':'offline','read-ua-inline':'history','handler-oncontextmenu':'web-application-apis','refsXML':'references','attr-button-type-reset-state':'forms','refsXMLNS':'references','using-the-command-element-to-define-a-command':'interative-elements','dom-media-seekable':'video','parsing-main-inheadnoscript':'syntax','selectors':'interactive-elements','attr-iframe-marginwidth':'obsolete','concept-js-deref':'web-application-apis','concept-fetch-total':'infrastructure','command-superscript':'editing','applicationcache':'offline','frames-and-framesets':'the-xhtml-syntax','concept-fs-novalidate':'forms','dom-a-type':'text-level-semantics','attr-tbody-charoff':'obsolete','attr-iframe-align':'obsolete','attr-input-type-hidden-keyword':'forms','coercing-an-html-dom-into-an-infoset':'syntax','documentEncoding':'syntax','htmlinputelement':'forms','dom-output-htmlfor':'forms','htmloptionelement':'forms','attr-input-type-file-keyword':'forms','the-base-element':'semantics','history-traversal-task-source':'web-application-apis','submit-mutate-action':'forms','user-interaction-task-source':'web-application-apis','dom-img-complete':'text-level-semantics','dom-selection-collapsetoend':'editing','dom-document-querycommandstate':'editing','dom-uda-pathnam':'infrastructure','dom-command-radiogroup':'interactive-elements','entity-references':'infrastructure','concept-textarea-raw-value':'forms','handler-oncanplay':'web-application-apis','skip-white_space-characters':'infrastructure','concept-marquee-off':'obsolete','dropEffect-initialization':'editing','dom-document-images':'dom','activation-behavior':'embedded-content-0','attr-input-type-checkbox-keyword':'forms','parent-browsing-context':'browsers','dom-source-type':'video','transparent':'embedded-content-0','handler-onplay':'web-application-apis','event-handler-content-attributes':'web-application-apis','undo-position':'editing','linkTypes':'interactive-elements','dom-iscontenteditable':'editing','ping-from':'iana','the-html-element':'dom','attr-col-valign':'obsolete','processing-model-0':'tabular-data','processing-model-1':'web-application-apis','processing-model-2':'web-application-apis','refsMATHML':'references','concept-fs-action':'forms','attr-progress-max':'forms','link-type-archives':'interactive-elments','offsets-into-the-media-resource':'video','a-type-that-the-user-agent-knows-it-cannot-render':'video','dom-img-naturalheight':'text-level-semantics','runtime-script-errors':'web-application-apis','constraints':'forms','history-notes':'history','contenteditable-delete':'editing','attr-input-multiple':'forms','the-input-element-as-a-color-well':'the-xhtml-syntax','htmlfontelement':'obsolete','dom-audio-s':'video','dom-document-charset':'dom','submit-mailto-body':'forms','meta':'semantics','dom-a-hreflang':'text-level-semantics','attr-link-type':'semantics','refsWEBWORKERS':'references','sandboxed-forms-browsing-context-flag':'text-level-semantics','refsPNG':'references','dom-media-network_no_source':'video','the-before-html-insertion-mode':'syntax','between-doctype-public-and-system-identifiers-state':'syntax','the-hidden-attribute':'editing','dom-selection-focusoffset':'editing','handler-onerror':'web-application-apis','navigating-across-documents':'history','dom-input-selectedoption':'forms','attr-inut-accept':'forms','dom-input-defaultvalue':'forms','attr-input-type-month-keyword':'forms','secondary-browsing-context':'browsers','undo':'editing','dom-object-vspace':'obsolete','character-reference-in-data-state':'syntax','suffering-from-being-missing':'forms','dom-iframe-sandbox':'text-level-semantics','command-facet-disabledstate':'interactive-elements','attr-a-methods':'obsolete','dom-tr-bgcolor':'obsolete','usage-summary':'text-level-semantics','dom-media-pause':'video','dom-marquee-vspace':'obsolete','times':'infrastructure','attr-details-open':'interactive-elements','dom-input-size':'forms','dom-document-links':'dom','htmltabledatacellelement':'tabular-data','footnotes':'interactive-elements','concept-input-max-default':'forms','dom-window-menubar':'browsers','enabling-and-disabling-scripting':'web-application-apis','htmlbasefontelement':'obsolete','other-link-types':'interactive-elements','attr-abbr-title':'text-level-semantics','interactively-validate-the-constraints':'forms','dom-document-commans':'interactive-elements','suffering-from-an-overflow':'forms','a-group-of-images-that-form-a-single-larger-picture-with-no-links':'text-level-semantics','concept-input-type-image-coordinate':'forms','dom-applicationcache':'offline','apis-for-creating-and-navigating-browsing-contexts-by-name':'browsers','sandboxCookies':'dom','attr-area-alt':'the-canvas-element','dom-window':'browsers','concept-row-group':'tabular-data','sandboxOrigin':'browsers','represented-by-the-collection':'infrastructure','the-xml:base-attribute-xml-only':'dom','obsolete-permitted-doctype':'syntax','event-media-loadedmetadata':'video','sectioning-content-0':'dom','calling-scripts':'web-application-apis','htmlelement':'dom','selector-required':'interactive-elements','url-port':'infrastructure','refsRFC3864':'references','handler-window-onstorage':'web-application-apis','enumerated-attribute':'infrastructure','clear-the-stack-back-to-a-table-row-context':'syntax','dom-input-defaultchecked':'forms','attr-input-size':'forms','resolve-a-ur':'infrastructure','dom-datatransfer-setdragimage':'editing','locked-for-reset':'forms','the-time-element-0':'the-xhtml-syntax','space-separated-tokens':'infrastructure','contenteditable-br':'editing','direction-of-playback':'video','the-details-element-0':'the-xhtml-syntax','htmlallcollection-0':'infrastructure','dom-col-valign':'obsolete','dom-input-src':'forms','concept-textarea-dirty':'forms','await-a-stable-state':'web-application-apis','dom-command-ro-label':'interactive-elements','xml-documents':'dom','the-indicated-part-of-the-document':'history','attr-menu-type':'interactive-elements','other-applicable-specifications':'infrastructure','barprop':'browsers','dom-canvas-height':'the-canvas-element','dom-document-querycommandindeterm':'editing','concept-link-obtain':'semantics','semantics-0':'dom','htmlmediaelement':'video','plaintext':'obsolete','dom-command-ro-commandtype':'interactive-elements','metadata-content':'dom','dom-iframe-seamless':'text-level-semantics','parse-a-date-string':'infrastructur','dom-body-background':'obsolete','document-base-url':'infrastructure','expose-a-user-interface-to-the-user':'video','selector-indeterminate':'interactive-elements','attr-object-vspace':'obsolete','security-with-canvas-elements':'the-canvas-element','invalid_character_err':'infrastructure','unexpected-markup-in-tables':'syntax','attr-object-hspace':'obsolete','refsXSLT10':'references','script-data-end-tag-open-state':'syntax','attr-meta-charset':'semantics','attr-marquee-behavior-slide':'obsolete','dom-image-w':'text-level-semantics','attr-table-rules':'obsolete','attr-command-type-state-radio':'interactive-elements','the-selection':'editing','dom-navigator-appname':'web-application-apis','attr-tdth-width':'obsolete','dom-tdth-headers':'tabular-data','handler-window-onpagehide':'web-application-apis','htmlcanvaselement':'the-canvas-element','dom-dir':'dom','img-available':'text-level-semantics','dom-classlist':'dom','handler-window-onunload':'web-application-apis','url':'infrastructure','valid-date-or-timestring':'infrastructure','the-link-element':'semantics','url-fragment':'infrastructure','the-ready-states':'video','the-form-element':'forms','selection':'editing','rules-for-parsing-floating-point-number-values':'infrastructure','text':'syntax','attr-col-align':'obsolete','javascript-protocol':'web-application-apis','dom-frame-contentdocument':'obsolete','dom-tr-choff':'obsolete','attr-time-datetime':'text-level-semantics','the-body-element-0':'semantics','dom-media-seeking':'video','rcdata-elements':'syntax','html-documents':'dom','attr-table-cellpadding':'obsolete','pause':'web-application-apis','sectioning-content':'dom','the-html-element-0':'semantics','not_supported_err':'infrastructure','attr-area-shape-keyword-polygon':'the-canvas-element','application-cache-download-process':'offline','dom-document-vlinkcolor':'obsolete','attr-body-bgcolor':'obsolete','pending-parsing-blocking-script':'semantics','dom-document-clear':'obsolete','refsPSL':'references','comma-separated-tokens':'infrastructure','readyfor-editing-host-commands':'editing','dom-getelementsbyclassname':'dom','dialogs-implemented-using-separate-documents':'web-application-apis','attr-hx-align':'obsolete','labeled-control':'forms','dom-font-size':'obsolete','syntax':'syntax','the-figcaption-element':'text-level-semantics','effectAllowed-initialization':'editing','dom-datatransfer-addelement':'editing','recommended-reading':'introduction','selector-link':'interactive-elements','navigatoronline':'web-application-apis','document-s-character-encoding':'dom','dom-object-codebase':'obsolete','password-state':'forms','the-kbd-element':'text-level-semantics','view':'browsers','dom-textarea-readonly':'forms','attr-marquee-direction':'obsolete','the-head-element-0':'semantics','dom-open':'browsers','undomanagerevent':'editing','x-this':'introduction','seamless-browsing-context-flag':'text-level-semantics','dom-tabindex':'editing','attr-marquee-direction-up':'obsolete','dom-applet-archive':'obsolete','handler-ondrop':'web-application-apis','concept-mont':'infrastructure','attr-video-poster':'video','dom-a-name':'obsolete','handler-window-onresize':'web-application-apis','normal-elements':'syntax','dom-img-hspace':'obsolete','link-type-prefetch':'interactive-elements','dom-a-host':'text-level-semantics','interfaces':'index','the-tfoot-element':'tabular-data','event-dragend':'editing','dom-object-name':'text-level-semantics','dom-script-type':'semantics','the-datalist-element':'forms','the-windowproxy-object':'browsers','attr-table-bgcolor':'obsolete','aborting-a-document-load':'history','dom-meter-high':'forms','current-node':'syntax','commands':'interactive-elements','flow-content':'dom','plugin':'infrastructure','fallback-free':'dom','an-image-in-an-e-mail-or-private-document-intended-for-a-specific-person-who-is-known-to-be-able-to-view-images':'text-level-semantics','dom-tbody-deleterow':'tabular-data','dom-a-hash':'text-level-semantics','attr-meta-scheme':'obsolete','process-the-iframe-attributes':'text-level-semantics','refsBCP47':'references','dom-oject-align':'obsolete','close-the-cell':'syntax','comment':'syntax','dom-div-align':'obsolete','valid-date-string':'infrastructure','concept-appcache-onlinewhitelist-wildcard':'offline','attr-canvas-width':'the-canvas-element','concept-date':'infrastructure','dom-textarea-textlength':'forms','pending-table-character-tokens':'syntax','additional-allowed-character':'syntax','abort_err':'infrastructure','handler-onsubmit':'web-application-apis','media-element-load-algorithm':'video','dom-textarea-placeholder':'forms','seekUpdate':'video','event-media-seeked':'video','form-owner':'forms','refsWIN1254':'references','attribute-value-double-quoted-state':'syntax','dom-param-type':'obsolete','dom-menu-type':'interactive-elements','dom-appcache-uncached':'offline','concept-input-value-dirty-flag':'forms','dom-media-playbackrate':'video','dom-style-media':'semantics','dom-dl-compact':'obsolete','selector-visited':'interactive-elements','attr-input-src':'forms','rules-for-parsing-a-list-of-integers':'infrastructure','ttr-tr-valign':'obsolete','attr-input-type':'forms','playing-the-media-resource':'video','dom-document-compatmode':'dom','defining-term':'text-level-semantics','the-textarea-element':'forms','attr-dim-width':'the-canvas-element','dom-datatransfer-cleardata':'editing','dom-legend-align':'obsolete','dom-tokenlist-toggle':'infrastructure','dom-dragevent-datatransfer':'editing','earliest-possible-position':'video','outline-depth':'semantics','scripting-flag':'syntax','valid-integer':'infrastructure','event-handlers':'web-application-apis','event-firing':'web-application-apis','dom-param-valuetype':'obsolete','the-hr-element-0':'the-xhtml-syntax','fonts-and-colors':'the-xhtml-syntax','immediate-user-selection':'editing','refsRFC2781':'references','dom-form-dispatchforminput':'forms','attr-object-codetype':'obsolete','noopener':'browsers','concept-appcache-master':'offline','dom-media-network_loading':'video','consume-a-character-reference':'syntax','submit-data-post':'forms','nested-browsing-contexts':'browsers''dom-optgroup-disabled':'forms','link-type-up':'interactive-elements','adjust-foreign-attributes':'syntax','dom-command-disabled':'interactive-elements','command-createlink':'editing','attr-media-autoplay':'video','htmldlistelement':'semantics','attr-progress-value':'forms','link-type-search':'interactive-elements','named-access-on-the-window-object':'browsers','dom-output-defaultvalue':'forms','handler-window-ononline':'web-application-apis','concept-appcache-manifest-fallback':'offline','other-pragma-directives':'semantics','htmlformcontrolscollection':'infrastructure','concept-events-trusted':'infrastructure','center':'obsolete','refsWIN1252':'references','dom-meter-min':'forms','dom-selection-anchornode':'editing','unit-of-related-browsing-contexts':'browsers','dom-window-toolbar':'browsers','dom-area-nohref':'obsolete','handler-onloadstart':'web-application-apis','textFieldSelection':'editing','audio':'video','dom-document-alinkcolor':'obsolete','event-media-canplaythrough':'video','htmlcollection':'inrastructure','attr-tdth-nowrap':'obsolete','global-attributes':'dom','dom-link-target':'obsolete','the-section-element':'semantics','link-type-stylesheet':'interactive-elements','week-number-of-the-last-day':'infrastructure','attr-input-autocomplete-off-state':'forms','dom-document-scripts':'dom','attr-fs-enctype-text':'forms','autofocusing-a-form-control':'forms','nextid':'obsolete','syntax-end-tag':'syntax','dom-frameelement':'browsers','elements-in-the-dom':'dom','handler-onmousedown':'web-application-apis','attr-link-hreflang':'semantics','dom-history-forward':'history','attr-html-version':'obsolete','editing-host':'editing','outlines':'semantics','after-attribute-value-quoted-state':'syntax','dom-tokenlist-contains':'infrastructure','attr-marquee-truespeed-true':'obsolete','dom-media-loop':'video','dom-htmlallcollection-tags':'infrastructure','attr-area-shape-poly':'the-canvas-element','hyperlink-auditing':'interactive-elements','percentages-and-dimensions':'infrastructure','dom-col-choff':'obsolete','ttr-area-shape-rect':'the-canvas-element','dom-select-remove':'forms','dom-document-querycommandsupported':'editing','the-fieldset-element':'forms','dom-a-target':'text-level-semantics','dom-document-activeelement':'editing','innerhtml':'embedded-content-0','attr-xml-lang':'dom','concept-error-handled':'web-application-apis','attr-link-target':'obsolete','empty-cell':'tabular-data','concept-input-value-date-string':'forms','dom-form-checkvalidity':'forms','dom-navigator-registercontenthandler':'web-application-apis','sandboxed-origin-browsing-context-flag':'text-level-semantics','attr-button-type-button-state':'forms','dom-selection-removerange':'editing','dom-iframe-contentdocument':'text-level-semantics','attr-command-label':'interactive-elements','attr-input-pattern':'forms','how-to-read-this-specification':'introduction','dom-location-reload':'history','concept-input-list':'forms','text-cache-manifest':'iana','dom-p-align':'obsolete','attr-link-rel':'semantics','htmlformelement':'forms','dom-tdth-nowrap:'obsolete','attr-body-link':'obsolete','sample-handler-impl':'web-application-apis','handler-onreadystatechange':'web-application-apis','htmlanchorelement':'text-level-semantics','drag-and-drop-processing-model':'editing','rules-for-serializing-simple-color-values':'infrastructure','dom-hr-color':'obsolete','attr-textarea-wrap':'forms','dom-time-valueasdate':'text-level-semantics','sandboxPluginApplet':'obsolete','the-dir-attribute':'dom','the-doctype':'syntax','dom-location-hostname':'history','dom-label-control':'forms','common-microsyntaxes':'infrastructure','dom-option-t':'forms','attr-img-border':'obsolete','concept-appcache-manifest':'offline','create-an-impotent-script':'web-application-apis','suffering-from-a-type-mismatch':'forms','dom-undomanagerevent-data':'editing','event-appcache-error':'offline','meta-author':'semantics','current-drag-operation':'editing','the-small-element':'text-level-semantics','custom-data-attribute':'dom','session-history-entry':'history','dom-frame-src':'obsolete','htmlmbedelement':'text-level-semantics','common-input-element-apis':'forms','dom-lang':'dom','dom-style':'dom','focusing-steps':'editing','potentially-playing':'video','attr-ul-compact':'obsolete','attr-tdth-axis':'obsolete','navigatorid':'web-application-apis','dom-media-currenttime':'video','when-the-drag-and-drop-operation-starts-or-ends-in-another-application':'editing','url-state':'forms','mime-type':'infrastructure','valid-hash-name-reference':'infrastructure','attr-command-type-keyword-command':'interactive-elements','dom-fs-method':'forms','sandboxed-plugins-browsing-context-flag':'text-level-semantics','extracting-atom':'interactive-elements','command-facet-hint':'interactive-elements','script-s-global-object':'web-application-apis','event-input-input':'forms','selector-read-write':'interactive-elements','dom-lfe-labels':'forms','dom-datatransfer-setdata':'editing','column-header':'tabular-data','loading-the-media-resource':'video','time-state':'forms','application-xhtml-xml':'iana','dom-hashchangeeven-oldurl':'history','dom-datatransfer-types':'editing','document-level-focus-apis':'editing','the-b-element':'text-level-semantics','vaguer-moments-in-time':'infrastructure','the-css-user-agent-style-sheet-and-presentational-hints':'the-xhtml-syntax','content-models':'dom','refsUNICODE':'references','media-data':'video','command-facet-icon':'interactive-elements','concept-form-reset-control':'forms','dom-windowmodal-dialogarguments':'web-application-apis','dom-insertadjacenthtml':'embedded-content-0','algorithm-for-processing-row-groups':'tabular-data','refsSVG':'references','dom-select-add':'forms','attr-fe-name':'forms','event-drop':'editing','text-level-semantics':'text-level-semantics','attr-area-shape-keyword-circ':'the-canvas-element','tag-cloud':'interactive-elements','function':'web-application-apis','serializability-of-script-execution':'introduction','already-started':'semantics','attr-input-type-search-keyword':'forms','handler-ondragenter':'web-application-apis','jump-to-a-code-entry-point':'web-pplication-apis','handler-onseeked':'web-application-apis','dom-embed-name':'obsolete','fully-active':'browsers','structured-clone':'infrastructure','rateUpdate':'video','internal-structured-cloning-algorithm':'infrastructure','current-playback-position':'video','attr-textarea-maxlength':'forms','dom-location-host':'history','comment-start-state':'syntax','display-types':'the-xhtml-syntax','handler-oncanplaythrough':'web-application-apis','dom-object-contentdocument':'text-level-semantics','caret-position':'editing','the-undomanager-interface':'editing','attr-legend-align':'obsolete','end-tags':'syntax','dom-function-call':'web-application-apis','the-element-pointers':'syntax','source-browsing-context':'history','mime-types':'video','dom-marquee-height':'obsolete','dom-media-duration':'video','valid-lowercase-simple-color':'infrastructure','tokenizing-character-references':'syntax','dom-popstateevent-initpopstateevent':'history','dom-input-value-filename':'forms','named-character-references':'named-characte-references','the-stack-of-open-elements':'syntax','paused-for-user-interaction':'video','space-character':'infrastructure','getting-media-metadata':'video','cdata-rcdata-restrictions':'syntax','dom-table-align':'obsolete','rel-icon':'interactive-elements','dom-ol-start':'semantics','base-dnd-feedback':'editing','dom-menu-label':'interactive-elements','attribute-name-state':'syntax','dom-input-maxlength':'forms','htmltablecellelement':'tabular-data','the-samp-element':'text-level-semantics','concept-input-checked-dirty':'forms','dom-tdth-cellindex':'tabular-data','grouping-content':'semantics','authors-using-html':'iana','dom-progress-value':'forms','dom-link-disabled':'semantics','event-appcache-downloading':'offline','comment-end-state':'syntax','has-an-element-in-scope':'syntax','attr-canvas-height':'the-canvas-element','current-entry':'history','dom-htmlcollection-length':'infrastructure','link-type-tag':'interactive-elements','contenteditable-insertText':'editing','attr-object-codebase':'obsolete','domkeygen-type':'forms','dom-location-replace':'history','htmllabelelement':'forms','attr-input-autocomplete-default-state':'forms','start-tags':'syntax','comment-end-dash-state':'syntax','content-categories':'dom','parsing-main-incolgroup':'syntax','attr-marquee-behavior-alternate':'obsolete','the-optgroup-element':'forms','submit-button-state':'forms','concept-select-option-list':'forms' }; var fragid = window.location.hash.substr(1); if (!fragid) { /* handle section-foo.html links from the old multipage version, and broken foo.html from the new version */ Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.750 retrieving revision 1.751 diff -u -d -r1.750 -r1.751 --- forms.html 5 Feb 2010 23:26:30 -0000 1.750 +++ forms.html 6 Feb 2010 00:16:32 -0000 1.751 @@ -291,7 +291,7 @@ <a href="tabular-data.html">← 4.9 Tabular data</a> – <a href="spec.html#contents">Table of contents</a> – <a href="interactive-elements.html">4.11 Interactive elements →</a> - </nav><p>This is revision 1.3721.</p> + </nav><p>This is revision 1.3726.</p> <h3 id="forms"><span class="secno">4.10 </span>Forms</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Forms allow unscripted client-server interaction: given a form, a @@ -3950,7 +3950,7 @@ the element's <code title="dom-input-indeterminate"><a href="#dom-input-indeterminate">indeterminate</a></code> IDL attribute back to the values they had before the <a href="embedded-content-0.html#pre-click-activation-steps">pre-click activation steps</a> were run. The <a href="embedded-content-0.html#activation-behavior">activation behavior</a> is to - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that bubbles named <code title="event-change">change</code> at the element<!-- It's not + <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<!-- It's not cancelable. Once this fires, the control is checked, end of story. -->, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the element's <a href="#form-owner">form owner</a>.</p> @@ -4068,7 +4068,7 @@ the element's <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> to true. The <a href="embedded-content-0.html#canceled-activation-steps">canceled activation steps</a> consist of setting the element's <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> to - false. The <a href="embedded-content-0.html#activation-behavior">activation behavior</a> is to <a href="browsers.html#fire-a-simple-event">fire a + false. The <a href="embedded-content-0.html#activation-behavior">activation behavior</a> is to <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<!-- It's not cancelable. Once this fires, the control is checked, end of story. -->, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the @@ -4406,15 +4406,15 @@ changed.</li> </ul><!-- same text in <img> 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>If the image was successfully obtained, with no network errors, and the image's type is a supported image type, and the image is a valid image of that type, then the image is said to be <dfn id="input-img-available" title="input-img-available"><i>available</i></dfn>. If this is true - before the image is completely downloaded, 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 + before the image is completely downloaded, 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.</p> @@ -4432,14 +4432,14 @@ resource to act in an interactive fashion, but should honor any animation in the resource.</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, if the download was successful and the image is <i title="input-img-available"><a href="#input-img-available">available</a></i>, - <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> 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-load">load</code> at the <code><a href="#the-input-element">input</a></code> element; and otherwise, if the fetching process fails without a response from the remote server, or completes but the image is not a - valid or supported image, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a + valid or supported image, <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-input-element">input</a></code> element.</p> @@ -5506,7 +5506,7 @@ <p>When the <dfn id="event-input-input" title="event-input-input"><code>input</code></dfn> event applies, any time the user causes the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> to change, the user agent must - <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that + <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> that bubbles named <code title="event-input">input</code> at the <code><a href="#the-input-element">input</a></code> element, then <a href="#broadcast-forminput-events">broadcast <code title="event-forminput">forminput</code> events</a> at the <code><a href="#the-input-element">input</a></code> element's <a href="#form-owner">form owner</a>. User agents @@ -5528,7 +5528,7 @@ defined but uses a user interface that involves an explicit commit action, then any time the user commits a change to the element's <a href="#concept-fe-value" title="concept-fe-value">value</a> or list of <a href="#concept-input-type-file-selected" title="concept-input-type-file-selected">selected files</a>, the - user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple + 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> that bubbles named <code title="event-change">change</code> at the <code><a href="#the-input-element">input</a></code> element, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the <code><a href="#the-input-element">input</a></code> element's <a href="#form-owner">form owner</a>.</p> @@ -5552,7 +5552,7 @@ steps:</p> <ol><li>If the <code title="event-input-input"><a href="#event-input-input">input</a></code> event - applies, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple + applies, <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> that bubbles named <code title="event-input">input</code> at the <code><a href="#the-input-element">input</a></code> element.</li> @@ -5561,7 +5561,7 @@ <code><a href="#the-input-element">input</a></code> element's <a href="#form-owner">form owner</a>.</li> <li>If the <code title="event-input-change"><a href="#event-input-change">change</a></code> event - applies, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple + applies, <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> that bubbles named <code title="event-change">change</code> at the <code><a href="#the-input-element">input</a></code> element.</li> @@ -5573,7 +5573,7 @@ of the element's <a href="embedded-content-0.html#activation-behavior">activation behavior</a> and as part of the <a href="editing.html#unfocusing-steps">unfocusing steps</a>.</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#user-interaction-task-source">user interaction 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#user-interaction-task-source">user interaction task source</a>.</p> </div><h4 id="the-button-element"><span class="secno">4.10.6 </span>The <dfn><code>button</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> @@ -5803,10 +5803,10 @@ <!-- interaction event spec point --> is queued (e.g. before the <span title="event-click">click</span> event), the user agent must set the <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> of the - picked <code><a href="#the-option-element">option</a></code> element to true and then <a href="browsers.html#queue-a-task">queue a - task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that bubbles named + picked <code><a href="#the-option-element">option</a></code> element to true and 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> that bubbles named <code title="event-change">change</code> at the <code><a href="#the-select-element">select</a></code> - element, using the <a href="browsers.html#user-interaction-task-source">user interaction task source</a> as the + element, using the <a href="web-application-apis.html#user-interaction-task-source">user interaction task source</a> as the task source, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the element's <a href="#form-owner">form owner</a>.</p> @@ -5839,9 +5839,9 @@ more <code><a href="#the-option-element">option</a></code> elements being changed by the user, and before the relevant user interaction event <!-- interaction event spec point --> is queued (e.g. before a related <span title="event-click">click</span> event), the user agent must - <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that + <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> that bubbles named <code title="event-change">change</code> at the - <code><a href="#the-select-element">select</a></code> element, using the <a href="browsers.html#user-interaction-task-source">user interaction task + <code><a href="#the-select-element">select</a></code> element, using the <a href="web-application-apis.html#user-interaction-task-source">user interaction task source</a> as the task source, then <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> at the element's <a href="#form-owner">form owner</a>.</p> @@ -6229,8 +6229,8 @@ if it is a child of an <code><a href="#the-optgroup-element">optgroup</a></code> element whose <code title="attr-optgroup-disabled"><a href="#attr-optgroup-disabled">disabled</a></code> attribute is present.</p><div class="impl"> - <p>An <code><a href="#the-option-element">option</a></code> element that is <a href="#attr-option-disabled" title="attr-option-disabled">disabled</a> must prevent any <code title="event-click">click</code> events that are <a href="browsers.html#queue-a-task" title="queue - a task">queued</a> on the <a href="browsers.html#user-interaction-task-source">user interaction task + <p>An <code><a href="#the-option-element">option</a></code> element that is <a href="#attr-option-disabled" title="attr-option-disabled">disabled</a> must prevent any <code title="event-click">click</code> events that are <a href="web-application-apis.html#queue-a-task" title="queue + a task">queued</a> on the <a href="web-application-apis.html#user-interaction-task-source">user interaction task source</a> from being dispatched on the element.</p> </div><p>The <dfn id="attr-option-label" title="attr-option-label"><code>label</code></dfn> @@ -6456,7 +6456,7 @@ <p>When a <code><a href="#the-textarea-element">textarea</a></code> is <a href="#concept-textarea-mutable" title="concept-textarea-mutable">mutable</a>, its <a href="#concept-textarea-raw-value" title="concept-textarea-raw-value">raw value</a> should be editable by the user. Any time the user causes the element's <a href="#concept-textarea-raw-value" title="concept-textarea-raw-value">raw value</a> to change, the - user agent must <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple + 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> that bubbles named <code title="event-input">input</code> at the <code><a href="#the-textarea-element">textarea</a></code> element, then <a href="#broadcast-forminput-events">broadcast <code title="event-forminput">forminput</code> events</a> at the <code><a href="#the-textarea-element">textarea</a></code> element's <a href="#form-owner">form owner</a>. User agents @@ -7627,8 +7627,8 @@ <code><a href="#the-fieldset-element">fieldset</a></code> element's first <code><a href="#the-legend-element">legend</a></code> element child, if any.</p><div class="impl"> - <p>A form control that is <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a> must prevent any <code title="event-click">click</code> events that are <a href="browsers.html#queue-a-task" title="queue - a task">queued</a> on the <a href="browsers.html#user-interaction-task-source">user interaction task + <p>A form control that is <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a> must prevent any <code title="event-click">click</code> events that are <a href="web-application-apis.html#queue-a-task" title="queue + a task">queued</a> on the <a href="web-application-apis.html#user-interaction-task-source">user interaction task source</a> from being dispatched on the element.</p> <p><strong>Constraint validation</strong>: If an element is <a href="#concept-fe-disabled" title="concept-fe-disabled">disabled</a>, it is <a href="#barred-from-constraint-validation">barred from @@ -7659,13 +7659,13 @@ <p>Whenever an element with the <code title="attr-fe-autofocus"><a href="#attr-fe-autofocus">autofocus</a></code> attribute specified is <a href="infrastructure.html#insert-an-element-into-a-document" title="insert an element into a document">inserted into a - document</a>, the user agent should <a href="browsers.html#queue-a-task">queue a task</a> + document</a>, the user agent should <a href="web-application-apis.html#queue-a-task">queue a task</a> that checks to see if the element is <a href="editing.html#focusable">focusable</a>, and if so, runs the <a href="editing.html#focusing-steps">focusing steps</a> for that element. User agents may also change the scrolling position of the document, or perform some other action that brings the element to the user's - attention. The <a href="browsers.html#task-source">task source</a> for this task is the - <a href="browsers.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p> + attention. The <a href="web-application-apis.html#task-source">task source</a> for this task is the + <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p> <p>User agents may ignore this attribute if the user has indicated (for example, by starting to type in a form control) that he does @@ -7944,7 +7944,7 @@ <p>For each element <var title="">field</var> in <var title="">invalid controls</var>, if any, in <a href="infrastructure.html#tree-order">tree order</a>, run the following substeps:</p> - <ol><li><p><a href="browsers.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-invalid">invalid</code> that is cancelable at <var title="">field</var>.</p></li> + <ol><li><p><a href="web-application-apis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-invalid">invalid</code> that is cancelable at <var title="">field</var>.</p></li> <li><p>If the event was not canceled, then add <var title="">field</var> to <var title="">unhandled invalid controls</var>.</p></li> @@ -8183,7 +8183,7 @@ </dl><p>When the <dfn id="dom-cva-checkvalidatity" title="dom-cva-checkValidatity"><code>checkValidity()</code></dfn> method is invoked, if the element is a <a href="#candidate-for-constraint-validation">candidate for constraint validation</a> and does not <a href="#concept-fv-valid" title="concept-fv-valid">satisfy its constraints</a>, the user - agent must <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-invalid">invalid</code> that is cancelable (but in this + agent must <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-invalid">invalid</code> that is cancelable (but in this case has no default action) at the element and return false. Otherwise, it must only return true without doing anything else.</p> @@ -8293,7 +8293,7 @@ these steps.</p></li> <li><p>If the <var title="">scripted-submit</var> flag is not set, - then <a href="browsers.html#fire-a-simple-event">fire a simple event</a> that is cancelable named + then <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> that is cancelable named <code title="event-submit">submit</code>, at <var title="">form</var>. If the event's default action is prevented (i.e. if the event is canceled) then abort these steps. Otherwise, continue (effectively the default action is to perform the @@ -8979,7 +8979,7 @@ <h4 id="resetting-a-form"><span class="secno">4.10.20 </span>Resetting a form</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When a form <var title="">form</var> is <dfn id="concept-form-reset" title="concept-form-reset">reset</dfn>, the user agent must - <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named <code title="event-reset">reset</code>, that is cancelable, at <var title="">form</var>, and then, if that event is not canceled, must + <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-reset">reset</code>, that is cancelable, at <var title="">form</var>, and then, if that event is not canceled, must invoke the <a href="#concept-form-reset-control" title="concept-form-reset-control">reset algorithm</a> of each <a href="#category-reset" title="category-reset">resettable</a> elements whose <a href="#form-owner">form owner</a> is <var title="">form</var>, and <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a> from <var title="">form</var>.</p> @@ -9006,7 +9006,7 @@ was to <a href="#broadcast-formchange-events">broadcast <code title="event-formchange">formchange</code> events</a>; let <var title="">event name</var> be <code title="event-formchange">formchange</code>.</li> <li><p>For each element in <var title="">controls</var>, in - <a href="infrastructure.html#tree-order">tree order</a>, <a href="browsers.html#fire-a-simple-event">fire a simple event</a> named + <a href="infrastructure.html#tree-order">tree order</a>, <a href="web-application-apis.html#fire-a-simple-event">fire a simple event</a> named <var title="">event name</var> at the element.</p></li> </ol></div></body></html> \ No newline at end of file Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec/interactive-elements.html,v retrieving revision 1.748 retrieving revision 1.749 diff -u -d -r1.748 -r1.749 --- interactive-elements.html 5 Feb 2010 23:26:31 -0000 1.748 +++ interactive-elements.html 6 Feb 2010 00:16:33 -0000 1.749 @@ -281,7 +281,7 @@ <script src="link-fixup.js"></script> <link href="forms.html" title="4.10 Forms" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> - <link href="browsers.html" title="5 Web browsers" rel="next"> + <link href="browsers.html" title="5 Loading Web pages" 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> @@ -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%2%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%3Cinpu%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%2%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%3Cinpu%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> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-applet-element" class="status LC">LC</a> <a href="../spec/#the-applet-element">10.3.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-applet-element" class="status LC">LC</a> <a href="../spec/#the-applet-element">11.3.1 The applet element</a> <span class="id">(the-applet-element)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-marquee-element" class="status LC">LC</a> <a href="../spec/#the-marquee-element">10.3.2 The marquee element</a> <span class="id">(the-marquee-element)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=frames" class="status LC">LC</a> <a href="../spec/#frames">10.3.3 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-marquee-element" class="status LC">LC</a> <a href="../spec/#the-marquee-element">11.3.2 The marquee element</a> <span class="id">(the-marquee-element)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=frames" class="status LC">LC</a> <a href="../spec/#frames">11.3.3 Frames</a> <span class="id">(frames)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=other-elements-attributes-and-apis" class="status ADD">ADD</a> <a href="../spec/#other-elements-attributes-and-apis">10.3.4 Other elements, attributes and APIs</a> <span class="id">(other-elements-attributes-and-apis)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=other-elements-attributes-and-apis" class="status ADD">ADD</a> <a href="../spec/#other-elements-attributes-and-apis">11.3.4 Other elements, attributes and APIs</a> <span class="id">(other-elements-attributes-and-apis)</span></li> </ol> </li> </ol> </li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=iana" class="status ADD">ADD</a> <a href="../spec/#iana">11 IANA +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=iana" class="status ADD">ADD</a> <a href="../spec/#iana">12 IANA considerations</a> <span class="id">(iana)</span> <ol> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=text-html" class="status ADD">ADD</a> <a href="../spec/#text-html">11.1 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=text-html" class="status ADD">ADD</a> <a href="../spec/#text-html">12.1 text/html</a> <span class="id">(text-html)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=text-html-sandboxed" class="status ADD">ADD</a> <a href="../spec/#text-html-sandboxed">11.2 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=text-html-sandboxed" class="status ADD">ADD</a> <a href="../spec/#text-html-sandboxed">12.2 text/html-sandboxed</a> <span class="id">(text-html-sandboxed)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=application-xhtml-xml" class="status ADD">ADD</a> <a href="../spec/#application-xhtml-xml">11.3 application/xhtml+xml</a> <span class="id">(application-xhtml-xml)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=text-cache-manifest" class="status ADD">ADD</a> <a href="../spec/#text-cache-manifest">11.4 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=application-xhtml-xml" class="status ADD">ADD</a> <a href="../spec/#application-xhtml-xml">12.3 application/xhtml+xml</a> <span class="id">(application-xhtml-xml)</span></li> +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=text-cache-manifest" class="status ADD">ADD</a> <a href="../spec/#text-cache-manifest">12.4 text/cache-manifest</a> <span class="id">(text-cache-manifest)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=text-ping" class="status ADD">ADD</a> <a href="../spec/#text-ping">11.5 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=text-ping" class="status ADD">ADD</a> <a href="../spec/#text-ping">12.5 text/ping</a> <span class="id">(text-ping)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=ping-from" class="status LC">LC</a> <a href="../spec/#ping-from">11.6 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=ping-from" class="status LC">LC</a> <a href="../spec/#ping-from">12.6 Ping-From</a> <span class="id">(ping-from)</span></li> -<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=ping-to" class="status LC">LC</a> <a href="../spec/#ping-to">11.7 +<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=ping-to" class="status LC">LC</a> <a href="../spec/#ping-to">12.7 Ping-To</a> <span class="id">(ping-to)</span></li> </ol> </li> Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec/named-character-references.html,v retrieving revision 1.747 retrieving revision 1.748 diff -u -d -r1.747 -r1.748 --- named-character-references.html 5 Feb 2010 23:26:31 -0000 1.747 +++ named-character-references.html 6 Feb 2010 00:16:33 -0000 1.748 @@ -1,5 +1,5 @@ <!DOCTYPE HTML> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>7.5 Named character references — HTML 5</title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>8.5 Named character references — 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="syntax.html" title="7 The HTML syntax" rel="prev"> + <link href="syntax.html" title="8 The HTML syntax" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> - <link href="the-xhtml-syntax.html" title="8 The XHTML syntax" rel="next"> + <link href="the-xhtml-syntax.html" title="9 The XHTML 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="syntax.html">← 7 The HTML syntax</a> – + <a href="syntax.html">← 8 The HTML syntax</a> – <a href="spec.html#contents">Table of contents</a> – - <a href="the-xhtml-syntax.html">8 The XHTML syntax →</a> - </nav><p>This is revision 1.3721.</p> + <a href="the-xhtml-syntax.html">9 The XHTML syntax →</a> + </nav><p>This is revision 1.3726.</p> - <h3 id="named-character-references"><span class="secno">7.5 </span><dfn>Named character references</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This table lists the character reference names that are supported + <h3 id="named-character-references"><span class="secno">8.5 </span><dfn>Named character references</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>This table lists the character reference names that are supported by HTML, and the code points to which they refer. It is referenced by the previous sections.</p><div class="tall-and-narrow"> <table><thead><tr><th> Name </th> <th> Character </th> </tr></thead><tbody><tr><td> <code title="">AElig;</code> </td> <td> U+000C6 </td> </tr><tr class="impl"><td> <code title="">AElig</code> </td> <td> U+000C6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">AMP;</code> </td> <td> U+00026 </td> </tr><tr class="impl"><td> <code title="">AMP</code> </td> <td> U+00026 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Aacute;</code> </td> <td> U+000C1 </td> </tr><tr class="impl"><td> <code title="">Aacute</code> </td> <td> U+000C1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Abreve;</code> </td> <td> U+00102 </td> </tr><tr><td> <code title="">Acirc;</code> </td> <td> U+000C2 </td> </tr><tr class="impl"><td> <code title="">Acirc</code> </td> <td> U+000C2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only)--><tr><td> <code title="">Acy;</code> </td> <td> U+00410 </td> </tr><tr><td> <code title="">Afr;</code> </td> <td> U+1D504 </td> </tr><tr><td> <code title="">Agrave;</code> </td> <td> U+000C0 </td> </tr><tr class="impl"><td> <code title="">Agrave</code> </td> <td> U+000C0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Alpha;</code> </td> <td> U+00391 </td> </tr><tr><td> <code title="">Amacr;</code> </td> <td> U+00100 </td> </tr><tr><td> <code title="">And;</code> </td> <td> U+02A53 </td> </tr><tr><td> <code title="">Aogon;</code> </td> <td> U+00104 </td> </tr><tr><td> <code title="">Aopf;</code> </td> <td> U+1D538 </td> </tr><tr><td> <code title="">ApplyFunction;</code> </td> <td> U+02061 </td> </tr><tr><td> <code title="">Aring;</code> </td> <td> U+000C5 </td> </tr><tr class="impl"><td> <code title="">Aring</code> </td> <td> U+000C5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ascr;</cde> </td> <td> U+1D49C </td> </tr><tr><td> <code title="">Assign;</code> </td> <td> U+02254 </td> </tr><tr><td> <code title="">Atilde;</code> </td> <td> U+000C3 </td> </tr><tr class="impl"><td> <code title="">Atilde</code> </td> <td> U+000C3 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Auml;</code> </td> <td> U+000C4 </td> </tr><tr class="impl"><td> <code title="">Auml</code> </td> <td> U+000C4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Backslash;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">Barv;</code> </td> <td> U+02AE7 </td> </tr><tr><td> <code title="">Barwed;</code> </td> <td> U+02306 </td> </tr><tr><td> <code title="">Bcy;</code> </td> <td> U+00411 </td> </tr><tr><td> <code title="">Because;</code> </td> <td> U+02235 </td> </tr><tr><td> <code title="">Bernoullis;</code> </td> <td> U+0212C </td> </tr><tr><td> <code title="">Beta;</code> </td> <td> U+00392 </td> /tr><tr><td> <code title="">Bfr;</code> </td> <td> U+1D505 </td> </tr><tr><td> <code title="">Bopf;</code> </td> <td> U+1D539 </td> </tr><tr><td> <code title="">Breve;</code> </td> <td> U+002D8 </td> </tr><tr><td> <code title="">Bscr;</code> </td> <td> U+0212C </td> </tr><tr><td> <code title="">Bumpeq;</code> </td> <td> U+0224E </td> </tr><tr><td> <code title="">CHcy;</code> </td> <td> U+00427 </td> </tr><tr><td> <code title="">COPY;</code> </td> <td> U+000A9 </td> </tr><tr class="impl"><td> <code title="">COPY</code> </td> <td> U+000A9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Cacute;</code> </td> <td> U+00106 </td> </tr><tr><td> <code title="">Cap;</code> </td> <td> U+022D2 </td> </tr><tr><td> <code title="">CapitalDifferentialD;</code> </td> <td> U+02145 </td> </tr><tr><td> <code title="">Cayleys;</code> </td> <td> U+0212D </td> </tr><tr><td> <code title="">Ccaron;</code> </td> <td> U+0010C </td> </tr><tr><td> <code title="">Ccedil;</code> /td> <td> U+000C7 </td> </tr><tr class="impl"><td> <code title="">Ccedil</code> </td> <td> U+000C7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ccirc;</code> </td> <td> U+00108 </td> </tr><tr><td> <code title="">Cconint;</code> </td> <td> U+02230 </td> </tr><tr><td> <code title="">Cdot;</code> </td> <td> U+0010A </td> </tr><tr><td> <code title="">Cedilla;</code> </td> <td> U+000B8 </td> </tr><tr><td> <code title="">CenterDot;</code> </td> <td> U+000B7 </td> </tr><tr><td> <code title="">Cfr;</code> </td> <td> U+0212D </td> </tr><tr><td> <code title="">Chi;</code> </td> <td> U+003A7 </td> </tr><tr><td> <code title="">CircleDot;</code> </td> <td> U+02299 </td> </tr><tr><td> <code title="">CircleMinus;</code> </td> <td> U+02296 </td> </tr><tr><td> <code title="">CirclePlus;</code> </td> <td> U+02295 </td> </tr><tr><td> <code title="">CircleTimes;</code> </td> <td> U+02297 </td> </tr><tr><td> <code title="">ClockwiseContourIntegral;</code> </td> <td> +02232 </td> </tr><tr><td> <code title="">CloseCurlyDoubleQuote;</code> </td> <td> U+0201D </td> </tr><tr><td> <code title="">CloseCurlyQuote;</code> </td> <td> U+02019 </td> </tr><tr><td> <code title="">Colon;</code> </td> <td> U+02237 </td> </tr><tr><td> <code title="">Colone;</code> </td> <td> U+02A74 </td> </tr><tr><td> <code title="">Congruent;</code> </td> <td> U+02261 </td> </tr><tr><td> <code title="">Conint;</code> </td> <td> U+0222F </td> </tr><tr><td> <code title="">ContourIntegral;</code> </td> <td> U+0222E </td> </tr><tr><td> <code title="">Copf;</code> </td> <td> U+02102 </td> </tr><tr><td> <code title="">Coproduct;</code> </td> <td> U+02210 </td> </tr><tr><td> <code title="">CounterClockwiseContourIntegral;</code> </td> <td> U+02233 </td> </tr><tr><td> <code title="">Cross;</code> </td> <td> U+02A2F </td> </tr><tr><td> <code title="">Cscr;</code> </td> <td> U+1D49E </td> </tr><tr><td> <code title="">Cup;</code> </td> <td> U+022D3 </td> </tr><tr><td> <code title="">CupCap;</code> </td> <td> U+224D </td> </tr><tr><td> <code title="">DD;</code> </td> <td> U+02145 </td> </tr><tr><td> <code title="">DDotrahd;</code> </td> <td> U+02911 </td> </tr><tr><td> <code title="">DJcy;</code> </td> <td> U+00402 </td> </tr><tr><td> <code title="">DScy;</code> </td> <td> U+00405 </td> </tr><tr><td> <code title="">DZcy;</code> </td> <td> U+0040F </td> </tr><tr><td> <code title="">Dagger;</code> </td> <td> U+02021 </td> </tr><tr><td> <code title="">Darr;</code> </td> <td> U+021A1 </td> </tr><tr><td> <code title="">Dashv;</code> </td> <td> U+02AE4 </td> </tr><tr><td> <code title="">Dcaron;</code> </td> <td> U+0010E </td> </tr><tr><td> <code title="">Dcy;</code> </td> <td> U+00414 </td> </tr><tr><td> <code title="">Del;</code> </td> <td> U+02207 </td> </tr><tr><td> <code title="">Delta;</code> </td> <td> U+00394 </td> </tr><tr><td> <code title="">Dfr;</code> </td> <td> U+1D507 </td> </tr><tr><td> <code title="">DiacriticalAcute;</code> </td> <td> U+000B4 </td> </tr><tr><td> <code title="">DiacriticalDot;</code> </td <td> U+002D9 </td> </tr><tr><td> <code title="">DiacriticalDoubleAcute;</code> </td> <td> U+002DD </td> </tr><tr><td> <code title="">DiacriticalGrave;</code> </td> <td> U+00060 </td> </tr><tr><td> <code title="">DiacriticalTilde;</code> </td> <td> U+002DC </td> </tr><tr><td> <code title="">Diamond;</code> </td> <td> U+022C4 </td> </tr><tr><td> <code title="">DifferentialD;</code> </td> <td> U+02146 </td> </tr><tr><td> <code title="">Dopf;</code> </td> <td> U+1D53B </td> </tr><tr><td> <code title="">Dot;</code> </td> <td> U+000A8 </td> </tr><tr><td> <code title="">DotDot;</code> </td> <td> U+020DC </td> </tr><tr><td> <code title="">DotEqual;</code> </td> <td> U+02250 </td> </tr><tr><td> <code title="">DoubleContourIntegral;</code> </td> <td> U+0222F </td> </tr><tr><td> <code title="">DoubleDot;</code> </td> <td> U+000A8 </td> </tr><tr><td> <code title="">DoubleDownArrow;</code> </td> <td> U+021D3 </td> </tr><tr><td> <code title="">DoubleLeftArrow;</code> </td> <td> U+021D0 </td> </tr><tr><td> <code title=""DoubleLeftRightArrow;</code> </td> <td> U+021D4 </td> </tr><tr><td> <code title="">DoubleLeftTee;</code> </td> <td> U+02AE4 </td> </tr><tr><td> <code title="">DoubleLongLeftArrow;</code> </td> <td> U+027F8 </td> </tr><tr><td> <code title="">DoubleLongLeftRightArrow;</code> </td> <td> U+027FA </td> </tr><tr><td> <code title="">DoubleLongRightArrow;</code> </td> <td> U+027F9 </td> </tr><tr><td> <code title="">DoubleRightArrow;</code> </td> <td> U+021D2 </td> </tr><tr><td> <code title="">DoubleRightTee;</code> </td> <td> U+022A8 </td> </tr><tr><td> <code title="">DoubleUpArrow;</code> </td> <td> U+021D1 </td> </tr><tr><td> <code title="">DoubleUpDownArrow;</code> </td> <td> U+021D5 </td> </tr><tr><td> <code title="">DoubleVerticalBar;</code> </td> <td> U+02225 </td> </tr><tr><td> <code title="">DownArrow;</code> </td> <td> U+02193 </td> </tr><tr><td> <code title="">DownArrowBar;</code> </td> <td> U+02913 </td> </tr><tr><td> <code title="">DownArrowUpArrow;</code> </td> <td> U+021F5 </td> </tr><tr><td> <code tile="">DownBreve;</code> </td> <td> U+00311 </td> </tr><tr><td> <code title="">DownLeftRightVector;</code> </td> <td> U+02950 </td> </tr><tr><td> <code title="">DownLeftTeeVector;</code> </td> <td> U+0295E </td> </tr><tr><td> <code title="">DownLeftVector;</code> </td> <td> U+021BD </td> </tr><tr><td> <code title="">DownLeftVectorBar;</code> </td> <td> U+02956 </td> </tr><tr><td> <code title="">DownRightTeeVector;</code> </td> <td> U+0295F </td> </tr><tr><td> <code title="">DownRightVector;</code> </td> <td> U+021C1 </td> </tr><tr><td> <code title="">DownRightVectorBar;</code> </td> <td> U+02957 </td> </tr><tr><td> <code title="">DownTee;</code> </td> <td> U+022A4 </td> </tr><tr><td> <code title="">DownTeeArrow;</code> </td> <td> U+021A7 </td> </tr><tr><td> <code title="">Downarrow;</code> </td> <td> U+021D3 </td> </tr><tr><td> <code title="">Dscr;</code> </td> <td> U+1D49F </td> </tr><tr><td> <code title="">Dstrok;</code> </td> <td> U+00110 </td> </tr><tr><td> <code title="">ENG;</code> </td> <td> U+0014A <td> </tr><tr><td> <code title="">ETH;</code> </td> <td> U+000D0 </td> </tr><tr class="impl"><td> <code title="">ETH</code> </td> <td> U+000D0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Eacute;</code> </td> <td> U+000C9 </td> </tr><tr class="impl"><td> <code title="">Eacute</code> </td> <td> U+000C9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecaron;</code> </td> <td> U+0011A </td> </tr><tr><td> <code title="">Ecirc;</code> </td> <td> U+000CA </td> </tr><tr class="impl"><td> <code title="">Ecirc</code> </td> <td> U+000CA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ecy;</code> </td> <td> U+0042D </td> </tr><tr><td> <code title="">Edot;</code> </td> <td> U+00116 </td> </tr><tr><td> <code title="">Efr;</code> </td> <td> U+1D508 </td> </tr><tr><td> <code title="">Egrave;</code> </td> <td> U+000C8 </td> </tr><tr class="impl"><d> <code title="">Egrave</code> </td> <td> U+000C8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Element;</code> </td> <td> U+02208 </td> </tr><tr><td> <code title="">Emacr;</code> </td> <td> U+00112 </td> </tr><tr><td> <code title="">EmptySmallSquare;</code> </td> <td> U+025FB </td> </tr><tr><td> <code title="">EmptyVerySmallSquare;</code> </td> <td> U+025AB </td> </tr><tr><td> <code title="">Eogon;</code> </td> <td> U+00118 </td> </tr><tr><td> <code title="">Eopf;</code> </td> <td> U+1D53C </td> </tr><tr><td> <code title="">Epsilon;</code> </td> <td> U+00395 </td> </tr><tr><td> <code title="">Equal;</code> </td> <td> U+02A75 </td> </tr><tr><td> <code title="">EqualTilde;</code> </td> <td> U+02242 </td> </tr><tr><td> <code title="">Equilibrium;</code> </td> <td> U+021CC </td> </tr><tr><td> <code title="">Escr;</code> </td> <td> U+02130 </td> </tr><tr><td> <code title="">Esim;</code> </td> <td> U+02A73 </td> </tr><tr><td> <code title="">Eta;</code </td> <td> U+00397 </td> </tr><tr><td> <code title="">Euml;</code> </td> <td> U+000CB </td> </tr><tr class="impl"><td> <code title="">Euml</code> </td> <td> U+000CB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Exists;</code> </td> <td> U+02203 </td> </tr><tr><td> <code title="">ExponentialE;</code> </td> <td> U+02147 </td> </tr><tr><td> <code title="">Fcy;</code> </td> <td> U+00424 </td> </tr><tr><td> <code title="">Ffr;</code> </td> <td> U+1D509 </td> </tr><tr><td> <code title="">FilledSmallSquare;</code> </td> <td> U+025FC </td> </tr><tr><td> <code title="">FilledVerySmallSquare;</code> </td> <td> U+025AA </td> </tr><tr><td> <code title="">Fopf;</code> </td> <td> U+1D53D </td> </tr><tr><td> <code title="">ForAll;</code> </td> <td> U+02200 </td> </tr><tr><td> <code title="">Fouriertrf;</code> </td> <td> U+02131 </td> </tr><tr><td> <code title="">Fscr;</code> </td> <td> U+02131 </td> </tr><tr><td> <code title="">GJcy;</code> </td> <td> U+00403 <td> </tr><tr><td> <code title="">GT;</code> </td> <td> U+0003E </td> </tr><tr class="impl"><td> <code title="">GT</code> </td> <td> U+0003E </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Gamma;</code> </td> <td> U+00393 </td> </tr><tr><td> <code title="">Gammad;</code> </td> <td> U+003DC </td> </tr><tr><td> <code title="">Gbreve;</code> </td> <td> U+0011E </td> </tr><tr><td> <code title="">Gcedil;</code> </td> <td> U+00122 </td> </tr><tr><td> <code title="">Gcirc;</code> </td> <td> U+0011C </td> </tr><tr><td> <code title="">Gcy;</code> </td> <td> U+00413 </td> </tr><tr><td> <code title="">Gdot;</code> </td> <td> U+00120 </td> </tr><tr><td> <code title="">Gfr;</code> </td> <td> U+1D50A </td> </tr><tr><td> <code title="">Gg;</code> </td> <td> U+022D9 </td> </tr><tr><td> <code title="">Gopf;</code> </td> <td> U+1D53E </td> </tr><tr><td> <code title="">GreaterEqual;</code> </td> <td> U+02265 </td> </tr><tr><td> <code title="">GreaterEqualLess;</code> <td> <td> U+022DB </td> </tr><tr><td> <code title="">GreaterFullEqual;</code> </td> <td> U+02267 </td> </tr><tr><td> <code title="">GreaterGreater;</code> </td> <td> U+02AA2 </td> </tr><tr><td> <code title="">GreaterLess;</code> </td> <td> U+02277 </td> </tr><tr><td> <code title="">GreaterSlantEqual;</code> </td> <td> U+02A7E </td> </tr><tr><td> <code title="">GreaterTilde;</code> </td> <td> U+02273 </td> </tr><tr><td> <code title="">Gscr;</code> </td> <td> U+1D4A2 </td> </tr><tr><td> <code title="">Gt;</code> </td> <td> U+0226B </td> </tr><tr><td> <code title="">HARDcy;</code> </td> <td> U+0042A </td> </tr><tr><td> <code title="">Hacek;</code> </td> <td> U+002C7 </td> </tr><tr><td> <code title="">Hat;</code> </td> <td> U+0005E </td> </tr><tr><td> <code title="">Hcirc;</code> </td> <td> U+00124 </td> </tr><tr><td> <code title="">Hfr;</code> </td> <td> U+0210C </td> </tr><tr><td> <code title="">HilbertSpace;</code> </td> <td> U+0210B </td> </tr><tr><td> <code title="">Hopf;</code> </td> <td> U+0210D </td> </t><tr><td> <code title="">HorizontalLine;</code> </td> <td> U+02500 </td> </tr><tr><td> <code title="">Hscr;</code> </td> <td> U+0210B </td> </tr><tr><td> <code title="">Hstrok;</code> </td> <td> U+00126 </td> </tr><tr><td> <code title="">HumpDownHump;</code> </td> <td> U+0224E </td> </tr><tr><td> <code title="">HumpEqual;</code> </td> <td> U+0224F </td> </tr><tr><td> <code title="">IEcy;</code> </td> <td> U+00415 </td> </tr><tr><td> <code title="">IJlig;</code> </td> <td> U+00132 </td> </tr><tr><td> <code title="">IOcy;</code> </td> <td> U+00401 </td> </tr><tr><td> <code title="">Iacute;</code> </td> <td> U+000CD </td> </tr><tr class="impl"><td> <code title="">Iacute</code> </td> <td> U+000CD </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Icirc;</code> </td> <td> U+000CE </td> </tr><tr class="impl"><td> <code title="">Icirc</code> </td> <td> U+000CE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code tile="">Icy;</code> </td> <td> U+00418 </td> </tr><tr><td> <code title="">Idot;</code> </td> <td> U+00130 </td> </tr><tr><td> <code title="">Ifr;</code> </td> <td> U+02111 </td> </tr><tr><td> <code title="">Igrave;</code> </td> <td> U+000CC </td> </tr><tr class="impl"><td> <code title="">Igrave</code> </td> <td> U+000CC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Im;</code> </td> <td> U+02111 </td> </tr><tr><td> <code title="">Imacr;</code> </td> <td> U+0012A </td> </tr><tr><td> <code title="">ImaginaryI;</code> </td> <td> U+02148 </td> </tr><tr><td> <code title="">Implies;</code> </td> <td> U+021D2 </td> </tr><tr><td> <code title="">Int;</code> </td> <td> U+0222C </td> </tr><tr><td> <code title="">Integral;</code> </td> <td> U+0222B </td> </tr><tr><td> <code title="">Intersection;</code> </td> <td> U+022C2 </td> </tr><tr><td> <code title="">InvisibleComma;</code> </td> <td> U+02063 </td> </tr><tr><td> <code title="">InvisibleTimes;</code> </td> <d> U+02062 </td> </tr><tr><td> <code title="">Iogon;</code> </td> <td> U+0012E </td> </tr><tr><td> <code title="">Iopf;</code> </td> <td> U+1D540 </td> </tr><tr><td> <code title="">Iota;</code> </td> <td> U+00399 </td> </tr><tr><td> <code title="">Iscr;</code> </td> <td> U+02110 </td> </tr><tr><td> <code title="">Itilde;</code> </td> <td> U+00128 </td> </tr><tr><td> <code title="">Iukcy;</code> </td> <td> U+00406 </td> </tr><tr><td> <code title="">Iuml;</code> </td> <td> U+000CF </td> </tr><tr class="impl"><td> <code title="">Iuml</code> </td> <td> U+000CF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Jcirc;</code> </td> <td> U+00134 </td> </tr><tr><td> <code title="">Jcy;</code> </td> <td> U+00419 </td> </tr><tr><td> <code title="">Jfr;</code> </td> <td> U+1D50D </td> </tr><tr><td> <code title="">Jopf;</code> </td> <td> U+1D541 </td> </tr><tr><td> <code title="">Jscr;</code> </td> <td> U+1D4A5 </td> </tr><tr><td> <code title="">Jsercy;</code> </t> <td> U+00408 </td> </tr><tr><td> <code title="">Jukcy;</code> </td> <td> U+00404 </td> </tr><tr><td> <code title="">KHcy;</code> </td> <td> U+00425 </td> </tr><tr><td> <code title="">KJcy;</code> </td> <td> U+0040C </td> </tr><tr><td> <code title="">Kappa;</code> </td> <td> U+0039A </td> </tr><tr><td> <code title="">Kcedil;</code> </td> <td> U+00136 </td> </tr><tr><td> <code title="">Kcy;</code> </td> <td> U+0041A </td> </tr><tr><td> <code title="">Kfr;</code> </td> <td> U+1D50E </td> </tr><tr><td> <code title="">Kopf;</code> </td> <td> U+1D542 </td> </tr><tr><td> <code title="">Kscr;</code> </td> <td> U+1D4A6 </td> </tr><tr><td> <code title="">LJcy;</code> </td> <td> U+00409 </td> </tr><tr><td> <code title="">LT;</code> </td> <td> U+0003C </td> </tr><tr class="impl"><td> <code title="">LT</code> </td> <td> U+0003C </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Lacute;</code> </td> <td> U+00139 </td> </tr><tr><td> <code title="">Lambda;</code> </d> <td> U+0039B </td> </tr><tr><td> <code title="">Lang;</code> </td> <td> U+027EA </td> </tr><tr><td> <code title="">Laplacetrf;</code> </td> <td> U+02112 </td> </tr><tr><td> <code title="">Larr;</code> </td> <td> U+0219E </td> </tr><tr><td> <code title="">Lcaron;</code> </td> <td> U+0013D </td> </tr><tr><td> <code title="">Lcedil;</code> </td> <td> U+0013B </td> </tr><tr><td> <code title="">Lcy;</code> </td> <td> U+0041B </td> </tr><tr><td> <code title="">LeftAngleBracket;</code> </td> <td> U+027E8 </td> </tr><tr><td> <code title="">LeftArrow;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">LeftArrowBar;</code> </td> <td> U+021E4 </td> </tr><tr><td> <code title="">LeftArrowRightArrow;</code> </td> <td> U+021C6 </td> </tr><tr><td> <code title="">LeftCeiling;</code> </td> <td> U+02308 </td> </tr><tr><td> <code title="">LeftDoubleBracket;</code> </td> <td> U+027E6 </td> </tr><tr><td> <code title="">LeftDownTeeVector;</code> </td> <td> U+02961 </td> </tr><tr><td> <code title="">LeftDownVector;</cde> </td> <td> U+021C3 </td> </tr><tr><td> <code title="">LeftDownVectorBar;</code> </td> <td> U+02959 </td> </tr><tr><td> <code title="">LeftFloor;</code> </td> <td> U+0230A </td> </tr><tr><td> <code title="">LeftRightArrow;</code> </td> <td> U+02194 </td> </tr><tr><td> <code title="">LeftRightVector;</code> </td> <td> U+0294E </td> </tr><tr><td> <code title="">LeftTee;</code> </td> <td> U+022A3 </td> </tr><tr><td> <code title="">LeftTeeArrow;</code> </td> <td> U+021A4 </td> </tr><tr><td> <code title="">LeftTeeVector;</code> </td> <td> U+0295A </td> </tr><tr><td> <code title="">LeftTriangle;</code> </td> <td> U+022B2 </td> </tr><tr><td> <code title="">LeftTriangleBar;</code> </td> <td> U+029CF </td> </tr><tr><td> <code title="">LeftTriangleEqual;</code> </td> <td> U+022B4 </td> </tr><tr><td> <code title="">LeftUpDownVector;</code> </td> <td> U+02951 </td> </tr><tr><td> <code title="">LeftUpTeeVector;</code> </td> <td> U+02960 </td> </tr><tr><td> <code title="">LeftUpVector;</code> </td> <td> U+021BF </td> /tr><tr><td> <code title="">LeftUpVectorBar;</code> </td> <td> U+02958 </td> </tr><tr><td> <code title="">LeftVector;</code> </td> <td> U+021BC </td> </tr><tr><td> <code title="">LeftVectorBar;</code> </td> <td> U+02952 </td> </tr><tr><td> <code title="">Leftarrow;</code> </td> <td> U+021D0 </td> </tr><tr><td> <code title="">Leftrightarrow;</code> </td> <td> U+021D4 </td> </tr><tr><td> <code title="">LessEqualGreater;</code> </td> <td> U+022DA </td> </tr><tr><td> <code title="">LessFullEqual;</code> </td> <td> U+02266 </td> </tr><tr><td> <code title="">LessGreater;</code> </td> <td> U+02276 </td> </tr><tr><td> <code title="">LessLess;</code> </td> <td> U+02AA1 </td> </tr><tr><td> <code title="">LessSlantEqual;</code> </td> <td> U+02A7D </td> </tr><tr><td> <code title="">LessTilde;</code> </td> <td> U+02272 </td> </tr><tr><td> <code title="">Lfr;</code> </td> <td> U+1D50F </td> </tr><tr><td> <code title="">Ll;</code> </td> <td> U+022D8 </td> </tr><tr><td> <code title="">Lleftarrow;</code> </td> <td> U+021DA /td> </tr><tr><td> <code title="">Lmidot;</code> </td> <td> U+0013F </td> </tr><tr><td> <code title="">LongLeftArrow;</code> </td> <td> U+027F5 </td> </tr><tr><td> <code title="">LongLeftRightArrow;</code> </td> <td> U+027F7 </td> </tr><tr><td> <code title="">LongRightArrow;</code> </td> <td> U+027F6 </td> </tr><tr><td> <code title="">Longleftarrow;</code> </td> <td> U+027F8 </td> </tr><tr><td> <code title="">Longleftrightarrow;</code> </td> <td> U+027FA </td> </tr><tr><td> <code title="">Longrightarrow;</code> </td> <td> U+027F9 </td> </tr><tr><td> <code title="">Lopf;</code> </td> <td> U+1D543 </td> </tr><tr><td> <code title="">LowerLeftArrow;</code> </td> <td> U+02199 </td> </tr><tr><td> <code title="">LowerRightArrow;</code> </td> <td> U+02198 </td> </tr><tr><td> <code title="">Lscr;</code> </td> <td> U+02112 </td> </tr><tr><td> <code title="">Lsh;</code> </td> <td> U+021B0 </td> </tr><tr><td> <code title="">Lstrok;</code> </td> <td> U+00141 </td> </tr><tr><td> <code title="">Lt;</code> </td> <td> U+022A </td> </tr><tr><td> <code title="">Map;</code> </td> <td> U+02905 </td> </tr><tr><td> <code title="">Mcy;</code> </td> <td> U+0041C </td> </tr><tr><td> <code title="">MediumSpace;</code> </td> <td> U+0205F </td> </tr><tr><td> <code title="">Mellintrf;</code> </td> <td> U+02133 </td> </tr><tr><td> <code title="">Mfr;</code> </td> <td> U+1D510 </td> </tr><tr><td> <code title="">MinusPlus;</code> </td> <td> U+02213 </td> </tr><tr><td> <code title="">Mopf;</code> </td> <td> U+1D544 </td> </tr><tr><td> <code title="">Mscr;</code> </td> <td> U+02133 </td> </tr><tr><td> <code title="">Mu;</code> </td> <td> U+0039C </td> </tr><tr><td> <code title="">NJcy;</code> </td> <td> U+0040A </td> </tr><tr><td> <code title="">Nacute;</code> </td> <td> U+00143 </td> </tr><tr><td> <code title="">Ncaron;</code> </td> <td> U+00147 </td> </tr><tr><td> <code title="">Ncedil;</code> </td> <td> U+00145 </td> </tr><tr><td> <code title="">Ncy;</code> </td> <td> U+0041D </td> </tr><tr><td> <code title="">NegativeMediumSpace;</code> </d> <td> U+0200B </td> </tr><tr><td> <code title="">NegativeThickSpace;</code> </td> <td> U+0200B </td> </tr><tr><td> <code title="">NegativeThinSpace;</code> </td> <td> U+0200B </td> </tr><tr><td> <code title="">NegativeVeryThinSpace;</code> </td> <td> U+0200B </td> </tr><tr><td> <code title="">NestedGreaterGreater;</code> </td> <td> U+0226B </td> </tr><tr><td> <code title="">NestedLessLess;</code> </td> <td> U+0226A </td> </tr><tr><td> <code title="">NewLine;</code> </td> <td> U+0000A </td> </tr><tr><td> <code title="">Nfr;</code> </td> <td> U+1D511 </td> </tr><tr><td> <code title="">NoBreak;</code> </td> <td> U+02060 </td> </tr><tr><td> <code title="">NonBreakingSpace;</code> </td> <td> U+000A0 </td> </tr><tr><td> <code title="">Nopf;</code> </td> <td> U+02115 </td> </tr><tr><td> <code title="">Not;</code> </td> <td> U+02AEC </td> </tr><tr><td> <code title="">NotCongruent;</code> </td> <td> U+02262 </td> </tr><tr><td> <code title="">NotCupCap;</code> </td> <td> U+0226D </td> </tr><tr><td> <code title="">NtDoubleVerticalBar;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">NotElement;</code> </td> <td> U+02209 </td> </tr><tr><td> <code title="">NotEqual;</code> </td> <td> U+02260 </td> </tr><tr><td> <code title="">NotExists;</code> </td> <td> U+02204 </td> </tr><tr><td> <code title="">NotGreater;</code> </td> <td> U+0226F </td> </tr><tr><td> <code title="">NotGreaterEqual;</code> </td> <td> U+02271 </td> </tr><tr><td> <code title="">NotGreaterLess;</code> </td> <td> U+02279 </td> </tr><tr><td> <code title="">NotGreaterTilde;</code> </td> <td> U+02275 </td> </tr><tr><td> <code title="">NotLeftTriangle;</code> </td> <td> U+022EA </td> </tr><tr><td> <code title="">NotLeftTriangleEqual;</code> </td> <td> U+022EC </td> </tr><tr><td> <code title="">NotLess;</code> </td> <td> U+0226E </td> </tr><tr><td> <code title="">NotLessEqual;</code> </td> <td> U+02270 </td> </tr><tr><td> <code title="">NotLessGreater;</code> </td> <td> U+02278 </td> </tr><tr><td> <code title="">NotLessTilde;</code> </td> <td> U+0274 </td> </tr><tr><td> <code title="">NotPrecedes;</code> </td> <td> U+02280 </td> </tr><tr><td> <code title="">NotPrecedesSlantEqual;</code> </td> <td> U+022E0 </td> </tr><tr><td> <code title="">NotReverseElement;</code> </td> <td> U+0220C </td> </tr><tr><td> <code title="">NotRightTriangle;</code> </td> <td> U+022EB </td> </tr><tr><td> <code title="">NotRightTriangleEqual;</code> </td> <td> U+022ED </td> </tr><tr><td> <code title="">NotSquareSubsetEqual;</code> </td> <td> U+022E2 </td> </tr><tr><td> <code title="">NotSquareSupersetEqual;</code> </td> <td> U+022E3 </td> </tr><tr><td> <code title="">NotSubsetEqual;</code> </td> <td> U+02288 </td> </tr><tr><td> <code title="">NotSucceeds;</code> </td> <td> U+02281 </td> </tr><tr><td> <code title="">NotSucceedsSlantEqual;</code> </td> <td> U+022E1 </td> </tr><tr><td> <code title="">NotSupersetEqual;</code> </td> <td> U+02289 </td> </tr><tr><td> <code title="">NotTilde;</code> </td> <td> U+02241 </td> </tr><tr><td> <code title="">NotTildeEqual;</code> </td> <t> U+02244 </td> </tr><tr><td> <code title="">NotTildeFullEqual;</code> </td> <td> U+02247 </td> </tr><tr><td> <code title="">NotTildeTilde;</code> </td> <td> U+02249 </td> </tr><tr><td> <code title="">NotVerticalBar;</code> </td> <td> U+02224 </td> </tr><tr><td> <code title="">Nscr;</code> </td> <td> U+1D4A9 </td> </tr><tr><td> <code title="">Ntilde;</code> </td> <td> U+000D1 </td> </tr><tr class="impl"><td> <code title="">Ntilde</code> </td> <td> U+000D1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Nu;</code> </td> <td> U+0039D </td> </tr><tr><td> <code title="">OElig;</code> </td> <td> U+00152 </td> </tr><tr><td> <code title="">Oacute;</code> </td> <td> U+000D3 </td> </tr><tr class="impl"><td> <code title="">Oacute</code> </td> <td> U+000D3 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ocirc;</code> </td> <td> U+000D4 </td> </tr><tr class="impl"><td> <code title="">Ocirc</code> </td> td> U+000D4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ocy;</code> </td> <td> U+0041E </td> </tr><tr><td> <code title="">Odblac;</code> </td> <td> U+00150 </td> </tr><tr><td> <code title="">Ofr;</code> </td> <td> U+1D512 </td> </tr><tr><td> <code title="">Ograve;</code> </td> <td> U+000D2 </td> </tr><tr class="impl"><td> <code title="">Ograve</code> </td> <td> U+000D2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Omacr;</code> </td> <td> U+0014C </td> </tr><tr><td> <code title="">Omega;</code> </td> <td> U+003A9 </td> </tr><tr><td> <code title="">Omicron;</code> </td> <td> U+0039F </td> </tr><tr><td> <code title="">Oopf;</code> </td> <td> U+1D546 </td> </tr><tr><td> <code title="">OpenCurlyDoubleQuote;</code> </td> <td> U+0201C </td> </tr><tr><td> <code title="">OpenCurlyQuote;</code> </td> <td> U+02018 </td> </tr><tr><td> <code title="">Or;</code> </td> <td> U+02A54 </td> </tr><tr><t> <code title="">Oscr;</code> </td> <td> U+1D4AA </td> </tr><tr><td> <code title="">Oslash;</code> </td> <td> U+000D8 </td> </tr><tr class="impl"><td> <code title="">Oslash</code> </td> <td> U+000D8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otilde;</code> </td> <td> U+000D5 </td> </tr><tr class="impl"><td> <code title="">Otilde</code> </td> <td> U+000D5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Otimes;</code> </td> <td> U+02A37 </td> </tr><tr><td> <code title="">Ouml;</code> </td> <td> U+000D6 </td> </tr><tr class="impl"><td> <code title="">Ouml</code> </td> <td> U+000D6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">OverBar;</code> </td> <td> U+0203E </td> </tr><tr><td> <code title="">OverBrace;</code> </td> <td> U+023DE </td> </tr><tr><td> <code title="">OverBracket;</code> </td> <td> U+023B4 </td> </tr><tr><td> <code itle="">OverParenthesis;</code> </td> <td> U+023DC </td> </tr><tr><td> <code title="">PartialD;</code> </td> <td> U+02202 </td> </tr><tr><td> <code title="">Pcy;</code> </td> <td> U+0041F </td> </tr><tr><td> <code title="">Pfr;</code> </td> <td> U+1D513 </td> </tr><tr><td> <code title="">Phi;</code> </td> <td> U+003A6 </td> </tr><tr><td> <code title="">Pi;</code> </td> <td> U+003A0 </td> </tr><tr><td> <code title="">PlusMinus;</code> </td> <td> U+000B1 </td> </tr><tr><td> <code title="">Poincareplane;</code> </td> <td> U+0210C </td> </tr><tr><td> <code title="">Popf;</code> </td> <td> U+02119 </td> </tr><tr><td> <code title="">Pr;</code> </td> <td> U+02ABB </td> </tr><tr><td> <code title="">Precedes;</code> </td> <td> U+0227A </td> </tr><tr><td> <code title="">PrecedesEqual;</code> </td> <td> U+02AAF </td> </tr><tr><td> <code title="">PrecedesSlantEqual;</code> </td> <td> U+0227C </td> </tr><tr><td> <code title="">PrecedesTilde;</code> </td> <td> U+0227E </td> </tr><tr><td> <code title="">Prime;</code> </td <td> U+02033 </td> </tr><tr><td> <code title="">Product;</code> </td> <td> U+0220F </td> </tr><tr><td> <code title="">Proportion;</code> </td> <td> U+02237 </td> </tr><tr><td> <code title="">Proportional;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">Pscr;</code> </td> <td> U+1D4AB </td> </tr><tr><td> <code title="">Psi;</code> </td> <td> U+003A8 </td> </tr><tr><td> <code title="">QUOT;</code> </td> <td> U+00022 </td> </tr><tr class="impl"><td> <code title="">QUOT</code> </td> <td> U+00022 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Qfr;</code> </td> <td> U+1D514 </td> </tr><tr><td> <code title="">Qopf;</code> </td> <td> U+0211A </td> </tr><tr><td> <code title="">Qscr;</code> </td> <td> U+1D4AC </td> </tr><tr><td> <code title="">RBarr;</code> </td> <td> U+02910 </td> </tr><tr><td> <code title="">REG;</code> </td> <td> U+000AE </td> </tr><tr class="impl"><td> <code title="">REG</code> </td> <td> U+000AE </td> </tr><!-- (invalid enity with missing semicolon for legacy support only) --><tr><td> <code title="">Racute;</code> </td> <td> U+00154 </td> </tr><tr><td> <code title="">Rang;</code> </td> <td> U+027EB </td> </tr><tr><td> <code title="">Rarr;</code> </td> <td> U+021A0 </td> </tr><tr><td> <code title="">Rarrtl;</code> </td> <td> U+02916 </td> </tr><tr><td> <code title="">Rcaron;</code> </td> <td> U+00158 </td> </tr><tr><td> <code title="">Rcedil;</code> </td> <td> U+00156 </td> </tr><tr><td> <code title="">Rcy;</code> </td> <td> U+00420 </td> </tr><tr><td> <code title="">Re;</code> </td> <td> U+0211C </td> </tr><tr><td> <code title="">ReverseElement;</code> </td> <td> U+0220B </td> </tr><tr><td> <code title="">ReverseEquilibrium;</code> </td> <td> U+021CB </td> </tr><tr><td> <code title="">ReverseUpEquilibrium;</code> </td> <td> U+0296F </td> </tr><tr><td> <code title="">Rfr;</code> </td> <td> U+0211C </td> </tr><tr><td> <code title="">Rho;</code> </td> <td> U+003A1 </td> </tr><tr><td> <code title="">RightAngleBracket;</code> </t> <td> U+027E9 </td> </tr><tr><td> <code title="">RightArrow;</code> </td> <td> U+02192 </td> </tr><tr><td> <code title="">RightArrowBar;</code> </td> <td> U+021E5 </td> </tr><tr><td> <code title="">RightArrowLeftArrow;</code> </td> <td> U+021C4 </td> </tr><tr><td> <code title="">RightCeiling;</code> </td> <td> U+02309 </td> </tr><tr><td> <code title="">RightDoubleBracket;</code> </td> <td> U+027E7 </td> </tr><tr><td> <code title="">RightDownTeeVector;</code> </td> <td> U+0295D </td> </tr><tr><td> <code title="">RightDownVector;</code> </td> <td> U+021C2 </td> </tr><tr><td> <code title="">RightDownVectorBar;</code> </td> <td> U+02955 </td> </tr><tr><td> <code title="">RightFloor;</code> </td> <td> U+0230B </td> </tr><tr><td> <code title="">RightTee;</code> </td> <td> U+022A2 </td> </tr><tr><td> <code title="">RightTeeArrow;</code> </td> <td> U+021A6 </td> </tr><tr><td> <code title="">RightTeeVector;</code> </td> <td> U+0295B </td> </tr><tr><td> <code title="">RightTriangle;</code> </td> <td> U+022B3 </td> <tr><tr><td> <code title="">RightTriangleBar;</code> </td> <td> U+029D0 </td> </tr><tr><td> <code title="">RightTriangleEqual;</code> </td> <td> U+022B5 </td> </tr><tr><td> <code title="">RightUpDownVector;</code> </td> <td> U+0294F </td> </tr><tr><td> <code title="">RightUpTeeVector;</code> </td> <td> U+0295C </td> </tr><tr><td> <code title="">RightUpVector;</code> </td> <td> U+021BE </td> </tr><tr><td> <code title="">RightUpVectorBar;</code> </td> <td> U+02954 </td> </tr><tr><td> <code title="">RightVector;</code> </td> <td> U+021C0 </td> </tr><tr><td> <code title="">RightVectorBar;</code> </td> <td> U+02953 </td> </tr><tr><td> <code title="">Rightarrow;</code> </td> <td> U+021D2 </td> </tr><tr><td> <code title="">Ropf;</code> </td> <td> U+0211D </td> </tr><tr><td> <code title="">RoundImplies;</code> </td> <td> U+02970 </td> </tr><tr><td> <code title="">Rrightarrow;</code> </td> <td> U+021DB </td> </tr><tr><td> <code title="">Rscr;</code> </td> <td> U+0211B </td> </tr><tr><td> <code title="">Rsh;</code> </d> <td> U+021B1 </td> </tr><tr><td> <code title="">RuleDelayed;</code> </td> <td> U+029F4 </td> </tr><tr><td> <code title="">SHCHcy;</code> </td> <td> U+00429 </td> </tr><tr><td> <code title="">SHcy;</code> </td> <td> U+00428 </td> </tr><tr><td> <code title="">SOFTcy;</code> </td> <td> U+0042C </td> </tr><tr><td> <code title="">Sacute;</code> </td> <td> U+0015A </td> </tr><tr><td> <code title="">Sc;</code> </td> <td> U+02ABC </td> </tr><tr><td> <code title="">Scaron;</code> </td> <td> U+00160 </td> </tr><tr><td> <code title="">Scedil;</code> </td> <td> U+0015E </td> </tr><tr><td> <code title="">Scirc;</code> </td> <td> U+0015C </td> </tr><tr><td> <code title="">Scy;</code> </td> <td> U+00421 </td> </tr><tr><td> <code title="">Sfr;</code> </td> <td> U+1D516 </td> </tr><tr><td> <code title="">ShortDownArrow;</code> </td> <td> U+02193 </td> </tr><tr><td> <code title="">ShortLeftArrow;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">ShortRightArrow;</code> </td> <td> U+02192 </td> </tr><tr><td> <coe title="">ShortUpArrow;</code> </td> <td> U+02191 </td> </tr><tr><td> <code title="">Sigma;</code> </td> <td> U+003A3 </td> </tr><tr><td> <code title="">SmallCircle;</code> </td> <td> U+02218 </td> </tr><tr><td> <code title="">Sopf;</code> </td> <td> U+1D54A </td> </tr><tr><td> <code title="">Sqrt;</code> </td> <td> U+0221A </td> </tr><tr><td> <code title="">Square;</code> </td> <td> U+025A1 </td> </tr><tr><td> <code title="">SquareIntersection;</code> </td> <td> U+02293 </td> </tr><tr><td> <code title="">SquareSubset;</code> </td> <td> U+0228F </td> </tr><tr><td> <code title="">SquareSubsetEqual;</code> </td> <td> U+02291 </td> </tr><tr><td> <code title="">SquareSuperset;</code> </td> <td> U+02290 </td> </tr><tr><td> <code title="">SquareSupersetEqual;</code> </td> <td> U+02292 </td> </tr><tr><td> <code title="">SquareUnion;</code> </td> <td> U+02294 </td> </tr><tr><td> <code title="">Sscr;</code> </td> <td> U+1D4AE </td> </tr><tr><td> <code title="">Star;</code> </td> <td> U+022C6 </td> </tr><tr><td> <coe title="">Sub;</code> </td> <td> U+022D0 </td> </tr><tr><td> <code title="">Subset;</code> </td> <td> U+022D0 </td> </tr><tr><td> <code title="">SubsetEqual;</code> </td> <td> U+02286 </td> </tr><tr><td> <code title="">Succeeds;</code> </td> <td> U+0227B </td> </tr><tr><td> <code title="">SucceedsEqual;</code> </td> <td> U+02AB0 </td> </tr><tr><td> <code title="">SucceedsSlantEqual;</code> </td> <td> U+0227D </td> </tr><tr><td> <code title="">SucceedsTilde;</code> </td> <td> U+0227F </td> </tr><tr><td> <code title="">SuchThat;</code> </td> <td> U+0220B </td> </tr><tr><td> <code title="">Sum;</code> </td> <td> U+02211 </td> </tr><tr><td> <code title="">Sup;</code> </td> <td> U+022D1 </td> </tr><tr><td> <code title="">Superset;</code> </td> <td> U+02283 </td> </tr><tr><td> <code title="">SupersetEqual;</code> </td> <td> U+02287 </td> </tr><tr><td> <code title="">Supset;</code> </td> <td> U+022D1 </td> </tr><tr><td> <code title="">THORN;</code> </td> <td> U+000DE </td> </tr><tr class="impl"><td> <code title=">THORN</code> </td> <td> U+000DE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">TRADE;</code> </td> <td> U+02122 </td> </tr><tr><td> <code title="">TSHcy;</code> </td> <td> U+0040B </td> </tr><tr><td> <code title="">TScy;</code> </td> <td> U+00426 </td> </tr><tr><td> <code title="">Tab;</code> </td> <td> U+00009 </td> </tr><tr><td> <code title="">Tau;</code> </td> <td> U+003A4 </td> </tr><tr><td> <code title="">Tcaron;</code> </td> <td> U+00164 </td> </tr><tr><td> <code title="">Tcedil;</code> </td> <td> U+00162 </td> </tr><tr><td> <code title="">Tcy;</code> </td> <td> U+00422 </td> </tr><tr><td> <code title="">Tfr;</code> </td> <td> U+1D517 </td> </tr><tr><td> <code title="">Therefore;</code> </td> <td> U+02234 </td> </tr><tr><td> <code title="">Theta;</code> </td> <td> U+00398 </td> </tr><tr><td> <code title="">ThinSpace;</code> </td> <td> U+02009 </td> </tr><tr><td> <code title="">Tilde;</code> </td> <td> U+0223C </td> </tr><tr><td> <code title=">TildeEqual;</code> </td> <td> U+02243 </td> </tr><tr><td> <code title="">TildeFullEqual;</code> </td> <td> U+02245 </td> </tr><tr><td> <code title="">TildeTilde;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">Topf;</code> </td> <td> U+1D54B </td> </tr><tr><td> <code title="">TripleDot;</code> </td> <td> U+020DB </td> </tr><tr><td> <code title="">Tscr;</code> </td> <td> U+1D4AF </td> </tr><tr><td> <code title="">Tstrok;</code> </td> <td> U+00166 </td> </tr><tr><td> <code title="">Uacute;</code> </td> <td> U+000DA </td> </tr><tr class="impl"><td> <code title="">Uacute</code> </td> <td> U+000DA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Uarr;</code> </td> <td> U+0219F </td> </tr><tr><td> <code title="">Uarrocir;</code> </td> <td> U+02949 </td> </tr><tr><td> <code title="">Ubrcy;</code> </td> <td> U+0040E </td> </tr><tr><td> <code title="">Ubreve;</code> </td> <td> U+0016C </td> </tr><tr><td> <code title="">Ucirc;</code> </td> <td> +000DB </td> </tr><tr class="impl"><td> <code title="">Ucirc</code> </td> <td> U+000DB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ucy;</code> </td> <td> U+00423 </td> </tr><tr><td> <code title="">Udblac;</code> </td> <td> U+00170 </td> </tr><tr><td> <code title="">Ufr;</code> </td> <td> U+1D518 </td> </tr><tr><td> <code title="">Ugrave;</code> </td> <td> U+000D9 </td> </tr><tr class="impl"><td> <code title="">Ugrave</code> </td> <td> U+000D9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Umacr;</code> </td> <td> U+0016A </td> </tr><tr><td> <code title="">UnderBar;</code> </td> <td> U+0005F </td> </tr><tr><td> <code title="">UnderBrace;</code> </td> <td> U+023DF </td> </tr><tr><td> <code title="">UnderBracket;</code> </td> <td> U+023B5 </td> </tr><tr><td> <code title="">UnderParenthesis;</code> </td> <td> U+023DD </td> </tr><tr><td> <code title="">Union;</code> </td> <td> U+022C3 </td> /tr><tr><td> <code title="">UnionPlus;</code> </td> <td> U+0228E </td> </tr><tr><td> <code title="">Uogon;</code> </td> <td> U+00172 </td> </tr><tr><td> <code title="">Uopf;</code> </td> <td> U+1D54C </td> </tr><tr><td> <code title="">UpArrow;</code> </td> <td> U+02191 </td> </tr><tr><td> <code title="">UpArrowBar;</code> </td> <td> U+02912 </td> </tr><tr><td> <code title="">UpArrowDownArrow;</code> </td> <td> U+021C5 </td> </tr><tr><td> <code title="">UpDownArrow;</code> </td> <td> U+02195 </td> </tr><tr><td> <code title="">UpEquilibrium;</code> </td> <td> U+0296E </td> </tr><tr><td> <code title="">UpTee;</code> </td> <td> U+022A5 </td> </tr><tr><td> <code title="">UpTeeArrow;</code> </td> <td> U+021A5 </td> </tr><tr><td> <code title="">Uparrow;</code> </td> <td> U+021D1 </td> </tr><tr><td> <code title="">Updownarrow;</code> </td> <td> U+021D5 </td> </tr><tr><td> <code title="">UpperLeftArrow;</code> </td> <td> U+02196 </td> </tr><tr><td> <code title="">UpperRightArrow;</code> </td> <td> U+02197 </td> </tr<tr><td> <code title="">Upsi;</code> </td> <td> U+003D2 </td> </tr><tr><td> <code title="">Upsilon;</code> </td> <td> U+003A5 </td> </tr><tr><td> <code title="">Uring;</code> </td> <td> U+0016E </td> </tr><tr><td> <code title="">Uscr;</code> </td> <td> U+1D4B0 </td> </tr><tr><td> <code title="">Utilde;</code> </td> <td> U+00168 </td> </tr><tr><td> <code title="">Uuml;</code> </td> <td> U+000DC </td> </tr><tr class="impl"><td> <code title="">Uuml</code> </td> <td> U+000DC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">VDash;</code> </td> <td> U+022AB </td> </tr><tr><td> <code title="">Vbar;</code> </td> <td> U+02AEB </td> </tr><tr><td> <code title="">Vcy;</code> </td> <td> U+00412 </td> </tr><tr><td> <code title="">Vdash;</code> </td> <td> U+022A9 </td> </tr><tr><td> <code title="">Vdashl;</code> </td> <td> U+02AE6 </td> </tr><tr><td> <code title="">Vee;</code> </td> <td> U+022C1 </td> </tr><tr><td> <code title="">Verbar;</code> </td> <td> U+02016 <td> </tr><tr><td> <code title="">Vert;</code> </td> <td> U+02016 </td> </tr><tr><td> <code title="">VerticalBar;</code> </td> <td> U+02223 </td> </tr><tr><td> <code title="">VerticalLine;</code> </td> <td> U+0007C </td> </tr><tr><td> <code title="">VerticalSeparator;</code> </td> <td> U+02758 </td> </tr><tr><td> <code title="">VerticalTilde;</code> </td> <td> U+02240 </td> </tr><tr><td> <code title="">VeryThinSpace;</code> </td> <td> U+0200A </td> </tr><tr><td> <code title="">Vfr;</code> </td> <td> U+1D519 </td> </tr><tr><td> <code title="">Vopf;</code> </td> <td> U+1D54D </td> </tr><tr><td> <code title="">Vscr;</code> </td> <td> U+1D4B1 </td> </tr><tr><td> <code title="">Vvdash;</code> </td> <td> U+022AA </td> </tr><tr><td> <code title="">Wcirc;</code> </td> <td> U+00174 </td> </tr><tr><td> <code title="">Wedge;</code> </td> <td> U+022C0 </td> </tr><tr><td> <code title="">Wfr;</code> </td> <td> U+1D51A </td> </tr><tr><td> <code title="">Wopf;</code> </td> <td> U+1D54E </td> </tr><tr><td> <code title="">Wsc;</code> </td> <td> U+1D4B2 </td> </tr><tr><td> <code title="">Xfr;</code> </td> <td> U+1D51B </td> </tr><tr><td> <code title="">Xi;</code> </td> <td> U+0039E </td> </tr><tr><td> <code title="">Xopf;</code> </td> <td> U+1D54F </td> </tr><tr><td> <code title="">Xscr;</code> </td> <td> U+1D4B3 </td> </tr><tr><td> <code title="">YAcy;</code> </td> <td> U+0042F </td> </tr><tr><td> <code title="">YIcy;</code> </td> <td> U+00407 </td> </tr><tr><td> <code title="">YUcy;</code> </td> <td> U+0042E </td> </tr><tr><td> <code title="">Yacute;</code> </td> <td> U+000DD </td> </tr><tr class="impl"><td> <code title="">Yacute</code> </td> <td> U+000DD </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">Ycirc;</code> </td> <td> U+00176 </td> </tr><tr><td> <code title="">Ycy;</code> </td> <td> U+0042B </td> </tr><tr><td> <code title="">Yfr;</code> </td> <td> U+1D51C </td> </tr><tr><td> <code title="">Yopf;</code> </td> <td> U+1D550 </td> </tr><tr><td> <code title="">Yscr</code> </td> <td> U+1D4B4 </td> </tr><tr><td> <code title="">Yuml;</code> </td> <td> U+00178 </td> </tr><tr><td> <code title="">ZHcy;</code> </td> <td> U+00416 </td> </tr><tr><td> <code title="">Zacute;</code> </td> <td> U+00179 </td> </tr><tr><td> <code title="">Zcaron;</code> </td> <td> U+0017D </td> </tr><tr><td> <code title="">Zcy;</code> </td> <td> U+00417 </td> </tr><tr><td> <code title="">Zdot;</code> </td> <td> U+0017B </td> </tr><tr><td> <code title="">ZeroWidthSpace;</code> </td> <td> U+0200B </td> </tr><tr><td> <code title="">Zeta;</code> </td> <td> U+00396 </td> </tr><tr><td> <code title="">Zfr;</code> </td> <td> U+02128 </td> </tr><tr><td> <code title="">Zopf;</code> </td> <td> U+02124 </td> </tr><tr><td> <code title="">Zscr;</code> </td> <td> U+1D4B5 </td> </tr><tr><td> <code title="">aacute;</code> </td> <td> U+000E1 </td> </tr><tr class="impl"><td> <code title="">aacute</code> </td> <td> U+000E1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <cod title="">abreve;</code> </td> <td> U+00103 </td> </tr><tr><td> <code title="">ac;</code> </td> <td> U+0223E </td> </tr><tr><td> <code title="">acd;</code> </td> <td> U+0223F </td> </tr><tr><td> <code title="">acirc;</code> </td> <td> U+000E2 </td> </tr><tr class="impl"><td> <code title="">acirc</code> </td> <td> U+000E2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acute;</code> </td> <td> U+000B4 </td> </tr><tr class="impl"><td> <code title="">acute</code> </td> <td> U+000B4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">acy;</code> </td> <td> U+00430 </td> </tr><tr><td> <code title="">aelig;</code> </td> <td> U+000E6 </td> </tr><tr class="impl"><td> <code title="">aelig</code> </td> <td> U+000E6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">af;</code> </td> <td> U+02061 </td> </tr><tr><td> <code title="">afr;</code> </td> <td U+1D51E </td> </tr><tr><td> <code title="">agrave;</code> </td> <td> U+000E0 </td> </tr><tr class="impl"><td> <code title="">agrave</code> </td> <td> U+000E0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">alefsym;</code> </td> <td> U+02135 </td> </tr><tr><td> <code title="">aleph;</code> </td> <td> U+02135 </td> </tr><tr><td> <code title="">alpha;</code> </td> <td> U+003B1 </td> </tr><tr><td> <code title="">amacr;</code> </td> <td> U+00101 </td> </tr><tr><td> <code title="">amalg;</code> </td> <td> U+02A3F </td> </tr><tr><td> <code title="">amp;</code> </td> <td> U+00026 </td> </tr><tr class="impl"><td> <code title="">amp</code> </td> <td> U+00026 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">and;</code> </td> <td> U+02227 </td> </tr><tr><td> <code title="">andand;</code> </td> <td> U+02A55 </td> </tr><tr><td> <code title="">andd;</code> </td> <td> U+02A5C </td> </tr><tr><td> <code title"">andslope;</code> </td> <td> U+02A58 </td> </tr><tr><td> <code title="">andv;</code> </td> <td> U+02A5A </td> </tr><tr><td> <code title="">ang;</code> </td> <td> U+02220 </td> </tr><tr><td> <code title="">ange;</code> </td> <td> U+029A4 </td> </tr><tr><td> <code title="">angle;</code> </td> <td> U+02220 </td> </tr><tr><td> <code title="">angmsd;</code> </td> <td> U+02221 </td> </tr><tr><td> <code title="">angmsdaa;</code> </td> <td> U+029A8 </td> </tr><tr><td> <code title="">angmsdab;</code> </td> <td> U+029A9 </td> </tr><tr><td> <code title="">angmsdac;</code> </td> <td> U+029AA </td> </tr><tr><td> <code title="">angmsdad;</code> </td> <td> U+029AB </td> </tr><tr><td> <code title="">angmsdae;</code> </td> <td> U+029AC </td> </tr><tr><td> <code title="">angmsdaf;</code> </td> <td> U+029AD </td> </tr><tr><td> <code title="">angmsdag;</code> </td> <td> U+029AE </td> </tr><tr><td> <code title="">angmsdah;</code> </td> <td> U+029AF </td> </tr><tr><td> <code title="">angrt;</code> </td> <td> U+0221F </td> </tr<tr><td> <code title="">angrtvb;</code> </td> <td> U+022BE </td> </tr><tr><td> <code title="">angrtvbd;</code> </td> <td> U+0299D </td> </tr><tr><td> <code title="">angsph;</code> </td> <td> U+02222 </td> </tr><tr><td> <code title="">angst;</code> </td> <td> U+000C5 </td> </tr><tr><td> <code title="">angzarr;</code> </td> <td> U+0237C </td> </tr><tr><td> <code title="">aogon;</code> </td> <td> U+00105 </td> </tr><tr><td> <code title="">aopf;</code> </td> <td> U+1D552 </td> </tr><tr><td> <code title="">ap;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">apE;</code> </td> <td> U+02A70 </td> </tr><tr><td> <code title="">apacir;</code> </td> <td> U+02A6F </td> </tr><tr><td> <code title="">ape;</code> </td> <td> U+0224A </td> </tr><tr><td> <code title="">apid;</code> </td> <td> U+0224B </td> </tr><tr><td> <code title="">apos;</code> </td> <td> U+00027 </td> </tr><tr><td> <code title="">approx;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">approxeq;</code> </td> <td> U+0224A </td> </tr<tr><td> <code title="">aring;</code> </td> <td> U+000E5 </td> </tr><tr class="impl"><td> <code title="">aring</code> </td> <td> U+000E5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ascr;</code> </td> <td> U+1D4B6 </td> </tr><tr><td> <code title="">ast;</code> </td> <td> U+0002A </td> </tr><tr><td> <code title="">asymp;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">asympeq;</code> </td> <td> U+0224D </td> </tr><tr><td> <code title="">atilde;</code> </td> <td> U+000E3 </td> </tr><tr class="impl"><td> <code title="">atilde</code> </td> <td> U+000E3 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">auml;</code> </td> <td> U+000E4 </td> </tr><tr class="impl"><td> <code title="">auml</code> </td> <td> U+000E4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">awconint;</code> </td> <td> U+02233 </td> </tr><tr><td> <code title"">awint;</code> </td> <td> U+02A11 </td> </tr><tr><td> <code title="">bNot;</code> </td> <td> U+02AED </td> </tr><tr><td> <code title="">backcong;</code> </td> <td> U+0224C </td> </tr><tr><td> <code title="">backepsilon;</code> </td> <td> U+003F6 </td> </tr><tr><td> <code title="">backprime;</code> </td> <td> U+02035 </td> </tr><tr><td> <code title="">backsim;</code> </td> <td> U+0223D </td> </tr><tr><td> <code title="">backsimeq;</code> </td> <td> U+022CD </td> </tr><tr><td> <code title="">barvee;</code> </td> <td> U+022BD </td> </tr><tr><td> <code title="">barwed;</code> </td> <td> U+02305 </td> </tr><tr><td> <code title="">barwedge;</code> </td> <td> U+02305 </td> </tr><tr><td> <code title="">bbrk;</code> </td> <td> U+023B5 </td> </tr><tr><td> <code title="">bbrktbrk;</code> </td> <td> U+023B6 </td> </tr><tr><td> <code title="">bcong;</code> </td> <td> U+0224C </td> </tr><tr><td> <code title="">bcy;</code> </td> <td> U+00431 </td> </tr><tr><td> <code title="">bdquo;</code> </td> <td> U+0201E </td> </tr>tr><td> <code title="">becaus;</code> </td> <td> U+02235 </td> </tr><tr><td> <code title="">because;</code> </td> <td> U+02235 </td> </tr><tr><td> <code title="">bemptyv;</code> </td> <td> U+029B0 </td> </tr><tr><td> <code title="">bepsi;</code> </td> <td> U+003F6 </td> </tr><tr><td> <code title="">bernou;</code> </td> <td> U+0212C </td> </tr><tr><td> <code title="">beta;</code> </td> <td> U+003B2 </td> </tr><tr><td> <code title="">beth;</code> </td> <td> U+02136 </td> </tr><tr><td> <code title="">between;</code> </td> <td> U+0226C </td> </tr><tr><td> <code title="">bfr;</code> </td> <td> U+1D51F </td> </tr><tr><td> <code title="">bigcap;</code> </td> <td> U+022C2 </td> </tr><tr><td> <code title="">bigcirc;</code> </td> <td> U+025EF </td> </tr><tr><td> <code title="">bigcup;</code> </td> <td> U+022C3 </td> </tr><tr><td> <code title="">bigodot;</code> </td> <td> U+02A00 </td> </tr><tr><td> <code title="">bigoplus;</code> </td> <td> U+02A01 </td> </tr><tr><td> <code title="">bigotimes;</code> </td> <td> U+02A2 </td> </tr><tr><td> <code title="">bigsqcup;</code> </td> <td> U+02A06 </td> </tr><tr><td> <code title="">bigstar;</code> </td> <td> U+02605 </td> </tr><tr><td> <code title="">bigtriangledown;</code> </td> <td> U+025BD </td> </tr><tr><td> <code title="">bigtriangleup;</code> </td> <td> U+025B3 </td> </tr><tr><td> <code title="">biguplus;</code> </td> <td> U+02A04 </td> </tr><tr><td> <code title="">bigvee;</code> </td> <td> U+022C1 </td> </tr><tr><td> <code title="">bigwedge;</code> </td> <td> U+022C0 </td> </tr><tr><td> <code title="">bkarow;</code> </td> <td> U+0290D </td> </tr><tr><td> <code title="">blacklozenge;</code> </td> <td> U+029EB </td> </tr><tr><td> <code title="">blacksquare;</code> </td> <td> U+025AA </td> </tr><tr><td> <code title="">blacktriangle;</code> </td> <td> U+025B4 </td> </tr><tr><td> <code title="">blacktriangledown;</code> </td> <td> U+025BE </td> </tr><tr><td> <code title="">blacktriangleleft;</code> </td> <td> U+025C2 </td> </tr><tr><td> <code title="">blacktriangleright;</code </td> <td> U+025B8 </td> </tr><tr><td> <code title="">blank;</code> </td> <td> U+02423 </td> </tr><tr><td> <code title="">blk12;</code> </td> <td> U+02592 </td> </tr><tr><td> <code title="">blk14;</code> </td> <td> U+02591 </td> </tr><tr><td> <code title="">blk34;</code> </td> <td> U+02593 </td> </tr><tr><td> <code title="">block;</code> </td> <td> U+02588 </td> </tr><tr><td> <code title="">bnot;</code> </td> <td> U+02310 </td> </tr><tr><td> <code title="">bopf;</code> </td> <td> U+1D553 </td> </tr><tr><td> <code title="">bot;</code> </td> <td> U+022A5 </td> </tr><tr><td> <code title="">bottom;</code> </td> <td> U+022A5 </td> </tr><tr><td> <code title="">bowtie;</code> </td> <td> U+022C8 </td> </tr><tr><td> <code title="">boxDL;</code> </td> <td> U+02557 </td> </tr><tr><td> <code title="">boxDR;</code> </td> <td> U+02554 </td> </tr><tr><td> <code title="">boxDl;</code> </td> <td> U+02556 </td> </tr><tr><td> <code title="">boxDr;</code> </td> <td> U+02553 </td> </tr><tr><td> <code title="">boxH;</code> </td <td> U+02550 </td> </tr><tr><td> <code title="">boxHD;</code> </td> <td> U+02566 </td> </tr><tr><td> <code title="">boxHU;</code> </td> <td> U+02569 </td> </tr><tr><td> <code title="">boxHd;</code> </td> <td> U+02564 </td> </tr><tr><td> <code title="">boxHu;</code> </td> <td> U+02567 </td> </tr><tr><td> <code title="">boxUL;</code> </td> <td> U+0255D </td> </tr><tr><td> <code title="">boxUR;</code> </td> <td> U+0255A </td> </tr><tr><td> <code title="">boxUl;</code> </td> <td> U+0255C </td> </tr><tr><td> <code title="">boxUr;</code> </td> <td> U+02559 </td> </tr><tr><td> <code title="">boxV;</code> </td> <td> U+02551 </td> </tr><tr><td> <code title="">boxVH;</code> </td> <td> U+0256C </td> </tr><tr><td> <code title="">boxVL;</code> </td> <td> U+02563 </td> </tr><tr><td> <code title="">boxVR;</code> </td> <td> U+02560 </td> </tr><tr><td> <code title="">boxVh;</code> </td> <td> U+0256B </td> </tr><tr><td> <code title="">boxVl;</code> </td> <td> U+02562 </td> </tr><tr><td> <code title="">boxVr;</code> </td> <t> U+0255F </td> </tr><tr><td> <code title="">boxbox;</code> </td> <td> U+029C9 </td> </tr><tr><td> <code title="">boxdL;</code> </td> <td> U+02555 </td> </tr><tr><td> <code title="">boxdR;</code> </td> <td> U+02552 </td> </tr><tr><td> <code title="">boxdl;</code> </td> <td> U+02510 </td> </tr><tr><td> <code title="">boxdr;</code> </td> <td> U+0250C </td> </tr><tr><td> <code title="">boxh;</code> </td> <td> U+02500 </td> </tr><tr><td> <code title="">boxhD;</code> </td> <td> U+02565 </td> </tr><tr><td> <code title="">boxhU;</code> </td> <td> U+02568 </td> </tr><tr><td> <code title="">boxhd;</code> </td> <td> U+0252C </td> </tr><tr><td> <code title="">boxhu;</code> </td> <td> U+02534 </td> </tr><tr><td> <code title="">boxminus;</code> </td> <td> U+0229F </td> </tr><tr><td> <code title="">boxplus;</code> </td> <td> U+0229E </td> </tr><tr><td> <code title="">boxtimes;</code> </td> <td> U+022A0 </td> </tr><tr><td> <code title="">boxuL;</code> </td> <td> U+0255B </td> </tr><tr><td> <code title="">boxuR;</code> </t> <td> U+02558 </td> </tr><tr><td> <code title="">boxul;</code> </td> <td> U+02518 </td> </tr><tr><td> <code title="">boxur;</code> </td> <td> U+02514 </td> </tr><tr><td> <code title="">boxv;</code> </td> <td> U+02502 </td> </tr><tr><td> <code title="">boxvH;</code> </td> <td> U+0256A </td> </tr><tr><td> <code title="">boxvL;</code> </td> <td> U+02561 </td> </tr><tr><td> <code title="">boxvR;</code> </td> <td> U+0255E </td> </tr><tr><td> <code title="">boxvh;</code> </td> <td> U+0253C </td> </tr><tr><td> <code title="">boxvl;</code> </td> <td> U+02524 </td> </tr><tr><td> <code title="">boxvr;</code> </td> <td> U+0251C </td> </tr><tr><td> <code title="">bprime;</code> </td> <td> U+02035 </td> </tr><tr><td> <code title="">breve;</code> </td> <td> U+002D8 </td> </tr><tr><td> <code title="">brvbar;</code> </td> <td> U+000A6 </td> </tr><tr class="impl"><td> <code title="">brvbar</code> </td> <td> U+000A6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">bsr;</code> </td> <td> U+1D4B7 </td> </tr><tr><td> <code title="">bsemi;</code> </td> <td> U+0204F </td> </tr><tr><td> <code title="">bsim;</code> </td> <td> U+0223D </td> </tr><tr><td> <code title="">bsime;</code> </td> <td> U+022CD </td> </tr><tr><td> <code title="">bsol;</code> </td> <td> U+0005C </td> </tr><tr><td> <code title="">bsolb;</code> </td> <td> U+029C5 </td> </tr><tr><td> <code title="">bsolhsub;</code> </td> <td> U+027C8 </td> </tr><tr><td> <code title="">bull;</code> </td> <td> U+02022 </td> </tr><tr><td> <code title="">bullet;</code> </td> <td> U+02022 </td> </tr><tr><td> <code title="">bump;</code> </td> <td> U+0224E </td> </tr><tr><td> <code title="">bumpE;</code> </td> <td> U+02AAE </td> </tr><tr><td> <code title="">bumpe;</code> </td> <td> U+0224F </td> </tr><tr><td> <code title="">bumpeq;</code> </td> <td> U+0224F </td> </tr><tr><td> <code title="">cacute;</code> </td> <td> U+00107 </td> </tr><tr><td> <code title="">cap;</code> </td> <td> U+02229 </td> </tr><tr><td> <code title="">capand</code> </td> <td> U+02A44 </td> </tr><tr><td> <code title="">capbrcup;</code> </td> <td> U+02A49 </td> </tr><tr><td> <code title="">capcap;</code> </td> <td> U+02A4B </td> </tr><tr><td> <code title="">capcup;</code> </td> <td> U+02A47 </td> </tr><tr><td> <code title="">capdot;</code> </td> <td> U+02A40 </td> </tr><tr><td> <code title="">caret;</code> </td> <td> U+02041 </td> </tr><tr><td> <code title="">caron;</code> </td> <td> U+002C7 </td> </tr><tr><td> <code title="">ccaps;</code> </td> <td> U+02A4D </td> </tr><tr><td> <code title="">ccaron;</code> </td> <td> U+0010D </td> </tr><tr><td> <code title="">ccedil;</code> </td> <td> U+000E7 </td> </tr><tr class="impl"><td> <code title="">ccedil</code> </td> <td> U+000E7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ccirc;</code> </td> <td> U+00109 </td> </tr><tr><td> <code title="">ccups;</code> </td> <td> U+02A4C </td> </tr><tr><td> <code title="">ccupssm;</code> </td> <td> U+02A50 </td> </tr><tr><d> <code title="">cdot;</code> </td> <td> U+0010B </td> </tr><tr><td> <code title="">cedil;</code> </td> <td> U+000B8 </td> </tr><tr class="impl"><td> <code title="">cedil</code> </td> <td> U+000B8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">cemptyv;</code> </td> <td> U+029B2 </td> </tr><tr><td> <code title="">cent;</code> </td> <td> U+000A2 </td> </tr><tr class="impl"><td> <code title="">cent</code> </td> <td> U+000A2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">centerdot;</code> </td> <td> U+000B7 </td> </tr><tr><td> <code title="">cfr;</code> </td> <td> U+1D520 </td> </tr><tr><td> <code title="">chcy;</code> </td> <td> U+00447 </td> </tr><tr><td> <code title="">check;</code> </td> <td> U+02713 </td> </tr><tr><td> <code title="">checkmark;</code> </td> <td> U+02713 </td> </tr><tr><td> <code title="">chi;</code> </td> <td> U+003C7 </td> </tr><tr><td> <code title="">cir;</code> </td> td> U+025CB </td> </tr><tr><td> <code title="">cirE;</code> </td> <td> U+029C3 </td> </tr><tr><td> <code title="">circ;</code> </td> <td> U+002C6 </td> </tr><tr><td> <code title="">circeq;</code> </td> <td> U+02257 </td> </tr><tr><td> <code title="">circlearrowleft;</code> </td> <td> U+021BA </td> </tr><tr><td> <code title="">circlearrowright;</code> </td> <td> U+021BB </td> </tr><tr><td> <code title="">circledR;</code> </td> <td> U+000AE </td> </tr><tr><td> <code title="">circledS;</code> </td> <td> U+024C8 </td> </tr><tr><td> <code title="">circledast;</code> </td> <td> U+0229B </td> </tr><tr><td> <code title="">circledcirc;</code> </td> <td> U+0229A </td> </tr><tr><td> <code title="">circleddash;</code> </td> <td> U+0229D </td> </tr><tr><td> <code title="">cire;</code> </td> <td> U+02257 </td> </tr><tr><td> <code title="">cirfnint;</code> </td> <td> U+02A10 </td> </tr><tr><td> <code title="">cirmid;</code> </td> <td> U+02AEF </td> </tr><tr><td> <code title="">cirscir;</code> </td> <td> U+029C2 </td> </tr<tr><td> <code title="">clubs;</code> </td> <td> U+02663 </td> </tr><tr><td> <code title="">clubsuit;</code> </td> <td> U+02663 </td> </tr><tr><td> <code title="">colon;</code> </td> <td> U+0003A </td> </tr><tr><td> <code title="">colone;</code> </td> <td> U+02254 </td> </tr><tr><td> <code title="">coloneq;</code> </td> <td> U+02254 </td> </tr><tr><td> <code title="">comma;</code> </td> <td> U+0002C </td> </tr><tr><td> <code title="">commat;</code> </td> <td> U+00040 </td> </tr><tr><td> <code title="">comp;</code> </td> <td> U+02201 </td> </tr><tr><td> <code title="">compfn;</code> </td> <td> U+02218 </td> </tr><tr><td> <code title="">complement;</code> </td> <td> U+02201 </td> </tr><tr><td> <code title="">complexes;</code> </td> <td> U+02102 </td> </tr><tr><td> <code title="">cong;</code> </td> <td> U+02245 </td> </tr><tr><td> <code title="">congdot;</code> </td> <td> U+02A6D </td> </tr><tr><td> <code title="">conint;</code> </td> <td> U+0222E </td> </tr><tr><td> <code title="">copf;</code> </td> <td> U+1D54 </td> </tr><tr><td> <code title="">coprod;</code> </td> <td> U+02210 </td> </tr><tr><td> <code title="">copy;</code> </td> <td> U+000A9 </td> </tr><tr class="impl"><td> <code title="">copy</code> </td> <td> U+000A9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">copysr;</code> </td> <td> U+02117 </td> </tr><tr><td> <code title="">crarr;</code> </td> <td> U+021B5 </td> </tr><tr><td> <code title="">cross;</code> </td> <td> U+02717 </td> </tr><tr><td> <code title="">cscr;</code> </td> <td> U+1D4B8 </td> </tr><tr><td> <code title="">csub;</code> </td> <td> U+02ACF </td> </tr><tr><td> <code title="">csube;</code> </td> <td> U+02AD1 </td> </tr><tr><td> <code title="">csup;</code> </td> <td> U+02AD0 </td> </tr><tr><td> <code title="">csupe;</code> </td> <td> U+02AD2 </td> </tr><tr><td> <code title="">ctdot;</code> </td> <td> U+022EF </td> </tr><tr><td> <code title="">cudarrl;</code> </td> <td> U+02938 </td> </tr><tr><td> <code title="">cudarrr;</code> <td> <td> U+02935 </td> </tr><tr><td> <code title="">cuepr;</code> </td> <td> U+022DE </td> </tr><tr><td> <code title="">cuesc;</code> </td> <td> U+022DF </td> </tr><tr><td> <code title="">cularr;</code> </td> <td> U+021B6 </td> </tr><tr><td> <code title="">cularrp;</code> </td> <td> U+0293D </td> </tr><tr><td> <code title="">cup;</code> </td> <td> U+0222A </td> </tr><tr><td> <code title="">cupbrcap;</code> </td> <td> U+02A48 </td> </tr><tr><td> <code title="">cupcap;</code> </td> <td> U+02A46 </td> </tr><tr><td> <code title="">cupcup;</code> </td> <td> U+02A4A </td> </tr><tr><td> <code title="">cupdot;</code> </td> <td> U+0228D </td> </tr><tr><td> <code title="">cupor;</code> </td> <td> U+02A45 </td> </tr><tr><td> <code title="">curarr;</code> </td> <td> U+021B7 </td> </tr><tr><td> <code title="">curarrm;</code> </td> <td> U+0293C </td> </tr><tr><td> <code title="">curlyeqprec;</code> </td> <td> U+022DE </td> </tr><tr><td> <code title="">curlyeqsucc;</code> </td> <td> U+022DF </td> </tr><tr><td> <code title"">curlyvee;</code> </td> <td> U+022CE </td> </tr><tr><td> <code title="">curlywedge;</code> </td> <td> U+022CF </td> </tr><tr><td> <code title="">curren;</code> </td> <td> U+000A4 </td> </tr><tr class="impl"><td> <code title="">curren</code> </td> <td> U+000A4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">curvearrowleft;</code> </td> <td> U+021B6 </td> </tr><tr><td> <code title="">curvearrowright;</code> </td> <td> U+021B7 </td> </tr><tr><td> <code title="">cuvee;</code> </td> <td> U+022CE </td> </tr><tr><td> <code title="">cuwed;</code> </td> <td> U+022CF </td> </tr><tr><td> <code title="">cwconint;</code> </td> <td> U+02232 </td> </tr><tr><td> <code title="">cwint;</code> </td> <td> U+02231 </td> </tr><tr><td> <code title="">cylcty;</code> </td> <td> U+0232D </td> </tr><tr><td> <code title="">dArr;</code> </td> <td> U+021D3 </td> </tr><tr><td> <code title="">dHar;</code> </td> <td> U+02965 </td> </tr><tr><td> <code title="">dagger;</code> </td><td> U+02020 </td> </tr><tr><td> <code title="">daleth;</code> </td> <td> U+02138 </td> </tr><tr><td> <code title="">darr;</code> </td> <td> U+02193 </td> </tr><tr><td> <code title="">dash;</code> </td> <td> U+02010 </td> </tr><tr><td> <code title="">dashv;</code> </td> <td> U+022A3 </td> </tr><tr><td> <code title="">dbkarow;</code> </td> <td> U+0290F </td> </tr><tr><td> <code title="">dblac;</code> </td> <td> U+002DD </td> </tr><tr><td> <code title="">dcaron;</code> </td> <td> U+0010F </td> </tr><tr><td> <code title="">dcy;</code> </td> <td> U+00434 </td> </tr><tr><td> <code title="">dd;</code> </td> <td> U+02146 </td> </tr><tr><td> <code title="">ddagger;</code> </td> <td> U+02021 </td> </tr><tr><td> <code title="">ddarr;</code> </td> <td> U+021CA </td> </tr><tr><td> <code title="">ddotseq;</code> </td> <td> U+02A77 </td> </tr><tr><td> <code title="">deg;</code> </td> <td> U+000B0 </td> </tr><tr class="impl"><td> <code title="">deg</code> </td> <td> U+000B0 </td> </tr><!-- (invalid entity with missing semcolon for legacy support only) --><tr><td> <code title="">delta;</code> </td> <td> U+003B4 </td> </tr><tr><td> <code title="">demptyv;</code> </td> <td> U+029B1 </td> </tr><tr><td> <code title="">dfisht;</code> </td> <td> U+0297F </td> </tr><tr><td> <code title="">dfr;</code> </td> <td> U+1D521 </td> </tr><tr><td> <code title="">dharl;</code> </td> <td> U+021C3 </td> </tr><tr><td> <code title="">dharr;</code> </td> <td> U+021C2 </td> </tr><tr><td> <code title="">diam;</code> </td> <td> U+022C4 </td> </tr><tr><td> <code title="">diamond;</code> </td> <td> U+022C4 </td> </tr><tr><td> <code title="">diamondsuit;</code> </td> <td> U+02666 </td> </tr><tr><td> <code title="">diams;</code> </td> <td> U+02666 </td> </tr><tr><td> <code title="">die;</code> </td> <td> U+000A8 </td> </tr><tr><td> <code title="">digamma;</code> </td> <td> U+003DD </td> </tr><tr><td> <code title="">disin;</code> </td> <td> U+022F2 </td> </tr><tr><td> <code title="">div;</code> </td> <td> U+000F7 </td> </tr><tr><td> <code title="">divide</code> </td> <td> U+000F7 </td> </tr><tr class="impl"><td> <code title="">divide</code> </td> <td> U+000F7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">divideontimes;</code> </td> <td> U+022C7 </td> </tr><tr><td> <code title="">divonx;</code> </td> <td> U+022C7 </td> </tr><tr><td> <code title="">djcy;</code> </td> <td> U+00452 </td> </tr><tr><td> <code title="">dlcorn;</code> </td> <td> U+0231E </td> </tr><tr><td> <code title="">dlcrop;</code> </td> <td> U+0230D </td> </tr><tr><td> <code title="">dollar;</code> </td> <td> U+00024 </td> </tr><tr><td> <code title="">dopf;</code> </td> <td> U+1D555 </td> </tr><tr><td> <code title="">dot;</code> </td> <td> U+002D9 </td> </tr><tr><td> <code title="">doteq;</code> </td> <td> U+02250 </td> </tr><tr><td> <code title="">doteqdot;</code> </td> <td> U+02251 </td> </tr><tr><td> <code title="">dotminus;</code> </td> <td> U+02238 </td> </tr><tr><td> <code title="">dotplus;</code> </td> <td> U+02214 </td> </tr<tr><td> <code title="">dotsquare;</code> </td> <td> U+022A1 </td> </tr><tr><td> <code title="">doublebarwedge;</code> </td> <td> U+02306 </td> </tr><tr><td> <code title="">downarrow;</code> </td> <td> U+02193 </td> </tr><tr><td> <code title="">downdownarrows;</code> </td> <td> U+021CA </td> </tr><tr><td> <code title="">downharpoonleft;</code> </td> <td> U+021C3 </td> </tr><tr><td> <code title="">downharpoonright;</code> </td> <td> U+021C2 </td> </tr><tr><td> <code title="">drbkarow;</code> </td> <td> U+02910 </td> </tr><tr><td> <code title="">drcorn;</code> </td> <td> U+0231F </td> </tr><tr><td> <code title="">drcrop;</code> </td> <td> U+0230C </td> </tr><tr><td> <code title="">dscr;</code> </td> <td> U+1D4B9 </td> </tr><tr><td> <code title="">dscy;</code> </td> <td> U+00455 </td> </tr><tr><td> <code title="">dsol;</code> </td> <td> U+029F6 </td> </tr><tr><td> <code title="">dstrok;</code> </td> <td> U+00111 </td> </tr><tr><td> <code title="">dtdot;</code> </td> <td> U+022F1 </td> </tr><tr><td> <code title"">dtri;</code> </td> <td> U+025BF </td> </tr><tr><td> <code title="">dtrif;</code> </td> <td> U+025BE </td> </tr><tr><td> <code title="">duarr;</code> </td> <td> U+021F5 </td> </tr><tr><td> <code title="">duhar;</code> </td> <td> U+0296F </td> </tr><tr><td> <code title="">dwangle;</code> </td> <td> U+029A6 </td> </tr><tr><td> <code title="">dzcy;</code> </td> <td> U+0045F </td> </tr><tr><td> <code title="">dzigrarr;</code> </td> <td> U+027FF </td> </tr><tr><td> <code title="">eDDot;</code> </td> <td> U+02A77 </td> </tr><tr><td> <code title="">eDot;</code> </td> <td> U+02251 </td> </tr><tr><td> <code title="">eacute;</code> </td> <td> U+000E9 </td> </tr><tr class="impl"><td> <code title="">eacute</code> </td> <td> U+000E9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">easter;</code> </td> <td> U+02A6E </td> </tr><tr><td> <code title="">ecaron;</code> </td> <td> U+0011B </td> </tr><tr><td> <code title="">ecir;</code> </td> <td> U+02256 </td> </tr><t><td> <code title="">ecirc;</code> </td> <td> U+000EA </td> </tr><tr class="impl"><td> <code title="">ecirc</code> </td> <td> U+000EA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ecolon;</code> </td> <td> U+02255 </td> </tr><tr><td> <code title="">ecy;</code> </td> <td> U+0044D </td> </tr><tr><td> <code title="">edot;</code> </td> <td> U+00117 </td> </tr><tr><td> <code title="">ee;</code> </td> <td> U+02147 </td> </tr><tr><td> <code title="">efDot;</code> </td> <td> U+02252 </td> </tr><tr><td> <code title="">efr;</code> </td> <td> U+1D522 </td> </tr><tr><td> <code title="">eg;</code> </td> <td> U+02A9A </td> </tr><tr><td> <code title="">egrave;</code> </td> <td> U+000E8 </td> </tr><tr class="impl"><td> <code title="">egrave</code> </td> <td> U+000E8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">egs;</code> </td> <td> U+02A96 </td> </tr><tr><td> <code title="">egsdot;</code> </td> <td> U02A98 </td> </tr><tr><td> <code title="">el;</code> </td> <td> U+02A99 </td> </tr><tr><td> <code title="">elinters;</code> </td> <td> U+023E7 </td> </tr><tr><td> <code title="">ell;</code> </td> <td> U+02113 </td> </tr><tr><td> <code title="">els;</code> </td> <td> U+02A95 </td> </tr><tr><td> <code title="">elsdot;</code> </td> <td> U+02A97 </td> </tr><tr><td> <code title="">emacr;</code> </td> <td> U+00113 </td> </tr><tr><td> <code title="">empty;</code> </td> <td> U+02205 </td> </tr><tr><td> <code title="">emptyset;</code> </td> <td> U+02205 </td> </tr><tr><td> <code title="">emptyv;</code> </td> <td> U+02205 </td> </tr><tr><td> <code title="">emsp13;</code> </td> <td> U+02004 </td> </tr><tr><td> <code title="">emsp14;</code> </td> <td> U+02005 </td> </tr><tr><td> <code title="">emsp;</code> </td> <td> U+02003 </td> </tr><tr><td> <code title="">eng;</code> </td> <td> U+0014B </td> </tr><tr><td> <code title="">ensp;</code> </td> <td> U+02002 </td> </tr><tr><td> <code title="">eogon;</code> </td> <td> U+0019 </td> </tr><tr><td> <code title="">eopf;</code> </td> <td> U+1D556 </td> </tr><tr><td> <code title="">epar;</code> </td> <td> U+022D5 </td> </tr><tr><td> <code title="">eparsl;</code> </td> <td> U+029E3 </td> </tr><tr><td> <code title="">eplus;</code> </td> <td> U+02A71 </td> </tr><tr><td> <code title="">epsi;</code> </td> <td> U+003B5 </td> </tr><tr><td> <code title="">epsilon;</code> </td> <td> U+003B5 </td> </tr><tr><td> <code title="">epsiv;</code> </td> <td> U+003F5 </td> </tr><tr><td> <code title="">eqcirc;</code> </td> <td> U+02256 </td> </tr><tr><td> <code title="">eqcolon;</code> </td> <td> U+02255 </td> </tr><tr><td> <code title="">eqsim;</code> </td> <td> U+02242 </td> </tr><tr><td> <code title="">eqslantgtr;</code> </td> <td> U+02A96 </td> </tr><tr><td> <code title="">eqslantless;</code> </td> <td> U+02A95 </td> </tr><tr><td> <code title="">equals;</code> </td> <td> U+0003D </td> </tr><tr><td> <code title="">equest;</code> </td> <td> U+0225F </td> </tr><tr><td> <code title="">equiv;</code> </t> <td> U+02261 </td> </tr><tr><td> <code title="">equivDD;</code> </td> <td> U+02A78 </td> </tr><tr><td> <code title="">eqvparsl;</code> </td> <td> U+029E5 </td> </tr><tr><td> <code title="">erDot;</code> </td> <td> U+02253 </td> </tr><tr><td> <code title="">erarr;</code> </td> <td> U+02971 </td> </tr><tr><td> <code title="">escr;</code> </td> <td> U+0212F </td> </tr><tr><td> <code title="">esdot;</code> </td> <td> U+02250 </td> </tr><tr><td> <code title="">esim;</code> </td> <td> U+02242 </td> </tr><tr><td> <code title="">eta;</code> </td> <td> U+003B7 </td> </tr><tr><td> <code title="">eth;</code> </td> <td> U+000F0 </td> </tr><tr class="impl"><td> <code title="">eth</code> </td> <td> U+000F0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">euml;</code> </td> <td> U+000EB </td> </tr><tr class="impl"><td> <code title="">euml</code> </td> <td> U+000EB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code tile="">euro;</code> </td> <td> U+020AC </td> </tr><tr><td> <code title="">excl;</code> </td> <td> U+00021 </td> </tr><tr><td> <code title="">exist;</code> </td> <td> U+02203 </td> </tr><tr><td> <code title="">expectation;</code> </td> <td> U+02130 </td> </tr><tr><td> <code title="">exponentiale;</code> </td> <td> U+02147 </td> </tr><tr><td> <code title="">fallingdotseq;</code> </td> <td> U+02252 </td> </tr><tr><td> <code title="">fcy;</code> </td> <td> U+00444 </td> </tr><tr><td> <code title="">female;</code> </td> <td> U+02640 </td> </tr><tr><td> <code title="">ffilig;</code> </td> <td> U+0FB03 </td> </tr><tr><td> <code title="">fflig;</code> </td> <td> U+0FB00 </td> </tr><tr><td> <code title="">ffllig;</code> </td> <td> U+0FB04 </td> </tr><tr><td> <code title="">ffr;</code> </td> <td> U+1D523 </td> </tr><tr><td> <code title="">filig;</code> </td> <td> U+0FB01 </td> </tr><tr><td> <code title="">flat;</code> </td> <td> U+0266D </td> </tr><tr><td> <code title="">fllig;</code> </td> <td> U+0FB02 </td> </tr><tr<td> <code title="">fltns;</code> </td> <td> U+025B1 </td> </tr><tr><td> <code title="">fnof;</code> </td> <td> U+00192 </td> </tr><tr><td> <code title="">fopf;</code> </td> <td> U+1D557 </td> </tr><tr><td> <code title="">forall;</code> </td> <td> U+02200 </td> </tr><tr><td> <code title="">fork;</code> </td> <td> U+022D4 </td> </tr><tr><td> <code title="">forkv;</code> </td> <td> U+02AD9 </td> </tr><tr><td> <code title="">fpartint;</code> </td> <td> U+02A0D </td> </tr><tr><td> <code title="">frac12;</code> </td> <td> U+000BD </td> </tr><tr class="impl"><td> <code title="">frac12</code> </td> <td> U+000BD </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac13;</code> </td> <td> U+02153 </td> </tr><tr><td> <code title="">frac14;</code> </td> <td> U+000BC </td> </tr><tr class="impl"><td> <code title="">frac14</code> </td> <td> U+000BC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac15;</cod> </td> <td> U+02155 </td> </tr><tr><td> <code title="">frac16;</code> </td> <td> U+02159 </td> </tr><tr><td> <code title="">frac18;</code> </td> <td> U+0215B </td> </tr><tr><td> <code title="">frac23;</code> </td> <td> U+02154 </td> </tr><tr><td> <code title="">frac25;</code> </td> <td> U+02156 </td> </tr><tr><td> <code title="">frac34;</code> </td> <td> U+000BE </td> </tr><tr class="impl"><td> <code title="">frac34</code> </td> <td> U+000BE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">frac35;</code> </td> <td> U+02157 </td> </tr><tr><td> <code title="">frac38;</code> </td> <td> U+0215C </td> </tr><tr><td> <code title="">frac45;</code> </td> <td> U+02158 </td> </tr><tr><td> <code title="">frac56;</code> </td> <td> U+0215A </td> </tr><tr><td> <code title="">frac58;</code> </td> <td> U+0215D </td> </tr><tr><td> <code title="">frac78;</code> </td> <td> U+0215E </td> </tr><tr><td> <code title="">frasl;</code> </td> <td> U+02044 </td> </tr><tr><td> <ode title="">frown;</code> </td> <td> U+02322 </td> </tr><tr><td> <code title="">fscr;</code> </td> <td> U+1D4BB </td> </tr><tr><td> <code title="">gE;</code> </td> <td> U+02267 </td> </tr><tr><td> <code title="">gEl;</code> </td> <td> U+02A8C </td> </tr><tr><td> <code title="">gacute;</code> </td> <td> U+001F5 </td> </tr><tr><td> <code title="">gamma;</code> </td> <td> U+003B3 </td> </tr><tr><td> <code title="">gammad;</code> </td> <td> U+003DD </td> </tr><tr><td> <code title="">gap;</code> </td> <td> U+02A86 </td> </tr><tr><td> <code title="">gbreve;</code> </td> <td> U+0011F </td> </tr><tr><td> <code title="">gcirc;</code> </td> <td> U+0011D </td> </tr><tr><td> <code title="">gcy;</code> </td> <td> U+00433 </td> </tr><tr><td> <code title="">gdot;</code> </td> <td> U+00121 </td> </tr><tr><td> <code title="">ge;</code> </td> <td> U+02265 </td> </tr><tr><td> <code title="">gel;</code> </td> <td> U+022DB </td> </tr><tr><td> <code title="">geq;</code> </td> <td> U+02265 </td> </tr><tr><td> <code title="">geqq</code> </td> <td> U+02267 </td> </tr><tr><td> <code title="">geqslant;</code> </td> <td> U+02A7E </td> </tr><tr><td> <code title="">ges;</code> </td> <td> U+02A7E </td> </tr><tr><td> <code title="">gescc;</code> </td> <td> U+02AA9 </td> </tr><tr><td> <code title="">gesdot;</code> </td> <td> U+02A80 </td> </tr><tr><td> <code title="">gesdoto;</code> </td> <td> U+02A82 </td> </tr><tr><td> <code title="">gesdotol;</code> </td> <td> U+02A84 </td> </tr><tr><td> <code title="">gesles;</code> </td> <td> U+02A94 </td> </tr><tr><td> <code title="">gfr;</code> </td> <td> U+1D524 </td> </tr><tr><td> <code title="">gg;</code> </td> <td> U+0226B </td> </tr><tr><td> <code title="">ggg;</code> </td> <td> U+022D9 </td> </tr><tr><td> <code title="">gimel;</code> </td> <td> U+02137 </td> </tr><tr><td> <code title="">gjcy;</code> </td> <td> U+00453 </td> </tr><tr><td> <code title="">gl;</code> </td> <td> U+02277 </td> </tr><tr><td> <code title="">glE;</code> </td> <td> U+02A92 </td> </tr><tr><td> <code title="">gla;</code> <td> <td> U+02AA5 </td> </tr><tr><td> <code title="">glj;</code> </td> <td> U+02AA4 </td> </tr><tr><td> <code title="">gnE;</code> </td> <td> U+02269 </td> </tr><tr><td> <code title="">gnap;</code> </td> <td> U+02A8A </td> </tr><tr><td> <code title="">gnapprox;</code> </td> <td> U+02A8A </td> </tr><tr><td> <code title="">gne;</code> </td> <td> U+02A88 </td> </tr><tr><td> <code title="">gneq;</code> </td> <td> U+02A88 </td> </tr><tr><td> <code title="">gneqq;</code> </td> <td> U+02269 </td> </tr><tr><td> <code title="">gnsim;</code> </td> <td> U+022E7 </td> </tr><tr><td> <code title="">gopf;</code> </td> <td> U+1D558 </td> </tr><tr><td> <code title="">grave;</code> </td> <td> U+00060 </td> </tr><tr><td> <code title="">gscr;</code> </td> <td> U+0210A </td> </tr><tr><td> <code title="">gsim;</code> </td> <td> U+02273 </td> </tr><tr><td> <code title="">gsime;</code> </td> <td> U+02A8E </td> </tr><tr><td> <code title="">gsiml;</code> </td> <td> U+02A90 </td> </tr><tr><td> <code title="">gt;</code> </td> <td> U+003E </td> </tr><tr class="impl"><td> <code title="">gt</code> </td> <td> U+0003E </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">gtcc;</code> </td> <td> U+02AA7 </td> </tr><tr><td> <code title="">gtcir;</code> </td> <td> U+02A7A </td> </tr><tr><td> <code title="">gtdot;</code> </td> <td> U+022D7 </td> </tr><tr><td> <code title="">gtlPar;</code> </td> <td> U+02995 </td> </tr><tr><td> <code title="">gtquest;</code> </td> <td> U+02A7C </td> </tr><tr><td> <code title="">gtrapprox;</code> </td> <td> U+02A86 </td> </tr><tr><td> <code title="">gtrarr;</code> </td> <td> U+02978 </td> </tr><tr><td> <code title="">gtrdot;</code> </td> <td> U+022D7 </td> </tr><tr><td> <code title="">gtreqless;</code> </td> <td> U+022DB </td> </tr><tr><td> <code title="">gtreqqless;</code> </td> <td> U+02A8C </td> </tr><tr><td> <code title="">gtrless;</code> </td> <td> U+02277 </td> </tr><tr><td> <code title="">gtrsim;</code> </td> <td> U+02273 </td> </tr><tr><td> <code title=""hArr;</code> </td> <td> U+021D4 </td> </tr><tr><td> <code title="">hairsp;</code> </td> <td> U+0200A </td> </tr><tr><td> <code title="">half;</code> </td> <td> U+000BD </td> </tr><tr><td> <code title="">hamilt;</code> </td> <td> U+0210B </td> </tr><tr><td> <code title="">hardcy;</code> </td> <td> U+0044A </td> </tr><tr><td> <code title="">harr;</code> </td> <td> U+02194 </td> </tr><tr><td> <code title="">harrcir;</code> </td> <td> U+02948 </td> </tr><tr><td> <code title="">harrw;</code> </td> <td> U+021AD </td> </tr><tr><td> <code title="">hbar;</code> </td> <td> U+0210F </td> </tr><tr><td> <code title="">hcirc;</code> </td> <td> U+00125 </td> </tr><tr><td> <code title="">hearts;</code> </td> <td> U+02665 </td> </tr><tr><td> <code title="">heartsuit;</code> </td> <td> U+02665 </td> </tr><tr><td> <code title="">hellip;</code> </td> <td> U+02026 </td> </tr><tr><td> <code title="">hercon;</code> </td> <td> U+022B9 </td> </tr><tr><td> <code title="">hfr;</code> </td> <td> U+1D525 </td> </tr><tr><td> <code title"">hksearow;</code> </td> <td> U+02925 </td> </tr><tr><td> <code title="">hkswarow;</code> </td> <td> U+02926 </td> </tr><tr><td> <code title="">hoarr;</code> </td> <td> U+021FF </td> </tr><tr><td> <code title="">homtht;</code> </td> <td> U+0223B </td> </tr><tr><td> <code title="">hookleftarrow;</code> </td> <td> U+021A9 </td> </tr><tr><td> <code title="">hookrightarrow;</code> </td> <td> U+021AA </td> </tr><tr><td> <code title="">hopf;</code> </td> <td> U+1D559 </td> </tr><tr><td> <code title="">horbar;</code> </td> <td> U+02015 </td> </tr><tr><td> <code title="">hscr;</code> </td> <td> U+1D4BD </td> </tr><tr><td> <code title="">hslash;</code> </td> <td> U+0210F </td> </tr><tr><td> <code title="">hstrok;</code> </td> <td> U+00127 </td> </tr><tr><td> <code title="">hybull;</code> </td> <td> U+02043 </td> </tr><tr><td> <code title="">hyphen;</code> </td> <td> U+02010 </td> </tr><tr><td> <code title="">iacute;</code> </td> <td> U+000ED </td> </tr><tr class="impl"><td> <code title="">iacute</code> </td> <td> U000ED </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ic;</code> </td> <td> U+02063 </td> </tr><tr><td> <code title="">icirc;</code> </td> <td> U+000EE </td> </tr><tr class="impl"><td> <code title="">icirc</code> </td> <td> U+000EE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">icy;</code> </td> <td> U+00438 </td> </tr><tr><td> <code title="">iecy;</code> </td> <td> U+00435 </td> </tr><tr><td> <code title="">iexcl;</code> </td> <td> U+000A1 </td> </tr><tr class="impl"><td> <code title="">iexcl</code> </td> <td> U+000A1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">iff;</code> </td> <td> U+021D4 </td> </tr><tr><td> <code title="">ifr;</code> </td> <td> U+1D526 </td> </tr><tr><td> <code title="">igrave;</code> </td> <td> U+000EC </td> </tr><tr class="impl"><td> <code title="">igrave</code> </td> <td> U+000EC </td> </tr><!-- (invalidentity with missing semicolon for legacy support only) --><tr><td> <code title="">ii;</code> </td> <td> U+02148 </td> </tr><tr><td> <code title="">iiiint;</code> </td> <td> U+02A0C </td> </tr><tr><td> <code title="">iiint;</code> </td> <td> U+0222D </td> </tr><tr><td> <code title="">iinfin;</code> </td> <td> U+029DC </td> </tr><tr><td> <code title="">iiota;</code> </td> <td> U+02129 </td> </tr><tr><td> <code title="">ijlig;</code> </td> <td> U+00133 </td> </tr><tr><td> <code title="">imacr;</code> </td> <td> U+0012B </td> </tr><tr><td> <code title="">image;</code> </td> <td> U+02111 </td> </tr><tr><td> <code title="">imagline;</code> </td> <td> U+02110 </td> </tr><tr><td> <code title="">imagpart;</code> </td> <td> U+02111 </td> </tr><tr><td> <code title="">imath;</code> </td> <td> U+00131 </td> </tr><tr><td> <code title="">imof;</code> </td> <td> U+022B7 </td> </tr><tr><td> <code title="">imped;</code> </td> <td> U+001B5 </td> </tr><tr><td> <code title="">in;</code> </td> <td> U+02208 </td> </tr><tr><td> <cde title="">incare;</code> </td> <td> U+02105 </td> </tr><tr><td> <code title="">infin;</code> </td> <td> U+0221E </td> </tr><tr><td> <code title="">infintie;</code> </td> <td> U+029DD </td> </tr><tr><td> <code title="">inodot;</code> </td> <td> U+00131 </td> </tr><tr><td> <code title="">int;</code> </td> <td> U+0222B </td> </tr><tr><td> <code title="">intcal;</code> </td> <td> U+022BA </td> </tr><tr><td> <code title="">integers;</code> </td> <td> U+02124 </td> </tr><tr><td> <code title="">intercal;</code> </td> <td> U+022BA </td> </tr><tr><td> <code title="">intlarhk;</code> </td> <td> U+02A17 </td> </tr><tr><td> <code title="">intprod;</code> </td> <td> U+02A3C </td> </tr><tr><td> <code title="">iocy;</code> </td> <td> U+00451 </td> </tr><tr><td> <code title="">iogon;</code> </td> <td> U+0012F </td> </tr><tr><td> <code title="">iopf;</code> </td> <td> U+1D55A </td> </tr><tr><td> <code title="">iota;</code> </td> <td> U+003B9 </td> </tr><tr><td> <code title="">iprod;</code> </td> <td> U+02A3C </td> </tr><t><td> <code title="">iquest;</code> </td> <td> U+000BF </td> </tr><tr class="impl"><td> <code title="">iquest</code> </td> <td> U+000BF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">iscr;</code> </td> <td> U+1D4BE </td> </tr><tr><td> <code title="">isin;</code> </td> <td> U+02208 </td> </tr><tr><td> <code title="">isinE;</code> </td> <td> U+022F9 </td> </tr><tr><td> <code title="">isindot;</code> </td> <td> U+022F5 </td> </tr><tr><td> <code title="">isins;</code> </td> <td> U+022F4 </td> </tr><tr><td> <code title="">isinsv;</code> </td> <td> U+022F3 </td> </tr><tr><td> <code title="">isinv;</code> </td> <td> U+02208 </td> </tr><tr><td> <code title="">it;</code> </td> <td> U+02062 </td> </tr><tr><td> <code title="">itilde;</code> </td> <td> U+00129 </td> </tr><tr><td> <code title="">iukcy;</code> </td> <td> U+00456 </td> </tr><tr><td> <code title="">iuml;</code> </td> <td> U+000EF </td> </tr><tr class="impl"><td> <code title="">iuml</code> </td> <t> U+000EF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">jcirc;</code> </td> <td> U+00135 </td> </tr><tr><td> <code title="">jcy;</code> </td> <td> U+00439 </td> </tr><tr><td> <code title="">jfr;</code> </td> <td> U+1D527 </td> </tr><tr><td> <code title="">jmath;</code> </td> <td> U+00237 </td> </tr><tr><td> <code title="">jopf;</code> </td> <td> U+1D55B </td> </tr><tr><td> <code title="">jscr;</code> </td> <td> U+1D4BF </td> </tr><tr><td> <code title="">jsercy;</code> </td> <td> U+00458 </td> </tr><tr><td> <code title="">jukcy;</code> </td> <td> U+00454 </td> </tr><tr><td> <code title="">kappa;</code> </td> <td> U+003BA </td> </tr><tr><td> <code title="">kappav;</code> </td> <td> U+003F0 </td> </tr><tr><td> <code title="">kcedil;</code> </td> <td> U+00137 </td> </tr><tr><td> <code title="">kcy;</code> </td> <td> U+0043A </td> </tr><tr><td> <code title="">kfr;</code> </td> <td> U+1D528 </td> </tr><tr><td> <code title="">kgreen;</code> </td> <td> U+0138 </td> </tr><tr><td> <code title="">khcy;</code> </td> <td> U+00445 </td> </tr><tr><td> <code title="">kjcy;</code> </td> <td> U+0045C </td> </tr><tr><td> <code title="">kopf;</code> </td> <td> U+1D55C </td> </tr><tr><td> <code title="">kscr;</code> </td> <td> U+1D4C0 </td> </tr><tr><td> <code title="">lAarr;</code> </td> <td> U+021DA </td> </tr><tr><td> <code title="">lArr;</code> </td> <td> U+021D0 </td> </tr><tr><td> <code title="">lAtail;</code> </td> <td> U+0291B </td> </tr><tr><td> <code title="">lBarr;</code> </td> <td> U+0290E </td> </tr><tr><td> <code title="">lE;</code> </td> <td> U+02266 </td> </tr><tr><td> <code title="">lEg;</code> </td> <td> U+02A8B </td> </tr><tr><td> <code title="">lHar;</code> </td> <td> U+02962 </td> </tr><tr><td> <code title="">lacute;</code> </td> <td> U+0013A </td> </tr><tr><td> <code title="">laemptyv;</code> </td> <td> U+029B4 </td> </tr><tr><td> <code title="">lagran;</code> </td> <td> U+02112 </td> </tr><tr><td> <code title="">lambda;</code> </td> <td> U+003BB <td> </tr><tr><td> <code title="">lang;</code> </td> <td> U+027E8 </td> </tr><tr><td> <code title="">langd;</code> </td> <td> U+02991 </td> </tr><tr><td> <code title="">langle;</code> </td> <td> U+027E8 </td> </tr><tr><td> <code title="">lap;</code> </td> <td> U+02A85 </td> </tr><tr><td> <code title="">laquo;</code> </td> <td> U+000AB </td> </tr><tr class="impl"><td> <code title="">laquo</code> </td> <td> U+000AB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">larr;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">larrb;</code> </td> <td> U+021E4 </td> </tr><tr><td> <code title="">larrbfs;</code> </td> <td> U+0291F </td> </tr><tr><td> <code title="">larrfs;</code> </td> <td> U+0291D </td> </tr><tr><td> <code title="">larrhk;</code> </td> <td> U+021A9 </td> </tr><tr><td> <code title="">larrlp;</code> </td> <td> U+021AB </td> </tr><tr><td> <code title="">larrpl;</code> </td> <td> U+02939 </td> </tr><tr><td> <code title="">larrsim;</code> </d> <td> U+02973 </td> </tr><tr><td> <code title="">larrtl;</code> </td> <td> U+021A2 </td> </tr><tr><td> <code title="">lat;</code> </td> <td> U+02AAB </td> </tr><tr><td> <code title="">latail;</code> </td> <td> U+02919 </td> </tr><tr><td> <code title="">late;</code> </td> <td> U+02AAD </td> </tr><tr><td> <code title="">lbarr;</code> </td> <td> U+0290C </td> </tr><tr><td> <code title="">lbbrk;</code> </td> <td> U+02772 </td> </tr><tr><td> <code title="">lbrace;</code> </td> <td> U+0007B </td> </tr><tr><td> <code title="">lbrack;</code> </td> <td> U+0005B </td> </tr><tr><td> <code title="">lbrke;</code> </td> <td> U+0298B </td> </tr><tr><td> <code title="">lbrksld;</code> </td> <td> U+0298F </td> </tr><tr><td> <code title="">lbrkslu;</code> </td> <td> U+0298D </td> </tr><tr><td> <code title="">lcaron;</code> </td> <td> U+0013E </td> </tr><tr><td> <code title="">lcedil;</code> </td> <td> U+0013C </td> </tr><tr><td> <code title="">lceil;</code> </td> <td> U+02308 </td> </tr><tr><td> <code title="">lcub;</code></td> <td> U+0007B </td> </tr><tr><td> <code title="">lcy;</code> </td> <td> U+0043B </td> </tr><tr><td> <code title="">ldca;</code> </td> <td> U+02936 </td> </tr><tr><td> <code title="">ldquo;</code> </td> <td> U+0201C </td> </tr><tr><td> <code title="">ldquor;</code> </td> <td> U+0201E </td> </tr><tr><td> <code title="">ldrdhar;</code> </td> <td> U+02967 </td> </tr><tr><td> <code title="">ldrushar;</code> </td> <td> U+0294B </td> </tr><tr><td> <code title="">ldsh;</code> </td> <td> U+021B2 </td> </tr><tr><td> <code title="">le;</code> </td> <td> U+02264 </td> </tr><tr><td> <code title="">leftarrow;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">leftarrowtail;</code> </td> <td> U+021A2 </td> </tr><tr><td> <code title="">leftharpoondown;</code> </td> <td> U+021BD </td> </tr><tr><td> <code title="">leftharpoonup;</code> </td> <td> U+021BC </td> </tr><tr><td> <code title="">leftleftarrows;</code> </td> <td> U+021C7 </td> </tr><tr><td> <code title="">leftrightarrow;</code> </td> <td> U+02194 </td </tr><tr><td> <code title="">leftrightarrows;</code> </td> <td> U+021C6 </td> </tr><tr><td> <code title="">leftrightharpoons;</code> </td> <td> U+021CB </td> </tr><tr><td> <code title="">leftrightsquigarrow;</code> </td> <td> U+021AD </td> </tr><tr><td> <code title="">leftthreetimes;</code> </td> <td> U+022CB </td> </tr><tr><td> <code title="">leg;</code> </td> <td> U+022DA </td> </tr><tr><td> <code title="">leq;</code> </td> <td> U+02264 </td> </tr><tr><td> <code title="">leqq;</code> </td> <td> U+02266 </td> </tr><tr><td> <code title="">leqslant;</code> </td> <td> U+02A7D </td> </tr><tr><td> <code title="">les;</code> </td> <td> U+02A7D </td> </tr><tr><td> <code title="">lescc;</code> </td> <td> U+02AA8 </td> </tr><tr><td> <code title="">lesdot;</code> </td> <td> U+02A7F </td> </tr><tr><td> <code title="">lesdoto;</code> </td> <td> U+02A81 </td> </tr><tr><td> <code title="">lesdotor;</code> </td> <td> U+02A83 </td> </tr><tr><td> <code title="">lesges;</code> </td> <td> U+02A93 </td> </tr><tr><td> <code ttle="">lessapprox;</code> </td> <td> U+02A85 </td> </tr><tr><td> <code title="">lessdot;</code> </td> <td> U+022D6 </td> </tr><tr><td> <code title="">lesseqgtr;</code> </td> <td> U+022DA </td> </tr><tr><td> <code title="">lesseqqgtr;</code> </td> <td> U+02A8B </td> </tr><tr><td> <code title="">lessgtr;</code> </td> <td> U+02276 </td> </tr><tr><td> <code title="">lesssim;</code> </td> <td> U+02272 </td> </tr><tr><td> <code title="">lfisht;</code> </td> <td> U+0297C </td> </tr><tr><td> <code title="">lfloor;</code> </td> <td> U+0230A </td> </tr><tr><td> <code title="">lfr;</code> </td> <td> U+1D529 </td> </tr><tr><td> <code title="">lg;</code> </td> <td> U+02276 </td> </tr><tr><td> <code title="">lgE;</code> </td> <td> U+02A91 </td> </tr><tr><td> <code title="">lhard;</code> </td> <td> U+021BD </td> </tr><tr><td> <code title="">lharu;</code> </td> <td> U+021BC </td> </tr><tr><td> <code title="">lharul;</code> </td> <td> U+0296A </td> </tr><tr><td> <code title="">lhblk;</code> </td> <td> U+02584 </td> </tr><tr<td> <code title="">ljcy;</code> </td> <td> U+00459 </td> </tr><tr><td> <code title="">ll;</code> </td> <td> U+0226A </td> </tr><tr><td> <code title="">llarr;</code> </td> <td> U+021C7 </td> </tr><tr><td> <code title="">llcorner;</code> </td> <td> U+0231E </td> </tr><tr><td> <code title="">llhard;</code> </td> <td> U+0296B </td> </tr><tr><td> <code title="">lltri;</code> </td> <td> U+025FA </td> </tr><tr><td> <code title="">lmidot;</code> </td> <td> U+00140 </td> </tr><tr><td> <code title="">lmoust;</code> </td> <td> U+023B0 </td> </tr><tr><td> <code title="">lmoustache;</code> </td> <td> U+023B0 </td> </tr><tr><td> <code title="">lnE;</code> </td> <td> U+02268 </td> </tr><tr><td> <code title="">lnap;</code> </td> <td> U+02A89 </td> </tr><tr><td> <code title="">lnapprox;</code> </td> <td> U+02A89 </td> </tr><tr><td> <code title="">lne;</code> </td> <td> U+02A87 </td> </tr><tr><td> <code title="">lneq;</code> </td> <td> U+02A87 </td> </tr><tr><td> <code title="">lneqq;</code> </td> <td> U+02268 </td> </tr><t><td> <code title="">lnsim;</code> </td> <td> U+022E6 </td> </tr><tr><td> <code title="">loang;</code> </td> <td> U+027EC </td> </tr><tr><td> <code title="">loarr;</code> </td> <td> U+021FD </td> </tr><tr><td> <code title="">lobrk;</code> </td> <td> U+027E6 </td> </tr><tr><td> <code title="">longleftarrow;</code> </td> <td> U+027F5 </td> </tr><tr><td> <code title="">longleftrightarrow;</code> </td> <td> U+027F7 </td> </tr><tr><td> <code title="">longmapsto;</code> </td> <td> U+027FC </td> </tr><tr><td> <code title="">longrightarrow;</code> </td> <td> U+027F6 </td> </tr><tr><td> <code title="">looparrowleft;</code> </td> <td> U+021AB </td> </tr><tr><td> <code title="">looparrowright;</code> </td> <td> U+021AC </td> </tr><tr><td> <code title="">lopar;</code> </td> <td> U+02985 </td> </tr><tr><td> <code title="">lopf;</code> </td> <td> U+1D55D </td> </tr><tr><td> <code title="">loplus;</code> </td> <td> U+02A2D </td> </tr><tr><td> <code title="">lotimes;</code> </td> <td> U+02A34 </td> </tr><tr><td> <code titl="">lowast;</code> </td> <td> U+02217 </td> </tr><tr><td> <code title="">lowbar;</code> </td> <td> U+0005F </td> </tr><tr><td> <code title="">loz;</code> </td> <td> U+025CA </td> </tr><tr><td> <code title="">lozenge;</code> </td> <td> U+025CA </td> </tr><tr><td> <code title="">lozf;</code> </td> <td> U+029EB </td> </tr><tr><td> <code title="">lpar;</code> </td> <td> U+00028 </td> </tr><tr><td> <code title="">lparlt;</code> </td> <td> U+02993 </td> </tr><tr><td> <code title="">lrarr;</code> </td> <td> U+021C6 </td> </tr><tr><td> <code title="">lrcorner;</code> </td> <td> U+0231F </td> </tr><tr><td> <code title="">lrhar;</code> </td> <td> U+021CB </td> </tr><tr><td> <code title="">lrhard;</code> </td> <td> U+0296D </td> </tr><tr><td> <code title="">lrm;</code> </td> <td> U+0200E </td> </tr><tr><td> <code title="">lrtri;</code> </td> <td> U+022BF </td> </tr><tr><td> <code title="">lsaquo;</code> </td> <td> U+02039 </td> </tr><tr><td> <code title="">lscr;</code> </td> <td> U+1D4C1 </td> </tr><tr><td> <code titl="">lsh;</code> </td> <td> U+021B0 </td> </tr><tr><td> <code title="">lsim;</code> </td> <td> U+02272 </td> </tr><tr><td> <code title="">lsime;</code> </td> <td> U+02A8D </td> </tr><tr><td> <code title="">lsimg;</code> </td> <td> U+02A8F </td> </tr><tr><td> <code title="">lsqb;</code> </td> <td> U+0005B </td> </tr><tr><td> <code title="">lsquo;</code> </td> <td> U+02018 </td> </tr><tr><td> <code title="">lsquor;</code> </td> <td> U+0201A </td> </tr><tr><td> <code title="">lstrok;</code> </td> <td> U+00142 </td> </tr><tr><td> <code title="">lt;</code> </td> <td> U+0003C </td> </tr><tr class="impl"><td> <code title="">lt</code> </td> <td> U+0003C </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ltcc;</code> </td> <td> U+02AA6 </td> </tr><tr><td> <code title="">ltcir;</code> </td> <td> U+02A79 </td> </tr><tr><td> <code title="">ltdot;</code> </td> <td> U+022D6 </td> </tr><tr><td> <code title="">lthree;</code> </td> <td> U+022CB </td> </tr><tr><td> <codetitle="">ltimes;</code> </td> <td> U+022C9 </td> </tr><tr><td> <code title="">ltlarr;</code> </td> <td> U+02976 </td> </tr><tr><td> <code title="">ltquest;</code> </td> <td> U+02A7B </td> </tr><tr><td> <code title="">ltrPar;</code> </td> <td> U+02996 </td> </tr><tr><td> <code title="">ltri;</code> </td> <td> U+025C3 </td> </tr><tr><td> <code title="">ltrie;</code> </td> <td> U+022B4 </td> </tr><tr><td> <code title="">ltrif;</code> </td> <td> U+025C2 </td> </tr><tr><td> <code title="">lurdshar;</code> </td> <td> U+0294A </td> </tr><tr><td> <code title="">luruhar;</code> </td> <td> U+02966 </td> </tr><tr><td> <code title="">mDDot;</code> </td> <td> U+0223A </td> </tr><tr><td> <code title="">macr;</code> </td> <td> U+000AF </td> </tr><tr class="impl"><td> <code title="">macr</code> </td> <td> U+000AF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">male;</code> </td> <td> U+02642 </td> </tr><tr><td> <code title="">malt;</code> </td> <td> U+02720 </td> <tr><tr><td> <code title="">maltese;</code> </td> <td> U+02720 </td> </tr><tr><td> <code title="">map;</code> </td> <td> U+021A6 </td> </tr><tr><td> <code title="">mapsto;</code> </td> <td> U+021A6 </td> </tr><tr><td> <code title="">mapstodown;</code> </td> <td> U+021A7 </td> </tr><tr><td> <code title="">mapstoleft;</code> </td> <td> U+021A4 </td> </tr><tr><td> <code title="">mapstoup;</code> </td> <td> U+021A5 </td> </tr><tr><td> <code title="">marker;</code> </td> <td> U+025AE </td> </tr><tr><td> <code title="">mcomma;</code> </td> <td> U+02A29 </td> </tr><tr><td> <code title="">mcy;</code> </td> <td> U+0043C </td> </tr><tr><td> <code title="">mdash;</code> </td> <td> U+02014 </td> </tr><tr><td> <code title="">measuredangle;</code> </td> <td> U+02221 </td> </tr><tr><td> <code title="">mfr;</code> </td> <td> U+1D52A </td> </tr><tr><td> <code title="">mho;</code> </td> <td> U+02127 </td> </tr><tr><td> <code title="">micro;</code> </td> <td> U+000B5 </td> </tr><tr class="impl"><td> <code title="">micro</code></td> <td> U+000B5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">mid;</code> </td> <td> U+02223 </td> </tr><tr><td> <code title="">midast;</code> </td> <td> U+0002A </td> </tr><tr><td> <code title="">midcir;</code> </td> <td> U+02AF0 </td> </tr><tr><td> <code title="">middot;</code> </td> <td> U+000B7 </td> </tr><tr class="impl"><td> <code title="">middot</code> </td> <td> U+000B7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">minus;</code> </td> <td> U+02212 </td> </tr><tr><td> <code title="">minusb;</code> </td> <td> U+0229F </td> </tr><tr><td> <code title="">minusd;</code> </td> <td> U+02238 </td> </tr><tr><td> <code title="">minusdu;</code> </td> <td> U+02A2A </td> </tr><tr><td> <code title="">mlcp;</code> </td> <td> U+02ADB </td> </tr><tr><td> <code title="">mldr;</code> </td> <td> U+02026 </td> </tr><tr><td> <code title="">mnplus;</code> </td> <td> U+02213 </td> </tr><tr><td> <code itle="">models;</code> </td> <td> U+022A7 </td> </tr><tr><td> <code title="">mopf;</code> </td> <td> U+1D55E </td> </tr><tr><td> <code title="">mp;</code> </td> <td> U+02213 </td> </tr><tr><td> <code title="">mscr;</code> </td> <td> U+1D4C2 </td> </tr><tr><td> <code title="">mstpos;</code> </td> <td> U+0223E </td> </tr><tr><td> <code title="">mu;</code> </td> <td> U+003BC </td> </tr><tr><td> <code title="">multimap;</code> </td> <td> U+022B8 </td> </tr><tr><td> <code title="">mumap;</code> </td> <td> U+022B8 </td> </tr><tr><td> <code title="">nLeftarrow;</code> </td> <td> U+021CD </td> </tr><tr><td> <code title="">nLeftrightarrow;</code> </td> <td> U+021CE </td> </tr><tr><td> <code title="">nRightarrow;</code> </td> <td> U+021CF </td> </tr><tr><td> <code title="">nVDash;</code> </td> <td> U+022AF </td> </tr><tr><td> <code title="">nVdash;</code> </td> <td> U+022AE </td> </tr><tr><td> <code title="">nabla;</code> </td> <td> U+02207 </td> </tr><tr><td> <code title="">nacute;</code> </td> <td> U+00144 </td> </r><tr><td> <code title="">nap;</code> </td> <td> U+02249 </td> </tr><tr><td> <code title="">napos;</code> </td> <td> U+00149 </td> </tr><tr><td> <code title="">napprox;</code> </td> <td> U+02249 </td> </tr><tr><td> <code title="">natur;</code> </td> <td> U+0266E </td> </tr><tr><td> <code title="">natural;</code> </td> <td> U+0266E </td> </tr><tr><td> <code title="">naturals;</code> </td> <td> U+02115 </td> </tr><tr><td> <code title="">nbsp;</code> </td> <td> U+000A0 </td> </tr><tr class="impl"><td> <code title="">nbsp</code> </td> <td> U+000A0 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ncap;</code> </td> <td> U+02A43 </td> </tr><tr><td> <code title="">ncaron;</code> </td> <td> U+00148 </td> </tr><tr><td> <code title="">ncedil;</code> </td> <td> U+00146 </td> </tr><tr><td> <code title="">ncong;</code> </td> <td> U+02247 </td> </tr><tr><td> <code title="">ncup;</code> </td> <td> U+02A42 </td> </tr><tr><td> <code title="">ncy;</code> </td> <td> U+043D </td> </tr><tr><td> <code title="">ndash;</code> </td> <td> U+02013 </td> </tr><tr><td> <code title="">ne;</code> </td> <td> U+02260 </td> </tr><tr><td> <code title="">neArr;</code> </td> <td> U+021D7 </td> </tr><tr><td> <code title="">nearhk;</code> </td> <td> U+02924 </td> </tr><tr><td> <code title="">nearr;</code> </td> <td> U+02197 </td> </tr><tr><td> <code title="">nearrow;</code> </td> <td> U+02197 </td> </tr><tr><td> <code title="">nequiv;</code> </td> <td> U+02262 </td> </tr><tr><td> <code title="">nesear;</code> </td> <td> U+02928 </td> </tr><tr><td> <code title="">nexist;</code> </td> <td> U+02204 </td> </tr><tr><td> <code title="">nexists;</code> </td> <td> U+02204 </td> </tr><tr><td> <code title="">nfr;</code> </td> <td> U+1D52B </td> </tr><tr><td> <code title="">nge;</code> </td> <td> U+02271 </td> </tr><tr><td> <code title="">ngeq;</code> </td> <td> U+02271 </td> </tr><tr><td> <code title="">ngsim;</code> </td> <td> U+02275 </td> </tr><tr><td> <code title="">ngt;</code> </td> <td> U+0226F</td> </tr><tr><td> <code title="">ngtr;</code> </td> <td> U+0226F </td> </tr><tr><td> <code title="">nhArr;</code> </td> <td> U+021CE </td> </tr><tr><td> <code title="">nharr;</code> </td> <td> U+021AE </td> </tr><tr><td> <code title="">nhpar;</code> </td> <td> U+02AF2 </td> </tr><tr><td> <code title="">ni;</code> </td> <td> U+0220B </td> </tr><tr><td> <code title="">nis;</code> </td> <td> U+022FC </td> </tr><tr><td> <code title="">nisd;</code> </td> <td> U+022FA </td> </tr><tr><td> <code title="">niv;</code> </td> <td> U+0220B </td> </tr><tr><td> <code title="">njcy;</code> </td> <td> U+0045A </td> </tr><tr><td> <code title="">nlArr;</code> </td> <td> U+021CD </td> </tr><tr><td> <code title="">nlarr;</code> </td> <td> U+0219A </td> </tr><tr><td> <code title="">nldr;</code> </td> <td> U+02025 </td> </tr><tr><td> <code title="">nle;</code> </td> <td> U+02270 </td> </tr><tr><td> <code title="">nleftarrow;</code> </td> <td> U+0219A </td> </tr><tr><td> <code title="">nleftrightarrow;</code> </td> <td> U+021AE /td> </tr><tr><td> <code title="">nleq;</code> </td> <td> U+02270 </td> </tr><tr><td> <code title="">nless;</code> </td> <td> U+0226E </td> </tr><tr><td> <code title="">nlsim;</code> </td> <td> U+02274 </td> </tr><tr><td> <code title="">nlt;</code> </td> <td> U+0226E </td> </tr><tr><td> <code title="">nltri;</code> </td> <td> U+022EA </td> </tr><tr><td> <code title="">nltrie;</code> </td> <td> U+022EC </td> </tr><tr><td> <code title="">nmid;</code> </td> <td> U+02224 </td> </tr><tr><td> <code title="">nopf;</code> </td> <td> U+1D55F </td> </tr><tr><td> <code title="">not;</code> </td> <td> U+000AC </td> </tr><tr class="impl"><td> <code title="">not</code> </td> <td> U+000AC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">notin;</code> </td> <td> U+02209 </td> </tr><tr><td> <code title="">notinva;</code> </td> <td> U+02209 </td> </tr><tr><td> <code title="">notinvb;</code> </td> <td> U+022F7 </td> </tr><tr><td> <code title="">notinvc;</code> </td> <t> U+022F6 </td> </tr><tr><td> <code title="">notni;</code> </td> <td> U+0220C </td> </tr><tr><td> <code title="">notniva;</code> </td> <td> U+0220C </td> </tr><tr><td> <code title="">notnivb;</code> </td> <td> U+022FE </td> </tr><tr><td> <code title="">notnivc;</code> </td> <td> U+022FD </td> </tr><tr><td> <code title="">npar;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">nparallel;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">npolint;</code> </td> <td> U+02A14 </td> </tr><tr><td> <code title="">npr;</code> </td> <td> U+02280 </td> </tr><tr><td> <code title="">nprcue;</code> </td> <td> U+022E0 </td> </tr><tr><td> <code title="">nprec;</code> </td> <td> U+02280 </td> </tr><tr><td> <code title="">nrArr;</code> </td> <td> U+021CF </td> </tr><tr><td> <code title="">nrarr;</code> </td> <td> U+0219B </td> </tr><tr><td> <code title="">nrightarrow;</code> </td> <td> U+0219B </td> </tr><tr><td> <code title="">nrtri;</code> </td> <td> U+022EB </td> </tr><tr><td> <code title="">nrtrie;</ode> </td> <td> U+022ED </td> </tr><tr><td> <code title="">nsc;</code> </td> <td> U+02281 </td> </tr><tr><td> <code title="">nsccue;</code> </td> <td> U+022E1 </td> </tr><tr><td> <code title="">nscr;</code> </td> <td> U+1D4C3 </td> </tr><tr><td> <code title="">nshortmid;</code> </td> <td> U+02224 </td> </tr><tr><td> <code title="">nshortparallel;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">nsim;</code> </td> <td> U+02241 </td> </tr><tr><td> <code title="">nsime;</code> </td> <td> U+02244 </td> </tr><tr><td> <code title="">nsimeq;</code> </td> <td> U+02244 </td> </tr><tr><td> <code title="">nsmid;</code> </td> <td> U+02224 </td> </tr><tr><td> <code title="">nspar;</code> </td> <td> U+02226 </td> </tr><tr><td> <code title="">nsqsube;</code> </td> <td> U+022E2 </td> </tr><tr><td> <code title="">nsqsupe;</code> </td> <td> U+022E3 </td> </tr><tr><td> <code title="">nsub;</code> </td> <td> U+02284 </td> </tr><tr><td> <code title="">nsube;</code> </td> <td> U+02288 </td> </tr><tr><td> <code title=">nsubseteq;</code> </td> <td> U+02288 </td> </tr><tr><td> <code title="">nsucc;</code> </td> <td> U+02281 </td> </tr><tr><td> <code title="">nsup;</code> </td> <td> U+02285 </td> </tr><tr><td> <code title="">nsupe;</code> </td> <td> U+02289 </td> </tr><tr><td> <code title="">nsupseteq;</code> </td> <td> U+02289 </td> </tr><tr><td> <code title="">ntgl;</code> </td> <td> U+02279 </td> </tr><tr><td> <code title="">ntilde;</code> </td> <td> U+000F1 </td> </tr><tr class="impl"><td> <code title="">ntilde</code> </td> <td> U+000F1 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ntlg;</code> </td> <td> U+02278 </td> </tr><tr><td> <code title="">ntriangleleft;</code> </td> <td> U+022EA </td> </tr><tr><td> <code title="">ntrianglelefteq;</code> </td> <td> U+022EC </td> </tr><tr><td> <code title="">ntriangleright;</code> </td> <td> U+022EB </td> </tr><tr><td> <code title="">ntrianglerighteq;</code> </td> <td> U+022ED </td> </tr><tr><td> <code title="">nu;</coe> </td> <td> U+003BD </td> </tr><tr><td> <code title="">num;</code> </td> <td> U+00023 </td> </tr><tr><td> <code title="">numero;</code> </td> <td> U+02116 </td> </tr><tr><td> <code title="">numsp;</code> </td> <td> U+02007 </td> </tr><tr><td> <code title="">nvDash;</code> </td> <td> U+022AD </td> </tr><tr><td> <code title="">nvHarr;</code> </td> <td> U+02904 </td> </tr><tr><td> <code title="">nvdash;</code> </td> <td> U+022AC </td> </tr><tr><td> <code title="">nvinfin;</code> </td> <td> U+029DE </td> </tr><tr><td> <code title="">nvlArr;</code> </td> <td> U+02902 </td> </tr><tr><td> <code title="">nvrArr;</code> </td> <td> U+02903 </td> </tr><tr><td> <code title="">nwArr;</code> </td> <td> U+021D6 </td> </tr><tr><td> <code title="">nwarhk;</code> </td> <td> U+02923 </td> </tr><tr><td> <code title="">nwarr;</code> </td> <td> U+02196 </td> </tr><tr><td> <code title="">nwarrow;</code> </td> <td> U+02196 </td> </tr><tr><td> <code title="">nwnear;</code> </td> <td> U+02927 </td> </tr><tr><td> <code title="">oS;/code> </td> <td> U+024C8 </td> </tr><tr><td> <code title="">oacute;</code> </td> <td> U+000F3 </td> </tr><tr class="impl"><td> <code title="">oacute</code> </td> <td> U+000F3 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">oast;</code> </td> <td> U+0229B </td> </tr><tr><td> <code title="">ocir;</code> </td> <td> U+0229A </td> </tr><tr><td> <code title="">ocirc;</code> </td> <td> U+000F4 </td> </tr><tr class="impl"><td> <code title="">ocirc</code> </td> <td> U+000F4 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ocy;</code> </td> <td> U+0043E </td> </tr><tr><td> <code title="">odash;</code> </td> <td> U+0229D </td> </tr><tr><td> <code title="">odblac;</code> </td> <td> U+00151 </td> </tr><tr><td> <code title="">odiv;</code> </td> <td> U+02A38 </td> </tr><tr><td> <code title="">odot;</code> </td> <td> U+02299 </td> </tr><tr><td> <code title="">odsold;</code> </td> <td> U+029BC </td> </tr><tr<td> <code title="">oelig;</code> </td> <td> U+00153 </td> </tr><tr><td> <code title="">ofcir;</code> </td> <td> U+029BF </td> </tr><tr><td> <code title="">ofr;</code> </td> <td> U+1D52C </td> </tr><tr><td> <code title="">ogon;</code> </td> <td> U+002DB </td> </tr><tr><td> <code title="">ograve;</code> </td> <td> U+000F2 </td> </tr><tr class="impl"><td> <code title="">ograve</code> </td> <td> U+000F2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ogt;</code> </td> <td> U+029C1 </td> </tr><tr><td> <code title="">ohbar;</code> </td> <td> U+029B5 </td> </tr><tr><td> <code title="">ohm;</code> </td> <td> U+003A9 </td> </tr><tr><td> <code title="">oint;</code> </td> <td> U+0222E </td> </tr><tr><td> <code title="">olarr;</code> </td> <td> U+021BA </td> </tr><tr><td> <code title="">olcir;</code> </td> <td> U+029BE </td> </tr><tr><td> <code title="">olcross;</code> </td> <td> U+029BB </td> </tr><tr><td> <code title="">oline;</code> </td> <td> U+0203E </td></tr><tr><td> <code title="">olt;</code> </td> <td> U+029C0 </td> </tr><tr><td> <code title="">omacr;</code> </td> <td> U+0014D </td> </tr><tr><td> <code title="">omega;</code> </td> <td> U+003C9 </td> </tr><tr><td> <code title="">omicron;</code> </td> <td> U+003BF </td> </tr><tr><td> <code title="">omid;</code> </td> <td> U+029B6 </td> </tr><tr><td> <code title="">ominus;</code> </td> <td> U+02296 </td> </tr><tr><td> <code title="">oopf;</code> </td> <td> U+1D560 </td> </tr><tr><td> <code title="">opar;</code> </td> <td> U+029B7 </td> </tr><tr><td> <code title="">operp;</code> </td> <td> U+029B9 </td> </tr><tr><td> <code title="">oplus;</code> </td> <td> U+02295 </td> </tr><tr><td> <code title="">or;</code> </td> <td> U+02228 </td> </tr><tr><td> <code title="">orarr;</code> </td> <td> U+021BB </td> </tr><tr><td> <code title="">ord;</code> </td> <td> U+02A5D </td> </tr><tr><td> <code title="">order;</code> </td> <td> U+02134 </td> </tr><tr><td> <code title="">orderof;</code> </td> <td> U+02134 </td> </tr><t><td> <code title="">ordf;</code> </td> <td> U+000AA </td> </tr><tr class="impl"><td> <code title="">ordf</code> </td> <td> U+000AA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ordm;</code> </td> <td> U+000BA </td> </tr><tr class="impl"><td> <code title="">ordm</code> </td> <td> U+000BA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">origof;</code> </td> <td> U+022B6 </td> </tr><tr><td> <code title="">oror;</code> </td> <td> U+02A56 </td> </tr><tr><td> <code title="">orslope;</code> </td> <td> U+02A57 </td> </tr><tr><td> <code title="">orv;</code> </td> <td> U+02A5B </td> </tr><tr><td> <code title="">oscr;</code> </td> <td> U+02134 </td> </tr><tr><td> <code title="">oslash;</code> </td> <td> U+000F8 </td> </tr><tr class="impl"><td> <code title="">oslash</code> </td> <td> U+000F8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">osol</code> </td> <td> U+02298 </td> </tr><tr><td> <code title="">otilde;</code> </td> <td> U+000F5 </td> </tr><tr class="impl"><td> <code title="">otilde</code> </td> <td> U+000F5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">otimes;</code> </td> <td> U+02297 </td> </tr><tr><td> <code title="">otimesas;</code> </td> <td> U+02A36 </td> </tr><tr><td> <code title="">ouml;</code> </td> <td> U+000F6 </td> </tr><tr class="impl"><td> <code title="">ouml</code> </td> <td> U+000F6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ovbar;</code> </td> <td> U+0233D </td> </tr><tr><td> <code title="">par;</code> </td> <td> U+02225 </td> </tr><tr><td> <code title="">para;</code> </td> <td> U+000B6 </td> </tr><tr class="impl"><td> <code title="">para</code> </td> <td> U+000B6 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">parallel;</code> </td> <td> +02225 </td> </tr><tr><td> <code title="">parsim;</code> </td> <td> U+02AF3 </td> </tr><tr><td> <code title="">parsl;</code> </td> <td> U+02AFD </td> </tr><tr><td> <code title="">part;</code> </td> <td> U+02202 </td> </tr><tr><td> <code title="">pcy;</code> </td> <td> U+0043F </td> </tr><tr><td> <code title="">percnt;</code> </td> <td> U+00025 </td> </tr><tr><td> <code title="">period;</code> </td> <td> U+0002E </td> </tr><tr><td> <code title="">permil;</code> </td> <td> U+02030 </td> </tr><tr><td> <code title="">perp;</code> </td> <td> U+022A5 </td> </tr><tr><td> <code title="">pertenk;</code> </td> <td> U+02031 </td> </tr><tr><td> <code title="">pfr;</code> </td> <td> U+1D52D </td> </tr><tr><td> <code title="">phi;</code> </td> <td> U+003C6 </td> </tr><tr><td> <code title="">phiv;</code> </td> <td> U+003D5 </td> </tr><tr><td> <code title="">phmmat;</code> </td> <td> U+02133 </td> </tr><tr><td> <code title="">phone;</code> </td> <td> U+0260E </td> </tr><tr><td> <code title="">pi;</code> </td> <td> U+003C0 /td> </tr><tr><td> <code title="">pitchfork;</code> </td> <td> U+022D4 </td> </tr><tr><td> <code title="">piv;</code> </td> <td> U+003D6 </td> </tr><tr><td> <code title="">planck;</code> </td> <td> U+0210F </td> </tr><tr><td> <code title="">planckh;</code> </td> <td> U+0210E </td> </tr><tr><td> <code title="">plankv;</code> </td> <td> U+0210F </td> </tr><tr><td> <code title="">plus;</code> </td> <td> U+0002B </td> </tr><tr><td> <code title="">plusacir;</code> </td> <td> U+02A23 </td> </tr><tr><td> <code title="">plusb;</code> </td> <td> U+0229E </td> </tr><tr><td> <code title="">pluscir;</code> </td> <td> U+02A22 </td> </tr><tr><td> <code title="">plusdo;</code> </td> <td> U+02214 </td> </tr><tr><td> <code title="">plusdu;</code> </td> <td> U+02A25 </td> </tr><tr><td> <code title="">pluse;</code> </td> <td> U+02A72 </td> </tr><tr><td> <code title="">plusmn;</code> </td> <td> U+000B1 </td> </tr><tr class="impl"><td> <code title="">plusmn</code> </td> <td> U+000B1 </td> </tr><!-- (invalid entity with missing emicolon for legacy support only) --><tr><td> <code title="">plussim;</code> </td> <td> U+02A26 </td> </tr><tr><td> <code title="">plustwo;</code> </td> <td> U+02A27 </td> </tr><tr><td> <code title="">pm;</code> </td> <td> U+000B1 </td> </tr><tr><td> <code title="">pointint;</code> </td> <td> U+02A15 </td> </tr><tr><td> <code title="">popf;</code> </td> <td> U+1D561 </td> </tr><tr><td> <code title="">pound;</code> </td> <td> U+000A3 </td> </tr><tr class="impl"><td> <code title="">pound</code> </td> <td> U+000A3 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">pr;</code> </td> <td> U+0227A </td> </tr><tr><td> <code title="">prE;</code> </td> <td> U+02AB3 </td> </tr><tr><td> <code title="">prap;</code> </td> <td> U+02AB7 </td> </tr><tr><td> <code title="">prcue;</code> </td> <td> U+0227C </td> </tr><tr><td> <code title="">pre;</code> </td> <td> U+02AAF </td> </tr><tr><td> <code title="">prec;</code> </td> <td> U+0227A </td> </tr><tr><td> <code title=""precapprox;</code> </td> <td> U+02AB7 </td> </tr><tr><td> <code title="">preccurlyeq;</code> </td> <td> U+0227C </td> </tr><tr><td> <code title="">preceq;</code> </td> <td> U+02AAF </td> </tr><tr><td> <code title="">precnapprox;</code> </td> <td> U+02AB9 </td> </tr><tr><td> <code title="">precneqq;</code> </td> <td> U+02AB5 </td> </tr><tr><td> <code title="">precnsim;</code> </td> <td> U+022E8 </td> </tr><tr><td> <code title="">precsim;</code> </td> <td> U+0227E </td> </tr><tr><td> <code title="">prime;</code> </td> <td> U+02032 </td> </tr><tr><td> <code title="">primes;</code> </td> <td> U+02119 </td> </tr><tr><td> <code title="">prnE;</code> </td> <td> U+02AB5 </td> </tr><tr><td> <code title="">prnap;</code> </td> <td> U+02AB9 </td> </tr><tr><td> <code title="">prnsim;</code> </td> <td> U+022E8 </td> </tr><tr><td> <code title="">prod;</code> </td> <td> U+0220F </td> </tr><tr><td> <code title="">profalar;</code> </td> <td> U+0232E </td> </tr><tr><td> <code title="">profline;</code> </td> <td> U+02312 </td></tr><tr><td> <code title="">profsurf;</code> </td> <td> U+02313 </td> </tr><tr><td> <code title="">prop;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">propto;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">prsim;</code> </td> <td> U+0227E </td> </tr><tr><td> <code title="">prurel;</code> </td> <td> U+022B0 </td> </tr><tr><td> <code title="">pscr;</code> </td> <td> U+1D4C5 </td> </tr><tr><td> <code title="">psi;</code> </td> <td> U+003C8 </td> </tr><tr><td> <code title="">puncsp;</code> </td> <td> U+02008 </td> </tr><tr><td> <code title="">qfr;</code> </td> <td> U+1D52E </td> </tr><tr><td> <code title="">qint;</code> </td> <td> U+02A0C </td> </tr><tr><td> <code title="">qopf;</code> </td> <td> U+1D562 </td> </tr><tr><td> <code title="">qprime;</code> </td> <td> U+02057 </td> </tr><tr><td> <code title="">qscr;</code> </td> <td> U+1D4C6 </td> </tr><tr><td> <code title="">quaternions;</code> </td> <td> U+0210D </td> </tr><tr><td> <code title="">quatint;</code> </td> <td> U+02A16 </d> </tr><tr><td> <code title="">quest;</code> </td> <td> U+0003F </td> </tr><tr><td> <code title="">questeq;</code> </td> <td> U+0225F </td> </tr><tr><td> <code title="">quot;</code> </td> <td> U+00022 </td> </tr><tr class="impl"><td> <code title="">quot</code> </td> <td> U+00022 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rAarr;</code> </td> <td> U+021DB </td> </tr><tr><td> <code title="">rArr;</code> </td> <td> U+021D2 </td> </tr><tr><td> <code title="">rAtail;</code> </td> <td> U+0291C </td> </tr><tr><td> <code title="">rBarr;</code> </td> <td> U+0290F </td> </tr><tr><td> <code title="">rHar;</code> </td> <td> U+02964 </td> </tr><tr><td> <code title="">racute;</code> </td> <td> U+00155 </td> </tr><tr><td> <code title="">radic;</code> </td> <td> U+0221A </td> </tr><tr><td> <code title="">raemptyv;</code> </td> <td> U+029B3 </td> </tr><tr><td> <code title="">rang;</code> </td> <td> U+027E9 </td> </tr><tr><td> <code title="">rangd;</code> </td> td> U+02992 </td> </tr><tr><td> <code title="">range;</code> </td> <td> U+029A5 </td> </tr><tr><td> <code title="">rangle;</code> </td> <td> U+027E9 </td> </tr><tr><td> <code title="">raquo;</code> </td> <td> U+000BB </td> </tr><tr class="impl"><td> <code title="">raquo</code> </td> <td> U+000BB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rarr;</code> </td> <td> U+02192 </td> </tr><tr><td> <code title="">rarrap;</code> </td> <td> U+02975 </td> </tr><tr><td> <code title="">rarrb;</code> </td> <td> U+021E5 </td> </tr><tr><td> <code title="">rarrbfs;</code> </td> <td> U+02920 </td> </tr><tr><td> <code title="">rarrc;</code> </td> <td> U+02933 </td> </tr><tr><td> <code title="">rarrfs;</code> </td> <td> U+0291E </td> </tr><tr><td> <code title="">rarrhk;</code> </td> <td> U+021AA </td> </tr><tr><td> <code title="">rarrlp;</code> </td> <td> U+021AC </td> </tr><tr><td> <code title="">rarrpl;</code> </td> <td> U+02945 </td> </tr><tr><td> <code title="">arrsim;</code> </td> <td> U+02974 </td> </tr><tr><td> <code title="">rarrtl;</code> </td> <td> U+021A3 </td> </tr><tr><td> <code title="">rarrw;</code> </td> <td> U+0219D </td> </tr><tr><td> <code title="">ratail;</code> </td> <td> U+0291A </td> </tr><tr><td> <code title="">ratio;</code> </td> <td> U+02236 </td> </tr><tr><td> <code title="">rationals;</code> </td> <td> U+0211A </td> </tr><tr><td> <code title="">rbarr;</code> </td> <td> U+0290D </td> </tr><tr><td> <code title="">rbbrk;</code> </td> <td> U+02773 </td> </tr><tr><td> <code title="">rbrace;</code> </td> <td> U+0007D </td> </tr><tr><td> <code title="">rbrack;</code> </td> <td> U+0005D </td> </tr><tr><td> <code title="">rbrke;</code> </td> <td> U+0298C </td> </tr><tr><td> <code title="">rbrksld;</code> </td> <td> U+0298E </td> </tr><tr><td> <code title="">rbrkslu;</code> </td> <td> U+02990 </td> </tr><tr><td> <code title="">rcaron;</code> </td> <td> U+00159 </td> </tr><tr><td> <code title="">rcedil;</code> </td> <td> U+00157 </td> </tr><tr><td> <cde title="">rceil;</code> </td> <td> U+02309 </td> </tr><tr><td> <code title="">rcub;</code> </td> <td> U+0007D </td> </tr><tr><td> <code title="">rcy;</code> </td> <td> U+00440 </td> </tr><tr><td> <code title="">rdca;</code> </td> <td> U+02937 </td> </tr><tr><td> <code title="">rdldhar;</code> </td> <td> U+02969 </td> </tr><tr><td> <code title="">rdquo;</code> </td> <td> U+0201D </td> </tr><tr><td> <code title="">rdquor;</code> </td> <td> U+0201D </td> </tr><tr><td> <code title="">rdsh;</code> </td> <td> U+021B3 </td> </tr><tr><td> <code title="">real;</code> </td> <td> U+0211C </td> </tr><tr><td> <code title="">realine;</code> </td> <td> U+0211B </td> </tr><tr><td> <code title="">realpart;</code> </td> <td> U+0211C </td> </tr><tr><td> <code title="">reals;</code> </td> <td> U+0211D </td> </tr><tr><td> <code title="">rect;</code> </td> <td> U+025AD </td> </tr><tr><td> <code title="">reg;</code> </td> <td> U+000AE </td> </tr><tr class="impl"><td> <code title="">reg</code> </td> <td> U+000AE </td> </tr><!-- invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">rfisht;</code> </td> <td> U+0297D </td> </tr><tr><td> <code title="">rfloor;</code> </td> <td> U+0230B </td> </tr><tr><td> <code title="">rfr;</code> </td> <td> U+1D52F </td> </tr><tr><td> <code title="">rhard;</code> </td> <td> U+021C1 </td> </tr><tr><td> <code title="">rharu;</code> </td> <td> U+021C0 </td> </tr><tr><td> <code title="">rharul;</code> </td> <td> U+0296C </td> </tr><tr><td> <code title="">rho;</code> </td> <td> U+003C1 </td> </tr><tr><td> <code title="">rhov;</code> </td> <td> U+003F1 </td> </tr><tr><td> <code title="">rightarrow;</code> </td> <td> U+02192 </td> </tr><tr><td> <code title="">rightarrowtail;</code> </td> <td> U+021A3 </td> </tr><tr><td> <code title="">rightharpoondown;</code> </td> <td> U+021C1 </td> </tr><tr><td> <code title="">rightharpoonup;</code> </td> <td> U+021C0 </td> </tr><tr><td> <code title="">rightleftarrows;</code> </td> <td> U+021C4 </td> </tr><tr><td> <code title="">rightlftharpoons;</code> </td> <td> U+021CC </td> </tr><tr><td> <code title="">rightrightarrows;</code> </td> <td> U+021C9 </td> </tr><tr><td> <code title="">rightsquigarrow;</code> </td> <td> U+0219D </td> </tr><tr><td> <code title="">rightthreetimes;</code> </td> <td> U+022CC </td> </tr><tr><td> <code title="">ring;</code> </td> <td> U+002DA </td> </tr><tr><td> <code title="">risingdotseq;</code> </td> <td> U+02253 </td> </tr><tr><td> <code title="">rlarr;</code> </td> <td> U+021C4 </td> </tr><tr><td> <code title="">rlhar;</code> </td> <td> U+021CC </td> </tr><tr><td> <code title="">rlm;</code> </td> <td> U+0200F </td> </tr><tr><td> <code title="">rmoust;</code> </td> <td> U+023B1 </td> </tr><tr><td> <code title="">rmoustache;</code> </td> <td> U+023B1 </td> </tr><tr><td> <code title="">rnmid;</code> </td> <td> U+02AEE </td> </tr><tr><td> <code title="">roang;</code> </td> <td> U+027ED </td> </tr><tr><td> <code title="">roarr;</code> </td> <td> U+021FE </td> </tr><tr><td> <code title="">robrk;</code> </td> <td>U+027E7 </td> </tr><tr><td> <code title="">ropar;</code> </td> <td> U+02986 </td> </tr><tr><td> <code title="">ropf;</code> </td> <td> U+1D563 </td> </tr><tr><td> <code title="">roplus;</code> </td> <td> U+02A2E </td> </tr><tr><td> <code title="">rotimes;</code> </td> <td> U+02A35 </td> </tr><tr><td> <code title="">rpar;</code> </td> <td> U+00029 </td> </tr><tr><td> <code title="">rpargt;</code> </td> <td> U+02994 </td> </tr><tr><td> <code title="">rppolint;</code> </td> <td> U+02A12 </td> </tr><tr><td> <code title="">rrarr;</code> </td> <td> U+021C9 </td> </tr><tr><td> <code title="">rsaquo;</code> </td> <td> U+0203A </td> </tr><tr><td> <code title="">rscr;</code> </td> <td> U+1D4C7 </td> </tr><tr><td> <code title="">rsh;</code> </td> <td> U+021B1 </td> </tr><tr><td> <code title="">rsqb;</code> </td> <td> U+0005D </td> </tr><tr><td> <code title="">rsquo;</code> </td> <td> U+02019 </td> </tr><tr><td> <code title="">rsquor;</code> </td> <td> U+02019 </td> </tr><tr><td> <code title="">rthree;</code> </td> <td U+022CC </td> </tr><tr><td> <code title="">rtimes;</code> </td> <td> U+022CA </td> </tr><tr><td> <code title="">rtri;</code> </td> <td> U+025B9 </td> </tr><tr><td> <code title="">rtrie;</code> </td> <td> U+022B5 </td> </tr><tr><td> <code title="">rtrif;</code> </td> <td> U+025B8 </td> </tr><tr><td> <code title="">rtriltri;</code> </td> <td> U+029CE </td> </tr><tr><td> <code title="">ruluhar;</code> </td> <td> U+02968 </td> </tr><tr><td> <code title="">rx;</code> </td> <td> U+0211E </td> </tr><tr><td> <code title="">sacute;</code> </td> <td> U+0015B </td> </tr><tr><td> <code title="">sbquo;</code> </td> <td> U+0201A </td> </tr><tr><td> <code title="">sc;</code> </td> <td> U+0227B </td> </tr><tr><td> <code title="">scE;</code> </td> <td> U+02AB4 </td> </tr><tr><td> <code title="">scap;</code> </td> <td> U+02AB8 </td> </tr><tr><td> <code title="">scaron;</code> </td> <td> U+00161 </td> </tr><tr><td> <code title="">sccue;</code> </td> <td> U+0227D </td> </tr><tr><td> <code title="">sce;</code> </td> <td> U+02A0 </td> </tr><tr><td> <code title="">scedil;</code> </td> <td> U+0015F </td> </tr><tr><td> <code title="">scirc;</code> </td> <td> U+0015D </td> </tr><tr><td> <code title="">scnE;</code> </td> <td> U+02AB6 </td> </tr><tr><td> <code title="">scnap;</code> </td> <td> U+02ABA </td> </tr><tr><td> <code title="">scnsim;</code> </td> <td> U+022E9 </td> </tr><tr><td> <code title="">scpolint;</code> </td> <td> U+02A13 </td> </tr><tr><td> <code title="">scsim;</code> </td> <td> U+0227F </td> </tr><tr><td> <code title="">scy;</code> </td> <td> U+00441 </td> </tr><tr><td> <code title="">sdot;</code> </td> <td> U+022C5 </td> </tr><tr><td> <code title="">sdotb;</code> </td> <td> U+022A1 </td> </tr><tr><td> <code title="">sdote;</code> </td> <td> U+02A66 </td> </tr><tr><td> <code title="">seArr;</code> </td> <td> U+021D8 </td> </tr><tr><td> <code title="">searhk;</code> </td> <td> U+02925 </td> </tr><tr><td> <code title="">searr;</code> </td> <td> U+02198 </td> </tr><tr><td> <code title="">searrow;</code> </td> <td> U+0298 </td> </tr><tr><td> <code title="">sect;</code> </td> <td> U+000A7 </td> </tr><tr class="impl"><td> <code title="">sect</code> </td> <td> U+000A7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">semi;</code> </td> <td> U+0003B </td> </tr><tr><td> <code title="">seswar;</code> </td> <td> U+02929 </td> </tr><tr><td> <code title="">setminus;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">setmn;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">sext;</code> </td> <td> U+02736 </td> </tr><tr><td> <code title="">sfr;</code> </td> <td> U+1D530 </td> </tr><tr><td> <code title="">sfrown;</code> </td> <td> U+02322 </td> </tr><tr><td> <code title="">sharp;</code> </td> <td> U+0266F </td> </tr><tr><td> <code title="">shchcy;</code> </td> <td> U+00449 </td> </tr><tr><td> <code title="">shcy;</code> </td> <td> U+00448 </td> </tr><tr><td> <code title="">shortmid;</code> </td> <td> U+02223 </td> </tr><tr><td> <code title="">shortparallel;/code> </td> <td> U+02225 </td> </tr><tr><td> <code title="">shy;</code> </td> <td> U+000AD </td> </tr><tr class="impl"><td> <code title="">shy</code> </td> <td> U+000AD </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sigma;</code> </td> <td> U+003C3 </td> </tr><tr><td> <code title="">sigmaf;</code> </td> <td> U+003C2 </td> </tr><tr><td> <code title="">sigmav;</code> </td> <td> U+003C2 </td> </tr><tr><td> <code title="">sim;</code> </td> <td> U+0223C </td> </tr><tr><td> <code title="">simdot;</code> </td> <td> U+02A6A </td> </tr><tr><td> <code title="">sime;</code> </td> <td> U+02243 </td> </tr><tr><td> <code title="">simeq;</code> </td> <td> U+02243 </td> </tr><tr><td> <code title="">simg;</code> </td> <td> U+02A9E </td> </tr><tr><td> <code title="">simgE;</code> </td> <td> U+02AA0 </td> </tr><tr><td> <code title="">siml;</code> </td> <td> U+02A9D </td> </tr><tr><td> <code title="">simlE;</code> </td> <td> U+02A9F </td> </tr><tr><td> <code title=""simne;</code> </td> <td> U+02246 </td> </tr><tr><td> <code title="">simplus;</code> </td> <td> U+02A24 </td> </tr><tr><td> <code title="">simrarr;</code> </td> <td> U+02972 </td> </tr><tr><td> <code title="">slarr;</code> </td> <td> U+02190 </td> </tr><tr><td> <code title="">smallsetminus;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">smashp;</code> </td> <td> U+02A33 </td> </tr><tr><td> <code title="">smeparsl;</code> </td> <td> U+029E4 </td> </tr><tr><td> <code title="">smid;</code> </td> <td> U+02223 </td> </tr><tr><td> <code title="">smile;</code> </td> <td> U+02323 </td> </tr><tr><td> <code title="">smt;</code> </td> <td> U+02AAA </td> </tr><tr><td> <code title="">smte;</code> </td> <td> U+02AAC </td> </tr><tr><td> <code title="">softcy;</code> </td> <td> U+0044C </td> </tr><tr><td> <code title="">sol;</code> </td> <td> U+0002F </td> </tr><tr><td> <code title="">solb;</code> </td> <td> U+029C4 </td> </tr><tr><td> <code title="">solbar;</code> </td> <td> U+0233F </td> </tr><tr><td> <code itle="">sopf;</code> </td> <td> U+1D564 </td> </tr><tr><td> <code title="">spades;</code> </td> <td> U+02660 </td> </tr><tr><td> <code title="">spadesuit;</code> </td> <td> U+02660 </td> </tr><tr><td> <code title="">spar;</code> </td> <td> U+02225 </td> </tr><tr><td> <code title="">sqcap;</code> </td> <td> U+02293 </td> </tr><tr><td> <code title="">sqcup;</code> </td> <td> U+02294 </td> </tr><tr><td> <code title="">sqsub;</code> </td> <td> U+0228F </td> </tr><tr><td> <code title="">sqsube;</code> </td> <td> U+02291 </td> </tr><tr><td> <code title="">sqsubset;</code> </td> <td> U+0228F </td> </tr><tr><td> <code title="">sqsubseteq;</code> </td> <td> U+02291 </td> </tr><tr><td> <code title="">sqsup;</code> </td> <td> U+02290 </td> </tr><tr><td> <code title="">sqsupe;</code> </td> <td> U+02292 </td> </tr><tr><td> <code title="">sqsupset;</code> </td> <td> U+02290 </td> </tr><tr><td> <code title="">sqsupseteq;</code> </td> <td> U+02292 </td> </tr><tr><td> <code title="">squ;</code> </td> <td> U+025A1 </td> </tr<tr><td> <code title="">square;</code> </td> <td> U+025A1 </td> </tr><tr><td> <code title="">squarf;</code> </td> <td> U+025AA </td> </tr><tr><td> <code title="">squf;</code> </td> <td> U+025AA </td> </tr><tr><td> <code title="">srarr;</code> </td> <td> U+02192 </td> </tr><tr><td> <code title="">sscr;</code> </td> <td> U+1D4C8 </td> </tr><tr><td> <code title="">ssetmn;</code> </td> <td> U+02216 </td> </tr><tr><td> <code title="">ssmile;</code> </td> <td> U+02323 </td> </tr><tr><td> <code title="">sstarf;</code> </td> <td> U+022C6 </td> </tr><tr><td> <code title="">star;</code> </td> <td> U+02606 </td> </tr><tr><td> <code title="">starf;</code> </td> <td> U+02605 </td> </tr><tr><td> <code title="">straightepsilon;</code> </td> <td> U+003F5 </td> </tr><tr><td> <code title="">straightphi;</code> </td> <td> U+003D5 </td> </tr><tr><td> <code title="">strns;</code> </td> <td> U+000AF </td> </tr><tr><td> <code title="">sub;</code> </td> <td> U+02282 </td> </tr><tr><td> <code title="">subE;</code> </td> <td> U+02AC </td> </tr><tr><td> <code title="">subdot;</code> </td> <td> U+02ABD </td> </tr><tr><td> <code title="">sube;</code> </td> <td> U+02286 </td> </tr><tr><td> <code title="">subedot;</code> </td> <td> U+02AC3 </td> </tr><tr><td> <code title="">submult;</code> </td> <td> U+02AC1 </td> </tr><tr><td> <code title="">subnE;</code> </td> <td> U+02ACB </td> </tr><tr><td> <code title="">subne;</code> </td> <td> U+0228A </td> </tr><tr><td> <code title="">subplus;</code> </td> <td> U+02ABF </td> </tr><tr><td> <code title="">subrarr;</code> </td> <td> U+02979 </td> </tr><tr><td> <code title="">subset;</code> </td> <td> U+02282 </td> </tr><tr><td> <code title="">subseteq;</code> </td> <td> U+02286 </td> </tr><tr><td> <code title="">subseteqq;</code> </td> <td> U+02AC5 </td> </tr><tr><td> <code title="">subsetneq;</code> </td> <td> U+0228A </td> </tr><tr><td> <code title="">subsetneqq;</code> </td> <td> U+02ACB </td> </tr><tr><td> <code title="">subsim;</code> </td> <td> U+02AC7 </td> </tr><tr><td> <code title="">subsub;<code> </td> <td> U+02AD5 </td> </tr><tr><td> <code title="">subsup;</code> </td> <td> U+02AD3 </td> </tr><tr><td> <code title="">succ;</code> </td> <td> U+0227B </td> </tr><tr><td> <code title="">succapprox;</code> </td> <td> U+02AB8 </td> </tr><tr><td> <code title="">succcurlyeq;</code> </td> <td> U+0227D </td> </tr><tr><td> <code title="">succeq;</code> </td> <td> U+02AB0 </td> </tr><tr><td> <code title="">succnapprox;</code> </td> <td> U+02ABA </td> </tr><tr><td> <code title="">succneqq;</code> </td> <td> U+02AB6 </td> </tr><tr><td> <code title="">succnsim;</code> </td> <td> U+022E9 </td> </tr><tr><td> <code title="">succsim;</code> </td> <td> U+0227F </td> </tr><tr><td> <code title="">sum;</code> </td> <td> U+02211 </td> </tr><tr><td> <code title="">sung;</code> </td> <td> U+0266A </td> </tr><tr><td> <code title="">sup1;</code> </td> <td> U+000B9 </td> </tr><tr class="impl"><td> <code title="">sup1</code> </td> <td> U+000B9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) -><tr><td> <code title="">sup2;</code> </td> <td> U+000B2 </td> </tr><tr class="impl"><td> <code title="">sup2</code> </td> <td> U+000B2 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup3;</code> </td> <td> U+000B3 </td> </tr><tr class="impl"><td> <code title="">sup3</code> </td> <td> U+000B3 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">sup;</code> </td> <td> U+02283 </td> </tr><tr><td> <code title="">supE;</code> </td> <td> U+02AC6 </td> </tr><tr><td> <code title="">supdot;</code> </td> <td> U+02ABE </td> </tr><tr><td> <code title="">supdsub;</code> </td> <td> U+02AD8 </td> </tr><tr><td> <code title="">supe;</code> </td> <td> U+02287 </td> </tr><tr><td> <code title="">supedot;</code> </td> <td> U+02AC4 </td> </tr><tr><td> <code title="">suphsol;</code> </td> <td> U+027C9 </td> </tr><tr><td> <code title="">suphsub;</code> </td> <td> U+02AD7 </td> </tr><tr><td> <code title="">suplarr;</cde> </td> <td> U+0297B </td> </tr><tr><td> <code title="">supmult;</code> </td> <td> U+02AC2 </td> </tr><tr><td> <code title="">supnE;</code> </td> <td> U+02ACC </td> </tr><tr><td> <code title="">supne;</code> </td> <td> U+0228B </td> </tr><tr><td> <code title="">supplus;</code> </td> <td> U+02AC0 </td> </tr><tr><td> <code title="">supset;</code> </td> <td> U+02283 </td> </tr><tr><td> <code title="">supseteq;</code> </td> <td> U+02287 </td> </tr><tr><td> <code title="">supseteqq;</code> </td> <td> U+02AC6 </td> </tr><tr><td> <code title="">supsetneq;</code> </td> <td> U+0228B </td> </tr><tr><td> <code title="">supsetneqq;</code> </td> <td> U+02ACC </td> </tr><tr><td> <code title="">supsim;</code> </td> <td> U+02AC8 </td> </tr><tr><td> <code title="">supsub;</code> </td> <td> U+02AD4 </td> </tr><tr><td> <code title="">supsup;</code> </td> <td> U+02AD6 </td> </tr><tr><td> <code title="">swArr;</code> </td> <td> U+021D9 </td> </tr><tr><td> <code title="">swarhk;</code> </td> <td> U+02926 </td> </tr><tr><td> <cde title="">swarr;</code> </td> <td> U+02199 </td> </tr><tr><td> <code title="">swarrow;</code> </td> <td> U+02199 </td> </tr><tr><td> <code title="">swnwar;</code> </td> <td> U+0292A </td> </tr><tr><td> <code title="">szlig;</code> </td> <td> U+000DF </td> </tr><tr class="impl"><td> <code title="">szlig</code> </td> <td> U+000DF </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">target;</code> </td> <td> U+02316 </td> </tr><tr><td> <code title="">tau;</code> </td> <td> U+003C4 </td> </tr><tr><td> <code title="">tbrk;</code> </td> <td> U+023B4 </td> </tr><tr><td> <code title="">tcaron;</code> </td> <td> U+00165 </td> </tr><tr><td> <code title="">tcedil;</code> </td> <td> U+00163 </td> </tr><tr><td> <code title="">tcy;</code> </td> <td> U+00442 </td> </tr><tr><td> <code title="">tdot;</code> </td> <td> U+020DB </td> </tr><tr><td> <code title="">telrec;</code> </td> <td> U+02315 </td> </tr><tr><td> <code title="">tfr;</code> </td> <td> U+1D531 </td> </tr<tr><td> <code title="">there4;</code> </td> <td> U+02234 </td> </tr><tr><td> <code title="">therefore;</code> </td> <td> U+02234 </td> </tr><tr><td> <code title="">theta;</code> </td> <td> U+003B8 </td> </tr><tr><td> <code title="">thetasym;</code> </td> <td> U+003D1 </td> </tr><tr><td> <code title="">thetav;</code> </td> <td> U+003D1 </td> </tr><tr><td> <code title="">thickapprox;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">thicksim;</code> </td> <td> U+0223C </td> </tr><tr><td> <code title="">thinsp;</code> </td> <td> U+02009 </td> </tr><tr><td> <code title="">thkap;</code> </td> <td> U+02248 </td> </tr><tr><td> <code title="">thksim;</code> </td> <td> U+0223C </td> </tr><tr><td> <code title="">thorn;</code> </td> <td> U+000FE </td> </tr><tr class="impl"><td> <code title="">thorn</code> </td> <td> U+000FE </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">tilde;</code> </td> <td> U+002DC </td> </tr><tr><td> <code title="">times;</coe> </td> <td> U+000D7 </td> </tr><tr class="impl"><td> <code title="">times</code> </td> <td> U+000D7 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">timesb;</code> </td> <td> U+022A0 </td> </tr><tr><td> <code title="">timesbar;</code> </td> <td> U+02A31 </td> </tr><tr><td> <code title="">timesd;</code> </td> <td> U+02A30 </td> </tr><tr><td> <code title="">tint;</code> </td> <td> U+0222D </td> </tr><tr><td> <code title="">toea;</code> </td> <td> U+02928 </td> </tr><tr><td> <code title="">top;</code> </td> <td> U+022A4 </td> </tr><tr><td> <code title="">topbot;</code> </td> <td> U+02336 </td> </tr><tr><td> <code title="">topcir;</code> </td> <td> U+02AF1 </td> </tr><tr><td> <code title="">topf;</code> </td> <td> U+1D565 </td> </tr><tr><td> <code title="">topfork;</code> </td> <td> U+02ADA </td> </tr><tr><td> <code title="">tosa;</code> </td> <td> U+02929 </td> </tr><tr><td> <code title="">tprime;</code> </td> <td> U+02034 </td> </tr><tr><td> <code tile="">trade;</code> </td> <td> U+02122 </td> </tr><tr><td> <code title="">triangle;</code> </td> <td> U+025B5 </td> </tr><tr><td> <code title="">triangledown;</code> </td> <td> U+025BF </td> </tr><tr><td> <code title="">triangleleft;</code> </td> <td> U+025C3 </td> </tr><tr><td> <code title="">trianglelefteq;</code> </td> <td> U+022B4 </td> </tr><tr><td> <code title="">triangleq;</code> </td> <td> U+0225C </td> </tr><tr><td> <code title="">triangleright;</code> </td> <td> U+025B9 </td> </tr><tr><td> <code title="">trianglerighteq;</code> </td> <td> U+022B5 </td> </tr><tr><td> <code title="">tridot;</code> </td> <td> U+025EC </td> </tr><tr><td> <code title="">trie;</code> </td> <td> U+0225C </td> </tr><tr><td> <code title="">triminus;</code> </td> <td> U+02A3A </td> </tr><tr><td> <code title="">triplus;</code> </td> <td> U+02A39 </td> </tr><tr><td> <code title="">trisb;</code> </td> <td> U+029CD </td> </tr><tr><td> <code title="">tritime;</code> </td> <td> U+02A3B </td> </tr><tr><td> <code title="">trpezium;/code> </td> <td> U+023E2 </td> </tr><tr><td> <code title="">tscr;</code> </td> <td> U+1D4C9 </td> </tr><tr><td> <code title="">tscy;</code> </td> <td> U+00446 </td> </tr><tr><td> <code title="">tshcy;</code> </td> <td> U+0045B </td> </tr><tr><td> <code title="">tstrok;</code> </td> <td> U+00167 </td> </tr><tr><td> <code title="">twixt;</code> </td> <td> U+0226C </td> </tr><tr><td> <code title="">twoheadleftarrow;</code> </td> <td> U+0219E </td> </tr><tr><td> <code title="">twoheadrightarrow;</code> </td> <td> U+021A0 </td> </tr><tr><td> <code title="">uArr;</code> </td> <td> U+021D1 </td> </tr><tr><td> <code title="">uHar;</code> </td> <td> U+02963 </td> </tr><tr><td> <code title="">uacute;</code> </td> <td> U+000FA </td> </tr><tr class="impl"><td> <code title="">uacute</code> </td> <td> U+000FA </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uarr;</code> </td> <td> U+02191 </td> </tr><tr><td> <code title="">ubrcy;</code> </td> <td> U+0045E </td> <tr><tr><td> <code title="">ubreve;</code> </td> <td> U+0016D </td> </tr><tr><td> <code title="">ucirc;</code> </td> <td> U+000FB </td> </tr><tr class="impl"><td> <code title="">ucirc</code> </td> <td> U+000FB </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">ucy;</code> </td> <td> U+00443 </td> </tr><tr><td> <code title="">udarr;</code> </td> <td> U+021C5 </td> </tr><tr><td> <code title="">udblac;</code> </td> <td> U+00171 </td> </tr><tr><td> <code title="">udhar;</code> </td> <td> U+0296E </td> </tr><tr><td> <code title="">ufisht;</code> </td> <td> U+0297E </td> </tr><tr><td> <code title="">ufr;</code> </td> <td> U+1D532 </td> </tr><tr><td> <code title="">ugrave;</code> </td> <td> U+000F9 </td> </tr><tr class="impl"><td> <code title="">ugrave</code> </td> <td> U+000F9 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uharl;</code> </td> <td> U+021BF </td> </tr><tr><td> <code title="">uharr;</coe> </td> <td> U+021BE </td> </tr><tr><td> <code title="">uhblk;</code> </td> <td> U+02580 </td> </tr><tr><td> <code title="">ulcorn;</code> </td> <td> U+0231C </td> </tr><tr><td> <code title="">ulcorner;</code> </td> <td> U+0231C </td> </tr><tr><td> <code title="">ulcrop;</code> </td> <td> U+0230F </td> </tr><tr><td> <code title="">ultri;</code> </td> <td> U+025F8 </td> </tr><tr><td> <code title="">umacr;</code> </td> <td> U+0016B </td> </tr><tr><td> <code title="">uml;</code> </td> <td> U+000A8 </td> </tr><tr class="impl"><td> <code title="">uml</code> </td> <td> U+000A8 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uogon;</code> </td> <td> U+00173 </td> </tr><tr><td> <code title="">uopf;</code> </td> <td> U+1D566 </td> </tr><tr><td> <code title="">uparrow;</code> </td> <td> U+02191 </td> </tr><tr><td> <code title="">updownarrow;</code> </td> <td> U+02195 </td> </tr><tr><td> <code title="">upharpoonleft;</code> </td> <td> U+021BF </td> </tr><tr><d> <code title="">upharpoonright;</code> </td> <td> U+021BE </td> </tr><tr><td> <code title="">uplus;</code> </td> <td> U+0228E </td> </tr><tr><td> <code title="">upsi;</code> </td> <td> U+003C5 </td> </tr><tr><td> <code title="">upsih;</code> </td> <td> U+003D2 </td> </tr><tr><td> <code title="">upsilon;</code> </td> <td> U+003C5 </td> </tr><tr><td> <code title="">upuparrows;</code> </td> <td> U+021C8 </td> </tr><tr><td> <code title="">urcorn;</code> </td> <td> U+0231D </td> </tr><tr><td> <code title="">urcorner;</code> </td> <td> U+0231D </td> </tr><tr><td> <code title="">urcrop;</code> </td> <td> U+0230E </td> </tr><tr><td> <code title="">uring;</code> </td> <td> U+0016F </td> </tr><tr><td> <code title="">urtri;</code> </td> <td> U+025F9 </td> </tr><tr><td> <code title="">uscr;</code> </td> <td> U+1D4CA </td> </tr><tr><td> <code title="">utdot;</code> </td> <td> U+022F0 </td> </tr><tr><td> <code title="">utilde;</code> </td> <td> U+00169 </td> </tr><tr><td> <code title="">utri;</code> </td> <td> U+025B5 /td> </tr><tr><td> <code title="">utrif;</code> </td> <td> U+025B4 </td> </tr><tr><td> <code title="">uuarr;</code> </td> <td> U+021C8 </td> </tr><tr><td> <code title="">uuml;</code> </td> <td> U+000FC </td> </tr><tr class="impl"><td> <code title="">uuml</code> </td> <td> U+000FC </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">uwangle;</code> </td> <td> U+029A7 </td> </tr><tr><td> <code title="">vArr;</code> </td> <td> U+021D5 </td> </tr><tr><td> <code title="">vBar;</code> </td> <td> U+02AE8 </td> </tr><tr><td> <code title="">vBarv;</code> </td> <td> U+02AE9 </td> </tr><tr><td> <code title="">vDash;</code> </td> <td> U+022A8 </td> </tr><tr><td> <code title="">vangrt;</code> </td> <td> U+0299C </td> </tr><tr><td> <code title="">varepsilon;</code> </td> <td> U+003F5 </td> </tr><tr><td> <code title="">varkappa;</code> </td> <td> U+003F0 </td> </tr><tr><td> <code title="">varnothing;</code> </td> <td> U+02205 </td> </tr><tr><td> <code title="">varphi;<code> </td> <td> U+003D5 </td> </tr><tr><td> <code title="">varpi;</code> </td> <td> U+003D6 </td> </tr><tr><td> <code title="">varpropto;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">varr;</code> </td> <td> U+02195 </td> </tr><tr><td> <code title="">varrho;</code> </td> <td> U+003F1 </td> </tr><tr><td> <code title="">varsigma;</code> </td> <td> U+003C2 </td> </tr><tr><td> <code title="">vartheta;</code> </td> <td> U+003D1 </td> </tr><tr><td> <code title="">vartriangleleft;</code> </td> <td> U+022B2 </td> </tr><tr><td> <code title="">vartriangleright;</code> </td> <td> U+022B3 </td> </tr><tr><td> <code title="">vcy;</code> </td> <td> U+00432 </td> </tr><tr><td> <code title="">vdash;</code> </td> <td> U+022A2 </td> </tr><tr><td> <code title="">vee;</code> </td> <td> U+02228 </td> </tr><tr><td> <code title="">veebar;</code> </td> <td> U+022BB </td> </tr><tr><td> <code title="">veeeq;</code> </td> <td> U+0225A </td> </tr><tr><td> <code title="">vellip;</code> </td> <td> U+022EE </td> </tr><tr><d> <code title="">verbar;</code> </td> <td> U+0007C </td> </tr><tr><td> <code title="">vert;</code> </td> <td> U+0007C </td> </tr><tr><td> <code title="">vfr;</code> </td> <td> U+1D533 </td> </tr><tr><td> <code title="">vltri;</code> </td> <td> U+022B2 </td> </tr><tr><td> <code title="">vopf;</code> </td> <td> U+1D567 </td> </tr><tr><td> <code title="">vprop;</code> </td> <td> U+0221D </td> </tr><tr><td> <code title="">vrtri;</code> </td> <td> U+022B3 </td> </tr><tr><td> <code title="">vscr;</code> </td> <td> U+1D4CB </td> </tr><tr><td> <code title="">vzigzag;</code> </td> <td> U+0299A </td> </tr><tr><td> <code title="">wcirc;</code> </td> <td> U+00175 </td> </tr><tr><td> <code title="">wedbar;</code> </td> <td> U+02A5F </td> </tr><tr><td> <code title="">wedge;</code> </td> <td> U+02227 </td> </tr><tr><td> <code title="">wedgeq;</code> </td> <td> U+02259 </td> </tr><tr><td> <code title="">weierp;</code> </td> <td> U+02118 </td> </tr><tr><td> <code title="">wfr;</code> </td> <td> U+1D534 </td> </tr><tr><td> code title="">wopf;</code> </td> <td> U+1D568 </td> </tr><tr><td> <code title="">wp;</code> </td> <td> U+02118 </td> </tr><tr><td> <code title="">wr;</code> </td> <td> U+02240 </td> </tr><tr><td> <code title="">wreath;</code> </td> <td> U+02240 </td> </tr><tr><td> <code title="">wscr;</code> </td> <td> U+1D4CC </td> </tr><tr><td> <code title="">xcap;</code> </td> <td> U+022C2 </td> </tr><tr><td> <code title="">xcirc;</code> </td> <td> U+025EF </td> </tr><tr><td> <code title="">xcup;</code> </td> <td> U+022C3 </td> </tr><tr><td> <code title="">xdtri;</code> </td> <td> U+025BD </td> </tr><tr><td> <code title="">xfr;</code> </td> <td> U+1D535 </td> </tr><tr><td> <code title="">xhArr;</code> </td> <td> U+027FA </td> </tr><tr><td> <code title="">xharr;</code> </td> <td> U+027F7 </td> </tr><tr><td> <code title="">xi;</code> </td> <td> U+003BE </td> </tr><tr><td> <code title="">xlArr;</code> </td> <td> U+027F8 </td> </tr><tr><td> <code title="">xlarr;</code> </td> <td> U+027F5 </td> </tr><tr><td> <code title="">xmp;</code> </td> <td> U+027FC </td> </tr><tr><td> <code title="">xnis;</code> </td> <td> U+022FB </td> </tr><tr><td> <code title="">xodot;</code> </td> <td> U+02A00 </td> </tr><tr><td> <code title="">xopf;</code> </td> <td> U+1D569 </td> </tr><tr><td> <code title="">xoplus;</code> </td> <td> U+02A01 </td> </tr><tr><td> <code title="">xotime;</code> </td> <td> U+02A02 </td> </tr><tr><td> <code title="">xrArr;</code> </td> <td> U+027F9 </td> </tr><tr><td> <code title="">xrarr;</code> </td> <td> U+027F6 </td> </tr><tr><td> <code title="">xscr;</code> </td> <td> U+1D4CD </td> </tr><tr><td> <code title="">xsqcup;</code> </td> <td> U+02A06 </td> </tr><tr><td> <code title="">xuplus;</code> </td> <td> U+02A04 </td> </tr><tr><td> <code title="">xutri;</code> </td> <td> U+025B3 </td> </tr><tr><td> <code title="">xvee;</code> </td> <td> U+022C1 </td> </tr><tr><td> <code title="">xwedge;</code> </td> <td> U+022C0 </td> </tr><tr><td> <code title="">yacute;</code> </td> <td> U+000FD </td> </tr><tr class="impl"><td> <code itle="">yacute</code> </td> <td> U+000FD </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">yacy;</code> </td> <td> U+0044F </td> </tr><tr><td> <code title="">ycirc;</code> </td> <td> U+00177 </td> </tr><tr><td> <code title="">ycy;</code> </td> <td> U+0044B </td> </tr><tr><td> <code title="">yen;</code> </td> <td> U+000A5 </td> </tr><tr class="impl"><td> <code title="">yen</code> </td> <td> U+000A5 </td> </tr><!-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">yfr;</code> </td> <td> U+1D536 </td> </tr><tr><td> <code title="">yicy;</code> </td> <td> U+00457 </td> </tr><tr><td> <code title="">yopf;</code> </td> <td> U+1D56A </td> </tr><tr><td> <code title="">yscr;</code> </td> <td> U+1D4CE </td> </tr><tr><td> <code title="">yucy;</code> </td> <td> U+0044E </td> </tr><tr><td> <code title="">yuml;</code> </td> <td> U+000FF </td> </tr><tr class="impl"><td> <code title="">yuml</code> </td> <td> U+000FF </td> </tr><-- (invalid entity with missing semicolon for legacy support only) --><tr><td> <code title="">zacute;</code> </td> <td> U+0017A </td> </tr><tr><td> <code title="">zcaron;</code> </td> <td> U+0017E </td> </tr><tr><td> <code title="">zcy;</code> </td> <td> U+00437 </td> </tr><tr><td> <code title="">zdot;</code> </td> <td> U+0017C </td> </tr><tr><td> <code title="">zeetrf;</code> </td> <td> U+02128 </td> </tr><tr><td> <code title="">zeta;</code> </td> <td> U+003B6 </td> </tr><tr><td> <code title="">zfr;</code> </td> <td> U+1D537 </td> </tr><tr><td> <code title="">zhcy;</code> </td> <td> U+00436 </td> </tr><tr><td> <code title="">zigrarr;</code> </td> <td> U+021DD </td> </tr><tr><td> <code title="">zopf;</code> </td> <td> U+1D56B </td> </tr><tr><td> <code title="">zscr;</code> </td> <td> U+1D4CF </td> </tr><tr><td> <code title="">zwj;</code> </td> <td> U+0200D </td> </tr><tr><td> <code title="">zwnj;</code> </td> <td> U+0200C </td> </tr></tbody></table><!-- Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.748 retrieving revision 1.749 diff -u -d -r1.748 -r1.749 --- history.html 5 Feb 2010 23:26:30 -0000 1.748 +++ history.html 6 Feb 2010 00:16:33 -0000 1.749 @@ -1,5 +1,5 @@ <!DOCTYPE HTML> -<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>5.9 Session history and navigation — HTML 5</title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>5.4 Session history and navigation — 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="offline.html" title="5.8 Offline Web applications" rel="prev"> + <link href="browsers.html" title="5 Loading Web pages" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> - <link href="editing.html" title="6 User Interaction" rel="next"> + <link href="offline.html" title="5.6 Offline Web applications" 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="offline.html">← 5.8 Offline Web applications</a> – + <a href="browsers.html">← 5 Loading Web pages</a> – <a href="spec.html#contents">Table of contents</a> – - <a href="editing.html">6 User Interaction →</a> - </nav><p>This is revision 1.3721.</p> + <a href="offline.html">5.6 Offline Web applications →</a> + </nav><p>This is revision 1.3726.</p> - <h3 id="history"><span class="secno">5.9 </span>Session history and navigation</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-session-history-of-browsing-contexts"><span class="secno">5.9.1 </span>The session history of browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The sequence of <code>Document</code>s in a <a href="browsers.html#browsing-context">browsing + <h3 id="history"><span class="secno">5.4 </span>Session history and navigation</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-session-history-of-browsing-contexts"><span class="secno">5.4.1 </span>The session history of browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The sequence of <code>Document</code>s in a <a href="browsers.html#browsing-context">browsing context</a> is its <dfn id="session-history">session history</dfn>.</p><p><code><a href="#history-0">History</a></code> objects provide a representation of the pages in the session history of <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>. Each <a href="browsers.html#browsing-context">browsing @@ -360,7 +360,7 @@ entries that shared the same <code>Document</code> object with it must share the new object as well.</p> - </div><h4 id="the-history-interface"><span class="secno">5.9.2 </span>The <code><a href="#history-0">History</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="history-0">History</dfn> { + </div><h4 id="the-history-interface"><span class="secno">5.4.2 </span>The <code><a href="#history-0">History</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">interface <dfn id="history-0">History</dfn> { readonly attribute long <a href="#dom-history-length" title="dom-history-length">length</a>; void <a href="#dom-history-go" title="dom-history-go">go</a>(in optional long delta); void <a href="#dom-history-back" title="dom-history-back">back</a>(); @@ -438,7 +438,7 @@ chronologically by the time they were added to their respective <a href="#session-history" title="session history">session histories</a>. (Since all these <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a> by - definition share an <a href="browsers.html#event-loop">event loop</a>, there is always a + definition share an <a href="web-application-apis.html#event-loop">event loop</a>, there is always a well-defined sequential order in which their <a href="#session-history" title="session history">session histories</a> had their entries added.) Each entry has an index; the earliest entry has index 0, and the @@ -466,9 +466,9 @@ invoked, the user agent must <a href="#traverse-the-history-by-a-delta">traverse the history by a delta</a> +1.</p> - <p>To <dfn id="traverse-the-history-by-a-delta">traverse the history by a delta</dfn> <var title="">delta</var>, the user agent must <a href="browsers.html#queue-a-task">queue a task</a> - to run the following steps. The <a href="browsers.html#task-source">task source</a> for the - queued task is the <a href="browsers.html#history-traversal-task-source">history traversal task source</a>.</p> + <p>To <dfn id="traverse-the-history-by-a-delta">traverse the history by a delta</dfn> <var title="">delta</var>, the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> + to run the following steps. The <a href="web-application-apis.html#task-source">task source</a> for the + queued task is the <a href="web-application-apis.html#history-traversal-task-source">history traversal task source</a>.</p> <ol><li><p>Let <var title="">delta</var> be the argument to the method.</p></li> @@ -516,7 +516,7 @@ <p>If a third argument is specified, run these substeps:</p> <ol><li><a href="infrastructure.html#resolve-a-url" title="resolve a url">Resolve</a> the value of the - third argument, relative to the <a href="browsers.html#entry-script">entry script</a>'s <a href="browsers.html#script-s-base-url" title="script's base URL">base URL</a>.</li> + third argument, relative to the <a href="browsers.html#entry-script">entry script</a>'s <a href="web-application-apis.html#script-s-base-url" title="script's base URL">base URL</a>.</li> <li>If that fails, raise a <code><a href="infrastructure.html#security_err">SECURITY_ERR</a></code> exception and abort these steps.</li> @@ -528,7 +528,7 @@ <li>If the <a href="browsers.html#origin">origin</a> of the resulting <a href="infrastructure.html#absolute-url">absolute URL</a> is not the same as the <a href="browsers.html#origin">origin</a> of 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>, and either the <a href="infrastructure.html#url-path" title="url-path"><path></a> or <a href="infrastructure.html#url-query" title="url-query"><query></a> components of the two <a href="infrastructure.html#url" title="URL">URLs</a> comparedi in the previous step differ, raise a <code><a href="infrastructure.html#security_err">SECURITY_ERR</a></code> exception and abort @@ -559,8 +559,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><p>Add a state object entry to the session history, after the <a href="#current-entry">current entry</a>, with <var title="">cloned data</var> as @@ -698,7 +698,7 @@ State: <OUTPUT NAME=I>1</OUTPUT> <INPUT VALUE="Increment" TYPE=BUTTON ONCLICK="inc()"> </FORM></pre> - </div><h4 id="the-location-interface"><span class="secno">5.9.3 </span>The <code><a href="#location">Location</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Each <code>Document</code> object in a <a href="browsers.html#browsing-context">browsing + </div><h4 id="the-location-interface"><span class="secno">5.4.3 </span>The <code><a href="#location">Location</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Each <code>Document</code> object in a <a href="browsers.html#browsing-context">browsing context</a>'s session history is associated with a unique instance of a <code><a href="#location">Location</a></code> object.</p><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-location"><a href="#dom-document-location">location</a></code> [ = <var title="">value</var> ]</dt> <dt><var title="">window</var> . <code title="dom-location"><a href="#dom-location">location</a></code> [ = <var title="">value</var> ]</dt> @@ -810,7 +810,7 @@ <p>When the <dfn id="dom-location-assign" title="dom-location-assign"><code>assign(<var title="">url</var>)</code></dfn> method is invoked, the UA must <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolve</a> the argument, relative to - the <a href="browsers.html#entry-script">entry script</a>'s <a href="browsers.html#script-s-base-url" title="script's base URL">base + the <a href="browsers.html#entry-script">entry script</a>'s <a href="web-application-apis.html#script-s-base-url" title="script's base URL">base URL</a>, and if that is successful, must <a href="#navigate">navigate</a> the <a href="browsers.html#browsing-context">browsing context</a> to the specified <var title="">url</var>. If the <a href="browsers.html#browsing-context">browsing context</a>'s <a href="#session-history">session history</a> contains only one @@ -825,12 +825,12 @@ <p>When the <dfn id="dom-location-replace" title="dom-location-replace"><code>replace(<var title="">url</var>)</code></dfn> method is invoked, the UA must <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolve</a> the argument, relative to - the <a href="browsers.html#entry-script">entry script</a>'s <a href="browsers.html#script-s-base-url" title="script's base URL">base + the <a href="browsers.html#entry-script">entry script</a>'s <a href="web-application-apis.html#script-s-base-url" title="script's base URL">base URL</a>, and if that is successful, <a href="#navigate">navigate</a> the <a href="browsers.html#browsing-context">browsing context</a> to the specified <var title="">url</var> with <a href="#replacement-enabled">replacement enabled</a>.</p> <p>Navigation for the <code title="dom-location-assign"><a href="#dom-location-assign">assign()</a></code> and <code title="dom-location-replace"><a href="#dom-location-replace">replace()</a></code> methods must be done - with the <a href="browsers.html#script-s-browsing-context" title="script's browsing context">browsing + with the <a href="web-application-apis.html#script-s-browsing-context" title="script's browsing context">browsing context</a> of the script that invoked the method as the <a href="#source-browsing-context">source browsing context</a>.</p> @@ -843,7 +843,7 @@ invoked, the user agent must run the appropriate steps from the following list:</p> - <dl class="switch"><dt>If the currently executing <a href="browsers.html#concept-task" title="concept-task">task</a> is the dispatch of a <code title="event-resize">resize</code> event in response to the user + <dl class="switch"><dt>If the currently executing <a href="web-application-apis.html#concept-task" title="concept-task">task</a> is the dispatch of a <code title="event-resize">resize</code> event in response to the user resizing the <a href="browsers.html#browsing-context">browsing context</a></dt> <dd><p>Repaint the <a href="browsers.html#browsing-context">browsing context</a> and abort these @@ -882,14 +882,14 @@ <hr><p>The <dfn id="dom-location-resolveurl" title="dom-location-resolveURL"><code>resolveURL(<var title="">url</var>)</code></dfn> method must <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolve</a> its <var title="">url</var> argument, relative - to the <a href="browsers.html#entry-script">entry script</a>'s <a href="browsers.html#script-s-base-url" title="script's base + to the <a href="browsers.html#entry-script">entry script</a>'s <a href="web-application-apis.html#script-s-base-url" title="script's base URL">base URL</a>, and if that succeeds, return the resulting <a href="infrastructure.html#absolute-url">absolute URL</a>. If it fails, it must throw a <code><a href="infrastructure.html#syntax_err">SYNTAX_ERR</a></code> exception instead.</p> </div><div class="impl"> - <h5 id="security-3"><span class="secno">5.9.3.1 </span>Security</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="security-3"><span class="secno">5.4.3.1 </span>Security</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>User agents must raise a <code><a href="infrastructure.html#security_err">SECURITY_ERR</a></code> exception whenever any of the members of a <code><a href="#location">Location</a></code> object are accessed by @@ -909,7 +909,7 @@ </li></ul></div><div class="impl"> - <h4 id="history-notes"><span class="secno">5.9.4 </span>Implementation notes for session history</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="history-notes"><span class="secno">5.4.4 </span>Implementation notes for session history</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <!-- don't change the ID without updating multiple internal links --> <p><i>This section is non-normative.</i></p> @@ -945,9 +945,9 @@ a timer, or from event listeners that are not triggered in response to a clear user action, or that are invoked in rapid succession.</p> - </div><h3 id="browsing-the-web"><span class="secno">5.10 </span>Browsing the Web</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h3 id="browsing-the-web"><span class="secno">5.5 </span>Browsing the Web</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> - <h4 id="navigating-across-documents"><span class="secno">5.10.1 </span>Navigating across documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="navigating-across-documents"><span class="secno">5.5.1 </span>Navigating across documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>Certain actions cause the <a href="browsers.html#browsing-context">browsing context</a> to <i><a href="#navigate">navigate</a></i> to a new resource. Navigation always involves @@ -965,7 +965,7 @@ <p>When a browsing context is <dfn id="navigate" title="navigate">navigated</dfn> to a new resource, the user agent must run the following steps:</p> - <ol><li><p>Release the <a href="browsers.html#storage-mutex">storage mutex</a>.</p></li> + <ol><li><p>Release the <a href="web-application-apis.html#storage-mutex">storage mutex</a>.</p></li> <li id="sandboxLinks"><p>If the <a href="#source-browsing-context">source browsing context</a> is not the same as the <a href="browsers.html#browsing-context">browsing context</a> @@ -1048,7 +1048,7 @@ <p>If the new resource is to be handled by displaying some sort of inline content, e.g. an error message because the specified scheme is not one of the supported protocols, or an inline prompt to - allow the user to select <a href="browsers.html#dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler">a registered + allow the user to select <a href="web-application-apis.html#dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler">a registered handler</a> for the given scheme, then <a href="#read-ua-inline" title="navigate-ua-inline">display the inline content</a> and abort these steps.</p> @@ -1248,7 +1248,7 @@ set to that <a href="infrastructure.html#url">URL</a> instead.</p> <p class="note">An <a href="#override-url" title="override URL">override URL</a> - is set when <a href="browsers.html#concept-js-deref" title="concept-js-deref">dereferencing a + is set when <a href="web-application-apis.html#concept-js-deref" title="concept-js-deref">dereferencing a <code>javascript:</code> URL</a>.</p> <p><dfn id="create-a-document-object" title="create a Document object">Creating a new @@ -1274,7 +1274,7 @@ <p><i>Non-document content</i>: If, given <var title="">type</var>, the new resource is to be handled by displaying some sort of inline content, e.g. a native rendering of the content, an error message because the specified type is not - supported, or an inline prompt to allow the user to select <a href="browsers.html#dom-navigator-registercontenthandler" title="dom-navigator-registerContentHandler">a registered + supported, or an inline prompt to allow the user to select <a href="web-application-apis.html#dom-navigator-registercontenthandler" title="dom-navigator-registerContentHandler">a registered handler</a> for the given type, then <a href="#read-ua-inline" title="navigate-ua-inline">display the inline content</a> and abort these steps.</p> @@ -1292,7 +1292,7 @@ </li></ol><hr><p>Some of the sections below, to which the above algorithm defers in certain cases, require the user agent to <dfn id="update-the-session-history-with-the-new-page">update the session history with the new page</dfn>. When a user agent is required to do - this, it must <a href="browsers.html#queue-a-task">queue a task</a> to run the following + this, it must <a href="web-application-apis.html#queue-a-task">queue a task</a> to run the following steps:</p> <ol><li><p><a href="#unload-a-document" title="unload a document">Unload</a> the @@ -1342,8 +1342,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 + <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> <!-- so the network is racing history.back(), in the case of setting location.href="" and then calling history.back() --> @@ -1366,7 +1366,7 @@ <li><p>The <a href="#navigate" title="navigate">navigation algorithm</a> has now <dfn id="concept-navigate-mature" title="concept-navigate-mature">matured</dfn>.</p></li> - <li><p><i>Fragment identifier loop</i>: <a href="browsers.html#spin-the-event-loop">Spin the event + <li><p><i>Fragment identifier loop</i>: <a href="web-application-apis.html#spin-the-event-loop">Spin the event loop</a> for a user-agent-defined amount of time, as desired by the user agent implementor. (This is intended to allow the user agent to optimize the user experience in the face of performance @@ -1384,11 +1384,11 @@ of the document</a>, then return to the <i>fragment identifier loop</i> step.</p></li> - </ol><p>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#networking-task-source">networking task + </ol><p>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#networking-task-source">networking task source</a>.</p> - <h4 id="read-html"><span class="secno">5.10.2 </span><dfn title="navigate-html">Page load processing model for HTML files</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="read-html"><span class="secno">5.5.2 </span><dfn title="navigate-html">Page load processing model for HTML files</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When an HTML document is to be loaded in a <a href="browsers.html#browsing-context">browsing context</a>, the user agent must <a href="#create-a-document-object">create a @@ -1421,7 +1421,7 @@ - <h4 id="read-xml"><span class="secno">5.10.3 </span><dfn title="navigate-xml">Page load processing model for XML files</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="read-xml"><span class="secno">5.5.3 </span><dfn title="navigate-xml">Page load processing model for XML files</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When faced with displaying an XML file inline, user agents must first <a href="#create-a-document-object">create a <code>Document</code> object</a>, following @@ -1477,7 +1477,7 @@ <code>Document</code>.</p> - <h4 id="read-text"><span class="secno">5.10.4 </span><dfn title="navigate-text">Page load processing model for text files</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p> + <h4 id="read-text"><span class="secno">5.5.4 </span><dfn title="navigate-text">Page load processing model for text files</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p> <p>When a plain text document is to be loaded in a <a href="browsers.html#browsing-context">browsing context</a>, the user agent should <a href="#create-a-document-object">create a @@ -1520,7 +1520,7 @@ etc.</p> - <h4 id="read-image"><span class="secno">5.10.5 </span><dfn title="navigate-image">Page load processing model for images</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="read-image"><span class="secno">5.5.5 </span><dfn title="navigate-image">Page load processing model for images</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When an image resource is to be loaded in a <a href="browsers.html#browsing-context">browsing context</a>, the user agent should <a href="#create-a-document-object">create a @@ -1552,7 +1552,7 @@ a script, to give the document a <code><a href="semantics.html#the-title-element-0">title</a></code>, etc.</p> - <h4 id="read-plugin"><span class="secno">5.10.6 </span><dfn title="navigate-plugin">Page load processing model for content that uses plugins</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="read-plugin"><span class="secno">5.5.6 </span><dfn title="navigate-plugin">Page load processing model for content that uses plugins</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When a resource that requires an external resource to be rendered is to be loaded in a <a href="browsers.html#browsing-context">browsing context</a>, the user agent @@ -1590,7 +1590,7 @@ synthesized <code><a href="text-level-semantics.html#the-embed-element">embed</a></code> element will <a href="text-level-semantics.html#sandboxPluginEmbed">fail to render the content</a>.</p> - <h4 id="read-ua-inline"><span class="secno">5.10.7 </span><dfn title="navigate-ua-inline">Page load processing model for inline content that doesn't have a DOM</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="read-ua-inline"><span class="secno">5.5.7 </span><dfn title="navigate-ua-inline">Page load processing model for inline content that doesn't have a DOM</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When the user agent is to display a user agent page inline in a <a href="browsers.html#browsing-context">browsing context</a>, the user agent should <a href="#create-a-document-object">create a @@ -1617,10 +1617,10 @@ - <h4 id="scroll-to-fragid"><span class="secno">5.10.8 </span><dfn title="navigate-fragid">Navigating to a fragment identifier</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="scroll-to-fragid"><span class="secno">5.5.8 </span><dfn title="navigate-fragid">Navigating to a fragment identifier</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>When a user agent is supposed to navigate to a fragment - identifier, then the user agent must <a href="browsers.html#queue-a-task">queue a task</a> to + identifier, then the user agent must <a href="web-application-apis.html#queue-a-task">queue a task</a> to run the following steps:</p> <ol><li> @@ -1635,8 +1635,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><p>Append a new entry at the end of the <code><a href="#history-0">History</a></code> object representing the new resource and its <code>Document</code> @@ -1708,7 +1708,7 @@ document</a>, if that is an element; otherwise there is no <i><a href="#target-element">target element</a></i>. <a href="references.html#refsSELECTORS">[SELECTORS]</a></p> - </div><h4 id="history-traversal"><span class="secno">5.10.9 </span>History traversal</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- session history --><div class="impl"> + </div><h4 id="history-traversal"><span class="secno">5.5.9 </span>History traversal</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- session history --><div class="impl"> <p>When a user agent is required to <dfn id="traverse-the-history">traverse the history</dfn> to a <i>specified entry</i>, optionally with <a href="#replacement-enabled">replacement @@ -1794,7 +1794,7 @@ <li><p>If the <a href="dom.html#current-document-readiness">current document readiness</a> of the <i>specified entry</i>'s <code>Document</code> is "complete", - <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-pageshow">pageshow</code> at that <code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object.</p></li> @@ -1842,7 +1842,7 @@ <dl class="switch"><dt>If the <a href="dom.html#current-document-readiness">current document readiness</a> is set to the string "complete"</dt> - <dd><p><a href="browsers.html#queue-a-task">Queue a task</a> to fire a <code title="event-popstate"><a href="#event-popstate">popstate</a></code> event at the + <dd><p><a href="web-application-apis.html#queue-a-task">Queue a task</a> to fire a <code title="event-popstate"><a href="#event-popstate">popstate</a></code> event at the <code><a href="browsers.html#window">Window</a></code> object of the <code>Document</code>, using the <code><a href="#popstateevent">PopStateEvent</a></code> interface, with the <code title="dom-PopStateEvent-state"><a href="#dom-popstateevent-state">state</a></code> attribute set to the value of <var title="">state</var>. This event must bubble @@ -1862,7 +1862,7 @@ </ol></li> <li><p>If <var title="">hash changed</var> is true, then - <a href="browsers.html#queue-a-task">queue a task</a> to fire a <code title="event-hashchange"><a href="#event-hashchange">hashchange</a></code> event at the + <a href="web-application-apis.html#queue-a-task">queue a task</a> to fire a <code title="event-hashchange"><a href="#event-hashchange">hashchange</a></code> event at the <a href="browsers.html#browsing-context">browsing context</a>'s <code><a href="browsers.html#window">Window</a></code> object, using the <code><a href="#hashchangeevent">HashChangeEvent</a></code> interface, with the <code title="dom-HashChangeEvent-oldURL"><a href="#dom-hashchangeevent-oldurl">oldURL</a></code> attribute set to <var title="">old URL</var> and the <code title="dom-HashChangeEvent-newURL"><a href="#dom-hashchangeevent-newurl">newURL</a></code> attribute set to @@ -1874,11 +1874,11 @@ </ol><p>The <a href="#pending-state-object">pending state object</a> must be initially null.</p> - <p>The <a href="browsers.html#task-source">task source</a> for the tasks mentioned above 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 the tasks mentioned above is the + <a href="web-application-apis.html#dom-manipulation-task-source">DOM manipulation task source</a>.</p> - <h5 id="event-definitions"><span class="secno">5.10.9.1 </span>Event definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h5 id="event-definitions"><span class="secno">5.5.9.1 </span>Event definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> </div><p>The <dfn id="event-popstate" title="event-popstate"><code>popstate</code></dfn> event is fired when navigating to a <a href="#session-history-entry">session history entry</a> @@ -1946,7 +1946,7 @@ the URL of the <a href="#session-history-entry">session history entry</a> that was traversed to.</p> - </div><h4 id="unloading-documents"><span class="secno">5.10.10 </span>Unloading documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> + </div><h4 id="unloading-documents"><span class="secno">5.5.10 </span>Unloading documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl"> <p>A <code>Document</code> has a <var title="">salvageable</var> state, which is initially true.</p> @@ -1961,7 +1961,7 @@ <li><p><i>Dispatch</i>: Dispatch <var title="">event</var> at the <code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object.</p></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>If any event listeners were triggered by the earlier <i>dispatch</i> step, then set the <code>Document</code>'s <var title="">salvageable</var> state to false.</p></li> @@ -1979,7 +1979,7 @@ to truncate the string to 1024 characters for display, for instance.)</p> - <p>The user agent must <a href="browsers.html#pause">pause</a> while waiting for the + <p>The user agent must <a href="web-application-apis.html#pause">pause</a> while waiting for the user's response.</p> <p>If the user did not confirm the page navigation, then the user @@ -2022,27 +2022,27 @@ whether the <code>Document</code> object is going to be re-used. (This is set by the <code title="dom-document-open"><a href="embedded-content-0.html#dom-document-open">document.open()</a></code> method.)</p> - <ol><li><p><a href="browsers.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-pagehide">pagehide</code> at the + <ol><li><p><a href="web-application-apis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-pagehide">pagehide</code> at the <code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object.</p></li> - <li><p><i>Unload event</i>: <a href="browsers.html#fire-a-simple-event">Fire a simple event</a> named + <li><p><i>Unload event</i>: <a href="web-application-apis.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-unload">unload</code> at the <code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object.</p></li> - <li><p>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>If any event listeners were triggered by the earlier <i>unload event</i> step, then set the <code>Document</code> object's <var title="">salvageable</var> state to false.</p></li> <li><p>If there are any outstanding transactions that have - callbacks that involve <a href="browsers.html#concept-script" title="concept-script">scripts</a> - whose <a href="browsers.html#script-s-global-object" title="script's global object">global object</a> is + callbacks that involve <a href="web-application-apis.html#concept-script" title="concept-script">scripts</a> + whose <a href="web-application-apis.html#script-s-global-object" title="script's global object">global object</a> is the <code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object, roll them back (without invoking any of the callbacks) and set <var title="">salvageable</var> to false.</p> </li><li><p>Empty the <code>Document</code>'s <code><a href="browsers.html#window">Window</a></code>'s - <a href="browsers.html#list-of-active-timeouts">list of active timeouts</a> and its <a href="browsers.html#list-of-active-intervals">list of active + <a href="web-application-apis.html#list-of-active-timeouts">list of active timeouts</a> and its <a href="web-application-apis.html#list-of-active-intervals">list of active intervals</a>.</p></li> <!-- should this affect var title="">salvageable</var>? --> @@ -2086,7 +2086,7 @@ <code>Document</code>'s <a href="browsers.html#browsing-context">browsing context</a> must <a href="browsers.html#discard-a-document" title="discard a document">discard the <code>Document</code></a>.</p></li> - </ol><h5 id="event-definition"><span class="secno">5.10.10.1 </span>Event definition</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + </ol><h5 id="event-definition"><span class="secno">5.5.10.1 </span>Event definition</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> </div><pre class="idl">interface <dfn id="beforeunloadevent">BeforeUnloadEvent</dfn> : Event { attribute DOMString <a href="#dom-beforeunloadevent-returnvalue" title="dom-BeforeUnloadEvent-returnValue">returnValue</a>; @@ -2111,12 +2111,12 @@ </div><div class="impl"> - <h4 id="aborting-a-document-load"><span class="secno">5.10.11 </span>Aborting a document load</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h4 id="aborting-a-document-load"><span class="secno">5.5.11 </span>Aborting a document load</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>If the user cancels any instance of the <a href="infrastructure.html#fetch" title="fetch">fetching algorithm</a> in the context of a <code>Document</code> in a <a href="browsers.html#browsing-context">browsing context</a>, then, if that <code>Document</code> is an <a href="browsers.html#active-document">active document</a>, the - user agent must <a href="browsers.html#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-abort">abort</code> at that <code>Document</code>'s <code><a href="browsers.html#window">Window</a></code> object.</p> Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.756 retrieving revision 1.757 diff -u -d -r1.756 -r1.757 --- semantics.html 5 Feb 2010 23:26:31 -0000 1.756 +++ semantics.html 6 Feb 2010 00:16:34 -0000 1.757 @@ -291,7 +291,7 @@ <a href="embedded-content-0.html">← 3.2.5.1.6 Embedded content</a> – <a href="spec.html#contents">Table of contents</a> – <a href="text-level-semantics.html">4.6 Text-level semantics →</a> - </nav><p>This is revision 1.3721.</p> + </nav><p>This is revision 1.3726.</p> <h2 id="semantics"><span class="secno">4 </span>The elements of HTML</h2><h3 id="the-root-element"><span class="secno">4.1 </span>The root element</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="the-html-element-0"><span class="secno">4.1.1 </span>The <dfn><code>html</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt> @@ -587,18 +587,18 @@ <!-- the next few paragraph are similar to text in the <style> section --> <p>Once the attempts to obtain the resource and its critical subresources are complete, the user agent must, if the loads were - successful, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple + successful, <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-link-element">link</a></code> element, or, if the resource or one of its critical subresources failed to completely load for any reason (e.g. DNS error, HTTP 404 response, a connection being prematurely - closed, unsupported Content-Type), <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 <code><a href="#the-link-element">link</a></code> + closed, unsupported Content-Type), <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 <code><a href="#the-link-element">link</a></code> element. Non-network errors in processing the resource or its subresources (e.g. CSS parse errors, PNG decoding errors) are not failures for the purposes of this paragraph.</p> - <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>The element must <a href="syntax.html#delay-the-load-event">delay the load event</a> of the @@ -1650,18 +1650,18 @@ subresources, if any, are complete, or, if the style sheet has no critical subresources, once the style sheet has been parsed and processed, the user agent must, if the loads were successful or - there were none, <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a simple + there were none, <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-style-element">style</a></code> element, or, if one of the style sheet's critical subresources failed to completely load for any reason (e.g. DNS error, HTTP 404 response, a connection being prematurely closed, - unsupported Content-Type), <a href="browsers.html#queue-a-task">queue a task</a> to <a href="browsers.html#fire-a-simple-event">fire a + unsupported Content-Type), <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 <code><a href="#the-style-element">style</a></code> element. Non-network errors in processing the style sheet or its subresources (e.g. CSS parse errors, PNG decoding errors) are not failures for the purposes of this paragraph.</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 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#dom-manipulation-task-source">DOM manipulation task source</a>.</p> <p>The element must <a href="syntax.html#delay-the-load-event">delay the load event</a> of the @@ -1801,7 +1801,7 @@ <code><a href="#the-style-element">style</a></code> element with no <code title="">@import</code> rules), then the style rules must be synchronously made available to script; otherwise, the style rules must only be made available to - script once the <a href="browsers.html#event-loop">event loop</a> reaches its "update the + script once the <a href="web-application-apis.html#event-loop">event loop</a> reaches its "update the rendering" step.</p> <p>A style sheet in the context of the <code>Document</code> of an @@ -1814,7 +1814,7 @@ was created by the parser, and the element's style sheet was enabled when the element was created by the parser, and the element's <a href="#style-sheet-ready">style sheet ready</a> flag is not yet set, and, the last - time the <a href="browsers.html#event-loop">event loop</a> reached step 1, the element was + time the <a href="web-application-apis.html#event-loop">event loop</a> reached step 1, the element was <a href="infrastructure.html#in-a-document" title="in a document">in that <code>Document</code></a>.</p> @@ -2018,7 +2018,7 @@ <li> - <p>If <a href="browsers.html#concept-n-noscript" title="concept-n-noscript">scripting is + <p>If <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the <code><a href="#script">script</a></code> element, or if the user agent does not <a href="#support-the-scripting-language">support the scripting language</a> given by <var><a href="#the-script-block-s-type">the script block's type</a></var> for this @@ -2052,7 +2052,7 @@ element's <code>Document</code>.</p> <!-- not http-origin privacy sensitive --> - <p>For historical reasons, if the <a href="infrastructure.html#url">URL</a> is a <a href="browsers.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> + <p>For historical reasons, if the <a href="infrastructure.html#url">URL</a> is a <a href="web-application-apis.html#javascript-protocol" title="javascript protocol"><code title="">javascript:</code> URL</a>, then the user agent must not, despite the requirements in the definition of the <a href="infrastructure.html#fetch" title="fetch">fetching</a> algorithm, actually execute the script in the URL; instead the @@ -2095,8 +2095,8 @@ scripts that will execute when the document has finished parsing</dfn>.</p> - <p>The <a href="browsers.html#concept-task" title="concept-task">task</a> that the - <a href="browsers.html#networking-task-source">networking task source</a> places on the <a href="browsers.html#task-queue">task + <p>The <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that the + <a href="web-application-apis.html#networking-task-source">networking task source</a> places on the <a href="web-application-apis.html#task-queue">task queue</a> once the <a href="infrastructure.html#fetch" title="fetch">fetching algorithm</a> has completed must set the element's <a href="#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag. The parser will @@ -2116,8 +2116,8 @@ script</a>. (There can only be one such script at a time.)</p> - <p>The <a href="browsers.html#concept-task" title="concept-task">task</a> that the - <a href="browsers.html#networking-task-source">networking task source</a> places on the <a href="browsers.html#task-queue">task + <p>The <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that the + <a href="web-application-apis.html#networking-task-source">networking task source</a> places on the <a href="web-application-apis.html#task-queue">task queue</a> once the <a href="infrastructure.html#fetch" title="fetch">fetching algorithm</a> has completed must set the element's <a href="#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag. The parser will @@ -2150,8 +2150,8 @@ <p>The element must be added to the end of the <dfn id="list-of-scripts-that-will-execute-as-soon-as-possible">list of scripts that will execute as soon as possible</dfn>.</p> - <p>The <a href="browsers.html#concept-task" title="concept-task">task</a> that the - <a href="browsers.html#networking-task-source">networking task source</a> places on the <a href="browsers.html#task-queue">task + <p>The <a href="web-application-apis.html#concept-task" title="concept-task">task</a> that the + <a href="web-application-apis.html#networking-task-source">networking task source</a> places on the <a href="web-application-apis.html#task-queue">task queue</a> once the <a href="infrastructure.html#fetch" title="fetch">fetching algorithm</a> has completed must <a href="#executing-a-script-block" title="executing a script block">execute the script block</a>. @@ -2168,8 +2168,8 @@ </dl></li> </ol><!-- similar text in various places --><p>Fetching an external script 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 + event</a> of the 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 above) has been run.</p> @@ -2183,7 +2183,7 @@ <dl class="switch"><dt>If the load resulted in an error (for example a DNS error, or an HTTP 404 error)</dt> - <dd><p>Executing the script block must just consist of <a href="browsers.html#fire-a-simple-event" title="fire a simple event">firing a simple event</a> named + <dd><p>Executing the script block must just consist of <a href="web-application-apis.html#fire-a-simple-event" title="fire a simple event">firing a simple event</a> named <code title="event-error">error</code> at the element.</p></dd> <dt>If the load was successful</dt> @@ -2276,7 +2276,7 @@ <li> - <p><a href="browsers.html#pause">Pause</a> until either any applicable style sheets + <p><a href="web-application-apis.html#pause">Pause</a> until either any applicable style sheets have been <a href="infrastructure.html#fetch" title="fetch">fetched</a> and applied, or the user agent has timed out and decided to not wait for those style sheets.</p> @@ -2286,7 +2286,7 @@ <li> - <p><a href="browsers.html#create-a-script-from-a-node" title="create a script from a node">Create a + <p><a href="web-application-apis.html#create-a-script-from-a-node" title="create a script from a node">Create a script</a> from the <code><a href="#script">script</a></code> element node, using <var><a href="#the-script-block-s-source">the script block's source</a></var> and <var><a href="#the-script-block-s-type">the script block's type</a></var>.</p> @@ -2298,7 +2298,7 @@ <li> - <p><a href="browsers.html#fire-a-simple-event">Fire a simple event</a> named <code title="event-load">load</code> at the <code><a href="#script">script</a></code> + <p><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="#script">script</a></code> element.</p> </li> @@ -2521,27 +2521,27 @@ <dd>In a <code><a href="#the-head-element-0">head</a></code> element of an <a href="dom.html#html-documents" title="HTML documents">HTML document</a>, if there are no ancestor <code><a href="#the-noscript-element">noscript</a></code> elements.</dd> <dd>Where <a href="dom.html#phrasing-content">phrasing content</a> is expected in <a href="dom.html#html-documents">HTML documents</a>, if there are no ancestor <code><a href="#the-noscript-element">noscript</a></code> elements.</dd> <dt>Content model:</dt> - <dd>When <a href="browsers.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>, in a <code><a href="#the-head-element-0">head</a></code> element: in any order, zero or more <code><a href="#the-link-element">link</a></code> elements, zero or more <code><a href="#the-style-element">style</a></code> elements, and zero or more <code><a href="#meta">meta</a></code> elements.</dd> - <dd>When <a href="browsers.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>, not in a <code><a href="#the-head-element-0">head</a></code> element: <a href="embedded-content-0.html#transparent">transparent</a>, but there must be no <code><a href="#the-noscript-element">noscript</a></code> element descendants.</dd> + <dd>When <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>, in a <code><a href="#the-head-element-0">head</a></code> element: in any order, zero or more <code><a href="#the-link-element">link</a></code> elements, zero or more <code><a href="#the-style-element">style</a></code> elements, and zero or more <code><a href="#meta">meta</a></code> elements.</dd> + <dd>When <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>, not in a <code><a href="#the-head-element-0">head</a></code> element: <a href="embedded-content-0.html#transparent">transparent</a>, but there must be no <code><a href="#the-noscript-element">noscript</a></code> element descendants.</dd> <dd>Otherwise: text that conforms to the requirements given in the prose.</dd> <dt>Content attributes:</dt> <dd><a href="dom.html#global-attributes">Global attributes</a></dd> <dt>DOM interface:</dt> <dd>Uses <code><a href="dom.html#htmlelement">HTMLElement</a></code>.</dd> </dl><p>The <code><a href="#the-noscript-element">noscript</a></code> element <a href="the-xhtml-syntax.html#represents">represents</a> nothing - if <a href="browsers.html#concept-n-script" title="concept-n-script">scripting is enabled</a>, and - <a href="the-xhtml-syntax.html#represents">represents</a> its children if <a href="browsers.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>. It is used + if <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting is enabled</a>, and + <a href="the-xhtml-syntax.html#represents">represents</a> its children if <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a>. It is used to present different markup to user agents that support scripting and those that don't support scripting, by affecting how the document is parsed.</p><p>When used in <a href="dom.html#html-documents">HTML documents</a>, the allowed content - model is as follows:</p><dl><dt>In a <code><a href="#the-head-element-0">head</a></code> element, if <a href="browsers.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the + model is as follows:</p><dl><dt>In a <code><a href="#the-head-element-0">head</a></code> element, if <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the <code><a href="#the-noscript-element">noscript</a></code> element</dt> <dd><p>The <code><a href="#the-noscript-element">noscript</a></code> element must contain only <code><a href="#the-link-element">link</a></code>, <code><a href="#the-style-element">style</a></code>, and <code><a href="#meta">meta</a></code> elements.</p></dd> - <dt>In a <code><a href="#the-head-element-0">head</a></code> element, if <a href="browsers.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the + <dt>In a <code><a href="#the-head-element-0">head</a></code> element, if <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the <code><a href="#the-noscript-element">noscript</a></code> element</dt> <dd><p>The <code><a href="#the-noscript-element">noscript</a></code> element must contain only text, @@ -2552,7 +2552,7 @@ <code><a href="#meta">meta</a></code> elements that would be conforming if they were children of the <code><a href="#the-noscript-element">noscript</a></code> element, and no <a href="syntax.html#parse-error" title="parse error">parse errors</a>.</p></dd> - <dt>Outside of <code><a href="#the-head-element-0">head</a></code> elements, if <a href="browsers.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the + <dt>Outside of <code><a href="#the-head-element-0">head</a></code> elements, if <a href="web-application-apis.html#concept-n-noscript" title="concept-n-noscript">scripting is disabled</a> for the <code><a href="#the-noscript-element">noscript</a></code> element</dt> <dd><p>The <code><a href="#the-noscript-element">noscript</a></code> element's content model is @@ -2561,7 +2561,7 @@ element as an ancestor (that is, <code><a href="#the-noscript-element">noscript</a></code> can't be nested).</p></dd> - <dt>Outside of <code><a href="#the-head-element-0">head</a></code> elements, if <a href="browsers.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the + <dt>Outside of <code><a href="#the-head-element-0">head</a></code> elements, if <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the <code><a href="#the-noscript-element">noscript</a></code> element</dt> <dd> @@ -2624,7 +2624,7 @@ <p>The <code><a href="#the-noscript-element">noscript</a></code> element has no other requirements. In particular, children of the <code><a href="#the-noscript-element">noscript</a></code> element are not exempt from <a href="forms.html#form-submission">form submission</a>, scripting, and so forth, - even when <a href="browsers.html#concept-n-script" title="concept-n-script">scripting is enabled</a> + even when <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the element.</p> </div><div class="example"> @@ -2698,47 +2698,47 @@ <dd><a href="dom.html#flow-content">Flow content</a>.</dd> <dt>Content attributes:</dt> <dd><a href="dom.html#global-attributes">Global attributes</a></dd> - <dd><code title="handler-window-onafterprint"><a href="browsers.html#handler-window-onafterprint">onafterprint</a></code></dd> - <dd><code title="handler-window-onbeforeprint"><a href="browsers.html#handler-window-onbeforeprint">onbeforeprint</a></code></dd> - <dd><code title="handler-window-onbeforeunload"><a href="browsers.html#handler-window-onbeforeunload">onbeforeunload</a></code></dd> - <dd><code title="handler-window-onblur"><a href="browsers.html#handler-window-onblur">onblur</a></code></dd> - <dd><code title="handler-window-onerror"><a href="browsers.html#handler-window-onerror">onerror</a></code></dd> - <dd><code title="handler-window-onfocus"><a href="browsers.html#handler-window-onfocus">onfocus</a></code></dd> - <dd><code title="handler-window-onhashchange"><a href="browsers.html#handler-window-onhashchange">onhashchange</a></code></dd> - <dd><code title="handler-window-onload"><a href="browsers.html#handler-window-onload">onload</a></code></dd> - <dd><code title="handler-window-onmessage"><a href="browsers.html#handler-window-onmessage">onmessage</a></code></dd> - <dd><code title="handler-window-onoffline"><a href="browsers.html#handler-window-onoffline">onoffline</a></code></dd> - <dd><code title="handler-window-ononline"><a href="browsers.html#handler-window-ononline">ononline</a></code></dd> - <dd><code title="handler-window-onpagehide"><a href="browsers.html#handler-window-onpagehide">onpagehide</a></code></dd> - <dd><code title="handler-window-onpageshow"><a href="browsers.html#handler-window-onpageshow">onpageshow</a></code></dd> - <dd><code title="handler-window-onpopstate"><a href="browsers.html#handler-window-onpopstate">onpopstate</a></code></dd> - <dd><code title="handler-window-onredo"><a href="browsers.html#handler-window-onredo">onredo</a></code></dd> - <dd><code title="handler-window-onresize"><a href="browsers.html#handler-window-onresize">onresize</a></code></dd> - <dd><code title="handler-window-onstorage"><a href="browsers.html#handler-window-onstorage">onstorage</a></code></dd> - <dd><code title="handler-window-onundo"><a href="browsers.html#handler-window-onundo">onundo</a></code></dd> - <dd><code title="handler-window-onunload"><a href="browsers.html#handler-window-onunload">onunload</a></code></dd> + <dd><code title="handler-window-onafterprint"><a href="web-application-apis.html#handler-window-onafterprint">onafterprint</a></code></dd> + <dd><code title="handler-window-onbeforeprint"><a href="web-application-apis.html#handler-window-onbeforeprint">onbeforeprint</a></code></dd> + <dd><code title="handler-window-onbeforeunload"><a href="web-application-apis.html#handler-window-onbeforeunload">onbeforeunload</a></code></dd> + <dd><code title="handler-window-onblur"><a href="web-application-apis.html#handler-window-onblur">onblur</a></code></dd> + <dd><code title="handler-window-onerror"><a href="web-application-apis.html#handler-window-onerror">onerror</a></code></dd> + <dd><code title="handler-window-onfocus"><a href="web-application-apis.html#handler-window-onfocus">onfocus</a></code></dd> + <dd><code title="handler-window-onhashchange"><a href="web-application-apis.html#handler-window-onhashchange">onhashchange</a></code></dd> + <dd><code title="handler-window-onload"><a href="web-application-apis.html#handler-window-onload">onload</a></code></dd> + <dd><code title="handler-window-onmessage"><a href="web-application-apis.html#handler-window-onmessage">onmessage</a></code></dd> + <dd><code title="handler-window-onoffline"><a href="web-application-apis.html#handler-window-onoffline">onoffline</a></code></dd> + <dd><code title="handler-window-ononline"><a href="web-application-apis.html#handler-window-ononline">ononline</a></code></dd> + <dd><code title="handler-window-onpagehide"><a href="web-application-apis.html#handler-window-onpagehide">onpagehide</a></code></dd> + <dd><code title="handler-window-onpageshow"><a href="web-application-apis.html#handler-window-onpageshow">onpageshow</a></code></dd> + <dd><code title="handler-window-onpopstate"><a href="web-application-apis.html#handler-window-onpopstate">onpopstate</a></code></dd> + <dd><code title="handler-window-onredo"><a href="web-application-apis.html#handler-window-onredo">onredo</a></code></dd> + <dd><code title="handler-window-onresize"><a href="web-application-apis.html#handler-window-onresize">onresize</a></code></dd> + <dd><code title="handler-window-onstorage"><a href="web-application-apis.html#handler-window-onstorage">onstorage</a></code></dd> + <dd><code title="handler-window-onundo"><a href="web-application-apis.html#handler-window-onundo">onundo</a></code></dd> + <dd><code title="handler-window-onunload"><a href="web-application-apis.html#handler-window-onunload">onunload</a></code></dd> <dt>DOM interface:</dt> <dd> <pre class="idl">interface <dfn id="htmlbodyelement">HTMLBodyElement</dfn> : <a href="dom.html#htmlelement">HTMLElement</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-onpopstate" title="handler-window-onpopstate">onpopstate</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-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-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-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-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> </dd> </dl><p>The <code><a href="#the-body-element-0">body</a></code> element <a href="the-xhtml-syntax.html#represents">represents</a> the main @@ -2753,23 +2753,23 @@ DOM, as per the definition of the term, and not any arbitrary <code><a href="#the-body-element-0">body</a></code> element.</p> - </div><p>The <code><a href="#the-body-element-0">body</a></code> element exposes as <a href="browsers.html#event-handler-content-attributes">event handler - content attributes</a> a number of the <a href="browsers.html#event-handlers">event + </div><p>The <code><a href="#the-body-element-0">body</a></code> element exposes as <a href="web-application-apis.html#event-handler-content-attributes">event handler + content attributes</a> a number of the <a href="web-application-apis.html#event-handlers">event handlers</a> of the <code><a href="browsers.html#window">Window</a></code> object. It also mirrors - their <a href="browsers.html#event-handler-idl-attributes">event handler IDL attributes</a>.</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-handlers">event + their <a href="web-application-apis.html#event-handler-idl-attributes">event handler IDL attributes</a>.</p><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-handlers">event handlers</a> of the <code><a href="browsers.html#window">Window</a></code> object, exposed on the - <code><a href="#the-body-element-0">body</a></code> element, shadow the generic <a href="browsers.html#event-handlers">event + <code><a href="#the-body-element-0">body</a></code> element, shadow the generic <a href="web-application-apis.html#event-handlers">event handlers</a> with the same names normally supported by <a href="infrastructure.html#html-elements">HTML elements</a>.</p><p class="example">Thus, for example, a bubbling <code title="event-error">error</code> event fired on a child of <a href="dom.html#the-body-element">the body element</a> of a <code>Document</code> would first trigger - the <code title="handler-onerror"><a href="browsers.html#handler-onerror">onerror</a></code> <a href="browsers.html#event-handler-content-attributes">event handler + the <code title="handler-onerror"><a href="web-application-apis.html#handler-onerror">onerror</a></code> <a href="web-application-apis.html#event-handler-content-attributes">event handler content attributes</a> of that element, then that of the root <code><a href="#the-html-element-0">html</a></code> element, and only <em>then</em> would it trigger - the <code title="handler-window-onerror"><a href="browsers.html#handler-window-onerror">onerror</a></code> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">event handler content + the <code title="handler-window-onerror"><a href="web-application-apis.html#handler-window-onerror">onerror</a></code> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">event handler content attribute</a> on the <code><a href="#the-body-element-0">body</a></code> element. This is because the event would bubble from the target, to the <code><a href="#the-body-element-0">body</a></code>, to the <code><a href="#the-html-element-0">html</a></code>, to the <code>Document</code>, to the - <code><a href="browsers.html#window">Window</a></code>, and the <a href="browsers.html#event-handlers" title="event handlers">event + <code><a href="browsers.html#window">Window</a></code>, and the <a href="web-application-apis.html#event-handlers" title="event handlers">event handler</a> on the <code><a href="#the-body-element-0">body</a></code> is watching the <code><a href="browsers.html#window">Window</a></code> not the <code><a href="#the-body-element-0">body</a></code>. A regular event listener attached to the <code><a href="#the-body-element-0">body</a></code> using <code title="">addEventListener()</code>, however, would fire when the Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.754 retrieving revision 1.755 diff -u -d -r1.754 -r1.755 --- index.html 5 Feb 2010 23:26:30 -0000 1.754 +++ index.html 6 Feb 2010 00:16:33 -0000 1.755 @@ -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="iana.html" title="11 IANA considerations" rel="prev"> + <link href="iana.html" title="12 IANA considerations" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="references.html" title="References" rel="next"> </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> @@ -288,10 +288,10 @@ <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="iana.html">← 11 IANA considerations</a> – + <a href="iana.html">← 12 IANA considerations</a> – <a href="spec.html#contents">Table of contents</a> – <a href="references.html">References →</a> - </nav><p>This is revision 1.3721.</p> + </nav><p>This is revision 1.3726.</p> <h2 class="no-num" id="index">Index</h2><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i></p><div class="impl"> @@ -431,25 +431,25 @@ <td><code><a href="semantics.html#the-html-element-0">html</a></code></td> <td><a href="dom.html#flow-content" title="Flow content">flow</a></td> <td><a href="dom.html#global-attributes" title="global attributes">globals</a>; - <code title="handler-window-onafterprint"><a href="browsers.html#handler-window-onafterprint">onafterprint</a></code>; - <code title="handler-window-onbeforeprint"><a href="browsers.html#handler-window-onbeforeprint">onbeforeprint</a></code>; - <code title="handler-window-onbeforeunload"><a href="browsers.html#handler-window-onbeforeunload">onbeforeunload</a></code>; - <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>; - <code title="handler-window-onhashchange"><a href="browsers.html#handler-window-onhashchange">onhashchange</a></code>; - <code title="handler-window-onload"><a href="browsers.html#handler-window-onload">onload</a></code>; - <code title="handler-window-onmessage"><a href="browsers.html#handler-window-onmessage">onmessage</a></code>; - <code title="handler-window-onoffline"><a href="browsers.html#handler-window-onoffline">onoffline</a></code>; - <code title="handler-window-ononline"><a href="browsers.html#handler-window-ononline">ononline</a></code>; - <code title="handler-window-onpagehide"><a href="browsers.html#handler-window-onpagehide">onpagehide</a></code>; - <code title="handler-window-onpageshow"><a href="browsers.html#handler-window-onpageshow">onpageshow</a></code>; - <code title="handler-window-onpopstate"><a href="browsers.html#handler-window-onpopstate">onpopstate</a></code>; - <code title="handler-window-onredo"><a href="browsers.html#handler-window-onredo">onredo</a></code>; - <code title="handler-window-onresize"><a href="browsers.html#handler-window-onresize">onresize</a></code>; - <code title="handler-window-onstorage"><a href="browsers.html#handler-window-onstorage">onstorage</a></code>; - <code title="handler-window-onundo"><a href="browsers.html#handler-window-onundo">onundo</a></code>; - <code title="handler-window-onunload"><a href="browsers.html#handler-window-onunload">onunload</a></code></td> + <code title="handler-window-onafterprint"><a href="web-application-apis.html#handler-window-onafterprint">onafterprint</a></code>; + <code title="handler-window-onbeforeprint"><a href="web-application-apis.html#handler-window-onbeforeprint">onbeforeprint</a></code>; + <code title="handler-window-onbeforeunload"><a href="web-application-apis.html#handler-window-onbeforeunload">onbeforeunload</a></code>; + <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>; + <code title="handler-window-onhashchange"><a href="web-application-apis.html#handler-window-onhashchange">onhashchange</a></code>; + <code title="handler-window-onload"><a href="web-application-apis.html#handler-window-onload">onload</a></code>; + <code title="handler-window-onmessage"><a href="web-application-apis.html#handler-window-onmessage">onmessage</a></code>; + <code title="handler-window-onoffline"><a href="web-application-apis.html#handler-window-onoffline">onoffline</a></code>; + <code title="handler-window-ononline"><a href="web-application-apis.html#handler-window-ononline">ononline</a></code>; + <code title="handler-window-onpagehide"><a href="web-application-apis.html#handler-window-onpagehide">onpagehide</a></code>; + <code title="handler-window-onpageshow"><a href="web-application-apis.html#handler-window-onpageshow">onpageshow</a></code>; + <code title="handler-window-onpopstate"><a href="web-application-apis.html#handler-window-onpopstate">onpopstate</a></code>; + <code title="handler-window-onredo"><a href="web-application-apis.html#handler-window-onredo">onredo</a></code>; + <code title="handler-window-onresize"><a href="web-application-apis.html#handler-window-onresize">onresize</a></code>; + <code title="handler-window-onstorage"><a href="web-application-apis.html#handler-window-onstorage">onstorage</a></code>; + <code title="handler-window-onundo"><a href="web-application-apis.html#handler-window-onundo">onundo</a></code>; + <code title="handler-window-onunload"><a href="web-application-apis.html#handler-window-onunload">onunload</a></code></td> <td><code><a href="semantics.html#htmlbodyelement">HTMLBodyElement</a></code></td> </tr><tr><th><code><a href="semantics.html#the-br-element">br</a></code></th> <td>Line break, e.g. in poem or postal address</td> @@ -2020,369 +2020,369 @@ </th><th> Description </th><th> Value </th></tr></thead><tbody><tr><th> <code title="">onabort</code> - </th><td> <a href="browsers.html#handler-onabort" title="handler-onabort">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onabort" title="handler-onabort">HTML elements</a> </td><td> <code title="event-abort">abort</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onafterprint</code> - </th><td> <code title="handler-window-onafterprint"><a href="browsers.html#handler-window-onafterprint">body</a></code> + </th><td> <code title="handler-window-onafterprint"><a href="web-application-apis.html#handler-window-onafterprint">body</a></code> </td><td> <code title="event-afterprint">afterprint</code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onbeforeprint</code> - </th><td> <code title="handler-window-onbeforeprint"><a href="browsers.html#handler-window-onbeforeprint">body</a></code> + </th><td> <code title="handler-window-onbeforeprint"><a href="web-application-apis.html#handler-window-onbeforeprint">body</a></code> </td><td> <code title="event-beforeprint">beforeprint</code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onbeforeunload</code> - </th><td> <code title="handler-window-onbeforeunload"><a href="browsers.html#handler-window-onbeforeunload">body</a></code> + </th><td> <code title="handler-window-onbeforeunload"><a href="web-application-apis.html#handler-window-onbeforeunload">body</a></code> </td><td> <code title="event-beforeunload">beforeunload</code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onblur</code> - </th><td> <code title="handler-window-onblur"><a href="browsers.html#handler-window-onblur">body</a></code> + </th><td> <code title="handler-window-onblur"><a href="web-application-apis.html#handler-window-onblur">body</a></code> </td><td> <code title="event-blur">blur</code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onblur</code> - </th><td> <a href="browsers.html#handler-onblur" title="handler-onblur">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onblur" title="handler-onblur">HTML elements</a> </td><td> <code title="event-blur">blur</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">oncanplay</code> - </th><td> <a href="browsers.html#handler-oncanplay" title="handler-oncanplay">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-oncanplay" title="handler-oncanplay">HTML elements</a> </td><td> <code title="event-media-canplay"><a href="video.html#event-media-canplay">canplay</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">oncanplaythrough</code> - </th><td> <a href="browsers.html#handler-oncanplaythrough" title="handler-oncanplaythrough">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-oncanplaythrough" title="handler-oncanplaythrough">HTML elements</a> </td><td> <code title="event-media-canplaythrough"><a href="video.html#event-media-canplaythrough">canplaythrough</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onchange</code> - </th><td> <a href="browsers.html#handler-onchange" title="handler-onchange">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onchange" title="handler-onchange">HTML elements</a> </td><td> <code title="event-change">change</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onclick</code> - </th><td> <a href="browsers.html#handler-onclick" title="handler-onclick">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onclick" title="handler-onclick">HTML elements</a> </td><td> <code title="event-click">click</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">oncontextmenu</code> - </th><td> <a href="browsers.html#handler-oncontextmenu" title="handler-oncontextmenu">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-oncontextmenu" title="handler-oncontextmenu">HTML elements</a> </td><td> <code title="event-contextmenu">contextmenu</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">ondblclick</code> - </th><td> <a href="browsers.html#handler-ondblclick" title="handler-ondblclick">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-ondblclick" title="handler-ondblclick">HTML elements</a> </td><td> <code title="event-dblclick">dblclick</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">ondrag</code> - </th><td> <a href="browsers.html#handler-ondrag" title="handler-ondrag">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-ondrag" title="handler-ondrag">HTML elements</a> </td><td> <code title="event-drag"><a href="editing.html#event-drag">drag</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">ondragend</code> - </th><td> <a href="browsers.html#handler-ondragend" title="handler-ondragend">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-ondragend" title="handler-ondragend">HTML elements</a> </td><td> <code title="event-dragend"><a href="editing.html#event-dragend">dragend</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">ondragenter</code> - </th><td> <a href="browsers.html#handler-ondragenter" title="handler-ondragenter">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-ondragenter" title="handler-ondragenter">HTML elements</a> </td><td> <code title="event-dragenter"><a href="editing.html#event-dragenter">dragenter</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">ondragleave</code> - </th><td> <a href="browsers.html#handler-ondragleave" title="handler-ondragleave">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-ondragleave" title="handler-ondragleave">HTML elements</a> </td><td> <code title="event-dragleave"><a href="editing.html#event-dragleave">dragleave</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">ondragover</code> - </th><td> <a href="browsers.html#handler-ondragover" title="handler-ondragover">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-ondragover" title="handler-ondragover">HTML elements</a> </td><td> <code title="event-dragover"><a href="editing.html#event-dragover">dragover</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">ondragstart</code> - </th><td> <a href="browsers.html#handler-ondragstart" title="handler-ondragstart">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-ondragstart" title="handler-ondragstart">HTML elements</a> </td><td> <code title="event-dragstart"><a href="editing.html#event-dragstart">dragstart</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">ondrop</code> - </th><td> <a href="browsers.html#handler-ondrop" title="handler-ondrop">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-ondrop" title="handler-ondrop">HTML elements</a> </td><td> <code title="event-drop"><a href="editing.html#event-drop">drop</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">ondurationchange</code> - </th><td> <a href="browsers.html#handler-ondurationchange" title="handler-ondurationchange">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-ondurationchange" title="handler-ondurationchange">HTML elements</a> </td><td> <code title="event-media-durationchange"><a href="video.html#event-media-durationchange">durationchange</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onemptied</code> - </th><td> <a href="browsers.html#handler-onemptied" title="handler-onemptied">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onemptied" title="handler-onemptied">HTML elements</a> </td><td> <code title="event-media-emptied"><a href="video.html#event-media-emptied">emptied</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onended</code> - </th><td> <a href="browsers.html#handler-onended" title="handler-onended">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onended" title="handler-onended">HTML elements</a> </td><td> <code title="event-media-ended"><a href="video.html#event-media-ended">ended</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onerror</code> - </th><td> <code title="handler-window-onerror"><a href="browsers.html#handler-window-onerror">body</a></code> - </td><td> <code title="event-error">error</code> event handler for <code><a href="browsers.html#window">Window</a></code> object, and handler for <a href="browsers.html#runtime-script-errors">script error notifications</a> - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </th><td> <code title="handler-window-onerror"><a href="web-application-apis.html#handler-window-onerror">body</a></code> + </td><td> <code title="event-error">error</code> event handler for <code><a href="browsers.html#window">Window</a></code> object, and handler for <a href="web-application-apis.html#runtime-script-errors">script error notifications</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onerror</code> - </th><td> <a href="browsers.html#handler-onerror" title="handler-onerror">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onerror" title="handler-onerror">HTML elements</a> </td><td> <code title="event-error">error</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onfocus</code> - </th><td> <code title="handler-window-onfocus"><a href="browsers.html#handler-window-onfocus">body</a></code> + </th><td> <code title="handler-window-onfocus"><a href="web-application-apis.html#handler-window-onfocus">body</a></code> </td><td> <code title="event-focus">focus</code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onfocus</code> - </th><td> <a href="browsers.html#handler-onfocus" title="handler-onfocus">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onfocus" title="handler-onfocus">HTML elements</a> </td><td> <code title="event-focus">focus</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onformchange</code> - </th><td> <a href="browsers.html#handler-onformchange" title="handler-onformchange">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onformchange" title="handler-onformchange">HTML elements</a> </td><td> <code title="event-formchange">formchange</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onforminput</code> - </th><td> <a href="browsers.html#handler-onforminput" title="handler-onforminput">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onforminput" title="handler-onforminput">HTML elements</a> </td><td> <code title="event-forminput">forminput</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onhashchange</code> - </th><td> <code title="handler-window-onhashchange"><a href="browsers.html#handler-window-onhashchange">body</a></code> + </th><td> <code title="handler-window-onhashchange"><a href="web-application-apis.html#handler-window-onhashchange">body</a></code> </td><td> <code title="event-hashchange"><a href="history.html#event-hashchange">hashchange</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">oninput</code> - </th><td> <a href="browsers.html#handler-oninput" title="handler-oninput">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-oninput" title="handler-oninput">HTML elements</a> </td><td> <code title="event-input">input</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">oninvalid</code> - </th><td> <a href="browsers.html#handler-oninvalid" title="handler-oninvalid">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-oninvalid" title="handler-oninvalid">HTML elements</a> </td><td> <code title="event-invalid">invalid</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onkeydown</code> - </th><td> <a href="browsers.html#handler-onkeydown" title="handler-onkeydown">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onkeydown" title="handler-onkeydown">HTML elements</a> </td><td> <code title="event-keydown">keydown</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onkeypress</code> - </th><td> <a href="browsers.html#handler-onkeypress" title="handler-onkeypress">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onkeypress" title="handler-onkeypress">HTML elements</a> </td><td> <code title="event-keypress">keypress</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onkeyup</code> - </th><td> <a href="browsers.html#handler-onkeyup" title="handler-onkeyup">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onkeyup" title="handler-onkeyup">HTML elements</a> </td><td> <code title="event-keyup">keyup</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onload</code> - </th><td> <code title="handler-window-onload"><a href="browsers.html#handler-window-onload">body</a></code> + </th><td> <code title="handler-window-onload"><a href="web-application-apis.html#handler-window-onload">body</a></code> </td><td> <code title="event-load">load</code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onload</code> - </th><td> <a href="browsers.html#handler-onload" title="handler-onload">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onload" title="handler-onload">HTML elements</a> </td><td> <code title="event-load">load</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onloadeddata</code> - </th><td> <a href="browsers.html#handler-onloadeddata" title="handler-onloadeddata">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onloadeddata" title="handler-onloadeddata">HTML elements</a> </td><td> <code title="event-media-loadeddata"><a href="video.html#event-media-loadeddata">loadeddata</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onloadedmetadata</code> - </th><td> <a href="browsers.html#handler-onloadedmetadata" title="handler-onloadedmetadata">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onloadedmetadata" title="handler-onloadedmetadata">HTML elements</a> </td><td> <code title="event-media-loadedmetadata"><a href="video.html#event-media-loadedmetadata">loadedmetadata</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onloadstart</code> - </th><td> <a href="browsers.html#handler-onloadstart" title="handler-onloadstart">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onloadstart" title="handler-onloadstart">HTML elements</a> </td><td> <code title="event-media-loadstart"><a href="video.html#event-media-loadstart">loadstart</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onmessage</code> - </th><td> <code title="handler-window-onmessage"><a href="browsers.html#handler-window-onmessage">body</a></code> + </th><td> <code title="handler-window-onmessage"><a href="web-application-apis.html#handler-window-onmessage">body</a></code> </td><td> <code title="event-message">message</code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onmousedown</code> - </th><td> <a href="browsers.html#handler-onmousedown" title="handler-onmousedown">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onmousedown" title="handler-onmousedown">HTML elements</a> </td><td> <code title="event-mousedown">mousedown</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onmousemove</code> - </th><td> <a href="browsers.html#handler-onmousemove" title="handler-onmousemove">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onmousemove" title="handler-onmousemove">HTML elements</a> </td><td> <code title="event-mousemove">mousemove</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onmouseout</code> - </th><td> <a href="browsers.html#handler-onmouseout" title="handler-onmouseout">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onmouseout" title="handler-onmouseout">HTML elements</a> </td><td> <code title="event-mouseout">mouseout</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onmouseover</code> - </th><td> <a href="browsers.html#handler-onmouseover" title="handler-onmouseover">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onmouseover" title="handler-onmouseover">HTML elements</a> </td><td> <code title="event-mouseover">mouseover</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onmouseup</code> - </th><td> <a href="browsers.html#handler-onmouseup" title="handler-onmouseup">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onmouseup" title="handler-onmouseup">HTML elements</a> </td><td> <code title="event-mouseup">mouseup</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onmousewheel</code> - </th><td> <a href="browsers.html#handler-onmousewheel" title="handler-onmousewheel">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onmousewheel" title="handler-onmousewheel">HTML elements</a> </td><td> <code title="event-mousewheel">mousewheel</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onoffline</code> - </th><td> <code title="handler-window-onoffline"><a href="browsers.html#handler-window-onoffline">body</a></code> + </th><td> <code title="handler-window-onoffline"><a href="web-application-apis.html#handler-window-onoffline">body</a></code> </td><td> <code title="event-offline"><a href="offline.html#event-offline">offline</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">ononline</code> - </th><td> <code title="handler-window-ononline"><a href="browsers.html#handler-window-ononline">body</a></code> + </th><td> <code title="handler-window-ononline"><a href="web-application-apis.html#handler-window-ononline">body</a></code> </td><td> <code title="event-online"><a href="offline.html#event-online">online</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onpause</code> - </th><td> <a href="browsers.html#handler-onpause" title="handler-onpause">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onpause" title="handler-onpause">HTML elements</a> </td><td> <code title="event-media-pause"><a href="video.html#event-media-pause">pause</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onplay</code> - </th><td> <a href="browsers.html#handler-onplay" title="handler-onplay">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onplay" title="handler-onplay">HTML elements</a> </td><td> <code title="event-media-play"><a href="video.html#event-media-play">play</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onplaying</code> - </th><td> <a href="browsers.html#handler-onplaying" title="handler-onplaying">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onplaying" title="handler-onplaying">HTML elements</a> </td><td> <code title="event-media-playing"><a href="video.html#event-media-playing">playing</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onpagehide</code> - </th><td> <code title="handler-window-onpagehide"><a href="browsers.html#handler-window-onpagehide">body</a></code> + </th><td> <code title="handler-window-onpagehide"><a href="web-application-apis.html#handler-window-onpagehide">body</a></code> </td><td> <code title="event-pagehide">pagehide</code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onpageshow</code> - </th><td> <code title="handler-window-onpageshow"><a href="browsers.html#handler-window-onpageshow">body</a></code> + </th><td> <code title="handler-window-onpageshow"><a href="web-application-apis.html#handler-window-onpageshow">body</a></code> </td><td> <code title="event-pageshow">pageshow</code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onpopstate</code> - </th><td> <code title="handler-window-onpopstate"><a href="browsers.html#handler-window-onpopstate">body</a></code> + </th><td> <code title="handler-window-onpopstate"><a href="web-application-apis.html#handler-window-onpopstate">body</a></code> </td><td> <code title="event-popstate"><a href="history.html#event-popstate">popstate</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onprogress</code> - </th><td> <a href="browsers.html#handler-onprogress" title="handler-onprogress">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onprogress" title="handler-onprogress">HTML elements</a> </td><td> <code title="event-media-progress"><a href="video.html#event-media-progress">progress</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onratechange</code> - </th><td> <a href="browsers.html#handler-onratechange" title="handler-onratechange">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onratechange" title="handler-onratechange">HTML elements</a> </td><td> <code title="event-media-ratechange"><a href="video.html#event-media-ratechange">ratechange</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onreadystatechange</code> - </th><td> <a href="browsers.html#handler-onreadystatechange" title="handler-onreadystatechange">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onreadystatechange" title="handler-onreadystatechange">HTML elements</a> </td><td> <code title="event-readystatechange">readystatechange</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onredo</code> - </th><td> <code title="handler-window-onredo"><a href="browsers.html#handler-window-onredo">body</a></code> + </th><td> <code title="handler-window-onredo"><a href="web-application-apis.html#handler-window-onredo">body</a></code> </td><td> <code title="event-redo"><a href="editing.html#event-redo">redo</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onresize</code> - </th><td> <code title="handler-window-onresize"><a href="browsers.html#handler-window-onresize">body</a></code> + </th><td> <code title="handler-window-onresize"><a href="web-application-apis.html#handler-window-onresize">body</a></code> </td><td> <code title="event-resize">resize</code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onscroll</code> - </th><td> <a href="browsers.html#handler-onscroll" title="handler-onscroll">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onscroll" title="handler-onscroll">HTML elements</a> </td><td> <code title="event-scroll">scroll</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onseeked</code> - </th><td> <a href="browsers.html#handler-onseeked" title="handler-onseeked">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onseeked" title="handler-onseeked">HTML elements</a> </td><td> <code title="event-media-seeked"><a href="video.html#event-media-seeked">seeked</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onseeking</code> - </th><td> <a href="browsers.html#handler-onseeking" title="handler-onseeking">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onseeking" title="handler-onseeking">HTML elements</a> </td><td> <code title="event-media-seeking"><a href="video.html#event-media-seeking">seeking</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onselect</code> - </th><td> <a href="browsers.html#handler-onselect" title="handler-onselect">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onselect" title="handler-onselect">HTML elements</a> </td><td> <code title="event-select">select</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onshow</code> - </th><td> <a href="browsers.html#handler-onshow" title="handler-onshow">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onshow" title="handler-onshow">HTML elements</a> </td><td> <code title="event-show">show</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onstalled</code> - </th><td> <a href="browsers.html#handler-onstalled" title="handler-onstalled">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onstalled" title="handler-onstalled">HTML elements</a> </td><td> <code title="event-media-stalled"><a href="video.html#event-media-stalled">stalled</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onstorage</code> - </th><td> <code title="handler-window-onstorage"><a href="browsers.html#handler-window-onstorage">body</a></code> + </th><td> <code title="handler-window-onstorage"><a href="web-application-apis.html#handler-window-onstorage">body</a></code> </td><td> <code title="event-storage">storage</code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onsubmit</code> - </th><td> <a href="browsers.html#handler-onsubmit" title="handler-onsubmit">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onsubmit" title="handler-onsubmit">HTML elements</a> </td><td> <code title="event-submit">submit</code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onsuspend</code> - </th><td> <a href="browsers.html#handler-onsuspend" title="handler-onsuspend">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onsuspend" title="handler-onsuspend">HTML elements</a> </td><td> <code title="event-media-suspend"><a href="video.html#event-media-suspend">suspend</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">ontimeupdate</code> - </th><td> <a href="browsers.html#handler-ontimeupdate" title="handler-ontimeupdate">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-ontimeupdate" title="handler-ontimeupdate">HTML elements</a> </td><td> <code title="event-media-timeupdate"><a href="video.html#event-media-timeupdate">timeupdate</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onundo</code> - </th><td> <code title="handler-window-onundo"><a href="browsers.html#handler-window-onundo">body</a></code> + </th><td> <code title="handler-window-onundo"><a href="web-application-apis.html#handler-window-onundo">body</a></code> </td><td> <code title="event-undo"><a href="editing.html#event-undo">undo</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onunload</code> - </th><td> <code title="handler-window-onunload"><a href="browsers.html#handler-window-onunload">body</a></code> + </th><td> <code title="handler-window-onunload"><a href="web-application-apis.html#handler-window-onunload">body</a></code> </td><td> <code title="event-unload">unload</code> event handler for <code><a href="browsers.html#window">Window</a></code> object - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onvolumechange</code> - </th><td> <a href="browsers.html#handler-onvolumechange" title="handler-onvolumechange">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onvolumechange" title="handler-onvolumechange">HTML elements</a> </td><td> <code title="event-media-volumechange"><a href="video.html#event-media-volumechange">volumechange</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr><tr><th> <code title="">onwaiting</code> - </th><td> <a href="browsers.html#handler-onwaiting" title="handler-onwaiting">HTML elements</a> + </th><td> <a href="web-application-apis.html#handler-onwaiting" title="handler-onwaiting">HTML elements</a> </td><td> <code title="event-media-waiting"><a href="video.html#event-media-waiting">waiting</a></code> event handler - </td><td> <a href="browsers.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> + </td><td> <a href="web-application-apis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a> </td></tr></tbody></table><!-- v2 for completeness: (also search for REFLECTIDL) <h3 class="no-num">Reflecting IDL attributes</h3> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.754 retrieving revision 1.755 diff -u -d -r1.754 -r1.755 --- spec.html 5 Feb 2010 23:26:31 -0000 1.754 +++ spec.html 6 Feb 2010 00:16:34 -0000 1.755 @@ -284,7 +284,7 @@ <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> - <h2 class="no-num no-toc" id="editor-s-draft-5-february-2010">Editor's Draft 5 February 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-6-february-2010">Editor's Draft 6 February 2010</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -303,7 +303,7 @@ </dl><p>This specification is available in the following formats: <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>. -This is revision 1.3721. +This is revision 1.3726. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide @@ -392,7 +392,7 @@ specification's progress along the W3C Recommendation track. - This specification is the 5 February 2010 Editor's Draft. + This specification is the 6 February 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>, which is available under a license that permits reuse of the specification text.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><!-- (this text is from the RDFa+HTML spec --><p>This specification is an extension to the HTML5 language. All @@ -804,7 +804,7 @@ <li><a href="interactive-elements.html#pseudo-classes"><span class="secno">4.14.2 </span>Pseudo-classes</a></li></ol></li> <li><a href="interactive-elements.html#converting-html-to-other-formats"><span class="secno">4.15 </span>Converting HTML to other formats</a> <ol><li><a href="interactive-elements.html#atom"><span class="secno">4.15.1 </span>Atom</a></li></ol></li></ol></li> - <li><a href="browsers.html#browsers"><span class="secno">5 </span>Web browsers</a> + <li><a href="browsers.html#browsers"><span class="secno">5 </span>Loading Web pages</a> <ol><li><a href="browsers.html#windows"><span class="secno">5.1 </span>Browsing contexts</a> <ol><li><a href="browsers.html#nested-browsing-contexts"><span class="secno">5.1.1 </span>Nested browsing contexts</a> <ol><li><a href="browsers.html#navigating-nested-browsing-contexts-in-the-dom"><span class="secno">5.1.1.1 </span>Navigating nested browsing contexts in the DOM</a></li></ol></li> @@ -824,306 +824,307 @@ <li><a href="browsers.html#the-windowproxy-object"><span class="secno">5.2.7 </span>The <code>WindowProxy</code> object</a></li></ol></li> <li><a href="browsers.html#origin-0"><span class="secno">5.3 </span>Origin</a> <ol><li><a href="browsers.html#relaxing-the-same-origin-restriction"><span class="secno">5.3.1 </span>Relaxing the same-origin restriction</a></li></ol></li> - <li><a href="browsers.html#scripting"><span class="secno">5.4 </span>Scripting</a> - <ol><li><a href="browsers.html#introduction-1"><span class="secno">5.4.1 </span>Introduction</a></li> - <li><a href="browsers.html#enabling-and-disabling-scripting"><span class="secno">5.4.2 </span>Enabling and disabling scripting</a></li> - <li><a href="browsers.html#processing-model-1"><span class="secno">5.4.3 </span>Processing model</a> - <ol><li><a href="browsers.html#definitions-0"><span class="secno">5.4.3.1 </span>Definitions</a></li> - <li><a href="browsers.html#calling-scripts"><span class="secno">5.4.3.2 </span>Calling scripts</a></li> - <li><a href="browsers.html#creating-scripts"><span class="secno">5.4.3.3 </span>Creating scripts</a></li> - <li><a href="browsers.html#killing-scripts"><span class="secno">5.4.3.4 </span>Killing scripts</a></li></ol></li> - <li><a href="browsers.html#event-loops"><span class="secno">5.4.4 </span>Event loops</a> - <ol><li><a href="browsers.html#definitions-1"><span class="secno">5.4.4.1 </span>Definitions</a></li> - <li><a href="browsers.html#processing-model-2"><span class="secno">5.4.4.2 </span>Processing model</a></li> - <li><a href="browsers.html#generic-task-sources"><span class="secno">5.4.4.3 </span>Generic task sources</a></li></ol></li> - <li><a href="browsers.html#javascript-protocol"><span class="secno">5.4.5 </span>The <code title="">javascript:</code> protocol</a></li> - <li><a href="browsers.html#events"><span class="secno">5.4.6 </span>Events</a> - <ol><li><a href="browsers.html#event-handler-attributes"><span class="secno">5.4.6.1 </span>Event handlers</a></li> - <li><a href="browsers.html#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="browsers.html#event-firing"><span class="secno">5.4.6.3 </span>Event firing</a></li> - <li><a href="browsers.html#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="browsers.html#runtime-script-errors"><span class="secno">5.4.6.5 </span>Runtime script errors</a></li></ol></li></ol></li> - <li><a href="browsers.html#timers"><span class="secno">5.5 </span>Timers</a></li> - <li><a href="browsers.html#user-prompts"><span class="secno">5.6 </span>User prompts</a> - <ol><li><a href="browsers.html#simple-dialogs"><span class="secno">5.6.1 </span>Simple dialogs</a></li> - <li><a href="browsers.html#printing"><span class="secno">5.6.2 </span>Printing</a></li> - <li><a href="browsers.html#dialogs-implemented-using-separate-documents"><span class="secno">5.6.3 </span>Dialogs implemented using separate documents</a></li></ol></li> - <li><a href="browsers.html#system-state-and-capabilities"><span class="secno">5.7 </span>System state and capabilities</a> - <ol><li><a href="browsers.html#client-identification"><span class="secno">5.7.1 </span>Client identification</a></li> - <li><a href="browsers.html#custom-handlers"><span class="secno">5.7.2 </span>Custom scheme and content handlers</a> - <ol><li><a href="browsers.html#security-and-privacy"><span class="secno">5.7.2.1 </span>Security and privacy</a></li> - <li><a href="browsers.html#sample-handler-impl"><span class="secno">5.7.2.2 </span>Sample user interface</a></li></ol></li> - <li><a href="browsers.html#manually-releasing-the-storage-mutex"><span class="secno">5.7.3 </span>Manually releasing the storage mutex</a></li></ol></li> - <li><a href="offline.html#offline"><span class="secno">5.8 </span>Offline Web applications</a> - <ol><li><a href="offline.html#introduction-2"><span class="secno">5.8.1 </span>Introduction</a> - <ol><li><a href="offline.html#appcacheevents"><span class="secno">5.8.1.1 </span>Event summary</a></li></ol></li> - <li><a href="offline.html#appcache"><span class="secno">5.8.2 </span>Application caches</a></li> - <li><a href="offline.html#manifests"><span class="secno">5.8.3 </span>The cache manifest syntax</a> - <ol><li><a href="offline.html#a-sample-manifest"><span class="secno">5.8.3.1 </span>A sample manifest</a></li> - <li><a href="offline.html#writing-cache-manifests"><span class="secno">5.8.3.2 </span>Writing cache manifests</a></li> - <li><a href="offline.html#parsing-cache-manifests"><span class="secno">5.8.3.3 </span>Parsing cache manifests</a></li></ol></li> - <li><a href="offline.html#downloading-or-updating-an-application-cache"><span class="secno">5.8.4 </span>Downloading or updating an application cache</a></li> - <li><a href="offline.html#the-application-cache-selection-algorithm"><span class="secno">5.8.5 </span>The application cache selection algorithm</a></li> - <li><a href="offline.html#changesToNetworkingModel"><span class="secno">5.8.6 </span>Changes to the networking model</a></li> - <li><a href="offline.html#expiring-application-caches"><span class="secno">5.8.7 </span>Expiring application caches</a></li> - <li><a href="offline.html#application-cache-api"><span class="secno">5.8.8 </span>Application cache API</a></li> - <li><a href="offline.html#browser-state"><span class="secno">5.8.9 </span>Browser state</a></li></ol></li> - <li><a href="history.html#history"><span class="secno">5.9 </span>Session history and navigation</a> - <ol><li><a href="history.html#the-session-history-of-browsing-contexts"><span class="secno">5.9.1 </span>The session history of browsing contexts</a></li> - <li><a href="history.html#the-history-interface"><span class="secno">5.9.2 </span>The <code>History</code> interface</a></li> - <li><a href="history.html#the-location-interface"><span class="secno">5.9.3 </span>The <code>Location</code> interface</a> - <ol><li><a href="history.html#security-3"><span class="secno">5.9.3.1 </span>Security</a></li></ol></li> - <li><a href="history.html#history-notes"><span class="secno">5.9.4 </span>Implementation notes for session history</a></li></ol></li> - <li><a href="history.html#browsing-the-web"><span class="secno">5.10 </span>Browsing the Web</a> - <ol><li><a href="history.html#navigating-across-documents"><span class="secno">5.10.1 </span>Navigating across documents</a></li> - <li><a href="history.html#read-html"><span class="secno">5.10.2 </span>Page load processing model for HTML files</a></li> - <li><a href="history.html#read-xml"><span class="secno">5.10.3 </span>Page load processing model for XML files</a></li> - <li><a href="history.html#read-text"><span class="secno">5.10.4 </span>Page load processing model for text files</a></li> - <li><a href="history.html#read-image"><span class="secno">5.10.5 </span>Page load processing model for images</a></li> - <li><a href="history.html#read-plugin"><span class="secno">5.10.6 </span>Page load processing model for content that uses plugins</a></li> - <li><a href="history.html#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="history.html#scroll-to-fragid"><span class="secno">5.10.8 </span>Navigating to a fragment identifier</a></li> - <li><a href="history.html#history-traversal"><span class="secno">5.10.9 </span>History traversal</a> - <ol><li><a href="history.html#event-definitions"><span class="secno">5.10.9.1 </span>Event definitions</a></li></ol></li> - <li><a href="history.html#unloading-documents"><span class="secno">5.10.10 </span>Unloading documents</a> - <ol><li><a href="history.html#event-definition"><span class="secno">5.10.10.1 </span>Event definition</a></li></ol></li> - <li><a href="history.html#aborting-a-document-load"><span class="secno">5.10.11 </span>Aborting a document load</a></li></ol></li></ol></li> - <li><a href="editing.html#editing"><span class="secno">6 </span>User Interaction</a> - <ol><li><a href="editing.html#the-hidden-attribute"><span class="secno">6.1 </span>The <code>hidden</code> attribute</a></li> - <li><a href="editing.html#activation"><span class="secno">6.2 </span>Activation</a></li> - <li><a href="editing.html#scrolling-elements-into-view"><span class="secno">6.3 </span>Scrolling elements into view</a></li> - <li><a href="editing.html#focus"><span class="secno">6.4 </span>Focus</a> - <ol><li><a href="editing.html#sequential-focus-navigation"><span class="secno">6.4.1 </span>Sequential focus navigation</a></li> - <li><a href="editing.html#focus-management"><span class="secno">6.4.2 </span>Focus management</a></li> - <li><a href="editing.html#document-level-focus-apis"><span class="secno">6.4.3 </span>Document-level focus APIs</a></li> - <li><a href="editing.html#element-level-focus-apis"><span class="secno">6.4.4 </span>Element-level focus APIs</a></li></ol></li> - <li><a href="editing.html#the-accesskey-attribute"><span class="secno">6.5 </span>The <code>accesskey</code> attribute</a></li> - <li><a href="editing.html#selection"><span class="secno">6.6 </span>The text selection APIs</a> - <ol><li><a href="editing.html#documentSelection"><span class="secno">6.6.1 </span>APIs for the browsing context selection</a></li> - <li><a href="editing.html#textFieldSelection"><span class="secno">6.6.2 </span>APIs for the text field selections</a></li></ol></li> - <li><a href="editing.html#contenteditable"><span class="secno">6.7 </span>The <code title="attr-contenteditable">contenteditable</code> attribute</a> - <ol><li><a href="editing.html#user-editing-actions"><span class="secno">6.7.1 </span>User editing actions</a></li> - <li><a href="editing.html#making-entire-documents-editable"><span class="secno">6.7.2 </span>Making entire documents editable</a></li></ol></li> - <li><a href="editing.html#spelling-and-grammar-checking"><span class="secno">6.8 </span>Spelling and grammar checking</a></li> - <li><a href="editing.html#dnd"><span class="secno">6.9 </span>Drag and drop</a> - <ol><li><a href="editing.html#introduction-3"><span class="secno">6.9.1 </span>Introduction</a></li> - <li><a href="editing.html#the-dragevent-and-datatransfer-interfaces"><span class="secno">6.9.2 </span>The <code>DragEvent</code> and <code>DataTransfer</code> interfaces</a></li> - <li><a href="editing.html#dndevents"><span class="secno">6.9.3 </span>Events fired during a drag-and-drop action</a></li> - <li><a href="editing.html#drag-and-drop-processing-model"><span class="secno">6.9.4 </span>Drag-and-drop processing model</a> - <ol><li><a href="editing.html#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 + <li><a href="history.html#history"><span class="secno">5.4 </span>Session history and navigation</a> + <ol><li><a href="history.html#the-session-history-of-browsing-contexts"><span class="secno">5.4.1 </span>The session history of browsing contexts</a></li> + <li><a href="history.html#the-history-interface"><span class="secno">5.4.2 </span>The <code>History</code> interface</a></li> + <li><a href="history.html#the-location-interface"><span class="secno">5.4.3 </span>The <code>Location</code> interface</a> + <ol><li><a href="history.html#security-3"><span class="secno">5.4.3.1 </span>Security</a></li></ol></li> + <li><a href="history.html#history-notes"><span class="secno">5.4.4 </span>Implementation notes for session history</a></li></ol></li> + <li><a href="history.html#browsing-the-web"><span class="secno">5.5 </span>Browsing the Web</a> + <ol><li><a href="history.html#navigating-across-documents"><span class="secno">5.5.1 </span>Navigating across documents</a></li> + <li><a href="history.html#read-html"><span class="secno">5.5.2 </span>Page load processing model for HTML files</a></li> + <li><a href="history.html#read-xml"><span class="secno">5.5.3 </span>Page load processing model for XML files</a></li> + <li><a href="history.html#read-text"><span class="secno">5.5.4 </span>Page load processing model for text files</a></li> + <li><a href="history.html#read-image"><span class="secno">5.5.5 </span>Page load processing model for images</a></li> + <li><a href="history.html#read-plugin"><span class="secno">5.5.6 </span>Page load processing model for content that uses plugins</a></li> + <li><a href="history.html#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="history.html#scroll-to-fragid"><span class="secno">5.5.8 </span>Navigating to a fragment identifier</a></li> + <li><a href="history.html#history-traversal"><span class="secno">5.5.9 </span>History traversal</a> + <ol><li><a href="history.html#event-definitions"><span class="secno">5.5.9.1 </span>Event definitions</a></li></ol></li> + <li><a href="history.html#unloading-documents"><span class="secno">5.5.10 </span>Unloading documents</a> + <ol><li><a href="history.html#event-definition"><span class="secno">5.5.10.1 </span>Event definition</a></li></ol></li> + <li><a href="history.html#aborting-a-document-load"><span class="secno">5.5.11 </span>Aborting a document load</a></li></ol></li> + <li><a href="offline.html#offline"><span class="secno">5.6 </span>Offline Web applications</a> + <ol><li><a href="offline.html#introduction-1"><span class="secno">5.6.1 </span>Introduction</a> + <ol><li><a href="offline.html#appcacheevents"><span class="secno">5.6.1.1 </span>Event summary</a></li></ol></li> + <li><a href="offline.html#appcache"><span class="secno">5.6.2 </span>Application caches</a></li> + <li><a href="offline.html#manifests"><span class="secno">5.6.3 </span>The cache manifest syntax</a> + <ol><li><a href="offline.html#a-sample-manifest"><span class="secno">5.6.3.1 </span>A sample manifest</a></li> + <li><a href="offline.html#writing-cache-manifests"><span class="secno">5.6.3.2 </span>Writing cache manifests</a></li> + <li><a href="offline.html#parsing-cache-manifests"><span class="secno">5.6.3.3 </span>Parsing cache manifests</a></li></ol></li> + <li><a href="offline.html#downloading-or-updating-an-application-cache"><span class="secno">5.6.4 </span>Downloading or updating an application cache</a></li> + <li><a href="offline.html#the-application-cache-selection-algorithm"><span class="secno">5.6.5 </span>The application cache selection algorithm</a></li> + <li><a href="offline.html#changesToNetworkingModel"><span class="secno">5.6.6 </span>Changes to the networking model</a></li> + <li><a href="offline.html#expiring-application-caches"><span class="secno">5.6.7 </span>Expiring application caches</a></li> + <li><a href="offline.html#application-cache-api"><span class="secno">5.6.8 </span>Application cache API</a></li> + <li><a href="offline.html#browser-state"><span class="secno">5.6.9 </span>Browser state</a></li></ol></li></ol></li> + <li><a href="web-application-apis.html#web-application-apis"><span class="secno">6 </span>Web application APIs</a> + <ol><li><a href="web-application-apis.html#scripting"><span class="secno">6.1 </span>Scripting</a> + <ol><li><a href="web-application-apis.html#introduction-2"><span class="secno">6.1.1 </span>Introduction</a></li> + <li><a href="web-application-apis.html#enabling-and-disabling-scripting"><span class="secno">6.1.2 </span>Enabling and disabling scripting</a></li> + <li><a href="web-application-apis.html#processing-model-1"><span class="secno">6.1.3 </span>Processing model</a> + <ol><li><a href="web-application-apis.html#definitions-0"><span class="secno">6.1.3.1 </span>Definitions</a></li> + <li><a href="web-application-apis.html#calling-scripts"><span class="secno">6.1.3.2 </span>Calling scripts</a></li> + <li><a href="web-application-apis.html#creating-scripts"><span class="secno">6.1.3.3 </span>Creating scripts</a></li> + <li><a href="web-application-apis.html#killing-scripts"><span class="secno">6.1.3.4 </span>Killing scripts</a></li></ol></li> + <li><a href="web-application-apis.html#event-loops"><span class="secno">6.1.4 </span>Event loops</a> + <ol><li><a href="web-application-apis.html#definitions-1"><span class="secno">6.1.4.1 </span>Definitions</a></li> + <li><a href="web-application-apis.html#processing-model-2"><span class="secno">6.1.4.2 </span>Processing model</a></li> + <li><a href="web-application-apis.html#generic-task-sources"><span class="secno">6.1.4.3 </span>Generic task sources</a></li></ol></li> + <li><a href="web-application-apis.html#javascript-protocol"><span class="secno">6.1.5 </span>The <code title="">javascript:</code> protocol</a></li> + <li><a href="web-application-apis.html#events"><span class="secno">6.1.6 </span>Events</a> + <ol><li><a href="web-application-apis.html#event-handler-attributes"><span class="secno">6.1.6.1 </span>Event handlers</a></li> + <li><a href="web-application-apis.html#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="web-application-apis.html#event-firing"><span class="secno">6.1.6.3 </span>Event firing</a></li> + <li><a href="web-application-apis.html#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="web-application-apis.html#runtime-script-errors"><span class="secno">6.1.6.5 </span>Runtime script errors</a></li></ol></li></ol></li> + <li><a href="web-application-apis.html#timers"><span class="secno">6.2 </span>Timers</a></li> + <li><a href="web-application-apis.html#user-prompts"><span class="secno">6.3 </span>User prompts</a> + <ol><li><a href="web-application-apis.html#simple-dialogs"><span class="secno">6.3.1 </span>Simple dialogs</a></li> + <li><a href="web-application-apis.html#printing"><span class="secno">6.3.2 </span>Printing</a></li> + <li><a href="web-application-apis.html#dialogs-implemented-using-separate-documents"><span class="secno">6.3.3 </span>Dialogs implemented using separate documents</a></li></ol></li> + <li><a href="web-application-apis.html#system-state-and-capabilities"><span class="secno">6.4 </span>System state and capabilities</a> + <ol><li><a href="web-application-apis.html#client-identification"><span class="secno">6.4.1 </span>Client identification</a></li> + <li><a href="web-application-apis.html#custom-handlers"><span class="secno">6.4.2 </span>Custom scheme and content handlers</a> + <ol><li><a href="web-application-apis.html#security-and-privacy"><span class="secno">6.4.2.1 </span>Security and privacy</a></li> + <li><a href="web-application-apis.html#sample-handler-impl"><span class="secno">6.4.2.2 </span>Sample user interface</a></li></ol></li> + <li><a href="web-application-apis.html#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.html#editing"><span class="secno">7 </span>User interaction</a> + <ol><li><a href="editing.html#the-hidden-attribute"><span class="secno">7.1 </span>The <code>hidden</code> attribute</a></li> + <li><a href="editing.html#activation"><span class="secno">7.2 </span>Activation</a></li> + <li><a href="editing.html#scrolling-elements-into-view"><span class="secno">7.3 </span>Scrolling elements into view</a></li> + <li><a href="editing.html#focus"><span class="secno">7.4 </span>Focus</a> + <ol><li><a href="editing.html#sequential-focus-navigation"><span class="secno">7.4.1 </span>Sequential focus navigation</a></li> + <li><a href="editing.html#focus-management"><span class="secno">7.4.2 </span>Focus management</a></li> + <li><a href="editing.html#document-level-focus-apis"><span class="secno">7.4.3 </span>Document-level focus APIs</a></li> + <li><a href="editing.html#element-level-focus-apis"><span class="secno">7.4.4 </span>Element-level focus APIs</a></li></ol></li> + <li><a href="editing.html#the-accesskey-attribute"><span class="secno">7.5 </span>The <code>accesskey</code> attribute</a></li> + <li><a href="editing.html#selection"><span class="secno">7.6 </span>The text selection APIs</a> + <ol><li><a href="editing.html#documentSelection"><span class="secno">7.6.1 </span>APIs for the browsing context selection</a></li> + <li><a href="editing.html#textFieldSelection"><span class="secno">7.6.2 </span>APIs for the text field selections</a></li></ol></li> + <li><a href="editing.html#contenteditable"><span class="secno">7.7 </span>The <code title="attr-contenteditable">contenteditable</code> attribute</a> + <ol><li><a href="editing.html#user-editing-actions"><span class="secno">7.7.1 </span>User editing actions</a></li> + <li><a href="editing.html#making-entire-documents-editable"><span class="secno">7.7.2 </span>Making entire documents editable</a></li></ol></li> + <li><a href="editing.html#spelling-and-grammar-checking"><span class="secno">7.8 </span>Spelling and grammar checking</a></li> + <li><a href="editing.html#dnd"><span class="secno">7.9 </span>Drag and drop</a> + <ol><li><a href="editing.html#introduction-3"><span class="secno">7.9.1 </span>Introduction</a></li> + <li><a href="editing.html#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="editing.html#dndevents"><span class="secno">7.9.3 </span>Events fired during a drag-and-drop action</a></li> + <li><a href="editing.html#drag-and-drop-processing-model"><span class="secno">7.9.4 </span>Drag-and-drop processing model</a> + <ol><li><a href="editing.html#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</a></li> - <li><a href="editing.html#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 + <li><a href="editing.html#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</a></li></ol></li> - <li><a href="editing.html#the-draggable-attribute"><span class="secno">6.9.5 </span>The <code>draggable</code> attribute</a></li> - <li><a href="editing.html#security-risks-in-the-drag-and-drop-model"><span class="secno">6.9.6 </span>Security risks in the drag-and-drop model</a></li></ol></li> - <li><a href="editing.html#undo"><span class="secno">6.10 </span>Undo history</a> - <ol><li><a href="editing.html#definitions-2"><span class="secno">6.10.1 </span>Definitions</a></li> - <li><a href="editing.html#the-undomanager-interface"><span class="secno">6.10.2 </span>The <code>UndoManager</code> interface</a></li> - <li><a href="editing.html#undo:-moving-back-in-the-undo-transaction-history"><span class="secno">6.10.3 </span>Undo: moving back in the undo transaction history</a></li> - <li><a href="editing.html#redo:-moving-forward-in-the-undo-transaction-history"><span class="secno">6.10.4 </span>Redo: moving forward in the undo transaction history</a></li> - <li><a href="editing.html#the-undomanagerevent-interface-and-the-undo-and-redo-events"><span class="secno">6.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="editing.html#implementation-notes"><span class="secno">6.10.6 </span>Implementation notes</a></li></ol></li> - <li><a href="editing.html#editing-apis"><span class="secno">6.11 </span>Editing APIs</a></li></ol></li> - <li><a href="syntax.html#syntax"><span class="secno">7 </span>The HTML syntax</a> - <ol><li><a href="syntax.html#writing"><span class="secno">7.1 </span>Writing HTML documents</a> - <ol><li><a href="syntax.html#the-doctype"><span class="secno">7.1.1 </span>The DOCTYPE</a></li> - <li><a href="syntax.html#elements-0"><span class="secno">7.1.2 </span>Elements</a> - <ol><li><a href="syntax.html#start-tags"><span class="secno">7.1.2.1 </span>Start tags</a></li> - <li><a href="syntax.html#end-tags"><span class="secno">7.1.2.2 </span>End tags</a></li> - <li><a href="syntax.html#attributes"><span class="secno">7.1.2.3 </span>Attributes</a></li> - <li><a href="syntax.html#optional-tags"><span class="secno">7.1.2.4 </span>Optional tags</a></li> - <li><a href="syntax.html#element-restrictions"><span class="secno">7.1.2.5 </span>Restrictions on content models</a></li> - <li><a href="syntax.html#cdata-rcdata-restrictions"><span class="secno">7.1.2.6 </span>Restrictions on the contents of raw text and RCDATA elements</a></li></ol></li> - <li><a href="syntax.html#text"><span class="secno">7.1.3 </span>Text</a> - <ol><li><a href="syntax.html#newlines"><span class="secno">7.1.3.1 </span>Newlines</a></li></ol></li> - <li><a href="syntax.html#character-references"><span class="secno">7.1.4 </span>Character references</a></li> - <li><a href="syntax.html#cdata-sections"><span class="secno">7.1.5 </span>CDATA sections</a></li> - <li><a href="syntax.html#comments"><span class="secno">7.1.6 </span>Comments</a></li></ol></li> - <li><a href="syntax.html#parsing"><span class="secno">7.2 </span>Parsing HTML documents</a> - <ol><li><a href="syntax.html#overview-of-the-parsing-model"><span class="secno">7.2.1 </span>Overview of the parsing model</a></li> - <li><a href="syntax.html#the-input-stream"><span class="secno">7.2.2 </span>The input stream</a> - <ol><li><a href="syntax.html#determining-the-character-encoding"><span class="secno">7.2.2.1 </span>Determining the character encoding</a></li> - <li><a href="syntax.html#character-encodings-0"><span class="secno">7.2.2.2 </span>Character encodings</a></li> - <li><a href="syntax.html#preprocessing-the-input-stream"><span class="secno">7.2.2.3 </span>Preprocessing the input stream</a></li> - <li><a href="syntax.html#changing-the-encoding-while-parsing"><span class="secno">7.2.2.4 </span>Changing the encoding while parsing</a></li></ol></li> - <li><a href="syntax.html#parse-state"><span class="secno">7.2.3 </span>Parse state</a> - <ol><li><a href="syntax.html#the-insertion-mode"><span class="secno">7.2.3.1 </span>The insertion mode</a></li> - <li><a href="syntax.html#the-stack-of-open-elements"><span class="secno">7.2.3.2 </span>The stack of open elements</a></li> - <li><a href="syntax.html#the-list-of-active-formatting-elements"><span class="secno">7.2.3.3 </span>The list of active formatting elements</a></li> - <li><a href="syntax.html#the-element-pointers"><span class="secno">7.2.3.4 </span>The element pointers</a></li> - <li><a href="syntax.html#other-parsing-state-flags"><span class="secno">7.2.3.5 </span>Other parsing state flags</a></li></ol></li> - <li><a href="syntax.html#tokenization"><span class="secno">7.2.4 </span>Tokenization</a> - <ol><li><a href="syntax.html#data-state"><span class="secno">7.2.4.1 </span>Data state</a></li> - <li><a href="syntax.html#character-reference-in-data-state"><span class="secno">7.2.4.2 </span>Character reference in data state</a></li> - <li><a href="syntax.html#rcdata-state"><span class="secno">7.2.4.3 </span>RCDATA state</a></li> - <li><a href="syntax.html#character-reference-in-rcdata-state"><span class="secno">7.2.4.4 </span>Character reference in RCDATA state</a></li> - <li><a href="syntax.html#rawtext-state"><span class="secno">7.2.4.5 </span>RAWTEXT state</a></li> - <li><a href="syntax.html#script-data-state"><span class="secno">7.2.4.6 </span>Script data state</a></li> - <li><a href="syntax.html#plaintext-state"><span class="secno">7.2.4.7 </span>PLAINTEXT state</a></li> - <li><a href="syntax.html#tag-open-state"><span class="secno">7.2.4.8 </span>Tag open state</a></li> - <li><a href="syntax.html#close-tag-open-state"><span class="secno">7.2.4.9 </span>Close tag open state</a></li> - <li><a href="syntax.html#tag-name-state"><span class="secno">7.2.4.10 </span>Tag name state</a></li> - <li><a href="syntax.html#rcdata-less-than-sign-state"><span class="secno">7.2.4.11 </span>RCDATA less-than sign state</a></li> - <li><a href="syntax.html#rcdata-end-tag-open-state"><span class="secno">7.2.4.12 </span>RCDATA end tag open state</a></li> - <li><a href="syntax.html#rcdata-end-tag-name-state"><span class="secno">7.2.4.13 </span>RCDATA end tag name state</a></li> - <li><a href="syntax.html#rawtext-less-than-sign-state"><span class="secno">7.2.4.14 </span>RAWTEXT less-than sign state</a></li> - <li><a href="syntax.html#rawtext-end-tag-open-state"><span class="secno">7.2.4.15 </span>RAWTEXT end tag open state</a></li> - <li><a href="syntax.html#rawtext-end-tag-name-state"><span class="secno">7.2.4.16 </span>RAWTEXT end tag name state</a></li> - <li><a href="syntax.html#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="syntax.html#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="syntax.html#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="syntax.html#script-data-escape-start-state"><span class="secno">7.2.4.20 </span>Script data escape start state</a></li> - <li><a href="syntax.html#script-data-escape-start-dash-state"><span class="secno">7.2.4.21 </span>Script data escape start dash state</a></li> - <li><a href="syntax.html#script-data-escaped-state"><span class="secno">7.2.4.22 </span>Script data escaped state</a></li> - <li><a href="syntax.html#script-data-escaped-dash-state"><span class="secno">7.2.4.23 </span>Script data escaped dash state</a></li> - <li><a href="syntax.html#script-data-escaped-dash-dash-state"><span class="secno">7.2.4.24 </span>Script data escaped dash dash state</a></li> - <li><a href="syntax.html#script-data-escaped-less-than-sign-state"><span class="secno">7.2.4.25 </span>Script data escaped less-than sign state</a></li> - <li><a href="syntax.html#script-data-escaped-end-tag-open-state"><span class="secno">7.2.4.26 </span>Script data escaped end tag open state</a></li> - <li><a href="syntax.html#script-data-escaped-end-tag-name-state"><span class="secno">7.2.4.27 </span>Script data escaped end tag name state</a></li> - <li><a href="syntax.html#script-data-double-escape-start-state"><span class="secno">7.2.4.28 </span>Script data double escape start state</a></li> - <li><a href="syntax.html#script-data-double-escaped-state"><span class="secno">7.2.4.29 </span>Script data double escaped state</a></li> - <li><a href="syntax.html#script-data-double-escaped-dash-state"><span class="secno">7.2.4.30 </span>Script data double escaped dash state</a></li> - <li><a href="syntax.html#script-data-double-escaped-dash-dash-state"><span class="secno">7.2.4.31 </span>Script data double escaped dash dash state</a></li> - <li><a href="syntax.html#script-data-double-escaped-less-than-sign-state"><span class="secno">7.2.4.32 </span>Script data double escaped less-than sign state</a></li> - <li><a href="syntax.html#script-data-double-escape-end-state"><span class="secno">7.2.4.33 </span>Script data double escape end state</a></li> - <li><a href="syntax.html#before-attribute-name-state"><span class="secno">7.2.4.34 </span>Before attribute name state</a></li> - <li><a href="syntax.html#attribute-name-state"><span class="secno">7.2.4.35 </span>Attribute name state</a></li> - <li><a href="syntax.html#after-attribute-name-state"><span class="secno">7.2.4.36 </span>After attribute name state</a></li> - <li><a href="syntax.html#before-attribute-value-state"><span class="secno">7.2.4.37 </span>Before attribute value state</a></li> - <li><a href="syntax.html#attribute-value-double-quoted-state"><span class="secno">7.2.4.38 </span>Attribute value (double-quoted) state</a></li> - <li><a href="syntax.html#attribute-value-single-quoted-state"><span class="secno">7.2.4.39 </span>Attribute value (single-quoted) state</a></li> - <li><a href="syntax.html#attribute-value-unquoted-state"><span class="secno">7.2.4.40 </span>Attribute value (unquoted) state</a></li> - <li><a href="syntax.html#character-reference-in-attribute-value-state"><span class="secno">7.2.4.41 </span>Character reference in attribute value state</a></li> - <li><a href="syntax.html#after-attribute-value-quoted-state"><span class="secno">7.2.4.42 </span>After attribute value (quoted) state</a></li> - <li><a href="syntax.html#self-closing-start-tag-state"><span class="secno">7.2.4.43 </span>Self-closing start tag state</a></li> - <li><a href="syntax.html#bogus-comment-state"><span class="secno">7.2.4.44 </span>Bogus comment state</a></li> - <li><a href="syntax.html#markup-declaration-open-state"><span class="secno">7.2.4.45 </span>Markup declaration open state</a></li> - <li><a href="syntax.html#comment-start-state"><span class="secno">7.2.4.46 </span>Comment start state</a></li> - <li><a href="syntax.html#comment-start-dash-state"><span class="secno">7.2.4.47 </span>Comment start dash state</a></li> - <li><a href="syntax.html#comment-state"><span class="secno">7.2.4.48 </span>Comment state</a></li> - <li><a href="syntax.html#comment-end-dash-state"><span class="secno">7.2.4.49 </span>Comment end dash state</a></li> - <li><a href="syntax.html#comment-end-state"><span class="secno">7.2.4.50 </span>Comment end state</a></li> - <li><a href="syntax.html#comment-end-bang-state"><span class="secno">7.2.4.51 </span>Comment end bang state</a></li> - <li><a href="syntax.html#comment-end-space-state"><span class="secno">7.2.4.52 </span>Comment end space state</a></li> - <li><a href="syntax.html#doctype-state"><span class="secno">7.2.4.53 </span>DOCTYPE state</a></li> - <li><a href="syntax.html#before-doctype-name-state"><span class="secno">7.2.4.54 </span>Before DOCTYPE name state</a></li> - <li><a href="syntax.html#doctype-name-state"><span class="secno">7.2.4.55 </span>DOCTYPE name state</a></li> - <li><a href="syntax.html#after-doctype-name-state"><span class="secno">7.2.4.56 </span>After DOCTYPE name state</a></li> - <li><a href="syntax.html#after-doctype-public-keyword-state"><span class="secno">7.2.4.57 </span>After DOCTYPE public keyword state</a></li> - <li><a href="syntax.html#before-doctype-public-identifier-state"><span class="secno">7.2.4.58 </span>Before DOCTYPE public identifier state</a></li> - <li><a href="syntax.html#doctype-public-identifier-double-quoted-state"><span class="secno">7.2.4.59 </span>DOCTYPE public identifier (double-quoted) state</a></li> - <li><a href="syntax.html#doctype-public-identifier-single-quoted-state"><span class="secno">7.2.4.60 </span>DOCTYPE public identifier (single-quoted) state</a></li> - <li><a href="syntax.html#after-doctype-public-identifier-state"><span class="secno">7.2.4.61 </span>After DOCTYPE public identifier state</a></li> - <li><a href="syntax.html#between-doctype-public-and-system-identifiers-state"><span class="secno">7.2.4.62 </span>Between DOCTYPE public and system identifiers state</a></li> - <li><a href="syntax.html#after-doctype-system-keyword-state"><span class="secno">7.2.4.63 </span>After DOCTYPE system keyword state</a></li> - <li><a href="syntax.html#before-doctype-system-identifier-state"><span class="secno">7.2.4.64 </span>Before DOCTYPE system identifier state</a></li> - <li><a href="syntax.html#doctype-system-identifier-double-quoted-state"><span class="secno">7.2.4.65 </span>DOCTYPE system identifier (double-quoted) state</a></li> - <li><a href="syntax.html#doctype-system-identifier-single-quoted-state"><span class="secno">7.2.4.66 </span>DOCTYPE system identifier (single-quoted) state</a></li> - <li><a href="syntax.html#after-doctype-system-identifier-state"><span class="secno">7.2.4.67 </span>After DOCTYPE system identifier state</a></li> - <li><a href="syntax.html#bogus-doctype-state"><span class="secno">7.2.4.68 </span>Bogus DOCTYPE state</a></li> - <li><a href="syntax.html#cdata-section-state"><span class="secno">7.2.4.69 </span>CDATA section state</a></li> - <li><a href="syntax.html#tokenizing-character-references"><span class="secno">7.2.4.70 </span>Tokenizing character references</a></li></ol></li> - <li><a href="syntax.html#tree-construction"><span class="secno">7.2.5 </span>Tree construction</a> - <ol><li><a href="syntax.html#creating-and-inserting-elements"><span class="secno">7.2.5.1 </span>Creating and inserting elements</a></li> - <li><a href="syntax.html#closing-elements-that-have-implied-end-tags"><span class="secno">7.2.5.2 </span>Closing elements that have implied end tags</a></li> - <li><a href="syntax.html#foster-parenting"><span class="secno">7.2.5.3 </span>Foster parenting</a></li> - <li><a href="syntax.html#the-initial-insertion-mode"><span class="secno">7.2.5.4 </span>The "initial" insertion mode</a></li> - <li><a href="syntax.html#the-before-html-insertion-mode"><span class="secno">7.2.5.5 </span>The "before html" insertion mode</a></li> - <li><a href="syntax.html#the-before-head-insertion-mode"><span class="secno">7.2.5.6 </span>The "before head" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-inhead"><span class="secno">7.2.5.7 </span>The "in head" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-inheadnoscript"><span class="secno">7.2.5.8 </span>The "in head noscript" insertion mode</a></li> - <li><a href="syntax.html#the-after-head-insertion-mode"><span class="secno">7.2.5.9 </span>The "after head" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-inbody"><span class="secno">7.2.5.10 </span>The "in body" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-incdata"><span class="secno">7.2.5.11 </span>The "text" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-intable"><span class="secno">7.2.5.12 </span>The "in table" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-intabletext"><span class="secno">7.2.5.13 </span>The "in table text" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-incaption"><span class="secno">7.2.5.14 </span>The "in caption" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-incolgroup"><span class="secno">7.2.5.15 </span>The "in column group" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-intbody"><span class="secno">7.2.5.16 </span>The "in table body" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-intr"><span class="secno">7.2.5.17 </span>The "in row" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-intd"><span class="secno">7.2.5.18 </span>The "in cell" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-inselect"><span class="secno">7.2.5.19 </span>The "in select" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-inselectintable"><span class="secno">7.2.5.20 </span>The "in select in table" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-inforeign"><span class="secno">7.2.5.21 </span>The "in foreign content" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-afterbody"><span class="secno">7.2.5.22 </span>The "after body" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-inframeset"><span class="secno">7.2.5.23 </span>The "in frameset" insertion mode</a></li> - <li><a href="syntax.html#parsing-main-afterframeset"><span class="secno">7.2.5.24 </span>The "after frameset" insertion mode</a></li> - <li><a href="syntax.html#the-after-after-body-insertion-mode"><span class="secno">7.2.5.25 </span>The "after after body" insertion mode</a></li> - <li><a href="syntax.html#the-after-after-frameset-insertion-mode"><span class="secno">7.2.5.26 </span>The "after after frameset" insertion mode</a></li></ol></li> - <li><a href="syntax.html#the-end"><span class="secno">7.2.6 </span>The end</a></li> - <li><a href="syntax.html#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="syntax.html#an-introduction-to-error-handling-and-strange-cases-in-the-parser"><span class="secno">7.2.8 </span>An introduction to error handling and strange cases in the parser</a> - <ol><li><a href="syntax.html#misnested-tags:-b-i-b-i"><span class="secno">7.2.8.1 </span>Misnested tags: <b><i></b></i></a></li> - <li><a href="syntax.html#misnested-tags:-b-p-b-p"><span class="secno">7.2.8.2 </span>Misnested tags: <b><p></b></p></a></li> - <li><a href="syntax.html#unexpected-markup-in-tables"><span class="secno">7.2.8.3 </span>Unexpected markup in tables</a></li> - <li><a href="syntax.html#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 parsed</a></li></ol></li></ol></li> - <li><a href="syntax.html#serializing-html-fragments"><span class="secno">7.3 </span>Serializing HTML fragments</a></li> - <li><a href="syntax.html#parsing-html-fragments"><span class="secno">7.4 </span>Parsing HTML fragments</a></li> - <li><a href="named-character-references.html#named-character-references"><span class="secno">7.5 </span>Named character references</a></li></ol></li> - <li><a href="the-xhtml-syntax.html#the-xhtml-syntax"><span class="secno">8 </span>The XHTML syntax</a> - <ol><li><a href="the-xhtml-syntax.html#writing-xhtml-documents"><span class="secno">8.1 </span>Writing XHTML documents</a></li> - <li><a href="the-xhtml-syntax.html#parsing-xhtml-documents"><span class="secno">8.2 </span>Parsing XHTML documents</a></li> - <li><a href="the-xhtml-syntax.html#serializing-xhtml-fragments"><span class="secno">8.3 </span>Serializing XHTML fragments</a></li> - <li><a href="the-xhtml-syntax.html#parsing-xhtml-fragments"><span class="secno">8.4 </span>Parsing XHTML fragments</a></li></ol></li> - <li><a href="the-xhtml-syntax.html#rendering"><span class="secno">9 </span>Rendering</a> - <ol><li><a href="the-xhtml-syntax.html#introduction-4"><span class="secno">9.1 </span>Introduction</a></li> - <li><a href="the-xhtml-syntax.html#the-css-user-agent-style-sheet-and-presentational-hints"><span class="secno">9.2 </span>The CSS user agent style sheet and presentational hints</a> - <ol><li><a href="the-xhtml-syntax.html#introduction-5"><span class="secno">9.2.1 </span>Introduction</a></li> - <li><a href="the-xhtml-syntax.html#display-types"><span class="secno">9.2.2 </span>Display types</a></li> - <li><a href="the-xhtml-syntax.html#margins-and-padding"><span class="secno">9.2.3 </span>Margins and padding</a></li> - <li><a href="the-xhtml-syntax.html#alignment"><span class="secno">9.2.4 </span>Alignment</a></li> - <li><a href="the-xhtml-syntax.html#fonts-and-colors"><span class="secno">9.2.5 </span>Fonts and colors</a></li> - <li><a href="the-xhtml-syntax.html#punctuation-and-decorations"><span class="secno">9.2.6 </span>Punctuation and decorations</a></li> - <li><a href="the-xhtml-syntax.html#resetting-rules-for-inherited-properties"><span class="secno">9.2.7 </span>Resetting rules for inherited properties</a></li> - <li><a href="the-xhtml-syntax.html#the-hr-element-0"><span class="secno">9.2.8 </span>The <code>hr</code> element</a></li> - <li><a href="the-xhtml-syntax.html#the-fieldset-element-0"><span class="secno">9.2.9 </span>The <code>fieldset</code> element</a></li></ol></li> - <li><a href="the-xhtml-syntax.html#replaced-elements"><span class="secno">9.3 </span>Replaced elements</a> - <ol><li><a href="the-xhtml-syntax.html#embedded-content-2"><span class="secno">9.3.1 </span>Embedded content</a></li> - <li><a href="the-xhtml-syntax.html#images"><span class="secno">9.3.2 </span>Images</a></li> - <li><a href="the-xhtml-syntax.html#attributes-for-embedded-content-and-images"><span class="secno">9.3.3 </span>Attributes for embedded content and images</a></li> - <li><a href="the-xhtml-syntax.html#image-maps-0"><span class="secno">9.3.4 </span>Image maps</a></li> - <li><a href="the-xhtml-syntax.html#toolbars-0"><span class="secno">9.3.5 </span>Toolbars</a></li></ol></li> - <li><a href="the-xhtml-syntax.html#bindings"><span class="secno">9.4 </span>Bindings</a> - <ol><li><a href="the-xhtml-syntax.html#introduction-6"><span class="secno">9.4.1 </span>Introduction</a></li> - <li><a href="the-xhtml-syntax.html#the-button-element-0"><span class="secno">9.4.2 </span>The <code>button</code> element</a></li> - <li><a href="the-xhtml-syntax.html#the-details-element-0"><span class="secno">9.4.3 </span>The <code>details</code> element</a></li> - <li><a href="the-xhtml-syntax.html#the-input-element-as-a-text-entry-widget"><span class="secno">9.4.4 </span>The <code>input</code> element as a text entry widget</a></li> - <li><a href="the-xhtml-syntax.html#the-input-element-as-domain-specific-widgets"><span class="secno">9.4.5 </span>The <code>input</code> element as domain-specific widgets</a></li> - <li><a href="the-xhtml-syntax.html#the-input-element-as-a-range-control"><span class="secno">9.4.6 </span>The <code>input</code> element as a range control</a></li> - <li><a href="the-xhtml-syntax.html#the-input-element-as-a-color-well"><span class="secno">9.4.7 </span>The <code>input</code> element as a color well</a></li> - <li><a href="the-xhtml-syntax.html#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 radio button widgets</a></li> - <li><a href="the-xhtml-syntax.html#the-input-element-as-a-file-upload-control"><span class="secno">9.4.9 </span>The <code>input</code> element as a file upload control</a></li> - <li><a href="the-xhtml-syntax.html#the-input-element-as-a-button"><span class="secno">9.4.10 </span>The <code>input</code> element as a button</a></li> - <li><a href="the-xhtml-syntax.html#the-marquee-element-0"><span class="secno">9.4.11 </span>The <code>marquee</code> element</a></li> - <li><a href="the-xhtml-syntax.html#the-meter-element-0"><span class="secno">9.4.12 </span>The <code>meter</code> element</a></li> - <li><a href="the-xhtml-syntax.html#the-progress-element-0"><span class="secno">9.4.13 </span>The <code>progress</code> element</a></li> - <li><a href="the-xhtml-syntax.html#the-select-element-0"><span class="secno">9.4.14 </span>The <code>select</code> element</a></li> - <li><a href="the-xhtml-syntax.html#the-textarea-element-0"><span class="secno">9.4.15 </span>The <code>textarea</code> element</a></li> - <li><a href="the-xhtml-syntax.html#the-keygen-element-0"><span class="secno">9.4.16 </span>The <code>keygen</code> element</a></li> - <li><a href="the-xhtml-syntax.html#the-time-element-0"><span class="secno">9.4.17 </span>The <code>time</code> element</a></li></ol></li> - <li><a href="the-xhtml-syntax.html#frames-and-framesets"><span class="secno">9.5 </span>Frames and framesets</a></li> - <li><a href="the-xhtml-syntax.html#interactive-media"><span class="secno">9.6 </span>Interactive media</a> - <ol><li><a href="the-xhtml-syntax.html#links-forms-and-navigation"><span class="secno">9.6.1 </span>Links, forms, and navigation</a></li> - <li><a href="the-xhtml-syntax.html#the-title-attribute-0"><span class="secno">9.6.2 </span>The <code title="attr-title">title</code> attribute</a></li> - <li><a href="the-xhtml-syntax.html#editing-hosts"><span class="secno">9.6.3 </span>Editing hosts</a></li></ol></li> - <li><a href="the-xhtml-syntax.html#print-media"><span class="secno">9.7 </span>Print media</a></li></ol></li> - <li><a href="obsolete.html#obsolete"><span class="secno">10 </span>Obsolete features</a> - <ol><li><a href="obsolete.html#obsolete-but-conforming-features"><span class="secno">10.1 </span>Obsolete but conforming features</a> - <ol><li><a href="obsolete.html#warnings-for-obsolete-but-conforming-features"><span class="secno">10.1.1 </span>Warnings for obsolete but conforming features</a></li></ol></li> - <li><a href="obsolete.html#non-conforming-features"><span class="secno">10.2 </span>Non-conforming features</a></li> - <li><a href="obsolete.html#requirements-for-implementations"><span class="secno">10.3 </span>Requirements for implementations</a> - <ol><li><a href="obsolete.html#the-applet-element"><span class="secno">10.3.1 </span>The <code>applet</code> element</a></li> - <li><a href="obsolete.html#the-marquee-element"><span class="secno">10.3.2 </span>The <code>marquee</code> element</a></li> - <li><a href="obsolete.html#frames"><span class="secno">10.3.3 </span>Frames</a></li> - <li><a href="obsolete.html#other-elements-attributes-and-apis"><span class="secno">10.3.4 </span>Other elements, attributes and APIs</a></li></ol></li></ol></li> - <li><a href="iana.html#iana"><span class="secno">11 </span>IANA considerations</a> - <ol><li><a href="iana.html#text-html"><span class="secno">11.1 </span><code>text/html</code></a></li> - <li><a href="iana.html#text-html-sandboxed"><span class="secno">11.2 </span><code>text/html-sandboxed</code></a></li> - <li><a href="iana.html#application-xhtml-xml"><span class="secno">11.3 </span><code>application/xhtml+xml</code></a></li> - <li><a href="iana.html#text-cache-manifest"><span class="secno">11.4 </span><code>text/cache-manifest</code></a></li> - <li><a href="iana.html#text-ping"><span class="secno">11.5 </span><code>text/ping</code></a></li> - <li><a href="iana.html#ping-from"><span class="secno">11.6 </span><code>Ping-From</code></a></li> - <li><a href="iana.html#ping-to"><span class="secno">11.7 </span><code>Ping-To</code></a></li></ol></li> + <li><a href="editing.html#the-draggable-attribute"><span class="secno">7.9.5 </span>The <code>draggable</code> attribute</a></li> + <li><a href="editing.html#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="editing.html#undo"><span class="secno">7.10 </span>Undo history</a> + <ol><li><a href="editing.html#definitions-2"><span class="secno">7.10.1 </span>Definitions</a></li> + <li><a href="editing.html#the-undomanager-interface"><span class="secno">7.10.2 </span>The <code>UndoManager</code> interface</a></li> + <li><a href="editing.html#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="editing.html#redo:-moving-forward-in-the-undo-transaction-history"><span class="secno">7.10.4 </span>Redo: moving forward in the undo transaction history</a></li> + <li><a href="editing.html#the-undomanagerevent-interface-and-the-undo-and-redo-events"><span class="secno">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="editing.html#implementation-notes"><span class="secno">7.10.6 </span>Implementation notes</a></li></ol></li> + <li><a href="editing.html#editing-apis"><span class="secno">7.11 </span>Editing APIs</a></li></ol></li> + <li><a href="syntax.html#syntax"><span class="secno">8 </span>The HTML syntax</a> + <ol><li><a href="syntax.html#writing"><span class="secno">8.1 </span>Writing HTML documents</a> + <ol><li><a href="syntax.html#the-doctype"><span class="secno">8.1.1 </span>The DOCTYPE</a></li> + <li><a href="syntax.html#elements-0"><span class="secno">8.1.2 </span>Elements</a> + <ol><li><a href="syntax.html#start-tags"><span class="secno">8.1.2.1 </span>Start tags</a></li> + <li><a href="syntax.html#end-tags"><span class="secno">8.1.2.2 </span>End tags</a></li> + <li><a href="syntax.html#attributes"><span class="secno">8.1.2.3 </span>Attributes</a></li> + <li><a href="syntax.html#optional-tags"><span class="secno">8.1.2.4 </span>Optional tags</a></li> + <li><a href="syntax.html#element-restrictions"><span class="secno">8.1.2.5 </span>Restrictions on content models</a></li> + <li><a href="syntax.html#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="syntax.html#text"><span class="secno">8.1.3 </span>Text</a> + <ol><li><a href="syntax.html#newlines"><span class="secno">8.1.3.1 </span>Newlines</a></li></ol></li> + <li><a href="syntax.html#character-references"><span class="secno">8.1.4 </span>Character references</a></li> + <li><a href="syntax.html#cdata-sections"><span class="secno">8.1.5 </span>CDATA sections</a></li> + <li><a href="syntax.html#comments"><span class="secno">8.1.6 </span>Comments</a></li></ol></li> + <li><a href="syntax.html#parsing"><span class="secno">8.2 </span>Parsing HTML documents</a> + <ol><li><a href="syntax.html#overview-of-the-parsing-model"><span class="secno">8.2.1 </span>Overview of the parsing model</a></li> + <li><a href="syntax.html#the-input-stream"><span class="secno">8.2.2 </span>The input stream</a> + <ol><li><a href="syntax.html#determining-the-character-encoding"><span class="secno">8.2.2.1 </span>Determining the character encoding</a></li> + <li><a href="syntax.html#character-encodings-0"><span class="secno">8.2.2.2 </span>Character encodings</a></li> + <li><a href="syntax.html#preprocessing-the-input-stream"><span class="secno">8.2.2.3 </span>Preprocessing the input stream</a></li> + <li><a href="syntax.html#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="syntax.html#parse-state"><span class="secno">8.2.3 </span>Parse state</a> + <ol><li><a href="syntax.html#the-insertion-mode"><span class="secno">8.2.3.1 </span>The insertion mode</a></li> + <li><a href="syntax.html#the-stack-of-open-elements"><span class="secno">8.2.3.2 </span>The stack of open elements</a></li> + <li><a href="syntax.html#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="syntax.html#the-element-pointers"><span class="secno">8.2.3.4 </span>The element pointers</a></li> + <li><a href="syntax.html#other-parsing-state-flags"><span class="secno">8.2.3.5 </span>Other parsing state flags</a></li></ol></li> + <li><a href="syntax.html#tokenization"><span class="secno">8.2.4 </span>Tokenization</a> + <ol><li><a href="syntax.html#data-state"><span class="secno">8.2.4.1 </span>Data state</a></li> + <li><a href="syntax.html#character-reference-in-data-state"><span class="secno">8.2.4.2 </span>Character reference in data state</a></li> + <li><a href="syntax.html#rcdata-state"><span class="secno">8.2.4.3 </span>RCDATA state</a></li> + <li><a href="syntax.html#character-reference-in-rcdata-state"><span class="secno">8.2.4.4 </span>Character reference in RCDATA state</a></li> + <li><a href="syntax.html#rawtext-state"><span class="secno">8.2.4.5 </span>RAWTEXT state</a></li> + <li><a href="syntax.html#script-data-state"><span class="secno">8.2.4.6 </span>Script data state</a></li> + <li><a href="syntax.html#plaintext-state"><span class="secno">8.2.4.7 </span>PLAINTEXT state</a></li> + <li><a href="syntax.html#tag-open-state"><span class="secno">8.2.4.8 </span>Tag open state</a></li> + <li><a href="syntax.html#end-tag-open-state"><span class="secno">8.2.4.9 </span>End tag open state</a></li> + <li><a href="syntax.html#tag-name-state"><span class="secno">8.2.4.10 </span>Tag name state</a></li> + <li><a href="syntax.html#rcdata-less-than-sign-state"><span class="secno">8.2.4.11 </span>RCDATA less-than sign state</a></li> + <li><a href="syntax.html#rcdata-end-tag-open-state"><span class="secno">8.2.4.12 </span>RCDATA end tag open state</a></li> + <li><a href="syntax.html#rcdata-end-tag-name-state"><span class="secno">8.2.4.13 </span>RCDATA end tag name state</a></li> + <li><a href="syntax.html#rawtext-less-than-sign-state"><span class="secno">8.2.4.14 </span>RAWTEXT less-than sign state</a></li> + <li><a href="syntax.html#rawtext-end-tag-open-state"><span class="secno">8.2.4.15 </span>RAWTEXT end tag open state</a></li> + <li><a href="syntax.html#rawtext-end-tag-name-state"><span class="secno">8.2.4.16 </span>RAWTEXT end tag name state</a></li> + <li><a href="syntax.html#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="syntax.html#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="syntax.html#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="syntax.html#script-data-escape-start-state"><span class="secno">8.2.4.20 </span>Script data escape start state</a></li> + <li><a href="syntax.html#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="syntax.html#script-data-escaped-state"><span class="secno">8.2.4.22 </span>Script data escaped state</a></li> + <li><a href="syntax.html#script-data-escaped-dash-state"><span class="secno">8.2.4.23 </span>Script data escaped dash state</a></li> + <li><a href="syntax.html#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="syntax.html#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="syntax.html#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="syntax.html#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="syntax.html#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="syntax.html#script-data-double-escaped-state"><span class="secno">8.2.4.29 </span>Script data double escaped state</a></li> + <li><a href="syntax.html#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="syntax.html#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="syntax.html#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="syntax.html#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="syntax.html#before-attribute-name-state"><span class="secno">8.2.4.34 </span>Before attribute name state</a></li> + <li><a href="syntax.html#attribute-name-state"><span class="secno">8.2.4.35 </span>Attribute name state</a></li> + <li><a href="syntax.html#after-attribute-name-state"><span class="secno">8.2.4.36 </span>After attribute name state</a></li> + <li><a href="syntax.html#before-attribute-value-state"><span class="secno">8.2.4.37 </span>Before attribute value state</a></li> + <li><a href="syntax.html#attribute-value-double-quoted-state"><span class="secno">8.2.4.38 </span>Attribute value (double-quoted) state</a></li> + <li><a href="syntax.html#attribute-value-single-quoted-state"><span class="secno">8.2.4.39 </span>Attribute value (single-quoted) state</a></li> + <li><a href="syntax.html#attribute-value-unquoted-state"><span class="secno">8.2.4.40 </span>Attribute value (unquoted) state</a></li> + <li><a href="syntax.html#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="syntax.html#after-attribute-value-quoted-state"><span class="secno">8.2.4.42 </span>After attribute value (quoted) state</a></li> + <li><a href="syntax.html#self-closing-start-tag-state"><span class="secno">8.2.4.43 </span>Self-closing start tag state</a></li> + <li><a href="syntax.html#bogus-comment-state"><span class="secno">8.2.4.44 </span>Bogus comment state</a></li> + <li><a href="syntax.html#markup-declaration-open-state"><span class="secno">8.2.4.45 </span>Markup declaration open state</a></li> + <li><a href="syntax.html#comment-start-state"><span class="secno">8.2.4.46 </span>Comment start state</a></li> + <li><a href="syntax.html#comment-start-dash-state"><span class="secno">8.2.4.47 </span>Comment start dash state</a></li> + <li><a href="syntax.html#comment-state"><span class="secno">8.2.4.48 </span>Comment state</a></li> + <li><a href="syntax.html#comment-end-dash-state"><span class="secno">8.2.4.49 </span>Comment end dash state</a></li> + <li><a href="syntax.html#comment-end-state"><span class="secno">8.2.4.50 </span>Comment end state</a></li> + <li><a href="syntax.html#comment-end-bang-state"><span class="secno">8.2.4.51 </span>Comment end bang state</a></li> + <li><a href="syntax.html#comment-end-space-state"><span class="secno">8.2.4.52 </span>Comment end space state</a></li> + <li><a href="syntax.html#doctype-state"><span class="secno">8.2.4.53 </span>DOCTYPE state</a></li> + <li><a href="syntax.html#before-doctype-name-state"><span class="secno">8.2.4.54 </span>Before DOCTYPE name state</a></li> + <li><a href="syntax.html#doctype-name-state"><span class="secno">8.2.4.55 </span>DOCTYPE name state</a></li> + <li><a href="syntax.html#after-doctype-name-state"><span class="secno">8.2.4.56 </span>After DOCTYPE name state</a></li> + <li><a href="syntax.html#after-doctype-public-keyword-state"><span class="secno">8.2.4.57 </span>After DOCTYPE public keyword state</a></li> + <li><a href="syntax.html#before-doctype-public-identifier-state"><span class="secno">8.2.4.58 </span>Before DOCTYPE public identifier state</a></li> + <li><a href="syntax.html#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="syntax.html#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="syntax.html#after-doctype-public-identifier-state"><span class="secno">8.2.4.61 </span>After DOCTYPE public identifier state</a></li> + <li><a href="syntax.html#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="syntax.html#after-doctype-system-keyword-state"><span class="secno">8.2.4.63 </span>After DOCTYPE system keyword state</a></li> + <li><a href="syntax.html#before-doctype-system-identifier-state"><span class="secno">8.2.4.64 </span>Before DOCTYPE system identifier state</a></li> + <li><a href="syntax.html#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="syntax.html#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="syntax.html#after-doctype-system-identifier-state"><span class="secno">8.2.4.67 </span>After DOCTYPE system identifier state</a></li> + <li><a href="syntax.html#bogus-doctype-state"><span class="secno">8.2.4.68 </span>Bogus DOCTYPE state</a></li> + <li><a href="syntax.html#cdata-section-state"><span class="secno">8.2.4.69 </span>CDATA section state</a></li> + <li><a href="syntax.html#tokenizing-character-references"><span class="secno">8.2.4.70 </span>Tokenizing character references</a></li></ol></li> + <li><a href="syntax.html#tree-construction"><span class="secno">8.2.5 </span>Tree construction</a> + <ol><li><a href="syntax.html#creating-and-inserting-elements"><span class="secno">8.2.5.1 </span>Creating and inserting elements</a></li> + <li><a href="syntax.html#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="syntax.html#foster-parenting"><span class="secno">8.2.5.3 </span>Foster parenting</a></li> + <li><a href="syntax.html#the-initial-insertion-mode"><span class="secno">8.2.5.4 </span>The "initial" insertion mode</a></li> + <li><a href="syntax.html#the-before-html-insertion-mode"><span class="secno">8.2.5.5 </span>The "before html" insertion mode</a></li> + <li><a href="syntax.html#the-before-head-insertion-mode"><span class="secno">8.2.5.6 </span>The "before head" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-inhead"><span class="secno">8.2.5.7 </span>The "in head" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-inheadnoscript"><span class="secno">8.2.5.8 </span>The "in head noscript" insertion mode</a></li> + <li><a href="syntax.html#the-after-head-insertion-mode"><span class="secno">8.2.5.9 </span>The "after head" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-inbody"><span class="secno">8.2.5.10 </span>The "in body" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-incdata"><span class="secno">8.2.5.11 </span>The "text" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-intable"><span class="secno">8.2.5.12 </span>The "in table" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-intabletext"><span class="secno">8.2.5.13 </span>The "in table text" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-incaption"><span class="secno">8.2.5.14 </span>The "in caption" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-incolgroup"><span class="secno">8.2.5.15 </span>The "in column group" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-intbody"><span class="secno">8.2.5.16 </span>The "in table body" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-intr"><span class="secno">8.2.5.17 </span>The "in row" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-intd"><span class="secno">8.2.5.18 </span>The "in cell" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-inselect"><span class="secno">8.2.5.19 </span>The "in select" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-inselectintable"><span class="secno">8.2.5.20 </span>The "in select in table" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-inforeign"><span class="secno">8.2.5.21 </span>The "in foreign content" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-afterbody"><span class="secno">8.2.5.22 </span>The "after body" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-inframeset"><span class="secno">8.2.5.23 </span>The "in frameset" insertion mode</a></li> + <li><a href="syntax.html#parsing-main-afterframeset"><span class="secno">8.2.5.24 </span>The "after frameset" insertion mode</a></li> + <li><a href="syntax.html#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="syntax.html#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="syntax.html#the-end"><span class="secno">8.2.6 </span>The end</a></li> + <li><a href="syntax.html#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="syntax.html#an-introduction-to-error-handling-and-strange-cases-in-the-parser"><span class="secno">8.2.8 </span>An introduction to error handling and strange cases in the parser</a> + <ol><li><a href="syntax.html#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="syntax.html#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="syntax.html#unexpected-markup-in-tables"><span class="secno">8.2.8.3 </span>Unexpected markup in tables</a></li> + <li><a href="syntax.html#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="syntax.html#serializing-html-fragments"><span class="secno">8.3 </span>Serializing HTML fragments</a></li> + <li><a href="syntax.html#parsing-html-fragments"><span class="secno">8.4 </span>Parsing HTML fragments</a></li> + <li><a href="named-character-references.html#named-character-references"><span class="secno">8.5 </span>Named character references</a></li></ol></li> + <li><a href="the-xhtml-syntax.html#the-xhtml-syntax"><span class="secno">9 </span>The XHTML syntax</a> + <ol><li><a href="the-xhtml-syntax.html#writing-xhtml-documents"><span class="secno">9.1 </span>Writing XHTML documents</a></li> + <li><a href="the-xhtml-syntax.html#parsing-xhtml-documents"><span class="secno">9.2 </span>Parsing XHTML documents</a></li> + <li><a href="the-xhtml-syntax.html#serializing-xhtml-fragments"><span class="secno">9.3 </span>Serializing XHTML fragments</a></li> + <li><a href="the-xhtml-syntax.html#parsing-xhtml-fragments"><span class="secno">9.4 </span>Parsing XHTML fragments</a></li></ol></li> + <li><a href="the-xhtml-syntax.html#rendering"><span class="secno">10 </span>Rendering</a> + <ol><li><a href="the-xhtml-syntax.html#introduction-4"><span class="secno">10.1 </span>Introduction</a></li> + <li><a href="the-xhtml-syntax.html#the-css-user-agent-style-sheet-and-presentational-hints"><span class="secno">10.2 </span>The CSS user agent style sheet and presentational hints</a> + <ol><li><a href="the-xhtml-syntax.html#introduction-5"><span class="secno">10.2.1 </span>Introduction</a></li> + <li><a href="the-xhtml-syntax.html#display-types"><span class="secno">10.2.2 </span>Display types</a></li> + <li><a href="the-xhtml-syntax.html#margins-and-padding"><span class="secno">10.2.3 </span>Margins and padding</a></li> + <li><a href="the-xhtml-syntax.html#alignment"><span class="secno">10.2.4 </span>Alignment</a></li> + <li><a href="the-xhtml-syntax.html#fonts-and-colors"><span class="secno">10.2.5 </span>Fonts and colors</a></li> + <li><a href="the-xhtml-syntax.html#punctuation-and-decorations"><span class="secno">10.2.6 </span>Punctuation and decorations</a></li> + <li><a href="the-xhtml-syntax.html#resetting-rules-for-inherited-properties"><span class="secno">10.2.7 </span>Resetting rules for inherited properties</a></li> + <li><a href="the-xhtml-syntax.html#the-hr-element-0"><span class="secno">10.2.8 </span>The <code>hr</code> element</a></li> + <li><a href="the-xhtml-syntax.html#the-fieldset-element-0"><span class="secno">10.2.9 </span>The <code>fieldset</code> element</a></li></ol></li> + <li><a href="the-xhtml-syntax.html#replaced-elements"><span class="secno">10.3 </span>Replaced elements</a> + <ol><li><a href="the-xhtml-syntax.html#embedded-content-2"><span class="secno">10.3.1 </span>Embedded content</a></li> + <li><a href="the-xhtml-syntax.html#images"><span class="secno">10.3.2 </span>Images</a></li> + <li><a href="the-xhtml-syntax.html#attributes-for-embedded-content-and-images"><span class="secno">10.3.3 </span>Attributes for embedded content and images</a></li> + <li><a href="the-xhtml-syntax.html#image-maps-0"><span class="secno">10.3.4 </span>Image maps</a></li> + <li><a href="the-xhtml-syntax.html#toolbars-0"><span class="secno">10.3.5 </span>Toolbars</a></li></ol></li> + <li><a href="the-xhtml-syntax.html#bindings"><span class="secno">10.4 </span>Bindings</a> + <ol><li><a href="the-xhtml-syntax.html#introduction-6"><span class="secno">10.4.1 </span>Introduction</a></li> + <li><a href="the-xhtml-syntax.html#the-button-element-0"><span class="secno">10.4.2 </span>The <code>button</code> element</a></li> + <li><a href="the-xhtml-syntax.html#the-details-element-0"><span class="secno">10.4.3 </span>The <code>details</code> element</a></li> + <li><a href="the-xhtml-syntax.html#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-xhtml-syntax.html#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-xhtml-syntax.html#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-xhtml-syntax.html#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-xhtml-syntax.html#the-input-element-as-a-check-box-and-radio-button-widgets"><span class="secno">10.4.8 </span>The <code>input</code> element as a check box and radio button widgets</a></li> + <li><a href="the-xhtml-syntax.html#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-xhtml-syntax.html#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-xhtml-syntax.html#the-marquee-element-0"><span class="secno">10.4.11 </span>The <code>marquee</code> element</a></li> + <li><a href="the-xhtml-syntax.html#the-meter-element-0"><span class="secno">10.4.12 </span>The <code>meter</code> element</a></li> + <li><a href="the-xhtml-syntax.html#the-progress-element-0"><span class="secno">10.4.13 </span>The <code>progress</code> element</a></li> + <li><a href="the-xhtml-syntax.html#the-select-element-0"><span class="secno">10.4.14 </span>The <code>select</code> element</a></li> + <li><a href="the-xhtml-syntax.html#the-textarea-element-0"><span class="secno">10.4.15 </span>The <code>textarea</code> element</a></li> + <li><a href="the-xhtml-syntax.html#the-keygen-element-0"><span class="secno">10.4.16 </span>The <code>keygen</code> element</a></li> + <li><a href="the-xhtml-syntax.html#the-time-element-0"><span class="secno">10.4.17 </span>The <code>time</code> element</a></li></ol></li> + <li><a href="the-xhtml-syntax.html#frames-and-framesets"><span class="secno">10.5 </span>Frames and framesets</a></li> + <li><a href="the-xhtml-syntax.html#interactive-media"><span class="secno">10.6 </span>Interactive media</a> + <ol><li><a href="the-xhtml-syntax.html#links-forms-and-navigation"><span class="secno">10.6.1 </span>Links, forms, and navigation</a></li> + <li><a href="the-xhtml-syntax.html#the-title-attribute-0"><span class="secno">10.6.2 </span>The <code title="attr-title">title</code> attribute</a></li> + <li><a href="the-xhtml-syntax.html#editing-hosts"><span class="secno">10.6.3 </span>Editing hosts</a></li></ol></li> + <li><a href="the-xhtml-syntax.html#print-media"><span class="secno">10.7 </span>Print media</a></li></ol></li> + <li><a href="obsolete.html#obsolete"><span class="secno">11 </span>Obsolete features</a> + <ol><li><a href="obsolete.html#obsolete-but-conforming-features"><span class="secno">11.1 </span>Obsolete but conforming features</a> + <ol><li><a href="obsolete.html#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="obsolete.html#non-conforming-features"><span class="secno">11.2 </span>Non-conforming features</a></li> + <li><a href="obsolete.html#requirements-for-implementations"><span class="secno">11.3 </span>Requirements for implementations</a> + <ol><li><a href="obsolete.html#the-applet-element"><span class="secno">11.3.1 </span>The <code>applet</code> element</a></li> + <li><a href="obsolete.html#the-marquee-element"><span class="secno">11.3.2 </span>The <code>marquee</code> element</a></li> + <li><a href="obsolete.html#frames"><span class="secno">11.3.3 </span>Frames</a></li> + <li><a href="obsolete.html#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.html#iana"><span class="secno">12 </span>IANA considerations</a> + <ol><li><a href="iana.html#text-html"><span class="secno">12.1 </span><code>text/html</code></a></li> + <li><a href="iana.html#text-html-sandboxed"><span class="secno">12.2 </span><code>text/html-sandboxed</code></a></li> + <li><a href="iana.html#application-xhtml-xml"><span class="secno">12.3 </span><code>application/xhtml+xml</code></a></li> + <li><a href="iana.html#text-cache-manifest"><span class="secno">12.4 </span><code>text/cache-manifest</code></a></li> + <li><a href="iana.html#text-ping"><span class="secno">12.5 </span><code>text/ping</code></a></li> + <li><a href="iana.html#ping-from"><span class="secno">12.6 </span><code>Ping-From</code></a></li> + <li><a href="iana.html#ping-to"><span class="secno">12.7 </span><code>Ping-To</code></a></li></ol></li> <li><a class="no-num" href="index.html#index">Index</a> <ol><li><a class="no-num" href="index.html#elements-1">Elements</a></li> <li><a class="no-num" href="index.html#attributes-0">Attributes</a></li> Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec/introduction.html,v retrieving revision 1.756 retrieving revision 1.757 diff -u -d -r1.756 -r1.757 --- introduction.html 5 Feb 2010 23:26:31 -0000 1.756 +++ introduction.html 6 Feb 2010 00:16:33 -0000 1.757 @@ -289,7 +289,7 @@ </div><nav> <a href="spec.html#contents">Table of contents</a> – <a href="infrastructure.html">2 Common infrastructure →</a> - </nav><p>This is revision 1.3721.</p> + </nav><p>This is revision 1.3726.</p> <h2 id="introduction"><span class="secno">1 </span>Introduction</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h3 id="background"><span class="secno">1.1 </span>Background</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>The World Wide Web's markup language has always been HTML. HTML @@ -408,7 +408,7 @@ script can ever detect the simultaneous execution of other scripts. Even with <span title="Worker">workers</span>, the intent is that the behavior of implementations can be thought of as - completely serializing the execution of all scripts in all <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>.</p><p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a href="browsers.html#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code> + completely serializing the execution of all scripts in all <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>.</p><p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a href="web-application-apis.html#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code> method, in this model, is equivalent to allowing other scripts to run while the calling script is blocked.</p><h4 id="compliance-with-other-specifications"><span class="secno">1.5.2 </span>Compliance with other specifications</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>This specification interacts with and relies on a wide variety of other specifications. In certain circumstances, unfortunately, the @@ -451,7 +451,7 @@ be represented using the HTML syntax, but cannot be represented with the DOM or in XML. Comments that contain the string "<code title="">--></code>" can be represented in the DOM but not in the HTML syntax or in XML.</p><h3 id="structure-of-this-specification"><span class="secno">1.7 </span>Structure of this specification</h3><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 specification is divided into the following major - sections:</p><dl><dt><a href="infrastructure.html#infrastructure">Common Infrastructure</a></dt> + sections:</p><dl><dt><a href="infrastructure.html#infrastructure">Common infrastructure</a></dt> <dd>The conformance classes, algorithms, definitions, and the common underpinnings of the rest of the specification.</dd> @@ -465,21 +465,25 @@ concepts used in defining elements.</dd> - <dt><a href="semantics.html#semantics">Elements</a></dt> + <dt><a href="semantics.html#semantics">The elements of HTML</a></dt> <dd>Each element has a predefined meaning, which is explained in this section. Rules for authors on how to use the element<span class="impl">, along with user agent requirements for how to handle each element,</span> are also given.</dd> - <dt><a href="browsers.html#browsers">Web Browsers</a></dt> + <dt><a href="browsers.html#browsers">Loading Web pages</a></dt> <dd>HTML documents do not exist in a vacuum — this section defines many of the features that affect environments that deal - with multiple pages, links between pages, and running scripts.</dd> + with multiple pages.</dd> + <dt><a href="browsers.html#browsers">Web application APIs</a></dt> - <dt><a href="editing.html#editing">User Interaction</a></dt> + <dd>This section introduces basic features for scripting of + applications in HTML.</dd> + + <dt><a href="editing.html#editing">User interaction</a></dt> <dd>HTML documents can provide a number of mechanisms for users to interact with and modify content, which are described in this @@ -488,8 +492,9 @@ - <dt><a href="syntax.html#syntax">The HTML Syntax</a></dt> - <dt><a href="the-xhtml-syntax.html#xhtml">The XHTML Syntax</a></dt> + + <dt><a href="syntax.html#syntax">The HTML syntax</a></dt> + <dt><a href="the-xhtml-syntax.html#xhtml">The XHTML syntax</a></dt> <dd>All of these features would be for naught if they couldn't be represented in a serialized form and sent to other people, and so @@ -565,7 +570,7 @@ comment.</p><hr><p>This DOM tree can be manipulated from scripts in the page. Scripts (typically in JavaScript) are small programs that can be embedded using the <code><a href="semantics.html#script">script</a></code> element or using - <a href="browsers.html#event-handler-content-attributes">event handler content attributes</a>. For example, here is + <a href="web-application-apis.html#event-handler-content-attributes">event handler content attributes</a>. For example, here is a form with a script that sets the value of the form's <code><a href="forms.html#the-output-element">output</a></code> element to say "Hello World":</p><pre><<a href="forms.html#the-form-element">form</a> <a href="forms.html#attr-form-name" title="attr-form-name">name</a>="main"> Result: <<a href="forms.html#the-output-element">output</a> <a href="forms.html#attr-fe-name" title="attr-fe-name">name</a>="result"></output> Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec/syntax.html,v retrieving revision 1.754 retrieving revision 1.755 diff -u -d -r1.754 -r1.755 --- syntax.html 5 Feb 2010 23:26:31 -0000 1.754 +++ 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>7 The HTML syntax — HTML 5</title><style type="text/css"> +<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>8 The HTML 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,25 +279,25 @@ } </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> - <link href="editing.html" title="6 User Interaction" rel="prev"> [...1327 lines suppressed...] <p>The following steps form the <dfn id="html-fragment-serialization-algorithm">HTML fragment serialization algorithm</dfn>. The algorithm takes as input a DOM @@ -8400,7 +8400,7 @@ <code><a href="text-level-semantics.html#the-iframe-element">iframe</a></code>, <code><a href="obsolete.html#noembed">noembed</a></code>, <code><a href="obsolete.html#noframes">noframes</a></code>, or <code><a href="obsolete.html#plaintext">plaintext</a></code> element, or if the parent of <var title="">current node</var> is - <code><a href="semantics.html#the-noscript-element">noscript</a></code> element and <a href="browsers.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the + <code><a href="semantics.html#the-noscript-element">noscript</a></code> element and <a href="web-application-apis.html#concept-n-script" title="concept-n-script">scripting is enabled</a> for the node, then append the value of <var title="">current node</var>'s <code title="">data</code> IDL attribute literally.</p> @@ -8496,7 +8496,7 @@ tag for the <code><a href="semantics.html#the-p-element">p</a></code>).</p> - <h3 id="parsing-html-fragments"><span class="secno">7.4 </span>Parsing HTML fragments</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> + <h3 id="parsing-html-fragments"><span class="secno">8.4 </span>Parsing HTML fragments</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p> <p>The following steps form the <dfn id="html-fragment-parsing-algorithm">HTML fragment parsing algorithm</dfn>. The algorithm optionally takes as input an
Received on Saturday, 6 February 2010 00:16:40 UTC