html5/spec acknowledgements.html,1.753,1.754 browsers.html,1.753,1.754 dom.html,1.755,1.756 editing.html,1.753,1.754 embedded-content-0.html,1.745,1.746 forms.html,1.749,1.750 fragment-links.js,1.164,1.165 history.html,1.747,1.748 iana.html,1.84,1.85 index.html,1.753,1.754 infrastructure.html,1.755,1.756 interactive-elements.html,1.747,1.748 introduction.html,1.755,1.756 named-character-references.html,1.746,1.747 obsolete.html,1.745,1.746 offline.html,1.748,1.749 references.html,1.753,1.754 semantics.html,1.755,1.756 spec.html,1.753,1.754 syntax.html,1.753,1.754 tabular-data.html,1.749,1.750 text-level-semantics.html,1.748,1.749 the-canvas-element.html,1.617,1.618 the-xhtml-syntax.html,1.753,1.754 toc-status.html,1.180,1.181 toc-status.xml,1.56,1.57 video.html,1.624,1.625

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26587

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:
Move WindowProxy section to where it makes more sense. (whatwg r4667)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.755
retrieving revision 1.756
diff -u -d -r1.755 -r1.756
--- infrastructure.html	5 Feb 2010 23:16:24 -0000	1.755
+++ infrastructure.html	5 Feb 2010 23:26:31 -0000	1.756
@@ -291,7 +291,7 @@
    <a href="introduction.html">&#8592; 1 Introduction</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="dom.html">3 Semantics, structure, and APIs of HTML documents &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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
@@ -2911,21 +2911,21 @@
   <p>When an element is <dfn id="affected-by-a-base-url-change">affected by a base URL change</dfn>, it
   must act as described in the following list:</p>
 
-  <dl class="switch"><dt>If the element is a <a href="history.html#hyperlink" title="hyperlink">hyperlink
+  <dl class="switch"><dt>If the element is a <a href="interactive-elements.html#hyperlink" title="hyperlink">hyperlink
    element</a></dt>
 
    <dd>
 
     <p>If the <a href="#absolute-url">absolute URL</a> identified by the hyperlink is
     being shown to the user, or if any data derived from that URL is
-    affecting the display, then the <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute should be <a href="#resolve-a-url" title="resolve a url">re-resolved</a> relative to the element
+    affecting the display, then the <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute should be <a href="#resolve-a-url" title="resolve a url">re-resolved</a> relative to the element
     and the UI updated appropriately.</p>
 
     <p class="example">For example, the CSS <code title="selector-link"><a href="interactive-elements.html#selector-link">:link</a></code>/<code title="selector-visited"><a href="interactive-elements.html#selector-visited">:visited</a></code> pseudo-classes might have
     been affected.</p>
 
-    <p>If the hyperlink has a <code title="attr-hyperlink-ping"><a href="history.html#ping">ping</a></code> attribute and its <a href="#absolute-url" title="absolute URL">absolute URL(s)</a> are being shown to the
-    user, then the <code title="attr-hyperlink-ping"><a href="history.html#ping">ping</a></code>
+    <p>If the hyperlink has a <code title="attr-hyperlink-ping"><a href="interactive-elements.html#ping">ping</a></code> attribute and its <a href="#absolute-url" title="absolute URL">absolute URL(s)</a> are being shown to the
+    user, then the <code title="attr-hyperlink-ping"><a href="interactive-elements.html#ping">ping</a></code>
     attribute's tokens should be <a href="#resolve-a-url" title="resolve a
     url">re-resolved</a> relative to the element and the UI updated
     appropriately.</p>

Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.748
retrieving revision 1.749
diff -u -d -r1.748 -r1.749
--- text-level-semantics.html	5 Feb 2010 23:16:25 -0000	1.748
+++ text-level-semantics.html	5 Feb 2010 23:26:31 -0000	1.749
@@ -291,7 +291,7 @@
    <a href="semantics.html">&#8592; 4 The elements of HTML</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="video.html">4.8.8 The video element &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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>
@@ -304,13 +304,13 @@
    <dd><a href="embedded-content-0.html#transparent">Transparent</a>, but there must be no <a href="embedded-content-0.html#interactive-content">interactive content</a> descendant.</dd>
    <dt>Content attributes:</dt>
    <dd><a href="dom.html#global-attributes">Global attributes</a></dd>
-   <dd><code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code></dd>
-   <dd><code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">target</a></code></dd>
-   <dd><code title="attr-hyperlink-ping"><a href="history.html#ping">ping</a></code></dd>
-   <dd><code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">rel</a></code></dd>
-   <dd><code title="attr-hyperlink-media"><a href="history.html#attr-hyperlink-media">media</a></code></dd>
-   <dd><code title="attr-hyperlink-hreflang"><a href="history.html#attr-hyperlink-hreflang">hreflang</a></code></dd>
-   <dd><code title="attr-hyperlink-type"><a href="history.html#attr-hyperlink-type">type</a></code></dd>
+   <dd><code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code></dd>
+   <dd><code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code></dd>
+   <dd><code title="attr-hyperlink-ping"><a href="interactive-elements.html#ping">ping</a></code></dd>
+   <dd><code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">rel</a></code></dd>
+   <dd><code title="attr-hyperlink-media"><a href="interactive-elements.html#attr-hyperlink-media">media</a></code></dd>
+   <dd><code title="attr-hyperlink-hreflang"><a href="interactive-elements.html#attr-hyperlink-hreflang">hreflang</a></code></dd>
+   <dd><code title="attr-hyperlink-type"><a href="interactive-elements.html#attr-hyperlink-type">type</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlanchorelement">HTMLAnchorElement</dfn> : <a href="dom.html#htmlelement">HTMLElement</a> {
@@ -333,16 +333,16 @@
            attribute DOMString <a href="#dom-a-hash" title="dom-a-hash">hash</a>;
 };</pre>
    </dd>
-  </dl><p>If the <code><a href="#the-a-element">a</a></code> element has an <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute, then it
-  <a href="the-xhtml-syntax.html#represents">represents</a> a <a href="history.html#hyperlink">hyperlink</a> (a hypertext
+  </dl><p>If the <code><a href="#the-a-element">a</a></code> element has an <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute, then it
+  <a href="the-xhtml-syntax.html#represents">represents</a> a <a href="interactive-elements.html#hyperlink">hyperlink</a> (a hypertext
   anchor).</p><!-- v2: Eric Meyer requests the ability to nest links so that a big
   hyperlink, e.g. representing a calendar event, can be clickable,
   while within it there are subareas that represent links to distinct
   areas, e.g. a link to see photos of the event, or to edit the event,
-  or some such. --><p>If the <code><a href="#the-a-element">a</a></code> element has no <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute, then the element
+  or some such. --><p>If the <code><a href="#the-a-element">a</a></code> element has no <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute, then the element
   <a href="the-xhtml-syntax.html#represents">represents</a> a placeholder for where a link might
-  otherwise have been placed, if it had been relevant.</p><p>The <code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">target</a></code>, <code title="attr-hyperlink-ping"><a href="history.html#ping">ping</a></code>, <code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="history.html#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="history.html#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="history.html#attr-hyperlink-type">type</a></code> attributes must be omitted
-  if the <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute is
+  otherwise have been placed, if it had been relevant.</p><p>The <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code>, <code title="attr-hyperlink-ping"><a href="interactive-elements.html#ping">ping</a></code>, <code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="interactive-elements.html#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="interactive-elements.html#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="interactive-elements.html#attr-hyperlink-type">type</a></code> attributes must be omitted
+  if the <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute is
   not present.</p><div class="example">
    <p>If a site uses a consistent navigation toolbar on every page,
    then the link that would normally link to the page itself could be
@@ -357,22 +357,22 @@
 &lt;/nav&gt;</pre>
   </div><div class="impl">
 
-  <p>The <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code>, <code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">target</a></code> and <code title="attr-hyperlink-ping"><a href="history.html#ping">ping</a></code> attributes affect what
-  happens when users <a href="history.html#following-hyperlinks" title="following hyperlinks">follow
+  <p>The <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code>, <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code> and <code title="attr-hyperlink-ping"><a href="interactive-elements.html#ping">ping</a></code> attributes affect what
+  happens when users <a href="interactive-elements.html#following-hyperlinks" title="following hyperlinks">follow
   hyperlinks</a> created using the <code><a href="#the-a-element">a</a></code> element.  The
-  <code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="history.html#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="history.html#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="history.html#attr-hyperlink-type">type</a></code> attributes may be used to
+  <code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="interactive-elements.html#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="interactive-elements.html#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="interactive-elements.html#attr-hyperlink-type">type</a></code> attributes may be used to
   indicate to the user the likely nature of the target resource before
   the user follows the link.</p>
 
   <p>The <a href="embedded-content-0.html#activation-behavior">activation behavior</a> of <code><a href="#the-a-element">a</a></code> elements
-  that represent <a href="history.html#hyperlink" title="hyperlink">hyperlinks</a> is to run
+  that represent <a href="interactive-elements.html#hyperlink" title="hyperlink">hyperlinks</a> is to run
   the following steps:</p>
 
   <ol><li><p>If the <code title="event-DOMActivate">DOMActivate</code>
    event in question is not <a href="infrastructure.html#concept-events-trusted" title="concept-events-trusted">trusted</a> (i.e. a <code title="dom-click"><a href="editing.html#dom-click">click()</a></code> method call was the reason for the
-   event being dispatched), and the <code><a href="#the-a-element">a</a></code> element's <code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">target</a></code> attribute is such that
+   event being dispatched), and the <code><a href="#the-a-element">a</a></code> element's <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code> attribute is such that
    applying <a href="browsers.html#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name">the rules for choosing a browsing context given a
-   browsing context name</a>, using the value of the <code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">target</a></code> attribute as the
+   browsing context name</a>, using the value of the <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code> attribute as the
    browsing context name, would result in there not being a chosen
    browsing context, then raise an <code><a href="infrastructure.html#invalid_access_err">INVALID_ACCESS_ERR</a></code>
    exception and abort these steps.</p></li>
@@ -401,7 +401,7 @@
 
     </ol></li>
 
-   <li><p>Finally, the user agent must <a href="history.html#following-hyperlinks" title="following
+   <li><p>Finally, the user agent must <a href="interactive-elements.html#following-hyperlinks" title="following
    hyperlinks">follow the hyperlink</a> defined by the
    <code><a href="#the-a-element">a</a></code> element. If the steps above defined a <var><a href="#hyperlink-suffix">hyperlink
    suffix</a></var>, then take that into account when following the
@@ -422,7 +422,7 @@
   name.</p>
 
   <p>The IDL attribute <dfn id="dom-a-rellist" title="dom-a-rellist"><code>relList</code></dfn> must
-  <a href="infrastructure.html#reflect">reflect</a> the <code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">rel</a></code>
+  <a href="infrastructure.html#reflect">reflect</a> the <code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">rel</a></code>
   content attribute.</p>
 
   <p>The <dfn id="dom-a-text" title="dom-a-text"><code>text</code></dfn> IDL
@@ -433,10 +433,10 @@
 
   <p>The <code><a href="#the-a-element">a</a></code> element also supports the complement of
   <a href="infrastructure.html#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>, <dfn id="dom-a-protocol" title="dom-a-protocol"><code>protocol</code></dfn>, <dfn id="dom-a-host" title="dom-a-host"><code>host</code></dfn>, <dfn id="dom-a-port" title="dom-a-port"><code>port</code></dfn>, <dfn id="dom-a-hostname" title="dom-a-hostname"><code>hostname</code></dfn>, <dfn id="dom-a-pathname" title="dom-a-pathname"><code>pathname</code></dfn>, <dfn id="dom-a-search" title="dom-a-search"><code>search</code></dfn>, and <dfn id="dom-a-hash" title="dom-a-hash"><code>hash</code></dfn>. These must follow the
-  rules given for URL decomposition IDL attributes, with the <a href="infrastructure.html#concept-uda-input" title="concept-uda-input">input</a> being the result of <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute relative to the
+  rules given for URL decomposition IDL attributes, with the <a href="infrastructure.html#concept-uda-input" title="concept-uda-input">input</a> being the result of <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute relative to the
   element, if there is such an attribute and resolving it is
   successful, or the empty string otherwise; and the <a href="infrastructure.html#concept-uda-setter" title="concept-uda-setter">common setter action</a> being the
-  same as setting the element's <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute to the new output
+  same as setting the element's <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute to the new output
   value.</p>
 
   </div><div class="example">
@@ -2559,13 +2559,13 @@
   if present, can indicate that the image has an associated
   <a href="the-canvas-element.html#image-map">image map</a>.</p><p>The <dfn id="attr-img-ismap" title="attr-img-ismap"><code>ismap</code></dfn>
   attribute, when used on an element that is a descendant of an
-  <code><a href="#the-a-element">a</a></code> element with an <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute, indicates by its
+  <code><a href="#the-a-element">a</a></code> element with an <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute, indicates by its
   presence that the element provides access to a server-side image
   map. This affects how events are handled on the corresponding
   <code><a href="#the-a-element">a</a></code> element.</p><p>The <code title="attr-img-ismap"><a href="#attr-img-ismap">ismap</a></code> attribute is a
   <a href="infrastructure.html#boolean-attribute">boolean attribute</a>. The attribute must not be specified
   on an element that does not have an ancestor <code><a href="#the-a-element">a</a></code> element
-  with an <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute.</p><p>The <code><a href="#the-img-element">img</a></code> element supports <a href="the-canvas-element.html#dimension-attributes">dimension
+  with an <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute.</p><p>The <code><a href="#the-img-element">img</a></code> element supports <a href="the-canvas-element.html#dimension-attributes">dimension
   attributes</a>.</p><div class="impl">
 
   <p>The IDL attributes <dfn id="dom-img-alt" title="dom-img-alt"><code>alt</code></dfn>, <dfn id="dom-img-src" title="dom-img-src"><code>src</code></dfn>, <dfn id="dom-img-usemap" title="dom-img-useMap"><code>useMap</code></dfn>, and <dfn id="dom-img-ismap" title="dom-img-isMap"><code>isMap</code></dfn> each must
@@ -2759,7 +2759,7 @@
 
   </div><h5 id="alt"><span class="secno">4.8.3.1 </span>Requirements for providing text to act as an alternative for images</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/31">ISSUE-31</a> (missing-alt) blocks progress to Last Call</span></p><p>The requirements for the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code>
   attribute depend on what the image is intended to represent, as
-  described in the following sections.</p><h6 id="a-link-or-button-containing-nothing-but-the-image"><span class="secno">4.8.3.1.1 </span>A link or button containing nothing but the image</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>When an <a href="#the-a-element">a</a> element that is a <a href="history.html#hyperlink">hyperlink</a>,
+  described in the following sections.</p><h6 id="a-link-or-button-containing-nothing-but-the-image"><span class="secno">4.8.3.1.1 </span>A link or button containing nothing but the image</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>When an <a href="#the-a-element">a</a> element that is a <a href="interactive-elements.html#hyperlink">hyperlink</a>,
   or a <code><a href="forms.html#the-button-element">button</a></code> element, has no textual content but
   contains one or more images, the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attributes must contain text that
   together convey the purpose of the link or button.</p><div class="example">
@@ -3740,7 +3740,7 @@
 
     <p>This flag also <a href="browsers.html#sandboxWindowOpen">prevents content
     from creating new auxiliary browsing contexts</a>, e.g. using the
-    <code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">target</a></code> attribute or the
+    <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code> attribute or the
     <code title="dom-open"><a href="browsers.html#dom-open">window.open()</a></code> method.</p>
 
    </dd>

Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-canvas-element.html,v
retrieving revision 1.617
retrieving revision 1.618
diff -u -d -r1.617 -r1.618
--- the-canvas-element.html	5 Feb 2010 23:16:25 -0000	1.617
+++ the-canvas-element.html	5 Feb 2010 23:26:32 -0000	1.618
@@ -291,7 +291,7 @@
    <a href="video.html">&#8592; 4.8.8 The video element</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="tabular-data.html">4.9 Tabular data &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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>
@@ -673,13 +673,13 @@
    <dd><code title="attr-area-alt"><a href="#attr-area-alt">alt</a></code></dd>
    <dd><code title="attr-area-coords"><a href="#attr-area-coords">coords</a></code></dd>
    <dd><code title="attr-area-shape"><a href="#attr-area-shape">shape</a></code></dd>
-   <dd><code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code></dd>
-   <dd><code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">target</a></code></dd>
-   <dd><code title="attr-hyperlink-ping"><a href="history.html#ping">ping</a></code></dd>
-   <dd><code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">rel</a></code></dd>
-   <dd><code title="attr-hyperlink-media"><a href="history.html#attr-hyperlink-media">media</a></code></dd>
-   <dd><code title="attr-hyperlink-hreflang"><a href="history.html#attr-hyperlink-hreflang">hreflang</a></code></dd>
-   <dd><code title="attr-hyperlink-type"><a href="history.html#attr-hyperlink-type">type</a></code></dd>
+   <dd><code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code></dd>
+   <dd><code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code></dd>
+   <dd><code title="attr-hyperlink-ping"><a href="interactive-elements.html#ping">ping</a></code></dd>
+   <dd><code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">rel</a></code></dd>
+   <dd><code title="attr-hyperlink-media"><a href="interactive-elements.html#attr-hyperlink-media">media</a></code></dd>
+   <dd><code title="attr-hyperlink-hreflang"><a href="interactive-elements.html#attr-hyperlink-hreflang">hreflang</a></code></dd>
+   <dd><code title="attr-hyperlink-type"><a href="interactive-elements.html#attr-hyperlink-type">type</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlareaelement">HTMLAreaElement</dfn> : <a href="dom.html#htmlelement">HTMLElement</a> {
@@ -707,8 +707,8 @@
    </dd>
   </dl><p>The <code><a href="#the-area-element">area</a></code> element <a href="the-xhtml-syntax.html#represents">represents</a> either a
   hyperlink with some text and a corresponding area on an <a href="#image-map">image
-  map</a>, or a dead area on an image map.</p><p>If the <code><a href="#the-area-element">area</a></code> element has an <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute, then the
-  <code><a href="#the-area-element">area</a></code> element represents a <a href="history.html#hyperlink">hyperlink</a>. In
+  map</a>, or a dead area on an image map.</p><p>If the <code><a href="#the-area-element">area</a></code> element has an <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute, then the
+  <code><a href="#the-area-element">area</a></code> element represents a <a href="interactive-elements.html#hyperlink">hyperlink</a>. In
   this case, the <dfn id="attr-area-alt" title="attr-area-alt"><code>alt</code></dfn>
   attribute must be present. It specifies the text of the
   hyperlink. Its value must be text that, when presented with the
@@ -720,7 +720,7 @@
   attribute may be left blank if there is another <code><a href="#the-area-element">area</a></code>
   element in the same <a href="#image-map">image map</a> that points to the same
   resource and has a non-blank <code title="attr-area-alt"><a href="#attr-area-alt">alt</a></code>
-  attribute.</p><p>If the <code><a href="#the-area-element">area</a></code> element has no <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute, then the area
+  attribute.</p><p>If the <code><a href="#the-area-element">area</a></code> element has no <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute, then the area
   represented by the element cannot be selected, and the <code title="attr-area-alt"><a href="#attr-area-alt">alt</a></code> attribute must be omitted.</p><p>In both cases, the <code title="attr-area-shape"><a href="#attr-area-shape">shape</a></code> and
   <code title="attr-area-coords"><a href="#attr-area-coords">coords</a></code> attributes specify the
   area.</p><p>The <dfn id="attr-area-shape" title="attr-area-shape"><code>shape</code></dfn>
@@ -783,18 +783,18 @@
   right side, and the distance from the top edge to the bottom side,
   all in CSS pixels.</p><div class="impl">
 
-  <p>When user agents allow users to <a href="history.html#following-hyperlinks" title="following
+  <p>When user agents allow users to <a href="interactive-elements.html#following-hyperlinks" title="following
   hyperlinks">follow hyperlinks</a> created using the
   <code><a href="#the-area-element">area</a></code> element, as described in the next section, the
-  <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code>,
-  <code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">target</a></code> and <code title="attr-hyperlink-ping"><a href="history.html#ping">ping</a></code> attributes decide how the
-  link is followed. The <code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">rel</a></code>,
-  <code title="attr-hyperlink-media"><a href="history.html#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="history.html#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="history.html#attr-hyperlink-type">type</a></code> attributes may be used to
+  <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code>,
+  <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code> and <code title="attr-hyperlink-ping"><a href="interactive-elements.html#ping">ping</a></code> attributes decide how the
+  link is followed. The <code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">rel</a></code>,
+  <code title="attr-hyperlink-media"><a href="interactive-elements.html#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="interactive-elements.html#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="interactive-elements.html#attr-hyperlink-type">type</a></code> attributes may be used to
   indicate to the user the likely nature of the target resource before
   the user follows the link.</p>
 
-  </div><p>The <code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">target</a></code>, <code title="attr-hyperlink-ping"><a href="history.html#ping">ping</a></code>, <code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="history.html#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="history.html#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="history.html#attr-hyperlink-type">type</a></code> attributes must be omitted
-  if the <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute is
+  </div><p>The <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code>, <code title="attr-hyperlink-ping"><a href="interactive-elements.html#ping">ping</a></code>, <code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="interactive-elements.html#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="interactive-elements.html#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="interactive-elements.html#attr-hyperlink-type">type</a></code> attributes must be omitted
+  if the <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute is
   not present.</p><div class="impl">
 
   <p>The <a href="embedded-content-0.html#activation-behavior">activation behavior</a> of <code><a href="#the-area-element">area</a></code>
@@ -802,14 +802,14 @@
 
   <ol><li><p>If the <code title="event-DOMActivate">DOMActivate</code>
    event in question is not <a href="infrastructure.html#concept-events-trusted" title="concept-events-trusted">trusted</a> (i.e. a <code title="dom-click"><a href="editing.html#dom-click">click()</a></code> method call was the reason for the
-   event being dispatched), and the <code><a href="#the-area-element">area</a></code> element's <code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">target</a></code> attribute is such that
+   event being dispatched), and the <code><a href="#the-area-element">area</a></code> element's <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code> attribute is such that
    applying <a href="browsers.html#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name">the rules for choosing a browsing context given a
-   browsing context name</a>, using the value of the <code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">target</a></code> attribute as the
+   browsing context name</a>, using the value of the <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code> attribute as the
    browsing context name, would result in there not being a chosen
    browsing context, then raise an <code><a href="infrastructure.html#invalid_access_err">INVALID_ACCESS_ERR</a></code>
    exception and abort these steps.</p></li>
 
-   <li>Otherwise, the user agent must <a href="history.html#following-hyperlinks" title="following
+   <li>Otherwise, the user agent must <a href="interactive-elements.html#following-hyperlinks" title="following
    hyperlinks">follow the hyperlink</a> defined by the
    <code><a href="#the-area-element">area</a></code> element, if any.</li>
 
@@ -822,15 +822,15 @@
   content attribute, <a href="infrastructure.html#limited-to-only-known-values">limited to only known values</a>.</p>
 
   <p>The IDL attribute <dfn id="dom-area-rellist" title="dom-area-rellist"><code>relList</code></dfn> must
-  <a href="infrastructure.html#reflect">reflect</a> the <code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">rel</a></code>
+  <a href="infrastructure.html#reflect">reflect</a> the <code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">rel</a></code>
   content attribute.</p>
 
   <p>The <code><a href="#the-area-element">area</a></code> element also supports the complement of
   <a href="infrastructure.html#url-decomposition-idl-attributes">URL decomposition IDL attributes</a>, <dfn id="dom-area-protocol" title="dom-area-protocol"><code>protocol</code></dfn>, <dfn id="dom-area-host" title="dom-area-host"><code>host</code></dfn>, <dfn id="dom-area-port" title="dom-area-port"><code>port</code></dfn>, <dfn id="dom-area-hostname" title="dom-area-hostname"><code>hostname</code></dfn>, <dfn id="dom-area-pathname" title="dom-area-pathname"><code>pathname</code></dfn>, <dfn id="dom-area-search" title="dom-area-search"><code>search</code></dfn>, and <dfn id="dom-area-hash" title="dom-area-hash"><code>hash</code></dfn>. These must follow the
-  rules given for URL decomposition IDL attributes, with the <a href="infrastructure.html#concept-uda-input" title="concept-uda-input">input</a> being the result of <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute relative to the
+  rules given for URL decomposition IDL attributes, with the <a href="infrastructure.html#concept-uda-input" title="concept-uda-input">input</a> being the result of <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute relative to the
   element, if there is such an attribute and resolving it is
   successful, or the empty string otherwise; and the <a href="infrastructure.html#concept-uda-setter" title="concept-uda-setter">common setter action</a> being the
-  same as setting the element's <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute to the new output
+  same as setting the element's <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute to the new output
   value.</p>
 
   </div><h4 id="image-maps"><span class="secno">4.8.15 </span>Image maps</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- TESTS
@@ -843,7 +843,7 @@
   <h5 id="authoring"><span class="secno">4.8.15.1 </span>Authoring</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   </div><p>An <dfn id="image-map">image map</dfn> allows geometric areas on an image to be
-  associated with <a href="history.html#hyperlink" title="hyperlink">hyperlinks</a>.</p><p>An image, in the form of an <code><a href="text-level-semantics.html#the-img-element">img</a></code> element or an
+  associated with <a href="interactive-elements.html#hyperlink" title="hyperlink">hyperlinks</a>.</p><p>An image, in the form of an <code><a href="text-level-semantics.html#the-img-element">img</a></code> element or an
   <code><a href="text-level-semantics.html#the-object-element">object</a></code> element representing an image, may be associated
   with an image map (in the form of a <code><a href="#the-map-element">map</a></code> element) by
   specifying a <dfn id="attr-hyperlink-usemap" title="attr-hyperlink-usemap"><code>usemap</code></dfn> attribute on
@@ -904,14 +904,14 @@
   content</a> is shown instead). The following steps therefore only
   apply to <code><a href="text-level-semantics.html#the-img-element">img</a></code> elements.</p>
 
-  <ol><li><p>Remove all the <code><a href="#the-area-element">area</a></code> elements in <var title="">areas</var> that have no <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute.</p></li>
+  <ol><li><p>Remove all the <code><a href="#the-area-element">area</a></code> elements in <var title="">areas</var> that have no <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute.</p></li>
 
    <li><p>Remove all the <code><a href="#the-area-element">area</a></code> elements in <var title="">areas</var> that have no <code title="attr-area-alt"><a href="#attr-area-alt">alt</a></code> attribute, or whose <code title="attr-area-alt"><a href="#attr-area-alt">alt</a></code> attribute's value is the empty
    string, <em>if</em> there is another <code><a href="#the-area-element">area</a></code> element in
-   <var title="">areas</var> with the same value in the <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute and with a
+   <var title="">areas</var> with the same value in the <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute and with a
    non-empty <code title="attr-area-alt"><a href="#attr-area-alt">alt</a></code> attribute.</p></li>
 
-   <li><p>Each remaining <code><a href="#the-area-element">area</a></code> element in <var title="">areas</var> represents a <a href="history.html#hyperlink">hyperlink</a>. Those
+   <li><p>Each remaining <code><a href="#the-area-element">area</a></code> element in <var title="">areas</var> represents a <a href="interactive-elements.html#hyperlink">hyperlink</a>. Those
    hyperlinks should all be made available to the user in a manner
    associated with the text of the <code><a href="text-level-semantics.html#the-img-element">img</a></code>.</p>
 
@@ -1056,7 +1056,7 @@
   covering the point that the pointing device indicated (if any), and
   then, must be dispatched again (with a new <code>Event</code>
   object) to the image element itself. User agents may also allow
-  individual <code><a href="#the-area-element">area</a></code> elements representing <a href="history.html#hyperlink" title="hyperlink">hyperlinks</a> to be selected and activated
+  individual <code><a href="#the-area-element">area</a></code> elements representing <a href="interactive-elements.html#hyperlink" title="hyperlink">hyperlinks</a> to be selected and activated
   (e.g. using a keyboard); events from this are not also propagated to
   the image.</p>
 

Index: toc-status.xml
===================================================================
RCS file: /sources/public/html5/spec/toc-status.xml,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- toc-status.xml	4 Feb 2010 01:46:34 -0000	1.56
+++ toc-status.xml	5 Feb 2010 23:26:32 -0000	1.57
@@ -751,28 +751,82 @@
 </li>
 </ol>
 </li>
-<li><a href="#common-idioms-without-dedicated-elements"><span class="secno">4.12</span>
+<li><a href="#links"><span class="secno">4.12</span> Links</a>
+<ol>
+<li><a href="#hyperlink-elements"><span class="secno">4.12.1</span>
+Hyperlink elements</a></li>
+<li><a href="#following-hyperlinks"><span class="secno">4.12.2</span> Following hyperlinks</a>
+<ol>
+<li><a href="#hyperlink-auditing"><span class="secno">4.12.2.1</span> Hyperlink auditing</a></li>
+</ol>
+</li>
+<li><a href="#linkTypes"><span class="secno">4.12.3</span> Link
+types</a>
+<ol>
+<li><a href="#link-type-alternate"><span class="secno">4.12.3.1</span> Link type "<code>alternate</code>"</a></li>
+<li><a href="#link-type-archives"><span class="secno">4.12.3.2</span> Link type "<code>archives</code>"</a></li>
+<li><a href="#link-type-author"><span class="secno">4.12.3.3</span>
+Link type "<code>author</code>"</a></li>
+<li><a href="#link-type-bookmark"><span class="secno">4.12.3.4</span> Link type "<code>bookmark</code>"</a></li>
+<li><a href="#link-type-external"><span class="secno">4.12.3.5</span> Link type "<code>external</code>"</a></li>
+<li><a href="#link-type-help"><span class="secno">4.12.3.6</span>
+Link type "<code>help</code>"</a></li>
+<li><a href="#rel-icon"><span class="secno">4.12.3.7</span> Link
+type "<code>icon</code>"</a></li>
+<li><a href="#link-type-license"><span class="secno">4.12.3.8</span> Link type "<code>license</code>"</a></li>
+<li><a href="#link-type-nofollow"><span class="secno">4.12.3.9</span> Link type "<code>nofollow</code>"</a></li>
+<li><a href="#link-type-noreferrer"><span class="secno">4.12.3.10</span> Link type
+"<code>noreferrer</code>"</a></li>
+<li><a href="#link-type-pingback"><span class="secno">4.12.3.11</span> Link type "<code>pingback</code>"</a></li>
+<li><a href="#link-type-prefetch"><span class="secno">4.12.3.12</span> Link type "<code>prefetch</code>"</a></li>
+<li><a href="#link-type-search"><span class="secno">4.12.3.13</span> Link type "<code>search</code>"</a></li>
+<li><a href="#link-type-stylesheet"><span class="secno">4.12.3.14</span> Link type
+"<code>stylesheet</code>"</a></li>
+<li><a href="#link-type-sidebar"><span class="secno">4.12.3.15</span> Link type "<code>sidebar</code>"</a></li>
+<li><a href="#link-type-tag"><span class="secno">4.12.3.16</span>
+Link type "<code>tag</code>"</a></li>
+<li><a href="#hierarchical-link-types"><span class="secno">4.12.3.17</span> Hierarchical link types</a>
+<ol>
+<li><a href="#link-type-index"><span class="secno">4.12.3.17.1</span> Link type "<code>index</code>"</a></li>
+<li><a href="#link-type-up"><span class="secno">4.12.3.17.2</span>
+Link type "<code>up</code>"</a></li>
+</ol>
+</li>
+<li><a href="#sequential-link-types"><span class="secno">4.12.3.18</span> Sequential link types</a>
+<ol>
+<li><a href="#link-type-first"><span class="secno">4.12.3.18.1</span> Link type "<code>first</code>"</a></li>
+<li><a href="#link-type-last"><span class="secno">4.12.3.18.2</span> Link type "<code>last</code>"</a></li>
+<li><a href="#link-type-next"><span class="secno">4.12.3.18.3</span> Link type "<code>next</code>"</a></li>
+<li><a href="#link-type-prev"><span class="secno">4.12.3.18.4</span> Link type "<code>prev</code>"</a></li>
+</ol>
+</li>
+<li><a href="#other-link-types"><span class="secno">4.12.3.19</span> Other link types</a></li>
+</ol>
+</li>
+</ol>
+</li>
+<li><a href="#common-idioms-without-dedicated-elements"><span class="secno">4.13</span>
 Common idioms without dedicated elements</a>
 <ol>
-<li><a href="#tag-clouds"><span class="secno">4.12.1</span> Tag
+<li><a href="#tag-clouds"><span class="secno">4.13.1</span> Tag
 clouds</a></li>
-<li><a href="#conversations"><span class="secno">4.12.2</span>
+<li><a href="#conversations"><span class="secno">4.13.2</span>
 Conversations</a></li>
-<li><a href="#footnotes"><span class="secno">4.12.3</span>
+<li><a href="#footnotes"><span class="secno">4.13.3</span>
 Footnotes</a></li>
 </ol>
 </li>
-<li><a href="#matching-html-elements-using-selectors"><span class="secno">4.13</span> Matching HTML elements using selectors</a>
+<li><a href="#matching-html-elements-using-selectors"><span class="secno">4.14</span> Matching HTML elements using selectors</a>
 <ol>
-<li><a href="#selectors"><span class="secno">4.13.1</span>
+<li><a href="#selectors"><span class="secno">4.14.1</span>
 Case-sensitivity</a></li>
-<li><a href="#pseudo-classes"><span class="secno">4.13.2</span>
+<li><a href="#pseudo-classes"><span class="secno">4.14.2</span>
 Pseudo-classes</a></li>
 </ol>
 </li>
-<li><a href="#converting-html-to-other-formats"><span class="secno">4.14</span> Converting HTML to other formats</a>
+<li><a href="#converting-html-to-other-formats"><span class="secno">4.15</span> Converting HTML to other formats</a>
 <ol>
-<li><a href="#atom"><span class="secno">4.14.1</span> Atom</a></li>
+<li><a href="#atom"><span class="secno">4.15.1</span> Atom</a></li>
 </ol>
 </li>
 </ol>
@@ -802,232 +856,178 @@
 <li><a href="#browsing-context-names"><span class="secno">5.1.6</span> Browsing context names</a></li>
 </ol>
 </li>
-<li><a href="#the-windowproxy-object"><span class="secno">5.2</span> The <code>WindowProxy</code> object</a></li>
-<li><a href="#the-window-object"><span class="secno">5.3</span> The
+<li><a href="#the-window-object"><span class="secno">5.2</span> The
 <code>Window</code> object</a>
 <ol>
-<li><a href="#security-2"><span class="secno">5.3.1</span>
+<li><a href="#security-2"><span class="secno">5.2.1</span>
 Security</a></li>
 <li><a href="#apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">
-5.3.2</span> APIs for creating and navigating browsing contexts by
+5.2.2</span> APIs for creating and navigating browsing contexts by
 name</a></li>
-<li><a href="#accessing-other-browsing-contexts"><span class="secno">5.3.3</span> Accessing other browsing contexts</a></li>
-<li><a href="#named-access-on-the-window-object"><span class="secno">5.3.4</span> Named access on the <code>Window</code>
+<li><a href="#accessing-other-browsing-contexts"><span class="secno">5.2.3</span> Accessing other browsing contexts</a></li>
+<li><a href="#named-access-on-the-window-object"><span class="secno">5.2.4</span> Named access on the <code>Window</code>
 object</a></li>
-<li><a href="#garbage-collection-and-browsing-contexts"><span class="secno">5.3.5</span>
+<li><a href="#garbage-collection-and-browsing-contexts"><span class="secno">5.2.5</span>
 Garbage collection and browsing contexts</a></li>
-<li><a href="#browser-interface-elements"><span class="secno">5.3.6</span> Browser interface elements</a></li>
+<li><a href="#browser-interface-elements"><span class="secno">5.2.6</span> Browser interface elements</a></li>
+<li><a href="#the-windowproxy-object"><span class="secno">5.2.7</span> The <code>WindowProxy</code> object</a></li>
 </ol>
 </li>
-<li><a href="#origin-0"><span class="secno">5.4</span> Origin</a>
+<li><a href="#origin-0"><span class="secno">5.3</span> Origin</a>
 <ol>
-<li><a href="#relaxing-the-same-origin-restriction"><span class="secno">5.4.1</span> Relaxing the same-origin restriction</a></li>
+<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.5</span>
+<li><a href="#scripting"><span class="secno">5.4</span>
 Scripting</a>
 <ol>
-<li><a href="#introduction-1"><span class="secno">5.5.1</span>
+<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.5.2</span> Enabling and disabling scripting</a></li>
-<li><a href="#processing-model-1"><span class="secno">5.5.3</span>
+<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>
 <ol>
-<li><a href="#definitions-0"><span class="secno">5.5.3.1</span>
+<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.5.3.2</span>
+<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.5.3.3</span>
+<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.5.3.4</span>
+<li><a href="#killing-scripts"><span class="secno">5.4.3.4</span>
 Killing scripts</a></li>
 </ol>
 </li>
-<li><a href="#event-loops"><span class="secno">5.5.4</span> Event
+<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.5.4.1</span>
+<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.5.4.2</span> Processing model</a></li>
-<li><a href="#generic-task-sources"><span class="secno">5.5.4.3</span> Generic task sources</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>
 </ol>
 </li>
-<li><a href="#javascript-protocol"><span class="secno">5.5.5</span>
+<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.5.6</span> Events</a>
+<li><a href="#events"><span class="secno">5.4.6</span> Events</a>
 <ol>
-<li><a href="#event-handler-attributes"><span class="secno">5.5.6.1</span> Event handlers</a></li>
+<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.5.6.2</span> Event handlers on elements, <code>Document</code>
+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.5.6.3</span>
+<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.5.6.4</span> Events and the <code>Window</code>
+<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.5.6.5</span> Runtime script errors</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.6</span>
+<li><a href="#timers"><span class="secno">5.5</span>
 Timers</a></li>
-<li><a href="#user-prompts"><span class="secno">5.7</span> User
+<li><a href="#user-prompts"><span class="secno">5.6</span> User
 prompts</a>
 <ol>
-<li><a href="#simple-dialogs"><span class="secno">5.7.1</span>
+<li><a href="#simple-dialogs"><span class="secno">5.6.1</span>
 Simple dialogs</a></li>
-<li><a href="#printing"><span class="secno">5.7.2</span>
+<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.7.3</span> Dialogs implemented using separate
+<li><a href="#dialogs-implemented-using-separate-documents"><span class="secno">5.6.3</span> Dialogs implemented using separate
 documents</a></li>
 </ol>
 </li>
-<li><a href="#system-state-and-capabilities"><span class="secno">5.8</span> System state and capabilities</a>
+<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.8.1</span> Client identification</a></li>
-<li><a href="#custom-handlers"><span class="secno">5.8.2</span>
+<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>
 <ol>
-<li><a href="#security-and-privacy"><span class="secno">5.8.2.1</span> Security and privacy</a></li>
-<li><a href="#sample-handler-impl"><span class="secno">5.8.2.2</span> Sample user interface</a></li>
+<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>
 </ol>
 </li>
-<li><a href="#manually-releasing-the-storage-mutex"><span class="secno">5.8.3</span> Manually releasing the storage mutex</a></li>
+<li><a href="#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"><span class="secno">5.9</span> Offline Web
+<li><a href="#offline"><span class="secno">5.8</span> Offline Web
 applications</a>
 <ol>
-<li><a href="#introduction-2"><span class="secno">5.9.1</span>
+<li><a href="#introduction-2"><span class="secno">5.8.1</span>
 Introduction</a>
 <ol>
-<li><a href="#appcacheevents"><span class="secno">5.9.1.1</span>
+<li><a href="#appcacheevents"><span class="secno">5.8.1.1</span>
 Event summary</a></li>
 </ol>
 </li>
-<li><a href="#appcache"><span class="secno">5.9.2</span>
+<li><a href="#appcache"><span class="secno">5.8.2</span>
 Application caches</a></li>
-<li><a href="#manifests"><span class="secno">5.9.3</span> The cache
+<li><a href="#manifests"><span class="secno">5.8.3</span> The cache
 manifest syntax</a>
 <ol>
-<li><a href="#a-sample-manifest"><span class="secno">5.9.3.1</span>
+<li><a href="#a-sample-manifest"><span class="secno">5.8.3.1</span>
 A sample manifest</a></li>
-<li><a href="#writing-cache-manifests"><span class="secno">5.9.3.2</span> Writing cache manifests</a></li>
-<li><a href="#parsing-cache-manifests"><span class="secno">5.9.3.3</span> Parsing cache manifests</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>
 </ol>
 </li>
-<li><a href="#downloading-or-updating-an-application-cache"><span class="secno">5.9.4</span> Downloading or updating an application
+<li><a href="#downloading-or-updating-an-application-cache"><span class="secno">5.8.4</span> Downloading or updating an application
 cache</a></li>
-<li><a href="#the-application-cache-selection-algorithm"><span class="secno">5.9.5</span> The application cache selection
+<li><a href="#the-application-cache-selection-algorithm"><span class="secno">5.8.5</span> The application cache selection
 algorithm</a></li>
-<li><a href="#changesToNetworkingModel"><span class="secno">5.9.6</span> Changes to the networking model</a></li>
-<li><a href="#expiring-application-caches"><span class="secno">5.9.7</span> Expiring application caches</a></li>
-<li><a href="#application-cache-api"><span class="secno">5.9.8</span> Application cache API</a></li>
-<li><a href="#browser-state"><span class="secno">5.9.9</span>
+<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>
 Browser state</a></li>
 </ol>
 </li>
-<li><a href="#history"><span class="secno">5.10</span> Session
+<li><a href="#history"><span class="secno">5.9</span> Session
 history and navigation</a>
 <ol>
-<li><a href="#the-session-history-of-browsing-contexts"><span class="secno">5.10.1</span>
+<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.10.2</span> The <code>History</code> interface</a></li>
-<li><a href="#the-location-interface"><span class="secno">5.10.3</span> The <code>Location</code> interface</a>
+<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>
 <ol>
-<li><a href="#security-3"><span class="secno">5.10.3.1</span>
+<li><a href="#security-3"><span class="secno">5.9.3.1</span>
 Security</a></li>
 </ol>
 </li>
-<li><a href="#history-notes"><span class="secno">5.10.4</span>
+<li><a href="#history-notes"><span class="secno">5.9.4</span>
 Implementation notes for session history</a></li>
 </ol>
 </li>
-<li><a href="#browsing-the-web"><span class="secno">5.11</span>
+<li><a href="#browsing-the-web"><span class="secno">5.10</span>
 Browsing the Web</a>
 <ol>
-<li><a href="#navigating-across-documents"><span class="secno">5.11.1</span> Navigating across documents</a></li>
-<li><a href="#read-html"><span class="secno">5.11.2</span> Page
+<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.11.3</span> Page load
+<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.11.4</span> Page
+<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.11.5</span> Page
+<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.11.6</span> Page
+<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.11.7</span>
+<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.11.8</span>
+<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.11.9</span>
+<li><a href="#history-traversal"><span class="secno">5.10.9</span>
 History traversal</a>
 <ol>
-<li><a href="#event-definitions"><span class="secno">5.11.9.1</span> Event definitions</a></li>
-</ol>
-</li>
-<li><a href="#unloading-documents"><span class="secno">5.11.10</span> Unloading documents</a>
-<ol>
-<li><a href="#event-definition"><span class="secno">5.11.10.1</span> Event definition</a></li>
-</ol>
-</li>
-<li><a href="#aborting-a-document-load"><span class="secno">5.11.11</span> Aborting a document load</a></li>
-</ol>
-</li>
-<li><a href="#links"><span class="secno">5.12</span> Links</a>
-<ol>
-<li><a href="#hyperlink-elements"><span class="secno">5.12.1</span>
-Hyperlink elements</a></li>
-<li><a href="#following-hyperlinks"><span class="secno">5.12.2</span> Following hyperlinks</a>
-<ol>
-<li><a href="#hyperlink-auditing"><span class="secno">5.12.2.1</span> Hyperlink auditing</a></li>
-</ol>
-</li>
-<li><a href="#linkTypes"><span class="secno">5.12.3</span> Link
-types</a>
-<ol>
-<li><a href="#link-type-alternate"><span class="secno">5.12.3.1</span> Link type "<code>alternate</code>"</a></li>
-<li><a href="#link-type-archives"><span class="secno">5.12.3.2</span> Link type "<code>archives</code>"</a></li>
-<li><a href="#link-type-author"><span class="secno">5.12.3.3</span>
-Link type "<code>author</code>"</a></li>
-<li><a href="#link-type-bookmark"><span class="secno">5.12.3.4</span> Link type "<code>bookmark</code>"</a></li>
-<li><a href="#link-type-external"><span class="secno">5.12.3.5</span> Link type "<code>external</code>"</a></li>
-<li><a href="#link-type-help"><span class="secno">5.12.3.6</span>
-Link type "<code>help</code>"</a></li>
-<li><a href="#rel-icon"><span class="secno">5.12.3.7</span> Link
-type "<code>icon</code>"</a></li>
-<li><a href="#link-type-license"><span class="secno">5.12.3.8</span> Link type "<code>license</code>"</a></li>
-<li><a href="#link-type-nofollow"><span class="secno">5.12.3.9</span> Link type "<code>nofollow</code>"</a></li>
-<li><a href="#link-type-noreferrer"><span class="secno">5.12.3.10</span> Link type
-"<code>noreferrer</code>"</a></li>
-<li><a href="#link-type-pingback"><span class="secno">5.12.3.11</span> Link type "<code>pingback</code>"</a></li>
-<li><a href="#link-type-prefetch"><span class="secno">5.12.3.12</span> Link type "<code>prefetch</code>"</a></li>
-<li><a href="#link-type-search"><span class="secno">5.12.3.13</span> Link type "<code>search</code>"</a></li>
-<li><a href="#link-type-stylesheet"><span class="secno">5.12.3.14</span> Link type
-"<code>stylesheet</code>"</a></li>
-<li><a href="#link-type-sidebar"><span class="secno">5.12.3.15</span> Link type "<code>sidebar</code>"</a></li>
-<li><a href="#link-type-tag"><span class="secno">5.12.3.16</span>
-Link type "<code>tag</code>"</a></li>
-<li><a href="#hierarchical-link-types"><span class="secno">5.12.3.17</span> Hierarchical link types</a>
-<ol>
-<li><a href="#link-type-index"><span class="secno">5.12.3.17.1</span> Link type "<code>index</code>"</a></li>
-<li><a href="#link-type-up"><span class="secno">5.12.3.17.2</span>
-Link type "<code>up</code>"</a></li>
+<li><a href="#event-definitions"><span class="secno">5.10.9.1</span> Event definitions</a></li>
 </ol>
 </li>
-<li><a href="#sequential-link-types"><span class="secno">5.12.3.18</span> Sequential link types</a>
+<li><a href="#unloading-documents"><span class="secno">5.10.10</span> Unloading documents</a>
 <ol>
-<li><a href="#link-type-first"><span class="secno">5.12.3.18.1</span> Link type "<code>first</code>"</a></li>
-<li><a href="#link-type-last"><span class="secno">5.12.3.18.2</span> Link type "<code>last</code>"</a></li>
-<li><a href="#link-type-next"><span class="secno">5.12.3.18.3</span> Link type "<code>next</code>"</a></li>
-<li><a href="#link-type-prev"><span class="secno">5.12.3.18.4</span> Link type "<code>prev</code>"</a></li>
-</ol>
-</li>
-<li><a href="#other-link-types"><span class="secno">5.12.3.19</span> Other link types</a></li>
+<li><a href="#event-definition"><span class="secno">5.10.10.1</span> Event definition</a></li>
 </ol>
 </li>
+<li><a href="#aborting-a-document-load"><span class="secno">5.10.11</span> Aborting a document load</a></li>
 </ol>
 </li>
 </ol>

Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec/tabular-data.html,v
retrieving revision 1.749
retrieving revision 1.750
diff -u -d -r1.749 -r1.750
--- tabular-data.html	5 Feb 2010 23:16:25 -0000	1.749
+++ tabular-data.html	5 Feb 2010 23:26:31 -0000	1.750
@@ -291,7 +291,7 @@
    <a href="the-canvas-element.html">&#8592; 4.8.12 The canvas element</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="forms.html">4.10 Forms &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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.745
retrieving revision 1.746
diff -u -d -r1.745 -r1.746
--- embedded-content-0.html	5 Feb 2010 23:16:23 -0000	1.745
+++ embedded-content-0.html	5 Feb 2010 23:26:30 -0000	1.746
@@ -291,7 +291,7 @@
    <a href="dom.html">&#8592; 3 Semantics, structure, and APIs of HTML documents</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="semantics.html">4 The elements of HTML &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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
@@ -622,13 +622,13 @@
   properties from all the rows must be combined.</span></p><table><thead><tr><th>Language feature
      </th><th>Strong native semantics <span class="impl">and implied ARIA semantics</span>
 
-   </th></tr></thead><tbody><tr><td><code><a href="text-level-semantics.html#the-a-element">a</a></code> element that represents a <a href="history.html#hyperlink">hyperlink</a>
+   </th></tr></thead><tbody><tr><td><code><a href="text-level-semantics.html#the-a-element">a</a></code> element that represents a <a href="interactive-elements.html#hyperlink">hyperlink</a>
      </td><td><code title="attr-aria-role-link">link</code> role
 
     </td></tr><tr><td><code><a href="semantics.html#the-address-element">address</a></code> element
      </td><td><code title="attr-aria-role-contentinfo">contentinfo</code> role
 
-    </td></tr><tr><td><code><a href="the-canvas-element.html#the-area-element">area</a></code> element that represents a <a href="history.html#hyperlink">hyperlink</a>
+    </td></tr><tr><td><code><a href="the-canvas-element.html#the-area-element">area</a></code> element that represents a <a href="interactive-elements.html#hyperlink">hyperlink</a>
      </td><td><code title="attr-aria-role-link">link</code> role
 
     </td></tr><tr><td><code><a href="forms.html#the-button-element">button</a></code> element
@@ -739,7 +739,7 @@
     </td></tr><tr><td><code><a href="forms.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="forms.html#attr-input-type">type</a></code> attribute in the <a href="forms.html#week-state" title="attr-input-type-week">Week</a> state
      </td><td>No role, with the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-input-readonly"><a href="forms.html#attr-input-readonly">readonly</a></code> attribute
 
-    </td></tr><tr><td><code><a href="semantics.html#the-link-element">link</a></code> element that represents a <a href="history.html#hyperlink">hyperlink</a>
+    </td></tr><tr><td><code><a href="semantics.html#the-link-element">link</a></code> element that represents a <a href="interactive-elements.html#hyperlink">hyperlink</a>
      </td><td><code title="attr-aria-role-link">link</code> role
 
     </td></tr><tr><td><code><a href="interactive-elements.html#menus">menu</a></code> element with a <code title="attr-menu-type"><a href="interactive-elements.html#attr-menu-type">type</a></code> attribute in the <a href="interactive-elements.html#context-menu-state" title="context menu state">context menu</a> state

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.755
retrieving revision 1.756
diff -u -d -r1.755 -r1.756
--- dom.html	5 Feb 2010 23:16:23 -0000	1.755
+++ dom.html	5 Feb 2010 23:26:29 -0000	1.756
@@ -291,7 +291,7 @@
    <a href="infrastructure.html">&#8592; 2 Common infrastructure</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="embedded-content-0.html">3.2.5.1.6 Embedded content &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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
@@ -451,7 +451,7 @@
     address</a> of the <code>Document</code> from which the user
     navigated to this one, unless it was blocked or there was no such
     document, in which case it returns the empty string.</p>
-    <p>The <code title="rel-noreferrer"><a href="history.html#link-type-noreferrer">noreferrer</a></code> link
+    <p>The <code title="rel-noreferrer"><a href="interactive-elements.html#link-type-noreferrer">noreferrer</a></code> link
     type can be used to block the referrer.</p>
    </dd>
 
@@ -468,7 +468,7 @@
   to the current document), with any <a href="infrastructure.html#url-fragment" title="url-fragment">&lt;fragment&gt;</a> component removed; or
   the empty string if there is no such originating page, or if the UA
   has been configured not to report referrers in this case, or if the
-  navigation was initiated for a <a href="history.html#hyperlink">hyperlink</a> with a <code title="rel-noreferrer"><a href="history.html#link-type-noreferrer">noreferrer</a></code> keyword.</p>
+  navigation was initiated for a <a href="interactive-elements.html#hyperlink">hyperlink</a> with a <code title="rel-noreferrer"><a href="interactive-elements.html#link-type-noreferrer">noreferrer</a></code> keyword.</p>
 
   <p class="note">In the case of HTTP, the <code title="dom-document-referrer"><a href="#dom-document-referrer">referrer</a></code> IDL attribute will
   match the <code title="http-referer">Referer</code> (sic) header
@@ -820,7 +820,7 @@
 
    <dt><var title="">document</var> . <code title="dom-document-links"><a href="#dom-document-links">links</a></code></dt>
    <dd>
-    <p>Returns an <code><a href="infrastructure.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="text-level-semantics.html#the-a-element">a</a></code> and <code><a href="the-canvas-element.html#the-area-element">area</a></code> elements in the <code>Document</code> that have <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attributes.</p>
+    <p>Returns an <code><a href="infrastructure.html#htmlcollection">HTMLCollection</a></code> of the <code><a href="text-level-semantics.html#the-a-element">a</a></code> and <code><a href="the-canvas-element.html#the-area-element">area</a></code> elements in the <code>Document</code> that have <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attributes.</p>
    </dd>
 
    <dt><var title="">document</var> . <code title="dom-document-forms"><a href="#dom-document-forms">forms</a></code></dt>
@@ -854,8 +854,8 @@
   <p>The <dfn id="dom-document-links" title="dom-document-links"><code>links</code></dfn>
   attribute must return an <code><a href="infrastructure.html#htmlcollection">HTMLCollection</a></code> rooted at the
   <code>Document</code> node, whose filter matches only <code><a href="text-level-semantics.html#the-a-element">a</a></code>
-  elements with <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code>
-  attributes and <code><a href="the-canvas-element.html#the-area-element">area</a></code> elements with <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attributes.</p>
+  elements with <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code>
+  attributes and <code><a href="the-canvas-element.html#the-area-element">area</a></code> elements with <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attributes.</p>
 
   <p>The <dfn id="dom-document-forms" title="dom-document-forms"><code>forms</code></dfn>
   attribute must return an <code><a href="infrastructure.html#htmlcollection">HTMLCollection</a></code> rooted at the

Index: references.html
===================================================================
RCS file: /sources/public/html5/spec/references.html,v
retrieving revision 1.753
retrieving revision 1.754
diff -u -d -r1.753 -r1.754
--- references.html	5 Feb 2010 23:16:24 -0000	1.753
+++ references.html	5 Feb 2010 23:26:31 -0000	1.754
@@ -291,7 +291,7 @@
    <a href="index.html">&#8592; Index</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="acknowledgements.html">Acknowledgements &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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.753
retrieving revision 1.754
diff -u -d -r1.753 -r1.754
--- acknowledgements.html	5 Feb 2010 23:16:23 -0000	1.753
+++ acknowledgements.html	5 Feb 2010 23:26:29 -0000	1.754
@@ -289,7 +289,7 @@
    </div><nav>
    <a href="references.html">&#8592; References</a> &#8211;
    <a href="spec.html#contents">Table of contents</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- iana.html	5 Feb 2010 23:16:24 -0000	1.84
+++ iana.html	5 Feb 2010 23:26:30 -0000	1.85
@@ -291,7 +291,7 @@
    <a href="obsolete.html">&#8592; 10 Obsolete features</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="index.html">Index &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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
@@ -606,7 +606,7 @@
    <dt>Security considerations:</dt>
    <dd>
     <p>If used exclusively in the fashion described in the context of
-    <a href="history.html#hyperlink-auditing">hyperlink auditing</a>, this type introduces no new
+    <a href="interactive-elements.html#hyperlink-auditing">hyperlink auditing</a>, this type introduces no new
     security concerns.</p>
    </dd>
    <dt>Interoperability considerations:</dt>
@@ -637,7 +637,7 @@
    <dd>Common</dd>
    <dt>Restrictions on usage:</dt>
    <dd>Only intended for use with HTTP POST requests generated as part
-   of a Web browser's processing of the <code title="attr-hyperlink-ping"><a href="history.html#ping">ping</a></code> attribute.</dd>
+   of a Web browser's processing of the <code title="attr-hyperlink-ping"><a href="interactive-elements.html#ping">ping</a></code> attribute.</dd>
    <dt>Author:</dt>
    <dd>Ian Hickson &lt;ian@hixie.ch&gt;</dd>
    <dt>Change controller:</dt>

Index: fragment-links.js
===================================================================
RCS file: /sources/public/html5/spec/fragment-links.js,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- fragment-links.js	5 Feb 2010 20:16:24 -0000	1.164
+++ fragment-links.js	5 Feb 2010 23:26:30 -0000	1.165
@@ -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','link-type-next':'history','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-lik-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':'history','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':'history','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':'ext-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':'infrastructur','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','lst-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-defaulcharset':'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','refsIAAPERMHEADERS':'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':'infrastruture','navigator':'browsers','dom-document-bgcolor':'obsolete','link-type-help':'history','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':'history','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':'tabulr-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':'history','event-drag':'editing','dom-tbody-choff':'obsolete','handler-onfocus':'browsers','read-image':'history','refsRFC1345':'references','inuse_attribute_err':'infrastructure','attr-object-declare':'obsolete','refsWIN31J':'references','handler-appcche-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':'infrastructure','concept-datetime-local':'infrasructure','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','dom-option-form':'forms','selector-invaid':'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-nameditem':'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':'synax','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':'forms','non-scripted':'infrastructure','cocept-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':'history','concept-appcache-manifest-explicit':'offline','link-type-prev':'history','dom-area-host':'the-canvas-element','attr-form-accept-charset':'forms','dynamic-changes-to-base-urls':'infrastructure','attrfs-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','htmliframeelement':'text-level-semantics','dom-a-charset':'obsolee','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-paret':'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-element-pointer':'syntax','category-submit':'forms','attr-embed-typ':'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':'interactive-elements','strike':'obsolete','handler-ondblclick':'brwsers','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-submit':'forms','reset-the-form-owner':'forms','remove-an-element-frm-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-marquee-direction':'obsolete','concept-bc-noscript':'browsers','framest':'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-onstalled':'browsers','attr-spellcheck':'editing','local-date-an-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-placeholder':'forms','concept-appcache-onlinewhitelist':'offline''dom-tdth-abbr':'obsolete','event-input-change':'forms','sequential-link-types':'history','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-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':'history','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':'vido','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':'history','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':'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':'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':'sntax','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':'history','auxiliary-browsing-context':'browsers','table-model':'tabular-data','xhtml':'the-xhtml-syntax','attrmarquee-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':'history','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':'editig','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':'th-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-radiogroup':'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':'offline','dom-table-border':'obsolete','the-document-s-current-address':'dom','dom-document-writeln':'embedded-content-0','handler-maquee-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-charref':'syntax','concept-media-load-algorithm':'video','attr-command-type':'interactive-elements','frame-border-color':'the-xhtml-yntax','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-link-sizes':'history','refsGRAPHICS':'references','the-document-s-address':'dom','introduction-5':'the-xhtml-syntax','dom-table-deeterow':'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':'ext-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':'history','refsWHATWGWIKI':'references','custom-validity-error-message':'forms','dom-length':'browsers','the-min-and-max-attributes':'forms','next-input-character':'syntax','the-pogress-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','replaced-elements':'the-xhtml-syntax','svg-namespace':'infrastructure','attr-map-name':'the-canvas-element','misnested-tags:-b-i-b-i':'syntax','concept-time':'infastructure','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':'history','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-semantics','dom-iframe-contentwindow':'text-level-semantics','annotations-for-assistive-technology-products-aria':'embedded-content-0','tabular-data':'tabular-data','real-nmbers':'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':'history','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-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','refsBOCU1':'references','the-window-object':'browsers','editing-apis':'editing','attributes':'syntax','refsISO885911':'references','dom-validitystate-rangeoverflow':'forms','dom-link-hreflang':'semantics','dom-select-value':'form','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':'history','current-target-element':'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':'obsolte','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','concept-appcache-manifest-fallback':'offline','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-nameditem-filter':'dom','attr-table-width':'obsolete','audience':'introduction','networking-task-source':'browsers','dom-a-pathname':'text-level-semantics','dom-history-pushstate':'history','color-stae':'forms','dom-applet-alt':'obsolete','the-dl-element':'semantics','attributes-common-to-td-and-th-elements':'tabular-data','rel-sidebar-hyperlink':'history','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','refsUTF8DET':'references','concept-appcache-manifest-network':'offline','domtokenlist-0':'infrastructure','dom-htmlcollection-nameditem':'infrastructure','ordered-set-of-unique-space-separated-tokens':'infrastructre','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':'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','refsWEBID':'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','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-ig-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':'history','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','presentational-hints':'the-xhtml-syntax','attr-a-coords':'obsolete','dom-meter-value':'forms','the-time-element':'text-level-semantics','script-data-double-escape-end-state':'syntax','dom-form-nameditem':'forms','script-data-escape-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':'history','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-the-undo-transaction-history':'editing','anonymous-command':'interactive-elements','bogus-doctype-state':'syntax','dom-window-nameditem-filter':'browsers','fallback-content':'embedded-content-0','dom-datatrasfer-effectallowed':'editing','selector-default':'interactive-elements','keywords-and-enumerated-attributes':'infrastructure','link-type-sidebar':'history','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','invalid_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':'ext-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':'history','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':'obsolee','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':'browsers','comment-state':'syntax','states-of-the-type-atribute':'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':'history','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':'the-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-seach':'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-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':'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-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-anchor':'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','do-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':'forms','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-tody-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','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-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-inut-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':'history','attr-input-step':'forms','dom-rea-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':'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-syntx','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':'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','ommand-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','handler-onscroll':'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':'obolete','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':'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':'history','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-dataless-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':'history','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','domsettabletokenlist':'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','vent-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','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':'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-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':'infrastruture','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','following-hyperlinks':'history','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':'hitory','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':'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-medi':'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-deletecapion':'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':'history','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-qurycommandvalue':'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-ecaped-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','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','do-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':'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':'sematics','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','rawtxt-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':'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-strong-elemen':'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':'history','refsRFC1922':'references','the-hr-element':'semantics','dom-input-align':'obsolete','dom-self':'browsers','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':'browsers','dom-textarea-type':'forms','frame':'obsolete','navigating-auxiliary-browsing-contexts-in-the-dom':'browser','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':'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':'browsers','dom-cva-setcustomvalidity':'forms','dom-img-align':'osolete','attr-img-longdesc':'obsolete','number-of-days-in-month-month-of-year-year':'infrastructure','hyperlink-elements':'history','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':'history','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':'fors','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':'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','electors':'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':'semantics','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-textare-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':'history','dom-iscontenteditable':'editing','ping-from':'iana','the-html-element':'dom','attr-col-valign':'obsolete','processing-model-0':'tabular-data','processing-model-1':'browsers','processing-model-2':'browsers','refsMATHML':'references','concept-fs-action':'forms','attr-progress-max':'forms','link-type-archives':'history','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':'orms','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':'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','suffring-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':'history','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-andnavigating-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':'infrastructure','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','htlallcollection-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-classlist':'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-contentdoument':'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','refsPSL':'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':'ediing','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','handler-ondrop':'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':'history','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','thedatalist-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','handleronsubmit':'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':'infrastructure','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-dpth':'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-disabled':'forms','link-type-up':'history','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':'history','named-access-on-the-window-object':'browsers','dom-output-defaultvalue':'forms','handler-window-ononline':'browsers','other-ragma-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':'infrastructure','attr-tdth-nowrap':'obsolete','global-attributes':'dom','dom-link-target':'obsolete','the-section-element':'semantics','link-type-stylesheet':'history','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':'emantics','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':'history','percentages-and-dimensions':'infrastructure','dom-col-choff':'obsolete','attr-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':'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-emantics','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':'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-ig-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-lang':'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','extractng-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-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':'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':'editng','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-maquee-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':'obsolete','rel-icon':'history','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-n-element-in-scope':'syntax','attr-canvas-height':'the-canvas-element','current-entry':'history','dom-htmlcollection-length':'infrastructure','link-type-tag':'history','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','parsing-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':'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 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.749
retrieving revision 1.750
diff -u -d -r1.749 -r1.750
--- forms.html	5 Feb 2010 23:16:24 -0000	1.749
+++ forms.html	5 Feb 2010 23:26:30 -0000	1.750
@@ -291,7 +291,7 @@
    <a href="tabular-data.html">&#8592; 4.9 Tabular data</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="interactive-elements.html">4.11 Interactive elements &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec/interactive-elements.html,v
retrieving revision 1.747
retrieving revision 1.748
diff -u -d -r1.747 -r1.748
--- interactive-elements.html	5 Feb 2010 23:16:24 -0000	1.747
+++ interactive-elements.html	5 Feb 2010 23:26:31 -0000	1.748
@@ -291,7 +291,7 @@
    <a href="forms.html">&#8592; 4.10 Forms</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="browsers.html">5 Web browsers &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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>
@@ -3667,7 +3667,7 @@
 
   <h5 id="using-the-a-element-to-define-a-command"><span class="secno">4.11.5.1 </span><dfn title="a-command">Using the <code>a</code> element to define a command</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
[...1117 lines suppressed...]
     value successfully <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolves</a>
     relative to the <code><a href="semantics.html#the-link-element">link</a></code> element, then append an <code title="">icon</code> element in the <a href="#atom-namespace">Atom namespace</a> to
@@ -4890,14 +5890,14 @@
       apply:</p>
 
       <dl><dt>If the <var title="">article</var> node has a descendant
-       <code><a href="text-level-semantics.html#the-a-element">a</a></code> or <code><a href="the-canvas-element.html#the-area-element">area</a></code> element with an <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute that
+       <code><a href="text-level-semantics.html#the-a-element">a</a></code> or <code><a href="the-canvas-element.html#the-area-element">area</a></code> element with an <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code> attribute that
        successfully <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolves</a>
        relative to that descendant and a <code title="attr-a-rel">rel</code> attribute whose value includes
-       the <code title="rel-bookmark"><a href="history.html#link-type-bookmark">bookmark</a></code> keyword</dt>
+       the <code title="rel-bookmark"><a href="#link-type-bookmark">bookmark</a></code> keyword</dt>
 
        <dd>Let <var title="">id</var> be the <a href="infrastructure.html#absolute-url">absolute URL</a>
        resulting from <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolving</a> the
-       value of the <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code>
+       value of the <code title="attr-hyperlink-href"><a href="#attr-hyperlink-href">href</a></code>
        attribute of the first such <code><a href="text-level-semantics.html#the-a-element">a</a></code> or <code><a href="the-canvas-element.html#the-area-element">area</a></code>
        element, relative to the element. Let <var title="">has-alternate</var> be true.</dd>
 

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.753
retrieving revision 1.754
diff -u -d -r1.753 -r1.754
--- editing.html	5 Feb 2010 23:16:23 -0000	1.753
+++ editing.html	5 Feb 2010 23:26:30 -0000	1.754
@@ -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="history.html" title="5.10 Session history and navigation" rel="prev">
+  <link href="history.html" title="5.9 Session history and navigation" rel="prev">
   <link href="spec.html#contents" title="Table of contents" rel="index">
   <link href="syntax.html" title="7 The HTML syntax" 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="history.html">&#8592; 5.10 Session history and navigation</a> &#8211;
+   <a href="history.html">&#8592; 5.9 Session history and navigation</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="syntax.html">7 The HTML syntax &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</p>
 
 
   <h2 id="editing"><span class="secno">6 </span><dfn>User Interaction</dfn></h2><p>This section describes various features that allow authors to
@@ -559,7 +559,7 @@
   <a href="#focusable">focusable</a>, unless platform conventions dictate
   otherwise:</p>
 
-  <ul><li><code><a href="text-level-semantics.html#the-a-element">a</a></code> elements that have an <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute</li>
+  <ul><li><code><a href="text-level-semantics.html#the-a-element">a</a></code> elements that have an <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute</li>
 
    <li><code><a href="semantics.html#the-link-element">link</a></code> elements that have an <code title="attr-link-href"><a href="semantics.html#attr-link-href">href</a></code> attribute</li>
 
@@ -2366,7 +2366,7 @@
   must not continue with this algorithm.</p>
 
   <p class="note"><code><a href="text-level-semantics.html#the-img-element">img</a></code> elements and <code><a href="text-level-semantics.html#the-a-element">a</a></code>
-  elements with an <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code>
+  elements with an <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code>
   attribute have their <code title="dom-draggable"><a href="#dom-draggable">draggable</a></code>
   attribute set to true by default.</p>
 
@@ -2469,9 +2469,9 @@
 
       <p>For each <var title="">node</var> in <var title="">nodes</var>:</p>
 
-      <dl><dt>If the node is an <code><a href="text-level-semantics.html#the-a-element">a</a></code> element with an <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code></dt>
+      <dl><dt>If the node is an <code><a href="text-level-semantics.html#the-a-element">a</a></code> element with an <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code></dt>
 
-       <dd>Add to <var title="">urls</var> the result of <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> content attribute relative to
+       <dd>Add to <var title="">urls</var> the result of <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolving</a> the element's <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> content attribute relative to
        the element.</dd>
 
        <dt>If the node is an <code><a href="text-level-semantics.html#the-img-element">img</a></code> element with an <code title="attr-img-src"><a href="text-level-semantics.html#attr-img-src">src</a></code></dt>
@@ -2934,7 +2934,7 @@
 
   <p>Otherwise, the element's <code title="attr-draggable"><a href="#the-draggable-attribute">draggable</a></code> content attribute has the
   state <i>auto</i>. If the element is an <code><a href="text-level-semantics.html#the-img-element">img</a></code> element,
-  or, if the element is an <code><a href="text-level-semantics.html#the-a-element">a</a></code> element with an <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> content attribute, the <code title="dom-draggable"><a href="#dom-draggable">draggable</a></code> IDL attribute must return
+  or, if the element is an <code><a href="text-level-semantics.html#the-a-element">a</a></code> element with an <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> content attribute, the <code title="dom-draggable"><a href="#dom-draggable">draggable</a></code> IDL attribute must return
   true.</p>
 
   <p>Otherwise, the <code title="dom-draggable"><a href="#dom-draggable">draggable</a></code> DOM
@@ -3764,12 +3764,12 @@
    <dt><dfn id="command-unlink" title="command-unlink"><code>unlink</code></dfn></dt>
    <dd><strong>Summary</strong>: Removes all links from the selection.</dd>
    <dd class="impl"><strong>Action</strong>: The user agent must remove all
-   <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements that have <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attributes and that are partially
+   <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements that have <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attributes and that are partially
    or completely included in the current selection.</dd>
    <dd><strong>Enabled When</strong>: The document has a selection
    that is entirely within an <a href="#editing-host">editing host</a> and that
    contains (either partially or completely) at least one
-   <code><a href="text-level-semantics.html#the-a-element">a</a></code> element that has an <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute.</dd>
+   <code><a href="text-level-semantics.html#the-a-element">a</a></code> element that has an <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute.</dd>
    <dd><strong>Indeterminate When</strong>: Never.</dd>
    <dd><strong>State</strong>: Always false.</dd>
    <dd><strong>Value</strong>: Always the string "<code title="">false</code>".</dd>

Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.624
retrieving revision 1.625
diff -u -d -r1.624 -r1.625
--- video.html	5 Feb 2010 23:16:25 -0000	1.624
+++ video.html	5 Feb 2010 23:26:32 -0000	1.625
@@ -291,7 +291,7 @@
    <a href="text-level-semantics.html">&#8592; 4.6 Text-level semantics</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="the-canvas-element.html">4.8.12 The canvas element &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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>

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.753
retrieving revision 1.754
diff -u -d -r1.753 -r1.754
--- browsers.html	5 Feb 2010 23:16:23 -0000	1.753
+++ browsers.html	5 Feb 2010 23:26:29 -0000	1.754
@@ -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.9 Offline Web applications" rel="next">
+  <link href="offline.html" title="5.8 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>
@@ -290,8 +290,8 @@
    </div><nav>
    <a href="interactive-elements.html">&#8592; 4.11 Interactive elements</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
-   <a href="offline.html">5.9 Offline Web applications &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+   <a href="offline.html">5.8 Offline Web applications &#8594;</a>
+  </nav><p>This is revision 1.3721.</p>
 
 
   <h2 id="browsers"><span class="secno">5 </span>Web browsers</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl">
@@ -676,8 +676,8 @@
 
      <dt id="noopener">If the user agent has been configured such that
      in this instance it will create a new browsing context, and the
-     browsing context is being requested as part of <a href="history.html#following-hyperlinks" title="following hyperlinks">following a hyperlink</a> whose
-     <a href="history.html#linkTypes">link types</a> include the <code title="rel-noreferrer"><a href="history.html#link-type-noreferrer">noreferrer</a></code> keyword</dt>
+     browsing context is being requested as part of <a href="interactive-elements.html#following-hyperlinks" title="following hyperlinks">following a hyperlink</a> whose
+     <a href="interactive-elements.html#linkTypes">link types</a> include the <code title="rel-noreferrer"><a href="interactive-elements.html#link-type-noreferrer">noreferrer</a></code> keyword</dt>
 
      <dd><p>A new <a href="#top-level-browsing-context">top-level browsing context</a> must be
      created. If the given browsing context name is not <code title="">_blank</code>, then the new top-level browsing context's
@@ -690,7 +690,7 @@
 
 
      <dt>If the user agent has been configured such that in this
-     instance it will create a new browsing context, and the <code title="rel-noreferrer"><a href="history.html#link-type-noreferrer">noreferrer</a></code> keyword doesn't
+     instance it will create a new browsing context, and the <code title="rel-noreferrer"><a href="interactive-elements.html#link-type-noreferrer">noreferrer</a></code> keyword doesn't
      apply</dt>
 
      <dd><p>A new <a href="#auxiliary-browsing-context">auxiliary browsing context</a> must be
@@ -723,41 +723,7 @@
 
    </li>
 
-  </ol></div><div class="impl">
-
-  <h3 id="the-windowproxy-object"><span class="secno">5.2 </span>The <code><a href="#windowproxy">WindowProxy</a></code> object</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
-
-
-  <p>As mentioned earlier, each <a href="#browsing-context">browsing context</a> has a
-  <dfn id="windowproxy"><code>WindowProxy</code></dfn> object. This object is unusual
-  in that all operations that would be performed on it must be
-  performed on the <code><a href="#window">Window</a></code> object of the <a href="#browsing-context">browsing
-  context</a>'s <a href="#active-document">active document</a> instead. It is thus
-  indistinguishable from that <code><a href="#window">Window</a></code> object in every way
-  until the <a href="#browsing-context">browsing context</a> is navigated.</p>
-
-  <p>There is no <code><a href="#windowproxy">WindowProxy</a></code> interface object.</p>
-
-  <p class="note">The <code><a href="#windowproxy">WindowProxy</a></code> object allows scripts
-  to act as if each <a href="#browsing-context">browsing context</a> had a single
-  <code><a href="#window">Window</a></code> object, while still keeping separate
-  <code><a href="#window">Window</a></code> objects for each <code>Document</code>.</p>
-
-  <div class="example">
-
-   <p>In the following example, the variable <var title="">x</var> is
-   set to the <code><a href="#windowproxy">WindowProxy</a></code> object returned by the <code title="dom-window"><a href="#dom-window">window</a></code> accessor on the global object. All
-   of the expressions following the assignment return true, because in
-   every respect, the <code><a href="#windowproxy">WindowProxy</a></code> object acts like the
-   underlying <code><a href="#window">Window</a></code> object.</p>
-
-   <pre>var x = window;
-x instanceof Window; // true
-x === this; // true</pre>
-
-  </div>
-
-  </div><h3 id="the-window-object"><span class="secno">5.3 </span>The <code><a href="#window">Window</a></code> object</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">[OverrideBuiltins, ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 -->
+  </ol></div><h3 id="the-window-object"><span class="secno">5.2 </span>The <code><a href="#window">Window</a></code> object</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><pre class="idl">[OverrideBuiltins, ReplaceableNamedProperties] <!-- XXX http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 -->
 interface <dfn id="window">Window</dfn> {
   // the current browsing context
   readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-window" title="dom-window">window</a>;
@@ -894,7 +860,7 @@
 
   </div><div class="impl">
 
-  <h4 id="security-2"><span class="secno">5.3.1 </span>Security</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h4 id="security-2"><span class="secno">5.2.1 </span>Security</h4><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="#window">Window</a></code> object are
@@ -941,7 +907,7 @@
 
   </div>
 
-  </div><h4 id="apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">5.3.2 </span>APIs for creating and navigating browsing contexts by name</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> = <var title="">window</var> . <code title="dom-open"><a href="#dom-open">open</a></code>( [ <var title="">url</var> [, <var title="">target</var> [, <var title="">features</var> [, <var title="">replace</var> ] ] ] ] )</dt>
+  </div><h4 id="apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">5.2.2 </span>APIs for creating and navigating browsing contexts by name</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var> = <var title="">window</var> . <code title="dom-open"><a href="#dom-open">open</a></code>( [ <var title="">url</var> [, <var title="">target</var> [, <var title="">features</var> [, <var title="">replace</var> ] ] ] ] )</dt>
 
    <dd>
 
@@ -1060,7 +1026,7 @@
   context</a> <var title="">A</var> (and may <a href="#a-browsing-context-is-discarded" title="a
   browsing context is discarded">discard</a> it too).</p>
 
-  </div><h4 id="accessing-other-browsing-contexts"><span class="secno">5.3.3 </span>Accessing other browsing contexts</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-length"><a href="#dom-length">length</a></code></dt>
+  </div><h4 id="accessing-other-browsing-contexts"><span class="secno">5.2.3 </span>Accessing other browsing contexts</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-length"><a href="#dom-length">length</a></code></dt>
 
    <dd>
 
@@ -1109,7 +1075,7 @@
   <p>These properties are the <dfn id="dynamic-nested-browsing-context-properties">dynamic nested browsing context
   properties</dfn>.</p>
 
-  </div><h4 id="named-access-on-the-window-object"><span class="secno">5.3.4 </span>Named access on the <code><a href="#window">Window</a></code> object</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var>[<var title="">name</var>]</dt>
+  </div><h4 id="named-access-on-the-window-object"><span class="secno">5.2.4 </span>Named access on the <code><a href="#window">Window</a></code> object</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">window</var>[<var title="">name</var>]</dt>
 
    <dd>
 
@@ -1188,7 +1154,7 @@
 
   </ul></div><div class="impl">
 
-  <h4 id="garbage-collection-and-browsing-contexts"><span class="secno">5.3.5 </span>Garbage collection and browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h4 id="garbage-collection-and-browsing-contexts"><span class="secno">5.2.5 </span>Garbage collection and browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p>A <a href="#browsing-context">browsing context</a> has a strong reference to each of
   its <code>Document</code>s and its <code><a href="#windowproxy">WindowProxy</a></code> object,
@@ -1235,7 +1201,7 @@
   once their <code><a href="#windowproxy">WindowProxy</a></code> object is eligible for garbage
   collection.</p>
 
-  </div><h4 id="browser-interface-elements"><span class="secno">5.3.6 </span>Browser interface elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>To allow Web pages to integrate with Web browsers, certain Web
+  </div><h4 id="browser-interface-elements"><span class="secno">5.2.6 </span>Browser interface elements</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>To allow Web pages to integrate with Web browsers, certain Web
   browser interface elements are exposed in a limited way to scripts
   in Web pages.</p><p>Each interface element is represented by a <code><a href="#barprop">BarProp</a></code>
   object:</p><pre class="idl">interface <dfn id="barprop">BarProp</dfn> {
@@ -1359,7 +1325,41 @@
 
   </div><div class="impl">
 
-  <h3 id="origin-0"><span class="secno">5.4 </span>Origin</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h4 id="the-windowproxy-object"><span class="secno">5.2.7 </span>The <code><a href="#windowproxy">WindowProxy</a></code> object</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+
+
+  <p>As mentioned earlier, each <a href="#browsing-context">browsing context</a> has a
+  <dfn id="windowproxy"><code>WindowProxy</code></dfn> object. This object is unusual
+  in that all operations that would be performed on it must be
+  performed on the <code><a href="#window">Window</a></code> object of the <a href="#browsing-context">browsing
+  context</a>'s <a href="#active-document">active document</a> instead. It is thus
+  indistinguishable from that <code><a href="#window">Window</a></code> object in every way
+  until the <a href="#browsing-context">browsing context</a> is navigated.</p>
+
+  <p>There is no <code><a href="#windowproxy">WindowProxy</a></code> interface object.</p>
+
+  <p class="note">The <code><a href="#windowproxy">WindowProxy</a></code> object allows scripts
+  to act as if each <a href="#browsing-context">browsing context</a> had a single
+  <code><a href="#window">Window</a></code> object, while still keeping separate
+  <code><a href="#window">Window</a></code> objects for each <code>Document</code>.</p>
+
+  <div class="example">
+
+   <p>In the following example, the variable <var title="">x</var> is
+   set to the <code><a href="#windowproxy">WindowProxy</a></code> object returned by the <code title="dom-window"><a href="#dom-window">window</a></code> accessor on the global object. All
+   of the expressions following the assignment return true, because in
+   every respect, the <code><a href="#windowproxy">WindowProxy</a></code> object acts like the
+   underlying <code><a href="#window">Window</a></code> object.</p>
+
+   <pre>var x = window;
+x instanceof Window; // true
+x === this; // true</pre>
+
+  </div>
+
+  </div><div class="impl">
+
+  <h3 id="origin-0"><span class="secno">5.3 </span>Origin</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
   <!-- Hallowed are the Ori -->
 
   <p>The <dfn id="origin">origin</dfn> of a resource and the <dfn id="effective-script-origin">effective script
@@ -1711,7 +1711,7 @@
 
    <li><p>Return true.</p></li>
 
-  </ol></div><h4 id="relaxing-the-same-origin-restriction"><span class="secno">5.4.1 </span>Relaxing the same-origin restriction</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-domain"><a href="#dom-document-domain">domain</a></code> [ = <var title="">domain</var> ]</dt>
+  </ol></div><h4 id="relaxing-the-same-origin-restriction"><span class="secno">5.3.1 </span>Relaxing the same-origin restriction</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-domain"><a href="#dom-document-domain">domain</a></code> [ = <var title="">domain</var> ]</dt>
 
    <dd>
 
@@ -1840,7 +1840,7 @@
   same-origin protection that normally protects two different sites on
   the same host will fail, as the ports are ignored when comparing
   origins after the <code title="dom-document-domain"><a href="#dom-document-domain">document.domain</a></code> attribute has
-  been used.</p><h3 id="scripting"><span class="secno">5.5 </span>Scripting</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="introduction-1"><span class="secno">5.5.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Various mechanisms can cause author-provided executable code to
+  been used.</p><h3 id="scripting"><span class="secno">5.4 </span>Scripting</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="introduction-1"><span class="secno">5.4.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>Various mechanisms can cause author-provided executable code to
   run in the context of a document. These mechanisms include, but are
   probably not limited to:</p><ul><li>Processing of <code><a href="semantics.html#script">script</a></code> elements.</li>
 
@@ -1858,7 +1858,7 @@
 
   </ul><div class="impl">
 
-  <h4 id="enabling-and-disabling-scripting"><span class="secno">5.5.2 </span>Enabling and disabling scripting</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h4 id="enabling-and-disabling-scripting"><span class="secno">5.4.2 </span>Enabling and disabling scripting</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p><dfn id="concept-bc-script" title="concept-bc-script">Scripting is enabled</dfn> in a
   <em><a href="#browsing-context">browsing context</a></em> when all of the
@@ -1893,9 +1893,9 @@
   </div><div class="impl">
 
   <!-- SCRIPT EXEC (marks areas related to creation of scripts) -->
-  <h4 id="processing-model-1"><span class="secno">5.5.3 </span>Processing model</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h4 id="processing-model-1"><span class="secno">5.4.3 </span>Processing model</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
-  <h5 id="definitions-0"><span class="secno">5.5.3.1 </span>Definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h5 id="definitions-0"><span class="secno">5.4.3.1 </span>Definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p>A <dfn id="concept-script" title="concept-script">script</dfn> has:</p>
 
@@ -2008,7 +2008,7 @@
 
   </dl></div><div class="impl">
 
-  <h5 id="calling-scripts"><span class="secno">5.5.3.2 </span>Calling scripts</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h5 id="calling-scripts"><span class="secno">5.4.3.2 </span>Calling scripts</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p>When a user agent is to <dfn id="jump-to-a-code-entry-point">jump to a code entry-point</dfn> for
   a <a href="#concept-script" title="concept-script">script</a>, for example to invoke
@@ -2033,7 +2033,7 @@
 
   </div><div class="impl">
 
-  <h5 id="creating-scripts"><span class="secno">5.5.3.3 </span>Creating scripts</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h5 id="creating-scripts"><span class="secno">5.4.3.3 </span>Creating scripts</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p>When the specification says that a <a href="#concept-script" title="concept-script">script</a> is to be <dfn id="create-a-script" title="create a
   script">created</dfn>, given some script source, its scripting
@@ -2102,7 +2102,7 @@
 
   </ol></div><div class="impl">
 
-  <h5 id="killing-scripts"><span class="secno">5.5.3.4 </span>Killing scripts</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h5 id="killing-scripts"><span class="secno">5.4.3.4 </span>Killing scripts</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p>User agents may impose resource limitations on scripts, for
   example CPU quotas, memory limits, total execution time limits, or
@@ -2133,9 +2133,9 @@
 
   </div><div class="impl">
 
-  <h4 id="event-loops"><span class="secno">5.5.4 </span>Event loops</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h4 id="event-loops"><span class="secno">5.4.4 </span>Event loops</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
-  <h5 id="definitions-1"><span class="secno">5.5.4.1 </span>Definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h5 id="definitions-1"><span class="secno">5.4.4.1 </span>Definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p>To coordinate events, user interaction, scripts, rendering,
   networking, and so forth, user agents must use <dfn id="event-loop" title="event
@@ -2241,7 +2241,7 @@
   release the <a href="#storage-mutex">storage mutex</a>.</p>
 
 
-  <h5 id="processing-model-2"><span class="secno">5.5.4.2 </span>Processing model</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h5 id="processing-model-2"><span class="secno">5.4.4.2 </span>Processing model</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p>An <a href="#event-loop">event loop</a> must continually run through the
   following steps for as long as it exists:</p>
@@ -2322,7 +2322,7 @@
 
   </ol></div><div class="impl">
 
-  <h5 id="generic-task-sources"><span class="secno">5.5.4.3 </span>Generic task sources</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h5 id="generic-task-sources"><span class="secno">5.4.4.3 </span>Generic task sources</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p>The following <a href="#task-source" title="task source">task sources</a> are
   used by a number of mostly unrelated features in this and other
@@ -2383,7 +2383,7 @@
   </dl></div><div class="impl">
 
   <!-- SCRIPT EXEC -->
-  <h4 id="javascript-protocol"><span class="secno">5.5.5 </span><dfn title="javascript protocol">The <code title="">javascript:</code> protocol</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h4 id="javascript-protocol"><span class="secno">5.4.5 </span><dfn title="javascript protocol">The <code title="">javascript:</code> protocol</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p>When a <a href="infrastructure.html#url">URL</a> using the <code title="">javascript:</code> protocol is <dfn id="concept-js-deref" title="concept-js-deref">dereferenced</dfn>, the user agent must run
   the following steps:</p>
@@ -2486,8 +2486,8 @@
    empty object as soon as the attribute is set; it would then be
    sniffed to determine the image type and decoded as an image.</p>
 
-   <p>A <code title="">javascript:</code> URL in an <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute of an <code><a href="text-level-semantics.html#the-a-element">a</a></code>
-   element would only be evaluated when the link was <a href="history.html#following-hyperlinks" title="following hyperlinks">followed</a>.</p>
+   <p>A <code title="">javascript:</code> URL in an <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute of an <code><a href="text-level-semantics.html#the-a-element">a</a></code>
+   element would only be evaluated when the link was <a href="interactive-elements.html#following-hyperlinks" title="following hyperlinks">followed</a>.</p>
 
    <p>The <code title="attr-iframe-src"><a href="text-level-semantics.html#attr-iframe-src">src</a></code> attribute of an
    <code><a href="text-level-semantics.html#the-iframe-element">iframe</a></code> element would be evaluated in the context of
@@ -2498,9 +2498,9 @@
 
   </div>
 
-  </div><h4 id="events"><span class="secno">5.5.6 </span>Events</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl">
+  </div><h4 id="events"><span class="secno">5.4.6 </span>Events</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl">
 
-  <h5 id="event-handler-attributes"><span class="secno">5.5.6.1 </span>Event handlers</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h5 id="event-handler-attributes"><span class="secno">5.4.6.1 </span>Event handlers</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   </div><!--test: <a href="http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A...%3Cscript%3E%0Aw(a%3Ddocument.implementation.createDocument(null%2C%20null%2C%20null))%3B%0Aw(a.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'html')))%3B%0Aw(b%3Da.firstChild.appendChild(a.createElementNS('http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml'%2C%20'body')))%3B%0Aw(b.test%20%3D%20w)%3B%0Aw(b.setAttribute('onclick'%2C%20'test(%22fire%3A%20%22%20%2B%20event)'))%3B%0Aw(b.onclick)%3B%0Aw(e%3Da.createEvent('Event'))%3B%0Aw(e.initEvent('click'%2C%20false%2C%20false))%3B%0Aw(b.dispatchEvent(e))%3B%0A%3C%2Fscript%3E">test</a>--><p>Many objects can have <dfn id="event-handlers">event handlers</dfn> specified. These
   act as bubbling event listeners for the object on which they are
@@ -2705,7 +2705,7 @@
   value has to be true to cancel the event). With <code title="event-beforeunload">beforeunload</code> events, the value is
   instead used to determine the message to show the user.</p><div class="impl">
 
-  <h5 id="event-handlers-on-elements-document-objects-and-window-objects"><span class="secno">5.5.6.2 </span>Event handlers on elements, <code>Document</code> objects, and <code><a href="#window">Window</a></code> objects</h5>
+  <h5 id="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><a href="#window">Window</a></code> objects</h5>
 
   <p>The following are the <a href="#event-handlers">event handlers</a> (and their
   corresponding <a href="#event-handler-event-type" title="event handler event type">event handler
@@ -2816,7 +2816,7 @@
 
   </div><div class="impl">
 
-  <h5 id="event-firing"><span class="secno">5.5.6.3 </span>Event firing</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h5 id="event-firing"><span class="secno">5.4.6.3 </span>Event firing</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p>Certain operations and methods are defined as firing events on
   elements. For example, the <code title="dom-click"><a href="editing.html#dom-click">click()</a></code>
@@ -2877,7 +2877,7 @@
 
   </div><div class="impl">
 
-  <h5 id="events-and-the-window-object"><span class="secno">5.5.6.4 </span>Events and the <code><a href="#window">Window</a></code> object</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h5 id="events-and-the-window-object"><span class="secno">5.4.6.4 </span>Events and the <code><a href="#window">Window</a></code> object</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p>When an event is dispatched at a DOM node in a
   <code>Document</code> in a <a href="#browsing-context">browsing context</a>, if the
@@ -2897,7 +2897,7 @@
 
   </ol></div><div class="impl">
 
-  <h5 id="runtime-script-errors"><span class="secno">5.5.6.5 </span>Runtime script errors</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h5 id="runtime-script-errors"><span class="secno">5.4.6.5 </span>Runtime script errors</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p><i>This section only applies to user agents that support
   scripting in general and JavaScript in particular.</i></p>
@@ -2944,7 +2944,7 @@
 
    </dd>
 
-  </dl></div><h3 id="timers"><span class="secno">5.6 </span>Timers</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout()</a></code>
+  </dl></div><h3 id="timers"><span class="secno">5.5 </span>Timers</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout()</a></code>
   and <code title="dom-windowtimers-setInterval"><a href="#dom-windowtimers-setinterval">setInterval()</a></code>
   methods allow authors to schedule timer-based callbacks.</p><pre class="idl">[Supplemental, NoInterfaceObject]
 interface <dfn id="windowtimers">WindowTimers</dfn> {
@@ -3214,14 +3214,14 @@
   </ol><hr><p>The <a href="#task-source">task source</a> for these <a href="#concept-task" title="concept-task">tasks</a> is the <dfn id="timer-task-source">timer task
   source</dfn>.</p>
 
-  </div><h3 id="user-prompts"><span class="secno">5.7 </span>User prompts</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!--
+  </div><h3 id="user-prompts"><span class="secno">5.6 </span>User prompts</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!--
    v2 ideas:
     * in-window modal dialogs
        - escape/enter handling
        - dragging the window out of the tab
     * in-window non-modal palettes
        - with a solution for the mobile space
-  --><h4 id="simple-dialogs"><span class="secno">5.7.1 </span>Simple dialogs</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-alert"><a href="#dom-alert">alert</a></code>(<var title="">message</var>)</dt>
+  --><h4 id="simple-dialogs"><span class="secno">5.6.1 </span>Simple dialogs</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-alert"><a href="#dom-alert">alert</a></code>(<var title="">message</var>)</dt>
    <dd>
 
     <p>Displays a modal alert with the given message, and waits for the user to dismiss it.</p>
@@ -3283,7 +3283,7 @@
   user aborts, then the method must return null; otherwise, the method
   must return the string that the user responded with.</p>
 
-  </div><h4 id="printing"><span class="secno">5.7.2 </span>Printing</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-print"><a href="#dom-print">print</a></code>()</dt>
+  </div><h4 id="printing"><span class="secno">5.6.2 </span>Printing</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-print"><a href="#dom-print">print</a></code>()</dt>
 
    <dd>
 
@@ -3372,7 +3372,7 @@
 
    </li>
 
-  </ol></div><h4 id="dialogs-implemented-using-separate-documents"><span class="secno">5.7.3 </span>Dialogs implemented using separate documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">result</var> = <var title="">window</var> . <code title="dom-showModalDialog"><a href="#dom-showmodaldialog">showModalDialog</a></code>(<var title="">url</var> [, <var title="">argument</var>] )</dt>
+  </ol></div><h4 id="dialogs-implemented-using-separate-documents"><span class="secno">5.6.3 </span>Dialogs implemented using separate documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="domintro"><dt><var title="">result</var> = <var title="">window</var> . <code title="dom-showModalDialog"><a href="#dom-showmodaldialog">showModalDialog</a></code>(<var title="">url</var> [, <var title="">argument</var>] )</dt>
 
    <dd>
 
@@ -3576,7 +3576,7 @@
   value</a> to the given new value.</p>
 
   </div><p class="note">The <code title="dom-window-close"><a href="#dom-window-close">window.close()</a></code> method can be used to
-  close the browsing context.</p><h3 id="system-state-and-capabilities"><span class="secno">5.8 </span>System state and capabilities</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl">
+  close the browsing context.</p><h3 id="system-state-and-capabilities"><span class="secno">5.7 </span>System state and capabilities</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><div class="impl">
 
   <p>The <dfn id="dom-navigator" title="dom-navigator"><code>navigator</code></dfn>
   attribute of the <code><a href="#window">Window</a></code> interface must return an
@@ -3632,7 +3632,7 @@
    <dd><p>Must return either null or a language code representing the user's preferred language.</p></dd>
    -->
 
-  </div><h4 id="client-identification"><span class="secno">5.8.1 </span>Client identification</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>In certain cases, despite the best efforts of the entire
+  </div><h4 id="client-identification"><span class="secno">5.7.1 </span>Client identification</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>In certain cases, despite the best efforts of the entire
   industry, Web browsers have bugs and limitations that Web authors
   are forced to work around.</p><p>This section defines a collection of attributes that can be used
   to determine, from script, the kind of user agent in use, in order
@@ -3691,7 +3691,7 @@
 
    <!-- vendorSub: Mozilla and Safari only; always returns "" -->
 
-  </dl></div><h4 id="custom-handlers"><span class="secno">5.8.2 </span>Custom scheme and content handlers</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler"><code>registerProtocolHandler()</code></dfn>
+  </dl></div><h4 id="custom-handlers"><span class="secno">5.7.2 </span>Custom scheme and content handlers</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>The <dfn id="dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler"><code>registerProtocolHandler()</code></dfn>
   method allows Web sites to register themselves as possible handlers
   for particular schemes. For example, an online fax service could
   register itself as a handler of the <code>fax:</code> scheme (<a href="references.html#refsRFC2806">[RFC2806]</a>), so that if the user clicks on
@@ -3876,7 +3876,7 @@
 
   </div><div class="impl">
 
-  <h5 id="security-and-privacy"><span class="secno">5.8.2.1 </span>Security and privacy</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h5 id="security-and-privacy"><span class="secno">5.7.2.1 </span>Security and privacy</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p>These mechanisms can introduce a number of concerns, in
   particular privacy concerns.</p>
@@ -3957,7 +3957,7 @@
 
   </div><div class="impl">
 
-  <h5 id="sample-handler-impl"><span class="secno">5.8.2.2 </span>Sample user interface</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
+  <h5 id="sample-handler-impl"><span class="secno">5.7.2.2 </span>Sample user interface</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p>
 
   <p><i>This section is non-normative.</i></p>
 
@@ -3999,7 +3999,7 @@
   method would work equivalently, but for schemes instead of unknown
   content types.</p>
 
-  </div><h4 id="manually-releasing-the-storage-mutex"><span class="secno">5.8.3 </span>Manually releasing the storage mutex</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="#dom-navigator">navigator</a></code> . <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">yieldForStorageUpdates</a></code>()</dt>
+  </div><h4 id="manually-releasing-the-storage-mutex"><span class="secno">5.7.3 </span>Manually releasing the storage mutex</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="#dom-navigator">navigator</a></code> . <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">yieldForStorageUpdates</a></code>()</dt>
 
    <dd>
 

Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v
retrieving revision 1.753
retrieving revision 1.754
diff -u -d -r1.753 -r1.754
--- the-xhtml-syntax.html	5 Feb 2010 23:16:25 -0000	1.753
+++ the-xhtml-syntax.html	5 Feb 2010 23:26:32 -0000	1.754
@@ -291,7 +291,7 @@
    <a href="named-character-references.html">&#8592; 7.5 Named character references</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="obsolete.html">10 Obsolete features &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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
@@ -1705,7 +1705,7 @@
 
   <p>When an <code><a href="text-level-semantics.html#the-img-element">img</a></code> element, <code><a href="text-level-semantics.html#the-object-element">object</a></code> element, or
   <code><a href="forms.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="forms.html#attr-input-type">type</a></code> attribute in the <a href="forms.html#image-button-state" title="attr-input-type-image">Image Button</a> state is contained
-  within a <a href="history.html#hyperlink">hyperlink</a> and has a <code title="attr-dim-border">border</code> attribute whose value, when
+  within a <a href="interactive-elements.html#hyperlink">hyperlink</a> and has a <code title="attr-dim-border">border</code> attribute whose value, when
   parsed using the <a href="infrastructure.html#rules-for-parsing-non-negative-integers">rules for parsing non-negative
   integers</a>, is found to be a number greater than zero, the user
   agent is expected to use the parsed value for eight
@@ -2680,16 +2680,16 @@
   <h4 id="links-forms-and-navigation"><span class="secno">9.6.1 </span>Links, forms, and navigation</h4>
 
   <p>User agents are expected to allow the user to control aspects of
-  <a href="history.html#hyperlink">hyperlink</a> activation and <a href="forms.html#form-submission">form submission</a>,
+  <a href="interactive-elements.html#hyperlink">hyperlink</a> activation and <a href="forms.html#form-submission">form submission</a>,
   such as which <a href="browsers.html#browsing-context">browsing context</a> is to be used for the
   subsequent <a href="history.html#navigate" title="navigate">navigation</a>.</p>
 
   <p>User agents are expected to allow users to discover the
-  destination of <a href="history.html#hyperlink" title="hyperlink">hyperlinks</a> and of
+  destination of <a href="interactive-elements.html#hyperlink" title="hyperlink">hyperlinks</a> and of
   <a href="forms.html#the-form-element" title="form">forms</a> before triggering their <a href="history.html#navigate" title="navigate">navigation</a>.</p>
 
   <p>User agents are expected to inform the user of whether a
-  <a href="history.html#hyperlink">hyperlink</a> includes <a href="history.html#hyperlink-auditing">hyperlink auditing</a>, and
+  <a href="interactive-elements.html#hyperlink">hyperlink</a> includes <a href="interactive-elements.html#hyperlink-auditing">hyperlink auditing</a>, and
   to let them know at a minimum which domains will be contacted as
   part of such auditing.</p>
 
@@ -2699,10 +2699,10 @@
   <code><a href="semantics.html#the-blockquote-element">blockquote</a></code>, <code><a href="semantics.html#the-section-element">section</a></code>, <code><a href="semantics.html#the-article-element">article</a></code>,
   <code><a href="text-level-semantics.html#the-ins-element">ins</a></code>, and <code><a href="text-level-semantics.html#the-del-element">del</a></code> elements.</p>
 
-  <p>User agents are expected to surface <a href="history.html#hyperlink" title="hyperlink">hyperlinks</a> created by <code><a href="semantics.html#the-link-element">link</a></code>
+  <p>User agents are expected to surface <a href="interactive-elements.html#hyperlink" title="hyperlink">hyperlinks</a> created by <code><a href="semantics.html#the-link-element">link</a></code>
   elements in their user interface.</p>
 
-  <p class="note">While <code><a href="semantics.html#the-link-element">link</a></code> elements that create <a href="history.html#hyperlink" title="hyperlink">hyperlinks</a> will match the ':link' or
+  <p class="note">While <code><a href="semantics.html#the-link-element">link</a></code> elements that create <a href="interactive-elements.html#hyperlink" title="hyperlink">hyperlinks</a> will match the ':link' or
   ':visited' pseudo-classes, will react to clicks if visible, and so
   forth, this does not extend to any browser interface constructs that
   expose those same links. Activating a link through the browser's

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.748
retrieving revision 1.749
diff -u -d -r1.748 -r1.749
--- offline.html	5 Feb 2010 23:16:24 -0000	1.748
+++ offline.html	5 Feb 2010 23:26:31 -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 Offline Web applications &#8212; HTML 5</title><style type="text/css">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>5.8 Offline Web applications &#8212; 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="browsers.html" title="5 Web browsers" rel="prev">
   <link href="spec.html#contents" title="Table of contents" rel="index">
-  <link href="history.html" title="5.10 Session history and navigation" rel="next">
+  <link href="history.html" title="5.9 Session history and navigation" 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,11 +290,11 @@
    </div><nav>
    <a href="browsers.html">&#8592; 5 Web browsers</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
-   <a href="history.html">5.10 Session history and navigation &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+   <a href="history.html">5.9 Session history and navigation &#8594;</a>
+  </nav><p>This is revision 1.3721.</p>
 
 
-  <h3 id="offline"><span class="secno">5.9 </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.8 </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.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>In order to enable users to continue interacting with Web
+  --><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
   applications and documents even when their network connection is
   unavailable &#8212; for instance, because they are traveling outside
   of their ISP's coverage area &#8212; 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.9.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.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
   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.9.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.8.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.9.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.9.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.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
   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.9.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.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
   <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.9.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.8.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.9.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.8.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
@@ -1775,7 +1775,7 @@
 
 
 
-  <h4 id="the-application-cache-selection-algorithm"><span class="secno">5.9.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.8.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.9.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.8.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.9.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.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
   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.9.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.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> {
 
   // <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;
@@ -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.9.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.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>
 
    <dd>
 

Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec/obsolete.html,v
retrieving revision 1.745
retrieving revision 1.746
diff -u -d -r1.745 -r1.746
--- obsolete.html	5 Feb 2010 23:16:24 -0000	1.745
+++ obsolete.html	5 Feb 2010 23:26:31 -0000	1.746
@@ -291,7 +291,7 @@
    <a href="the-xhtml-syntax.html">&#8592; 8 The XHTML syntax</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="iana.html">11 IANA considerations &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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
@@ -443,7 +443,7 @@
 
    <dt><dfn id="attr-a-rev" title="attr-a-rev"><code>rev</code></dfn> on <code><a href="text-level-semantics.html#the-a-element">a</a></code> elements</dt>
    <dt><dfn id="attr-link-rev" title="attr-link-rev"><code>rev</code></dfn> on <code><a href="semantics.html#the-link-element">link</a></code> elements</dt>
-   <dd><p>Use the <code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">rel</a></code>
+   <dd><p>Use the <code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">rel</a></code>
    attribute instead, with an opposite term. (For example, instead of
    <code title="">rev="made"</code>, use <code title="">rel="author"</code>.)</p></dd>
 
@@ -451,7 +451,7 @@
    <dd><p>Specify the preferred persistent identifier using the <code title="attr-href">href</code> attribute instead.</p></dd>
 
    <dt><dfn id="attr-area-nohref" title="attr-area-nohref"><code>nohref</code></dfn> on <code><a href="the-canvas-element.html#the-area-element">area</a></code> elements</dt>
-   <dd><p>Omitting the <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code>
+   <dd><p>Omitting the <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code>
    attribute is sufficient; the <code title="attr-area-nohref"><a href="#attr-area-nohref">nohref</a></code> attribute is
    unnecessary. Omit it altogether.</p></dd>
 

Index: toc-status.html
===================================================================
RCS file: /sources/public/html5/spec/toc-status.html,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- toc-status.html	4 Feb 2010 01:46:33 -0000	1.180
+++ toc-status.html	5 Feb 2010 23:26:32 -0000	1.181
@@ -784,28 +784,82 @@
 </li>
 </ol>
 </li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=common-idioms-without-dedicated-elements" class="status LC">LC</a> <a href="../spec/#common-idioms-without-dedicated-elements">4.12
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=links" class="status LC">LC</a> <a href="../spec/#links">4.12 Links</a> <span class="id">(links)</span>
+<ol>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=hyperlink-elements" class="status LC">LC</a> <a href="../spec/#hyperlink-elements">4.12.1
+Hyperlink elements</a> <span class="id">(hyperlink-elements)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=following-hyperlinks" class="status LC">LC</a> <a href="../spec/#following-hyperlinks">4.12.2 Following hyperlinks</a> <span class="id">(following-hyperlinks)</span>
+<ol>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=hyperlink-auditing" class="status LC">LC</a> <a href="../spec/#hyperlink-auditing">4.12.2.1 Hyperlink auditing</a> <span class="id">(hyperlink-auditing)</span></li>
+</ol>
+</li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=linkTypes" class="status LC">LC</a> <a href="../spec/#linkTypes">4.12.3 Link
+types</a> <span class="id">(linkTypes)</span>
+<ol>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-alternate" class="status LC">LC</a> <a href="../spec/#link-type-alternate">4.12.3.1 Link type "alternate"</a> <span class="id">(link-type-alternate)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-archives" class="status LC">LC</a> <a href="../spec/#link-type-archives">4.12.3.2 Link type "archives"</a> <span class="id">(link-type-archives)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-author" class="status LC">LC</a> <a href="../spec/#link-type-author">4.12.3.3
+Link type "author"</a> <span class="id">(link-type-author)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-bookmark" class="status LC">LC</a> <a href="../spec/#link-type-bookmark">4.12.3.4 Link type "bookmark"</a> <span class="id">(link-type-bookmark)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-external" class="status LC">LC</a> <a href="../spec/#link-type-external">4.12.3.5 Link type "external"</a> <span class="id">(link-type-external)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-help" class="status LC">LC</a> <a href="../spec/#link-type-help">4.12.3.6
+Link type "help"</a> <span class="id">(link-type-help)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rel-icon" class="status LC">LC</a> <a href="../spec/#rel-icon">4.12.3.7 Link
+type "icon"</a> <span class="id">(rel-icon)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-license" class="status LC">LC</a> <a href="../spec/#link-type-license">4.12.3.8 Link type "license"</a> <span class="id">(link-type-license)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-nofollow" class="status LC">LC</a> <a href="../spec/#link-type-nofollow">4.12.3.9 Link type "nofollow"</a> <span class="id">(link-type-nofollow)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-noreferrer" class="status LC">LC</a> <a href="../spec/#link-type-noreferrer">4.12.3.10 Link type
+"noreferrer"</a> <span class="id">(link-type-noreferrer)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-pingback" class="status LC">LC</a> <a href="../spec/#link-type-pingback">4.12.3.11 Link type "pingback"</a> <span class="id">(link-type-pingback)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-prefetch" class="status LC">LC</a> <a href="../spec/#link-type-prefetch">4.12.3.12 Link type "prefetch"</a> <span class="id">(link-type-prefetch)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-search" class="status LC">LC</a> <a href="../spec/#link-type-search">4.12.3.13 Link type "search"</a> <span class="id">(link-type-search)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-stylesheet" class="status LC">LC</a> <a href="../spec/#link-type-stylesheet">4.12.3.14 Link type
+"stylesheet"</a> <span class="id">(link-type-stylesheet)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-sidebar" class="status LC">LC</a> <a href="../spec/#link-type-sidebar">4.12.3.15 Link type "sidebar"</a> <span class="id">(link-type-sidebar)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-tag" class="status LC">LC</a> <a href="../spec/#link-type-tag">4.12.3.16
+Link type "tag"</a> <span class="id">(link-type-tag)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=hierarchical-link-types" class="status LC">LC</a> <a href="../spec/#hierarchical-link-types">4.12.3.17 Hierarchical link types</a> <span class="id">(hierarchical-link-types)</span>
+<ol>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-index" class="status LC">LC</a> <a href="../spec/#link-type-index">4.12.3.17.1 Link type "index"</a> <span class="id">(link-type-index)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-up" class="status LC">LC</a> <a href="../spec/#link-type-up">4.12.3.17.2
+Link type "up"</a> <span class="id">(link-type-up)</span></li>
+</ol>
+</li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=sequential-link-types" class="status LC">LC</a> <a href="../spec/#sequential-link-types">4.12.3.18 Sequential link types</a> <span class="id">(sequential-link-types)</span>
+<ol>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-first" class="status LC">LC</a> <a href="../spec/#link-type-first">4.12.3.18.1 Link type "first"</a> <span class="id">(link-type-first)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-last" class="status LC">LC</a> <a href="../spec/#link-type-last">4.12.3.18.2 Link type "last"</a> <span class="id">(link-type-last)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-next" class="status LC">LC</a> <a href="../spec/#link-type-next">4.12.3.18.3 Link type "next"</a> <span class="id">(link-type-next)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-prev" class="status LC">LC</a> <a href="../spec/#link-type-prev">4.12.3.18.4 Link type "prev"</a> <span class="id">(link-type-prev)</span></li>
+</ol>
+</li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=other-link-types" class="status LC">LC</a> <a href="../spec/#other-link-types">4.12.3.19 Other link types</a> <span class="id">(other-link-types)</span></li>
+</ol>
+</li>
+</ol>
+</li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=common-idioms-without-dedicated-elements" class="status LC">LC</a> <a href="../spec/#common-idioms-without-dedicated-elements">4.13
 Common idioms without dedicated elements</a> <span class="id">(common-idioms-without-dedicated-elements)</span>
 <ol>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=tag-clouds" class="status LC">LC</a> <a href="../spec/#tag-clouds">4.12.1 Tag
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=tag-clouds" class="status LC">LC</a> <a href="../spec/#tag-clouds">4.13.1 Tag
 clouds</a> <span class="id">(tag-clouds)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=conversations" class="status LC">LC</a> <a href="../spec/#conversations">4.12.2
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=conversations" class="status LC">LC</a> <a href="../spec/#conversations">4.13.2
 Conversations</a> <span class="id">(conversations)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=footnotes" class="status LC">LC</a> <a href="../spec/#footnotes">4.12.3
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=footnotes" class="status LC">LC</a> <a href="../spec/#footnotes">4.13.3
 Footnotes</a> <span class="id">(footnotes)</span></li>
 </ol>
 </li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=matching-html-elements-using-selectors" class="status LC">LC</a> <a href="../spec/#matching-html-elements-using-selectors">4.13 Matching HTML elements using selectors</a> <span class="id">(matching-html-elements-using-selectors)</span>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=matching-html-elements-using-selectors" class="status LC">LC</a> <a href="../spec/#matching-html-elements-using-selectors">4.14 Matching HTML elements using selectors</a> <span class="id">(matching-html-elements-using-selectors)</span>
 <ol>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=selectors" class="status LC">LC</a> <a href="../spec/#selectors">4.13.1
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=selectors" class="status LC">LC</a> <a href="../spec/#selectors">4.14.1
 Case-sensitivity</a> <span class="id">(selectors)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=pseudo-classes" class="status ADD">ADD</a> <a href="../spec/#pseudo-classes">4.13.2
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/add-section.html?section=pseudo-classes" class="status ADD">ADD</a> <a href="../spec/#pseudo-classes">4.14.2
 Pseudo-classes</a> <span class="id">(pseudo-classes)</span></li>
 </ol>
 </li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=converting-html-to-other-formats" class="status LC">LC</a> <a href="../spec/#converting-html-to-other-formats">4.14 Converting HTML to other formats</a> <span class="id">(converting-html-to-other-formats)</span>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=converting-html-to-other-formats" class="status LC">LC</a> <a href="../spec/#converting-html-to-other-formats">4.15 Converting HTML to other formats</a> <span class="id">(converting-html-to-other-formats)</span>
 <ol>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=atom" class="status LC">LC</a> <a href="../spec/#atom">4.14.1 Atom</a> <span class="id">(atom)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=atom" class="status LC">LC</a> <a href="../spec/#atom">4.15.1 Atom</a> <span class="id">(atom)</span></li>
 </ol>
 </li>
 </ol>
@@ -835,232 +889,178 @@
 <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=browsing-context-names" class="status LC">LC</a> <a href="../spec/#browsing-context-names">5.1.6 Browsing context names</a> <span class="id">(browsing-context-names)</span></li>
 </ol>
 </li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-windowproxy-object" class="status LC">LC</a> <a href="../spec/#the-windowproxy-object">5.2 The WindowProxy object</a> <span class="id">(the-windowproxy-object)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-window-object" class="status LC">LC</a> <a href="../spec/#the-window-object">5.3 The
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-window-object" class="status LC">LC</a> <a href="../spec/#the-window-object">5.2 The
 Window object</a> <span class="id">(the-window-object)</span>
 <ol>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=security-2" class="status LC">LC</a> <a href="../spec/#security-2">5.3.1
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=security-2" class="status LC">LC</a> <a href="../spec/#security-2">5.2.1
 Security</a> <span class="id">(security-2)</span></li>
 <li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=apis-for-creating-and-navigating-browsing-contexts-by-name" class="status LC">LC</a> <a href="../spec/#apis-for-creating-and-navigating-browsing-contexts-by-name">
-5.3.2 APIs for creating and navigating browsing contexts by
+5.2.2 APIs for creating and navigating browsing contexts by
 name</a> <span class="id">(apis-for-creating-and-navigating-browsing-contexts-by-name)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=accessing-other-browsing-contexts" class="status LC">LC</a> <a href="../spec/#accessing-other-browsing-contexts">5.3.3 Accessing other browsing contexts</a> <span class="id">(accessing-other-browsing-contexts)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=named-access-on-the-window-object" class="status LC">LC</a> <a href="../spec/#named-access-on-the-window-object">5.3.4 Named access on the Window
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=accessing-other-browsing-contexts" class="status LC">LC</a> <a href="../spec/#accessing-other-browsing-contexts">5.2.3 Accessing other browsing contexts</a> <span class="id">(accessing-other-browsing-contexts)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=named-access-on-the-window-object" class="status LC">LC</a> <a href="../spec/#named-access-on-the-window-object">5.2.4 Named access on the Window
 object</a> <span class="id">(named-access-on-the-window-object)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=garbage-collection-and-browsing-contexts" class="status LC">LC</a> <a href="../spec/#garbage-collection-and-browsing-contexts">5.3.5
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=garbage-collection-and-browsing-contexts" class="status LC">LC</a> <a href="../spec/#garbage-collection-and-browsing-contexts">5.2.5
 Garbage collection and browsing contexts</a> <span class="id">(garbage-collection-and-browsing-contexts)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=browser-interface-elements" class="status LC">LC</a> <a href="../spec/#browser-interface-elements">5.3.6 Browser interface elements</a> <span class="id">(browser-interface-elements)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=browser-interface-elements" class="status LC">LC</a> <a href="../spec/#browser-interface-elements">5.2.6 Browser interface elements</a> <span class="id">(browser-interface-elements)</span></li>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=the-windowproxy-object" class="status LC">LC</a> <a href="../spec/#the-windowproxy-object">5.2.7 The WindowProxy object</a> <span class="id">(the-windowproxy-object)</span></li>
 </ol>
 </li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=origin-0" class="status LC">LC</a> <a href="../spec/#origin-0">5.4 Origin</a> <span class="id">(origin-0)</span>
+<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=origin-0" class="status LC">LC</a> <a href="../spec/#origin-0">5.3 Origin</a> <span class="id">(origin-0)</span>
 <ol>
-<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.4.1 Relaxing the same-origin restriction</a> <span class="id">(relaxing-the-same-origin-restriction)</span></li>
+<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.5
+<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>
 <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.5.1
+<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.5.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.5.3
+<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>
 <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.5.3.1
+<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.5.3.2
+<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.5.3.3
+<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.5.3.4
+<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>
 </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.5.4 Event
+<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.5.4.1
+<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.5.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.5.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=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>
 </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.5.5
+<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.5.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=events" class="status LC">LC</a> <a href="../spec/#events">5.4.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=event-handler-attributes" class="status LC">LC</a> <a href="../spec/#event-handler-attributes">5.5.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/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.5.6.2 Event handlers on elements, Document
+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.5.6.3
+<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.5.6.4 Events and the Window
+<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.5.6.5 Runtime script errors</a> <span class="id">(runtime-script-errors)</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.6
+<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.7 User
+<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>
 <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.7.1
+<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.7.2
+<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.7.3 Dialogs implemented using separate
+<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>
 </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.8 System state and capabilities</a> <span class="id">(system-state-and-capabilities)</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">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.8.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.8.2
+<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>
 <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.8.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.8.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=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>
 </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.8.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=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>
 </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.9 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.8 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.9.1
+<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>
 <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.9.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.8.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.9.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.8.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.9.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.8.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.9.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.8.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.9.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.9.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.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>
 </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.9.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.8.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.9.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.8.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.9.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.9.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.9.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.9.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.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
 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.10 Session
+<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><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.10.1
+<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.10.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.10.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=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>
 <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.10.3.1
+<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>
 </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.10.4
+<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>
 </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.11
+<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>
 <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.11.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.11.2 Page
+<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.11.3 Page load
+<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.11.4 Page
+<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.11.5 Page
+<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.11.6 Page
+<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.11.7
+<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.11.8
+<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.11.9
+<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>
 <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.11.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=unloading-documents" class="status LC">LC</a> <a href="../spec/#unloading-documents">5.11.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=event-definition" class="status LC">LC</a> <a href="../spec/#event-definition">5.11.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=aborting-a-document-load" class="status LC">LC</a> <a href="../spec/#aborting-a-document-load">5.11.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=links" class="status LC">LC</a> <a href="../spec/#links">5.12 Links</a> <span class="id">(links)</span>
-<ol>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=hyperlink-elements" class="status LC">LC</a> <a href="../spec/#hyperlink-elements">5.12.1
-Hyperlink elements</a> <span class="id">(hyperlink-elements)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=following-hyperlinks" class="status LC">LC</a> <a href="../spec/#following-hyperlinks">5.12.2 Following hyperlinks</a> <span class="id">(following-hyperlinks)</span>
-<ol>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=hyperlink-auditing" class="status LC">LC</a> <a href="../spec/#hyperlink-auditing">5.12.2.1 Hyperlink auditing</a> <span class="id">(hyperlink-auditing)</span></li>
-</ol>
-</li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=linkTypes" class="status LC">LC</a> <a href="../spec/#linkTypes">5.12.3 Link
-types</a> <span class="id">(linkTypes)</span>
-<ol>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-alternate" class="status LC">LC</a> <a href="../spec/#link-type-alternate">5.12.3.1 Link type "alternate"</a> <span class="id">(link-type-alternate)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-archives" class="status LC">LC</a> <a href="../spec/#link-type-archives">5.12.3.2 Link type "archives"</a> <span class="id">(link-type-archives)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-author" class="status LC">LC</a> <a href="../spec/#link-type-author">5.12.3.3
-Link type "author"</a> <span class="id">(link-type-author)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-bookmark" class="status LC">LC</a> <a href="../spec/#link-type-bookmark">5.12.3.4 Link type "bookmark"</a> <span class="id">(link-type-bookmark)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-external" class="status LC">LC</a> <a href="../spec/#link-type-external">5.12.3.5 Link type "external"</a> <span class="id">(link-type-external)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-help" class="status LC">LC</a> <a href="../spec/#link-type-help">5.12.3.6
-Link type "help"</a> <span class="id">(link-type-help)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=rel-icon" class="status LC">LC</a> <a href="../spec/#rel-icon">5.12.3.7 Link
-type "icon"</a> <span class="id">(rel-icon)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-license" class="status LC">LC</a> <a href="../spec/#link-type-license">5.12.3.8 Link type "license"</a> <span class="id">(link-type-license)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-nofollow" class="status LC">LC</a> <a href="../spec/#link-type-nofollow">5.12.3.9 Link type "nofollow"</a> <span class="id">(link-type-nofollow)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-noreferrer" class="status LC">LC</a> <a href="../spec/#link-type-noreferrer">5.12.3.10 Link type
-"noreferrer"</a> <span class="id">(link-type-noreferrer)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-pingback" class="status LC">LC</a> <a href="../spec/#link-type-pingback">5.12.3.11 Link type "pingback"</a> <span class="id">(link-type-pingback)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-prefetch" class="status LC">LC</a> <a href="../spec/#link-type-prefetch">5.12.3.12 Link type "prefetch"</a> <span class="id">(link-type-prefetch)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-search" class="status LC">LC</a> <a href="../spec/#link-type-search">5.12.3.13 Link type "search"</a> <span class="id">(link-type-search)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-stylesheet" class="status LC">LC</a> <a href="../spec/#link-type-stylesheet">5.12.3.14 Link type
-"stylesheet"</a> <span class="id">(link-type-stylesheet)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-sidebar" class="status LC">LC</a> <a href="../spec/#link-type-sidebar">5.12.3.15 Link type "sidebar"</a> <span class="id">(link-type-sidebar)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-tag" class="status LC">LC</a> <a href="../spec/#link-type-tag">5.12.3.16
-Link type "tag"</a> <span class="id">(link-type-tag)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=hierarchical-link-types" class="status LC">LC</a> <a href="../spec/#hierarchical-link-types">5.12.3.17 Hierarchical link types</a> <span class="id">(hierarchical-link-types)</span>
-<ol>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-index" class="status LC">LC</a> <a href="../spec/#link-type-index">5.12.3.17.1 Link type "index"</a> <span class="id">(link-type-index)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-up" class="status LC">LC</a> <a href="../spec/#link-type-up">5.12.3.17.2
-Link type "up"</a> <span class="id">(link-type-up)</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.10.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=sequential-link-types" class="status LC">LC</a> <a href="../spec/#sequential-link-types">5.12.3.18 Sequential link types</a> <span class="id">(sequential-link-types)</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.10.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=link-type-first" class="status LC">LC</a> <a href="../spec/#link-type-first">5.12.3.18.1 Link type "first"</a> <span class="id">(link-type-first)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-last" class="status LC">LC</a> <a href="../spec/#link-type-last">5.12.3.18.2 Link type "last"</a> <span class="id">(link-type-last)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-next" class="status LC">LC</a> <a href="../spec/#link-type-next">5.12.3.18.3 Link type "next"</a> <span class="id">(link-type-next)</span></li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=link-type-prev" class="status LC">LC</a> <a href="../spec/#link-type-prev">5.12.3.18.4 Link type "prev"</a> <span class="id">(link-type-prev)</span></li>
-</ol>
-</li>
-<li><a target="_blank" href="http://www.whatwg.org/specs/web-apps/current-work/edit-section.html?section=other-link-types" class="status LC">LC</a> <a href="../spec/#other-link-types">5.12.3.19 Other link types</a> <span class="id">(other-link-types)</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.10.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=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>
 </ol>
 </li>
 </ol>

Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec/named-character-references.html,v
retrieving revision 1.746
retrieving revision 1.747
diff -u -d -r1.746 -r1.747
--- named-character-references.html	5 Feb 2010 23:16:24 -0000	1.746
+++ named-character-references.html	5 Feb 2010 23:26:31 -0000	1.747
@@ -291,7 +291,7 @@
    <a href="syntax.html">&#8592; 7 The HTML syntax</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="the-xhtml-syntax.html">8 The XHTML syntax &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.747
retrieving revision 1.748
diff -u -d -r1.747 -r1.748
--- history.html	5 Feb 2010 23:16:24 -0000	1.747
+++ history.html	5 Feb 2010 23:26:30 -0000	1.748
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML>
-<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>5.10 Session history and navigation &#8212; HTML 5</title><style type="text/css">
+<!-- when publishing, change bits marked ZZZ --><html lang="en-US-x-Hixie"><head><title>5.9 Session history and navigation &#8212; 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="offline.html" title="5.9 Offline Web applications" rel="prev">
[...1173 lines suppressed...]
-  apply as described in the "Effect on..." field, whereas values
-  marked as "discontinued" or not listed in either this specification
-  or on the aforementioned page must be rejected as invalid.
-  Conformance checkers may cache this information (e.g. for
-  performance reasons or to avoid the use of unreliable network
-  connectivity).</p>
-
-  <p>When an author uses a new type not defined by either this
-  specification or the Wiki page, conformance checkers should offer to
-  add the value to the Wiki, with the details described above, with
-  the "proposed" status.</p>
-
-  </div><p>Types defined as extensions in the <a href="http://wiki.whatwg.org/wiki/RelExtensions">WHATWG Wiki
-  RelExtensions page</a> with the status "proposed" or "ratified" may
-  be used with the <code title="">rel</code> attribute on
-  <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-canvas-element.html#the-area-element">area</a></code> elements in
-  accordance to the "Effect on..." field. <a href="references.html#refsWHATWGWIKI">[WHATWGWIKI]</a></p></body></html>
\ No newline at end of file
+  </div></body></html>
\ No newline at end of file

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.755
retrieving revision 1.756
diff -u -d -r1.755 -r1.756
--- semantics.html	5 Feb 2010 23:16:24 -0000	1.755
+++ semantics.html	5 Feb 2010 23:26:31 -0000	1.756
@@ -291,7 +291,7 @@
    <a href="embedded-content-0.html">&#8592; 3.2.5.1.6 Embedded content</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="text-level-semantics.html">4.6 Text-level semantics &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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>
@@ -464,7 +464,7 @@
   </dl><p>The <code><a href="#the-base-element">base</a></code> element allows authors to specify the
   <a href="infrastructure.html#document-base-url">document base URL</a> for the purposes of <a href="infrastructure.html#resolve-a-url" title="resolve a url">resolving relative URLs</a>, and the name
   of the default <a href="browsers.html#browsing-context">browsing context</a> for the purposes of
-  <a href="history.html#following-hyperlinks">following hyperlinks</a>. The element does not <a href="the-xhtml-syntax.html#represents" title="represents">represent</a> any content beyond this
+  <a href="interactive-elements.html#following-hyperlinks">following hyperlinks</a>. The element does not <a href="the-xhtml-syntax.html#represents" title="represents">represent</a> any content beyond this
   information.</p><p>There must be no more than one <code><a href="#the-base-element">base</a></code> element per
   document.</p><p>A <code><a href="#the-base-element">base</a></code> element must have either an <code title="attr-base-href"><a href="#attr-base-href">href</a></code> attribute, a <code title="attr-base-target"><a href="#attr-base-target">target</a></code> attribute, or both.</p><p>The <dfn id="attr-base-href" title="attr-base-href"><code>href</code></dfn> content
   attribute, if specified, must contain a <a href="infrastructure.html#valid-url">valid URL</a>.</p><p>A <code><a href="#the-base-element">base</a></code> element, if it has an <code title="attr-base-href"><a href="#attr-base-href">href</a></code> attribute, must come before any
@@ -480,8 +480,8 @@
   </div><p>The <dfn id="attr-base-target" title="attr-base-target"><code>target</code></dfn>
   attribute, if specified, must contain a <a href="browsers.html#valid-browsing-context-name-or-keyword">valid browsing context
   name or keyword</a>, which specifies which <a href="browsers.html#browsing-context">browsing
-  context</a> is to be used as the default when <a href="history.html#hyperlink" title="hyperlink">hyperlinks</a> and <a href="forms.html#the-form-element" title="form">forms</a> in the <code>Document</code> cause <a href="history.html#navigate" title="navigate">navigation</a>.</p><p>A <code><a href="#the-base-element">base</a></code> element, if it has a <code title="attr-base-target"><a href="#attr-base-target">target</a></code> attribute, must come before
-  any elements in the tree that represent <a href="history.html#hyperlink" title="hyperlink">hyperlinks</a>.</p><div class="impl">
+  context</a> is to be used as the default when <a href="interactive-elements.html#hyperlink" title="hyperlink">hyperlinks</a> and <a href="forms.html#the-form-element" title="form">forms</a> in the <code>Document</code> cause <a href="history.html#navigate" title="navigate">navigation</a>.</p><p>A <code><a href="#the-base-element">base</a></code> element, if it has a <code title="attr-base-target"><a href="#attr-base-target">target</a></code> attribute, must come before
+  any elements in the tree that represent <a href="interactive-elements.html#hyperlink" title="hyperlink">hyperlinks</a>.</p><div class="impl">
 
   <p class="note">If there are multiple <code><a href="#the-base-element">base</a></code> elements
   with <code title="attr-base-target"><a href="#attr-base-target">target</a></code> attributes, all but
@@ -523,7 +523,7 @@
    <dd><code title="attr-link-media"><a href="#attr-link-media">media</a></code></dd>
    <dd><code title="attr-link-hreflang"><a href="#attr-link-hreflang">hreflang</a></code></dd>
    <dd><code title="attr-link-type"><a href="#attr-link-type">type</a></code></dd>
-   <dd><code title="attr-link-sizes"><a href="history.html#attr-link-sizes">sizes</a></code></dd>
+   <dd><code title="attr-link-sizes"><a href="interactive-elements.html#attr-link-sizes">sizes</a></code></dd>
    <dd>Also, the <code title="attr-link-title"><a href="#attr-link-title">title</a></code> attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>
@@ -546,7 +546,7 @@
   link.</span></p><p>A <code><a href="#the-link-element">link</a></code> element must have <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute.</p><p>The types of link indicated (the relationships) are given by the
   value of the <dfn id="attr-link-rel" title="attr-link-rel"><code>rel</code></dfn>
   attribute, which, if present, must have a value that is a <a href="infrastructure.html#set-of-space-separated-tokens">set
-  of space-separated tokens</a>. The <a href="history.html#linkTypes">allowed
+  of space-separated tokens</a>. The <a href="interactive-elements.html#linkTypes">allowed
   values and their meanings</a> are defined in a later section. <span class="impl">If the <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute
   is absent, or if the values used are not allowed according to the
   definitions in this specification, then the element does not define
@@ -554,8 +554,8 @@
   <code><a href="#the-link-element">link</a></code> element. <dfn id="external-resource-link" title="external resource link">Links
   to external resources</dfn> are links to resources that are to be
   used to augment the current document, and <dfn id="hyperlink-link" title="hyperlink
-  link">hyperlink links</dfn> are <a href="history.html#hyperlink" title="hyperlink">links to
-  other documents</a>. The <a href="history.html#linkTypes">link types
+  link">hyperlink links</dfn> are <a href="interactive-elements.html#hyperlink" title="hyperlink">links to
+  other documents</a>. The <a href="interactive-elements.html#linkTypes">link types
   section</a> defines whether a particular link type is an external
   resource or a hyperlink. One element can create multiple links (of
   which some might be external resource links and some might be
@@ -613,7 +613,7 @@
   resources, e.g. fonts or backgrounds, are not.</p>
 
   <hr><p id="linkui">Interactive user agents may provide users with a
-  means to <a href="history.html#following-hyperlinks" title="following hyperlinks">follow the
+  means to <a href="interactive-elements.html#following-hyperlinks" title="following hyperlinks">follow the
   hyperlinks</a> created using the <code><a href="#the-link-element">link</a></code> element,
   somewhere within their user interface. The exact interface is not
   defined by this specification, but it could include the following
@@ -638,7 +638,7 @@
 
   </div><p class="note">Hyperlinks created with the <code><a href="#the-link-element">link</a></code>
   element and its <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute
-  apply to the whole page. This contrasts with the <code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">rel</a></code> attribute of <code><a href="text-level-semantics.html#the-a-element">a</a></code>
+  apply to the whole page. This contrasts with the <code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">rel</a></code> attribute of <code><a href="text-level-semantics.html#the-a-element">a</a></code>
   and <code><a href="the-canvas-element.html#the-area-element">area</a></code> elements, which indicates the type of a link
   whose context is given by the link's location within the
   document.</p><p>The <dfn id="attr-link-media" title="attr-link-media"><code>media</code></dfn>
@@ -667,7 +667,7 @@
   </div><p id="default-media">The default, if the <code title="attr-link-media"><a href="#attr-link-media">media</a></code> attribute is omitted, is "<code title="">all</code>", meaning that by default links apply to all
   media.</p><p>The <dfn id="attr-link-hreflang" title="attr-link-hreflang"><code>hreflang</code></dfn>
   attribute on the <code><a href="#the-link-element">link</a></code> element has the same semantics as
-  the <a href="history.html#attr-hyperlink-hreflang" title="attr-hyperlink-hreflang"><code>hreflang</code>
+  the <a href="interactive-elements.html#attr-hyperlink-hreflang" title="attr-hyperlink-hreflang"><code>hreflang</code>
   attribute on hyperlink elements</a>.</p><p>The <dfn id="attr-link-type" title="attr-link-type"><code>type</code></dfn> attribute
   gives the <a href="infrastructure.html#mime-type">MIME type</a> of the linked resource. It is
   purely advisory.  The value must be a <a href="infrastructure.html#valid-mime-type">valid MIME
@@ -709,7 +709,7 @@
   resource link type has a default type defined, then the user agent
   must assume that the resource is of that type.</p>
 
-  <p class="note">The <code title="rel-stylesheet"><a href="history.html#link-type-stylesheet">stylesheet</a></code>
+  <p class="note">The <code title="rel-stylesheet"><a href="interactive-elements.html#link-type-stylesheet">stylesheet</a></code>
   link type defines rules for processing the resource's <a href="infrastructure.html#content-type" title="Content-Type">Content-Type metadata</a>.</p>
 
   <p>Once the user agent has established the type of the resource, the
@@ -738,7 +738,7 @@
    <p>If one of the two files was returned without a
    <a href="infrastructure.html#content-type">Content-Type</a> metadata, or with a syntactically
    incorrect type like <code title="">Content-Type:&#160;"null"</code>, then the default type
-   for <code title="rel-stylesheet"><a href="history.html#link-type-stylesheet">stylesheet</a></code> links would kick
+   for <code title="rel-stylesheet"><a href="interactive-elements.html#link-type-stylesheet">stylesheet</a></code> links would kick
    in. Since that default type is <code title="">text/css</code>, the
    style sheet <em>would</em> nonetheless be applied.</p>
 
@@ -752,11 +752,11 @@
   attribute on <code><a href="#the-link-element">link</a></code> elements differs from the global
   <code title="attr-title"><a href="dom.html#the-title-attribute">title</a></code> attribute of most other
   elements in that a link without a title does not inherit the title
-  of the parent element: it merely has no title.</p><p>The <code title="attr-link-sizes"><a href="history.html#attr-link-sizes">sizes</a></code> attribute is used
-  with the <code title="rel-icon"><a href="history.html#rel-icon">icon</a></code> link type. The attribute
+  of the parent element: it merely has no title.</p><p>The <code title="attr-link-sizes"><a href="interactive-elements.html#attr-link-sizes">sizes</a></code> attribute is used
+  with the <code title="rel-icon"><a href="interactive-elements.html#rel-icon">icon</a></code> link type. The attribute
   must not be specified on <code><a href="#the-link-element">link</a></code> elements that do not have
   a <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute that specifies
-  the <code title="rel-icon"><a href="history.html#rel-icon">icon</a></code> keyword.</p><div class="impl">
+  the <code title="rel-icon"><a href="interactive-elements.html#rel-icon">icon</a></code> keyword.</p><div class="impl">
 
   <p>Some versions of HTTP defined a <code title="">Link:</code>
   header, to be processed like a series of <code><a href="#the-link-element">link</a></code> elements.
@@ -1716,8 +1716,8 @@
   <p>For <code><a href="#the-style-element">style</a></code> elements, if the user agent does not
   support the specified styling language, then the <code title="dom-LinkStyle-sheet">sheet</code> attribute of the element's
   <code>LinkStyle</code> interface must return null. Similarly,
-  <code><a href="#the-link-element">link</a></code> elements that do not represent <a href="history.html#link-type-stylesheet" title="rel-stylesheet">external resource links that contribute to
-  the styling processing model</a> (i.e. that do not have a <code title="rel-stylesheet"><a href="history.html#link-type-stylesheet">stylesheet</a></code> keyword in their <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute), and <code><a href="#the-link-element">link</a></code>
+  <code><a href="#the-link-element">link</a></code> elements that do not represent <a href="interactive-elements.html#link-type-stylesheet" title="rel-stylesheet">external resource links that contribute to
+  the styling processing model</a> (i.e. that do not have a <code title="rel-stylesheet"><a href="interactive-elements.html#link-type-stylesheet">stylesheet</a></code> keyword in their <code title="attr-link-rel"><a href="#attr-link-rel">rel</a></code> attribute), and <code><a href="#the-link-element">link</a></code>
   elements whose specified resource has not yet been fetched, or is
   not in a supported styling language, must have their
   <code>LinkStyle</code> interface's <code title="dom-LinkStyle-sheet">sheet</code> attribute return null.</p>
@@ -1761,7 +1761,7 @@
 
    <dt>The style sheet alternate flag</dt>
 
-   <dd><p>For <code><a href="#the-link-element">link</a></code> elements, true if <a href="history.html#the-link-is-an-alternative-stylesheet">the link is an
+   <dd><p>For <code><a href="#the-link-element">link</a></code> elements, true if <a href="interactive-elements.html#the-link-is-an-alternative-stylesheet">the link is an
    alternative stylesheet</a>. In all other cases, false.</p></dd>
 
 <!--
@@ -1809,7 +1809,7 @@
   <dfn id="a-style-sheet-blocking-scripts">a style sheet blocking scripts</dfn> if the element was created
   by that <code>Document</code>'s parser, and the element is either a
   <code><a href="#the-style-element">style</a></code> element or a <code><a href="#the-link-element">link</a></code> element that was
-  an <a href="history.html#link-type-stylesheet" title="rel-stylesheet">external resource link that
+  an <a href="interactive-elements.html#link-type-stylesheet" title="rel-stylesheet">external resource link that
   contributes to the styling processing model</a> when the element
   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

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.753
retrieving revision 1.754
diff -u -d -r1.753 -r1.754
--- index.html	5 Feb 2010 23:16:24 -0000	1.753
+++ index.html	5 Feb 2010 23:26:30 -0000	1.754
@@ -291,7 +291,7 @@
    <a href="iana.html">&#8592; 11 IANA considerations</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="references.html">References &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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">
@@ -314,13 +314,13 @@
      <td><a href="dom.html#phrasing-content" title="Phrasing content">phrasing</a></td>
      <td><a href="embedded-content-0.html#transparent">transparent</a>*</td>
      <td><a href="dom.html#global-attributes" title="global attributes">globals</a>;
-         <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code>;
-         <code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">target</a></code>;
-         <code title="attr-hyperlink-ping"><a href="history.html#ping">ping</a></code>;
-         <code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">rel</a></code>;
-         <code title="attr-hyperlink-media"><a href="history.html#attr-hyperlink-media">media</a></code>;
-         <code title="attr-hyperlink-hreflang"><a href="history.html#attr-hyperlink-hreflang">hreflang</a></code>;
-         <code title="attr-hyperlink-type"><a href="history.html#attr-hyperlink-type">type</a></code></td>
+         <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code>;
+         <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code>;
+         <code title="attr-hyperlink-ping"><a href="interactive-elements.html#ping">ping</a></code>;
+         <code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">rel</a></code>;
+         <code title="attr-hyperlink-media"><a href="interactive-elements.html#attr-hyperlink-media">media</a></code>;
+         <code title="attr-hyperlink-hreflang"><a href="interactive-elements.html#attr-hyperlink-hreflang">hreflang</a></code>;
+         <code title="attr-hyperlink-type"><a href="interactive-elements.html#attr-hyperlink-type">type</a></code></td>
      <td><code><a href="text-level-semantics.html#htmlanchorelement">HTMLAnchorElement</a></code></td>
     </tr><tr><th><code><a href="text-level-semantics.html#the-abbr-element">abbr</a></code></th>
      <td>Abbreviation</td>
@@ -348,13 +348,13 @@
          <code title="attr-area-alt"><a href="the-canvas-element.html#attr-area-alt">alt</a></code>;
          <code title="attr-area-coords"><a href="the-canvas-element.html#attr-area-coords">coords</a></code>;
          <code title="attr-area-shape"><a href="the-canvas-element.html#attr-area-shape">shape</a></code>;
-         <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code>;
-         <code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">target</a></code>;
-         <code title="attr-hyperlink-ping"><a href="history.html#ping">ping</a></code>;
-         <code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">rel</a></code>;
-         <code title="attr-hyperlink-media"><a href="history.html#attr-hyperlink-media">media</a></code>;
-         <code title="attr-hyperlink-hreflang"><a href="history.html#attr-hyperlink-hreflang">hreflang</a></code>;
-         <code title="attr-hyperlink-type"><a href="history.html#attr-hyperlink-type">type</a></code></td>
+         <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code>;
+         <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code>;
+         <code title="attr-hyperlink-ping"><a href="interactive-elements.html#ping">ping</a></code>;
+         <code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">rel</a></code>;
+         <code title="attr-hyperlink-media"><a href="interactive-elements.html#attr-hyperlink-media">media</a></code>;
+         <code title="attr-hyperlink-hreflang"><a href="interactive-elements.html#attr-hyperlink-hreflang">hreflang</a></code>;
+         <code title="attr-hyperlink-type"><a href="interactive-elements.html#attr-hyperlink-type">type</a></code></td>
      <td><code><a href="the-canvas-element.html#htmlareaelement">HTMLAreaElement</a></code></td>
     </tr><tr><th><code><a href="semantics.html#the-article-element">article</a></code></th>
      <td>Self-contained syndicatable or reusable composition</td>
@@ -399,7 +399,7 @@
      <td><a href="dom.html#global-attributes" title="global attributes">globals</a></td>
      <td><code><a href="dom.html#htmlelement">HTMLElement</a></code></td>
     </tr><tr><th><code><a href="semantics.html#the-base-element">base</a></code></th>
-     <td>Base URL and default target <a href="browsers.html#browsing-context">browsing context</a> for <a href="history.html#attr-hyperlink-target" title="attr-hyperlink-target">hyperlinks</a> and <a href="forms.html#attr-fs-target" title="attr-fs-target">forms</a></td>
+     <td>Base URL and default target <a href="browsers.html#browsing-context">browsing context</a> for <a href="interactive-elements.html#attr-hyperlink-target" title="attr-hyperlink-target">hyperlinks</a> and <a href="forms.html#attr-fs-target" title="attr-fs-target">forms</a></td>
      <td><a href="dom.html#metadata-content" title="Metadata content">metadata</a></td>
      <td><code><a href="semantics.html#the-head-element-0">head</a></code></td>
      <td>empty</td>
@@ -907,7 +907,7 @@
          <code title="attr-link-media"><a href="semantics.html#attr-link-media">media</a></code>;
          <code title="attr-link-hreflang"><a href="semantics.html#attr-link-hreflang">hreflang</a></code>;
          <code title="attr-link-type"><a href="semantics.html#attr-link-type">type</a></code>;
-         <code title="attr-link-sizes"><a href="history.html#attr-link-sizes">sizes</a></code></td>
+         <code title="attr-link-sizes"><a href="interactive-elements.html#attr-link-sizes">sizes</a></code></td>
      <td><code><a href="semantics.html#htmllinkelement">HTMLLinkElement</a></code></td>
     </tr><tr><th><code><a href="the-canvas-element.html#the-map-element">map</a></code></th>
      <td><a href="the-canvas-element.html#image-map">Image map</a></td>
@@ -1620,18 +1620,18 @@
      </td><td> Low limit of high range
      </td><td> <a href="infrastructure.html#valid-floating-point-number">Valid floating point number</a>*
     </td></tr><tr><th> <code title="">href</code>
-     </th><td> <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">a</a></code>;
-          <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">area</a></code>;
+     </th><td> <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">a</a></code>;
+          <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">area</a></code>;
           <code title="attr-link-href"><a href="semantics.html#attr-link-href">link</a></code>
-     </td><td> Address of the <a href="history.html#hyperlink">hyperlink</a>
+     </td><td> Address of the <a href="interactive-elements.html#hyperlink">hyperlink</a>
      </td><td> <a href="infrastructure.html#valid-url">Valid URL</a>
     </td></tr><tr><th> <code title="">href</code>
      </th><td> <code title="attr-base-href"><a href="semantics.html#attr-base-href">base</a></code>
      </td><td> <a href="infrastructure.html#document-base-url">Document base URL</a>
      </td><td> <a href="infrastructure.html#valid-url">Valid URL</a>
     </td></tr><tr><th> <code title="">hreflang</code>
-     </th><td> <code title="attr-hyperlink-hreflang"><a href="history.html#attr-hyperlink-hreflang">a</a></code>;
-          <code title="attr-hyperlink-hreflang"><a href="history.html#attr-hyperlink-hreflang">area</a></code>;
+     </th><td> <code title="attr-hyperlink-hreflang"><a href="interactive-elements.html#attr-hyperlink-hreflang">a</a></code>;
+          <code title="attr-hyperlink-hreflang"><a href="interactive-elements.html#attr-hyperlink-hreflang">area</a></code>;
           <code title="attr-link-hreflang"><a href="semantics.html#attr-link-hreflang">link</a></code>
      </td><td> Language of the linked resource
      </td><td> Valid BCP 47 language code
@@ -1698,8 +1698,8 @@
      </td><td> Maximum length of value
      </td><td> <a href="infrastructure.html#valid-non-negative-integer">Valid non-negative integer</a>
     </td></tr><tr><th> <code title="">media</code>
-     </th><td> <code title="attr-hyperlink-media"><a href="history.html#attr-hyperlink-media">a</a></code>;
-          <code title="attr-hyperlink-media"><a href="history.html#attr-hyperlink-media">area</a></code>;
+     </th><td> <code title="attr-hyperlink-media"><a href="interactive-elements.html#attr-hyperlink-media">a</a></code>;
+          <code title="attr-hyperlink-media"><a href="interactive-elements.html#attr-hyperlink-media">area</a></code>;
           <code title="attr-link-media"><a href="semantics.html#attr-link-media">link</a></code>;
           <code title="attr-source-media"><a href="video.html#attr-source-media">source</a></code>;
           <code title="attr-style-media"><a href="semantics.html#attr-style-media">style</a></code>
@@ -1770,8 +1770,8 @@
      </td><td> Pattern to be matched by the form control's value
      </td><td> Regular expression matching the JavaScript <i title="">Pattern</i> production
     </td></tr><tr><th> <code title="">ping</code>
-     </th><td> <code title="attr-hyperlink-ping"><a href="history.html#ping">a</a></code>;
-          <code title="attr-hyperlink-ping"><a href="history.html#ping">area</a></code>
+     </th><td> <code title="attr-hyperlink-ping"><a href="interactive-elements.html#ping">a</a></code>;
+          <code title="attr-hyperlink-ping"><a href="interactive-elements.html#ping">area</a></code>
      </td><td> <a href="infrastructure.html#url" title="URL">URLs</a> to ping
      </td><td> <a href="infrastructure.html#set-of-space-separated-tokens">Set of space-separated tokens</a> consisting of <a href="infrastructure.html#valid-url" title="valid URL">valid URLs</a>
     </td></tr><tr><th> <code title="">placeholder</code>
@@ -1797,8 +1797,8 @@
      </td><td> Whether to allow the value to be edited by the user
      </td><td> <a href="infrastructure.html#boolean-attribute">Boolean attribute</a>
     </td></tr><tr><th> <code title="">rel</code>
-     </th><td> <code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">a</a></code>;
-          <code title="attr-hyperlink-rel"><a href="history.html#attr-hyperlink-rel">area</a></code>;
+     </th><td> <code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">a</a></code>;
+          <code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">area</a></code>;
           <code title="attr-link-rel"><a href="semantics.html#attr-link-rel">link</a></code>
      </td><td> Relationship between the document containing the hyperlink and the destination resource
      </td><td> <a href="infrastructure.html#set-of-space-separated-tokens">Set of space-separated tokens</a>*
@@ -1863,8 +1863,8 @@
      </td><td> Size of the control
      </td><td> <a href="infrastructure.html#valid-non-negative-integer">Valid non-negative integer</a> greater than zero
     </td></tr><tr><th> <code title="">sizes</code>
-     </th><td> <code title="attr-link-sizes"><a href="history.html#attr-link-sizes">link</a></code>
-     </td><td> Sizes of the icons (for <code title="attr-link-rel"><a href="semantics.html#attr-link-rel">rel</a></code>="<code title="rel-icon"><a href="history.html#rel-icon">icon</a></code>")
+     </th><td> <code title="attr-link-sizes"><a href="interactive-elements.html#attr-link-sizes">link</a></code>
+     </td><td> Sizes of the icons (for <code title="attr-link-rel"><a href="semantics.html#attr-link-rel">rel</a></code>="<code title="rel-icon"><a href="interactive-elements.html#rel-icon">icon</a></code>")
      </td><td> <a href="infrastructure.html#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a> consisting of sizes*
     </td></tr><tr><th> <code title="">span</code>
      </th><td> <code title="attr-col-span"><a href="tabular-data.html#attr-col-span">col</a></code>;
@@ -1903,13 +1903,13 @@
      </td><td> Whether the element is focusable, and the relative order of the element for the purposes of sequential focus navigation
      </td><td> <a href="infrastructure.html#valid-integer">Valid integer</a>
     </td></tr><tr><th> <code title="">target</code>
-     </th><td> <code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">a</a></code>;
-          <code title="attr-hyperlink-target"><a href="history.html#attr-hyperlink-target">area</a></code>
-     </td><td> <a href="browsers.html#browsing-context">Browsing context</a> for <a href="history.html#hyperlink">hyperlink</a> <a href="history.html#navigate" title="navigate">navigation</a>
+     </th><td> <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">a</a></code>;
+          <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">area</a></code>
+     </td><td> <a href="browsers.html#browsing-context">Browsing context</a> for <a href="interactive-elements.html#hyperlink">hyperlink</a> <a href="history.html#navigate" title="navigate">navigation</a>
      </td><td> <a href="browsers.html#valid-browsing-context-name-or-keyword">Valid browsing context name or keyword</a>
     </td></tr><tr><th> <code title="">target</code>
      </th><td> <code title="attr-base-target"><a href="semantics.html#attr-base-target">base</a></code>
-     </td><td> Default <a href="browsers.html#browsing-context">browsing context</a> for <a href="history.html#hyperlink">hyperlink</a> <a href="history.html#navigate" title="navigate">navigation</a> and <a href="forms.html#form-submission">form submission</a>
+     </td><td> Default <a href="browsers.html#browsing-context">browsing context</a> for <a href="interactive-elements.html#hyperlink">hyperlink</a> <a href="history.html#navigate" title="navigate">navigation</a> and <a href="forms.html#form-submission">form submission</a>
      </td><td> <a href="browsers.html#valid-browsing-context-name-or-keyword">Valid browsing context name or keyword</a>
     </td></tr><tr><th> <code title="">target</code>
      </th><td> <code title="attr-fs-target"><a href="forms.html#attr-fs-target">form</a></code>
@@ -1938,8 +1938,8 @@
      </td><td> Alternative style sheet set name
      </td><td> Text
     </td></tr><tr><th> <code title="">type</code>
-     </th><td> <code title="attr-hyperlink-type"><a href="history.html#attr-hyperlink-type">a</a></code>;
-          <code title="attr-hyperlink-type"><a href="history.html#attr-hyperlink-type">area</a></code>;
+     </th><td> <code title="attr-hyperlink-type"><a href="interactive-elements.html#attr-hyperlink-type">a</a></code>;
+          <code title="attr-hyperlink-type"><a href="interactive-elements.html#attr-hyperlink-type">area</a></code>;
           <code title="attr-link-type"><a href="semantics.html#attr-link-type">link</a></code>
      </td><td> Hint for the type of the referenced resource
      </td><td> <a href="infrastructure.html#valid-mime-type">Valid MIME type</a>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.753
retrieving revision 1.754
diff -u -d -r1.753 -r1.754
--- spec.html	5 Feb 2010 23:16:25 -0000	1.753
+++ spec.html	5 Feb 2010 23:26:31 -0000	1.754
@@ -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.3719.
+This is revision 1.3721.
    </p> 
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -765,15 +765,45 @@
        <li><a href="interactive-elements.html#using-the-accesskey-attribute-on-a-label-element-to-define-a-command"><span class="secno">4.11.5.6 </span>Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>label</code> element to define a command</a></li>
        <li><a href="interactive-elements.html#using-the-accesskey-attribute-on-a-legend-element-to-define-a-command"><span class="secno">4.11.5.7 </span>Using the <code title="attr-accesskey">accesskey</code> attribute on a <code>legend</code> element to define a command</a></li>
        <li><a href="interactive-elements.html#using-the-accesskey-attribute-to-define-a-command-on-other-elements"><span class="secno">4.11.5.8 </span>Using the <code title="attr-accesskey">accesskey</code> attribute to define a command on other elements</a></li></ol></li></ol></li>
-   <li><a href="interactive-elements.html#common-idioms-without-dedicated-elements"><span class="secno">4.12 </span>Common idioms without dedicated elements</a>
-    <ol><li><a href="interactive-elements.html#tag-clouds"><span class="secno">4.12.1 </span>Tag clouds</a></li>
-     <li><a href="interactive-elements.html#conversations"><span class="secno">4.12.2 </span>Conversations</a></li>
-     <li><a href="interactive-elements.html#footnotes"><span class="secno">4.12.3 </span>Footnotes</a></li></ol></li>
-   <li><a href="interactive-elements.html#matching-html-elements-using-selectors"><span class="secno">4.13 </span>Matching HTML elements using selectors</a>
-    <ol><li><a href="interactive-elements.html#selectors"><span class="secno">4.13.1 </span>Case-sensitivity</a></li>
-     <li><a href="interactive-elements.html#pseudo-classes"><span class="secno">4.13.2 </span>Pseudo-classes</a></li></ol></li>
-   <li><a href="interactive-elements.html#converting-html-to-other-formats"><span class="secno">4.14 </span>Converting HTML to other formats</a>
-    <ol><li><a href="interactive-elements.html#atom"><span class="secno">4.14.1 </span>Atom</a></li></ol></li></ol></li>
+   <li><a href="interactive-elements.html#links"><span class="secno">4.12 </span>Links</a>
+    <ol><li><a href="interactive-elements.html#hyperlink-elements"><span class="secno">4.12.1 </span>Hyperlink elements</a></li>
+     <li><a href="interactive-elements.html#following-hyperlinks"><span class="secno">4.12.2 </span>Following hyperlinks</a>
+      <ol><li><a href="interactive-elements.html#hyperlink-auditing"><span class="secno">4.12.2.1 </span>Hyperlink auditing</a></li></ol></li>
+     <li><a href="interactive-elements.html#linkTypes"><span class="secno">4.12.3 </span>Link types</a>
+      <ol><li><a href="interactive-elements.html#link-type-alternate"><span class="secno">4.12.3.1 </span>Link type "<code>alternate</code>"</a></li>
+       <li><a href="interactive-elements.html#link-type-archives"><span class="secno">4.12.3.2 </span>Link type "<code>archives</code>"</a></li>
+       <li><a href="interactive-elements.html#link-type-author"><span class="secno">4.12.3.3 </span>Link type "<code>author</code>"</a></li>
+       <li><a href="interactive-elements.html#link-type-bookmark"><span class="secno">4.12.3.4 </span>Link type "<code>bookmark</code>"</a></li>
+       <li><a href="interactive-elements.html#link-type-external"><span class="secno">4.12.3.5 </span>Link type "<code>external</code>"</a></li>
+       <li><a href="interactive-elements.html#link-type-help"><span class="secno">4.12.3.6 </span>Link type "<code>help</code>"</a></li>
+       <li><a href="interactive-elements.html#rel-icon"><span class="secno">4.12.3.7 </span>Link type "<code>icon</code>"</a></li>
+       <li><a href="interactive-elements.html#link-type-license"><span class="secno">4.12.3.8 </span>Link type "<code>license</code>"</a></li>
+       <li><a href="interactive-elements.html#link-type-nofollow"><span class="secno">4.12.3.9 </span>Link type "<code>nofollow</code>"</a></li>
+       <li><a href="interactive-elements.html#link-type-noreferrer"><span class="secno">4.12.3.10 </span>Link type "<code>noreferrer</code>"</a></li>
+       <li><a href="interactive-elements.html#link-type-pingback"><span class="secno">4.12.3.11 </span>Link type "<code>pingback</code>"</a></li>
+       <li><a href="interactive-elements.html#link-type-prefetch"><span class="secno">4.12.3.12 </span>Link type "<code>prefetch</code>"</a></li>
+       <li><a href="interactive-elements.html#link-type-search"><span class="secno">4.12.3.13 </span>Link type "<code>search</code>"</a></li>
+       <li><a href="interactive-elements.html#link-type-stylesheet"><span class="secno">4.12.3.14 </span>Link type "<code>stylesheet</code>"</a></li>
+       <li><a href="interactive-elements.html#link-type-sidebar"><span class="secno">4.12.3.15 </span>Link type "<code>sidebar</code>"</a></li>
+       <li><a href="interactive-elements.html#link-type-tag"><span class="secno">4.12.3.16 </span>Link type "<code>tag</code>"</a></li>
+       <li><a href="interactive-elements.html#hierarchical-link-types"><span class="secno">4.12.3.17 </span>Hierarchical link types</a>
+        <ol><li><a href="interactive-elements.html#link-type-index"><span class="secno">4.12.3.17.1 </span>Link type "<code>index</code>"</a></li>
+         <li><a href="interactive-elements.html#link-type-up"><span class="secno">4.12.3.17.2 </span>Link type "<code>up</code>"</a></li></ol></li>
+       <li><a href="interactive-elements.html#sequential-link-types"><span class="secno">4.12.3.18 </span>Sequential link types</a>
+        <ol><li><a href="interactive-elements.html#link-type-first"><span class="secno">4.12.3.18.1 </span>Link type "<code>first</code>"</a></li>
+         <li><a href="interactive-elements.html#link-type-last"><span class="secno">4.12.3.18.2 </span>Link type "<code>last</code>"</a></li>
+         <li><a href="interactive-elements.html#link-type-next"><span class="secno">4.12.3.18.3 </span>Link type "<code>next</code>"</a></li>
+         <li><a href="interactive-elements.html#link-type-prev"><span class="secno">4.12.3.18.4 </span>Link type "<code>prev</code>"</a></li></ol></li>
+       <li><a href="interactive-elements.html#other-link-types"><span class="secno">4.12.3.19 </span>Other link types</a></li></ol></li></ol></li>
+   <li><a href="interactive-elements.html#common-idioms-without-dedicated-elements"><span class="secno">4.13 </span>Common idioms without dedicated elements</a>
+    <ol><li><a href="interactive-elements.html#tag-clouds"><span class="secno">4.13.1 </span>Tag clouds</a></li>
+     <li><a href="interactive-elements.html#conversations"><span class="secno">4.13.2 </span>Conversations</a></li>
+     <li><a href="interactive-elements.html#footnotes"><span class="secno">4.13.3 </span>Footnotes</a></li></ol></li>
+   <li><a href="interactive-elements.html#matching-html-elements-using-selectors"><span class="secno">4.14 </span>Matching HTML elements using selectors</a>
+    <ol><li><a href="interactive-elements.html#selectors"><span class="secno">4.14.1 </span>Case-sensitivity</a></li>
+     <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>
   <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>
@@ -784,110 +814,80 @@
      <li><a href="browsers.html#security-1"><span class="secno">5.1.4 </span>Security</a></li>
      <li><a href="browsers.html#groupings-of-browsing-contexts"><span class="secno">5.1.5 </span>Groupings of browsing contexts</a></li>
      <li><a href="browsers.html#browsing-context-names"><span class="secno">5.1.6 </span>Browsing context names</a></li></ol></li>
-   <li><a href="browsers.html#the-windowproxy-object"><span class="secno">5.2 </span>The <code>WindowProxy</code> object</a></li>
-   <li><a href="browsers.html#the-window-object"><span class="secno">5.3 </span>The <code>Window</code> object</a>
-    <ol><li><a href="browsers.html#security-2"><span class="secno">5.3.1 </span>Security</a></li>
-     <li><a href="browsers.html#apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">5.3.2 </span>APIs for creating and navigating browsing contexts by name</a></li>
-     <li><a href="browsers.html#accessing-other-browsing-contexts"><span class="secno">5.3.3 </span>Accessing other browsing contexts</a></li>
-     <li><a href="browsers.html#named-access-on-the-window-object"><span class="secno">5.3.4 </span>Named access on the <code>Window</code> object</a></li>
-     <li><a href="browsers.html#garbage-collection-and-browsing-contexts"><span class="secno">5.3.5 </span>Garbage collection and browsing contexts</a></li>
-     <li><a href="browsers.html#browser-interface-elements"><span class="secno">5.3.6 </span>Browser interface elements</a></li></ol></li>
-   <li><a href="browsers.html#origin-0"><span class="secno">5.4 </span>Origin</a>
-    <ol><li><a href="browsers.html#relaxing-the-same-origin-restriction"><span class="secno">5.4.1 </span>Relaxing the same-origin restriction</a></li></ol></li>
-   <li><a href="browsers.html#scripting"><span class="secno">5.5 </span>Scripting</a>
-    <ol><li><a href="browsers.html#introduction-1"><span class="secno">5.5.1 </span>Introduction</a></li>
-     <li><a href="browsers.html#enabling-and-disabling-scripting"><span class="secno">5.5.2 </span>Enabling and disabling scripting</a></li>
-     <li><a href="browsers.html#processing-model-1"><span class="secno">5.5.3 </span>Processing model</a>
-      <ol><li><a href="browsers.html#definitions-0"><span class="secno">5.5.3.1 </span>Definitions</a></li>
-       <li><a href="browsers.html#calling-scripts"><span class="secno">5.5.3.2 </span>Calling scripts</a></li>
-       <li><a href="browsers.html#creating-scripts"><span class="secno">5.5.3.3 </span>Creating scripts</a></li>
-       <li><a href="browsers.html#killing-scripts"><span class="secno">5.5.3.4 </span>Killing scripts</a></li></ol></li>
-     <li><a href="browsers.html#event-loops"><span class="secno">5.5.4 </span>Event loops</a>
-      <ol><li><a href="browsers.html#definitions-1"><span class="secno">5.5.4.1 </span>Definitions</a></li>
-       <li><a href="browsers.html#processing-model-2"><span class="secno">5.5.4.2 </span>Processing model</a></li>
-       <li><a href="browsers.html#generic-task-sources"><span class="secno">5.5.4.3 </span>Generic task sources</a></li></ol></li>
-     <li><a href="browsers.html#javascript-protocol"><span class="secno">5.5.5 </span>The <code title="">javascript:</code> protocol</a></li>
-     <li><a href="browsers.html#events"><span class="secno">5.5.6 </span>Events</a>
-      <ol><li><a href="browsers.html#event-handler-attributes"><span class="secno">5.5.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.5.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.5.6.3 </span>Event firing</a></li>
-       <li><a href="browsers.html#events-and-the-window-object"><span class="secno">5.5.6.4 </span>Events and the <code>Window</code> object</a></li>
-       <li><a href="browsers.html#runtime-script-errors"><span class="secno">5.5.6.5 </span>Runtime script errors</a></li></ol></li></ol></li>
-   <li><a href="browsers.html#timers"><span class="secno">5.6 </span>Timers</a></li>
-   <li><a href="browsers.html#user-prompts"><span class="secno">5.7 </span>User prompts</a>
-    <ol><li><a href="browsers.html#simple-dialogs"><span class="secno">5.7.1 </span>Simple dialogs</a></li>
-     <li><a href="browsers.html#printing"><span class="secno">5.7.2 </span>Printing</a></li>
-     <li><a href="browsers.html#dialogs-implemented-using-separate-documents"><span class="secno">5.7.3 </span>Dialogs implemented using separate documents</a></li></ol></li>
-   <li><a href="browsers.html#system-state-and-capabilities"><span class="secno">5.8 </span>System state and capabilities</a>
-    <ol><li><a href="browsers.html#client-identification"><span class="secno">5.8.1 </span>Client identification</a></li>
-     <li><a href="browsers.html#custom-handlers"><span class="secno">5.8.2 </span>Custom scheme and content handlers</a>
-      <ol><li><a href="browsers.html#security-and-privacy"><span class="secno">5.8.2.1 </span>Security and privacy</a></li>
-       <li><a href="browsers.html#sample-handler-impl"><span class="secno">5.8.2.2 </span>Sample user interface</a></li></ol></li>
-     <li><a href="browsers.html#manually-releasing-the-storage-mutex"><span class="secno">5.8.3 </span>Manually releasing the storage mutex</a></li></ol></li>
-   <li><a href="offline.html#offline"><span class="secno">5.9 </span>Offline Web applications</a>
-    <ol><li><a href="offline.html#introduction-2"><span class="secno">5.9.1 </span>Introduction</a>
-      <ol><li><a href="offline.html#appcacheevents"><span class="secno">5.9.1.1 </span>Event summary</a></li></ol></li>
-     <li><a href="offline.html#appcache"><span class="secno">5.9.2 </span>Application caches</a></li>
-     <li><a href="offline.html#manifests"><span class="secno">5.9.3 </span>The cache manifest syntax</a>
-      <ol><li><a href="offline.html#a-sample-manifest"><span class="secno">5.9.3.1 </span>A sample manifest</a></li>
-       <li><a href="offline.html#writing-cache-manifests"><span class="secno">5.9.3.2 </span>Writing cache manifests</a></li>
-       <li><a href="offline.html#parsing-cache-manifests"><span class="secno">5.9.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.9.4 </span>Downloading or updating an application cache</a></li>
-     <li><a href="offline.html#the-application-cache-selection-algorithm"><span class="secno">5.9.5 </span>The application cache selection algorithm</a></li>
-     <li><a href="offline.html#changesToNetworkingModel"><span class="secno">5.9.6 </span>Changes to the networking model</a></li>
-     <li><a href="offline.html#expiring-application-caches"><span class="secno">5.9.7 </span>Expiring application caches</a></li>
-     <li><a href="offline.html#application-cache-api"><span class="secno">5.9.8 </span>Application cache API</a></li>
-     <li><a href="offline.html#browser-state"><span class="secno">5.9.9 </span>Browser state</a></li></ol></li>
-   <li><a href="history.html#history"><span class="secno">5.10 </span>Session history and navigation</a>
-    <ol><li><a href="history.html#the-session-history-of-browsing-contexts"><span class="secno">5.10.1 </span>The session history of browsing contexts</a></li>
-     <li><a href="history.html#the-history-interface"><span class="secno">5.10.2 </span>The <code>History</code> interface</a></li>
-     <li><a href="history.html#the-location-interface"><span class="secno">5.10.3 </span>The <code>Location</code> interface</a>
-      <ol><li><a href="history.html#security-3"><span class="secno">5.10.3.1 </span>Security</a></li></ol></li>
-     <li><a href="history.html#history-notes"><span class="secno">5.10.4 </span>Implementation notes for session history</a></li></ol></li>
-   <li><a href="history.html#browsing-the-web"><span class="secno">5.11 </span>Browsing the Web</a>
-    <ol><li><a href="history.html#navigating-across-documents"><span class="secno">5.11.1 </span>Navigating across documents</a></li>
-     <li><a href="history.html#read-html"><span class="secno">5.11.2 </span>Page load processing model for HTML files</a></li>
-     <li><a href="history.html#read-xml"><span class="secno">5.11.3 </span>Page load processing model for XML files</a></li>
-     <li><a href="history.html#read-text"><span class="secno">5.11.4 </span>Page load processing model for text files</a></li>
-     <li><a href="history.html#read-image"><span class="secno">5.11.5 </span>Page load processing model for images</a></li>
-     <li><a href="history.html#read-plugin"><span class="secno">5.11.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.11.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.11.8 </span>Navigating to a fragment identifier</a></li>
-     <li><a href="history.html#history-traversal"><span class="secno">5.11.9 </span>History traversal</a>
-      <ol><li><a href="history.html#event-definitions"><span class="secno">5.11.9.1 </span>Event definitions</a></li></ol></li>
-     <li><a href="history.html#unloading-documents"><span class="secno">5.11.10 </span>Unloading documents</a>
-      <ol><li><a href="history.html#event-definition"><span class="secno">5.11.10.1 </span>Event definition</a></li></ol></li>
-     <li><a href="history.html#aborting-a-document-load"><span class="secno">5.11.11 </span>Aborting a document load</a></li></ol></li>
-   <li><a href="history.html#links"><span class="secno">5.12 </span>Links</a>
-    <ol><li><a href="history.html#hyperlink-elements"><span class="secno">5.12.1 </span>Hyperlink elements</a></li>
-     <li><a href="history.html#following-hyperlinks"><span class="secno">5.12.2 </span>Following hyperlinks</a>
-      <ol><li><a href="history.html#hyperlink-auditing"><span class="secno">5.12.2.1 </span>Hyperlink auditing</a></li></ol></li>
-     <li><a href="history.html#linkTypes"><span class="secno">5.12.3 </span>Link types</a>
-      <ol><li><a href="history.html#link-type-alternate"><span class="secno">5.12.3.1 </span>Link type "<code>alternate</code>"</a></li>
-       <li><a href="history.html#link-type-archives"><span class="secno">5.12.3.2 </span>Link type "<code>archives</code>"</a></li>
-       <li><a href="history.html#link-type-author"><span class="secno">5.12.3.3 </span>Link type "<code>author</code>"</a></li>
-       <li><a href="history.html#link-type-bookmark"><span class="secno">5.12.3.4 </span>Link type "<code>bookmark</code>"</a></li>
-       <li><a href="history.html#link-type-external"><span class="secno">5.12.3.5 </span>Link type "<code>external</code>"</a></li>
-       <li><a href="history.html#link-type-help"><span class="secno">5.12.3.6 </span>Link type "<code>help</code>"</a></li>
-       <li><a href="history.html#rel-icon"><span class="secno">5.12.3.7 </span>Link type "<code>icon</code>"</a></li>
-       <li><a href="history.html#link-type-license"><span class="secno">5.12.3.8 </span>Link type "<code>license</code>"</a></li>
-       <li><a href="history.html#link-type-nofollow"><span class="secno">5.12.3.9 </span>Link type "<code>nofollow</code>"</a></li>
-       <li><a href="history.html#link-type-noreferrer"><span class="secno">5.12.3.10 </span>Link type "<code>noreferrer</code>"</a></li>
-       <li><a href="history.html#link-type-pingback"><span class="secno">5.12.3.11 </span>Link type "<code>pingback</code>"</a></li>
-       <li><a href="history.html#link-type-prefetch"><span class="secno">5.12.3.12 </span>Link type "<code>prefetch</code>"</a></li>
-       <li><a href="history.html#link-type-search"><span class="secno">5.12.3.13 </span>Link type "<code>search</code>"</a></li>
-       <li><a href="history.html#link-type-stylesheet"><span class="secno">5.12.3.14 </span>Link type "<code>stylesheet</code>"</a></li>
-       <li><a href="history.html#link-type-sidebar"><span class="secno">5.12.3.15 </span>Link type "<code>sidebar</code>"</a></li>
-       <li><a href="history.html#link-type-tag"><span class="secno">5.12.3.16 </span>Link type "<code>tag</code>"</a></li>
-       <li><a href="history.html#hierarchical-link-types"><span class="secno">5.12.3.17 </span>Hierarchical link types</a>
-        <ol><li><a href="history.html#link-type-index"><span class="secno">5.12.3.17.1 </span>Link type "<code>index</code>"</a></li>
-         <li><a href="history.html#link-type-up"><span class="secno">5.12.3.17.2 </span>Link type "<code>up</code>"</a></li></ol></li>
-       <li><a href="history.html#sequential-link-types"><span class="secno">5.12.3.18 </span>Sequential link types</a>
-        <ol><li><a href="history.html#link-type-first"><span class="secno">5.12.3.18.1 </span>Link type "<code>first</code>"</a></li>
-         <li><a href="history.html#link-type-last"><span class="secno">5.12.3.18.2 </span>Link type "<code>last</code>"</a></li>
-         <li><a href="history.html#link-type-next"><span class="secno">5.12.3.18.3 </span>Link type "<code>next</code>"</a></li>
-         <li><a href="history.html#link-type-prev"><span class="secno">5.12.3.18.4 </span>Link type "<code>prev</code>"</a></li></ol></li>
-       <li><a href="history.html#other-link-types"><span class="secno">5.12.3.19 </span>Other link types</a></li></ol></li></ol></li></ol></li>
+   <li><a href="browsers.html#the-window-object"><span class="secno">5.2 </span>The <code>Window</code> object</a>
+    <ol><li><a href="browsers.html#security-2"><span class="secno">5.2.1 </span>Security</a></li>
+     <li><a href="browsers.html#apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">5.2.2 </span>APIs for creating and navigating browsing contexts by name</a></li>
+     <li><a href="browsers.html#accessing-other-browsing-contexts"><span class="secno">5.2.3 </span>Accessing other browsing contexts</a></li>
+     <li><a href="browsers.html#named-access-on-the-window-object"><span class="secno">5.2.4 </span>Named access on the <code>Window</code> object</a></li>
+     <li><a href="browsers.html#garbage-collection-and-browsing-contexts"><span class="secno">5.2.5 </span>Garbage collection and browsing contexts</a></li>
+     <li><a href="browsers.html#browser-interface-elements"><span class="secno">5.2.6 </span>Browser interface elements</a></li>
+     <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>

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec/introduction.html,v
retrieving revision 1.755
retrieving revision 1.756
diff -u -d -r1.755 -r1.756
--- introduction.html	5 Feb 2010 23:16:24 -0000	1.755
+++ introduction.html	5 Feb 2010 23:26:31 -0000	1.756
@@ -289,7 +289,7 @@
    </div><nav>
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="infrastructure.html">2 Common infrastructure &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</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
@@ -535,8 +535,8 @@
   within each other, without overlapping:</p><pre class="bad">&lt;p&gt;This is &lt;em&gt;very &lt;strong&gt;wrong&lt;/em&gt;!&lt;/strong&gt;&lt;/p&gt;</pre><pre>&lt;p&gt;This &lt;em&gt;is &lt;strong&gt;correct&lt;/strong&gt;.&lt;/em&gt;&lt;/p&gt;</pre><p>This specification defines a set of elements that can be used in
   HTML, along with rules about the ways in which the elements can be
   nested.</p><p>Elements can have attributes, which control how the elements
-  work. In the example below, there is a <a href="history.html#hyperlink">hyperlink</a>,
-  formed using the <code><a href="text-level-semantics.html#the-a-element">a</a></code> element and its <code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code> attribute:</p><pre>&lt;a href="demo.html"&gt;simple&lt;/a&gt;</pre><p><a href="syntax.html#syntax-attributes" title="syntax-attributes">Attributes</a> are placed
+  work. In the example below, there is a <a href="interactive-elements.html#hyperlink">hyperlink</a>,
+  formed using the <code><a href="text-level-semantics.html#the-a-element">a</a></code> element and its <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute:</p><pre>&lt;a href="demo.html"&gt;simple&lt;/a&gt;</pre><p><a href="syntax.html#syntax-attributes" title="syntax-attributes">Attributes</a> are placed
   inside the start tag, and consist of a <a href="syntax.html#syntax-attribute-name" title="syntax-attribute-name">name</a> and a <a href="syntax.html#syntax-attribute-value" title="syntax-attribute-value">value</a>, separated by an "<code title="">=</code>" character. The attribute value can be left <a href="syntax.html#unquoted">unquoted</a> if it doesn't contain spaces or any of
   <code title="">"</code> <code title="">'</code> <code title="">`</code> <code title="">=</code> <code title="">&lt;</code>
   or <code title="">&gt;</code>. Otherwise, it has to be quoted using
@@ -575,7 +575,7 @@
 &lt;/form&gt;</pre><p>Each element in the DOM tree is represented by an object, and
   these objects have APIs so that they can be manipulated. For
   instance, a link (e.g. the <code><a href="text-level-semantics.html#the-a-element">a</a></code> element in the tree above)
-  can have its "<code title="attr-hyperlink-href"><a href="history.html#attr-hyperlink-href">href</a></code>"
+  can have its "<code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code>"
   attribute changed in several ways:</p><pre>var a = <a href="dom.html#htmldocument" title="HTMLDocument">document</a>.<a href="dom.html#dom-document-links" title="dom-document-links">links</a>[0]; // obtain the first link in the document
 a.<a href="text-level-semantics.html#dom-a-href" title="dom-a-href">href</a> = 'sample.html'; // change the destination URL of the link
 a.<a href="infrastructure.html#dom-uda-protocol" title="dom-uda-protocol">protocol</a> = 'https'; // change just the scheme part of the URL

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.753
retrieving revision 1.754
diff -u -d -r1.753 -r1.754
--- syntax.html	5 Feb 2010 23:16:25 -0000	1.753
+++ syntax.html	5 Feb 2010 23:26:31 -0000	1.754
@@ -291,7 +291,7 @@
    <a href="editing.html">&#8592; 6 User Interaction</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="named-character-references.html">7.5 Named character references &#8594;</a>
-  </nav><p>This is revision 1.3719.</p>
+  </nav><p>This is revision 1.3721.</p>
 
 
   <h2 id="syntax"><span class="secno">7 </span><dfn>The HTML syntax</dfn></h2><p class="note">This section only describes the rules for resources

Received on Friday, 5 February 2010 23:26:55 UTC