html5/spec-author-view apis-in-html-documents.html,1.160,1.161 association-of-controls-and-forms.html,1.155,1.156 browsers.html,1.724,1.725 commands.html,1.152,1.153 common-input-element-attributes.html,1.163,1.164 common-microsyntaxes.html,1.157,1.158 content-models.html,1.165,1.166 dnd.html,1.159,1.160 dom.html,1.718,1.719 editing.html,1.714,1.715 edits.html,1.150,1.151 elements.html,1.172,1.173 embedded-content-1.html,1.168,1.169 forms.html,1.708,1.709 grouping-content.html,1.164,1.165 history.html,1.713,1.714 iana.html,1.163,1.164 index.html,1.724,1.725 infrastructure.html,1.719,1.720 interactive-elements.html,1.709,1.710 introduction.html,1.716,1.717 links.html,1.166,1.167 number-state.html,1.155,1.156 obsolete.html,1.711,1.712 offline.html,1.709,1.710 origin-0.html,1.135,1.136 scripting-1.html,1.159,1.160 sections.html,1.168,1.169 semantics.html,1.721,1.722 states-of-the-type-attribute.html,1.160,1.161 syntax.html,1.719,1.720 tabular-data.html,1.701,1.702 text-level-semantics.html,1.717,1.718

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv24610

Modified Files:
	apis-in-html-documents.html 
	association-of-controls-and-forms.html browsers.html 
	commands.html common-input-element-attributes.html 
	common-microsyntaxes.html content-models.html dnd.html 
	dom.html editing.html edits.html elements.html 
	embedded-content-1.html forms.html grouping-content.html 
	history.html iana.html index.html infrastructure.html 
	interactive-elements.html introduction.html links.html 
	number-state.html obsolete.html offline.html origin-0.html 
	scripting-1.html sections.html semantics.html 
	states-of-the-type-attribute.html syntax.html 
	tabular-data.html text-level-semantics.html 
	the-button-element.html the-canvas-element.html 
	the-iframe-element.html the-input-element.html 
	the-map-element.html timers.html urls.html video.html 
	webappapis.html 
Log Message:
An idea for <device>. Don't know if we'll go with this, but it's interesting. (whatwg r5312)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.719
retrieving revision 1.720
diff -u -d -r1.719 -r1.720
--- infrastructure.html	19 Aug 2010 20:42:52 -0000	1.719
+++ infrastructure.html	19 Aug 2010 20:46:01 -0000	1.720
@@ -390,7 +390,7 @@
   document, then the node's <a href="#root-element" id="root-element-1">root element</a> is indeed the
   document's root element; however, if the node is not currently part
   of the document tree, the root element will be an orphaned node.<p>When an element's <a href="#root-element" id="root-element-2">root element</a> is the root element
-  of a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, it is said to be <dfn id="in-a-document">in a
+  of a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, it is said to be <dfn id="in-a-document">in a
   <code>Document</code></dfn>. An element is said to have been <dfn id="insert-an-element-into-a-document" title="insert an element into a document">inserted into a
   document</dfn> when its <a href="#root-element" id="root-element-3">root element</a> changes and is now
   the document's <a href="#root-element" id="root-element-4">root element</a>. Analogously, an element is
@@ -400,19 +400,19 @@
   element</a> to being another element.<p>A node's <dfn id="home-subtree">home subtree</dfn> is the subtree rooted at that
   node's <a href="#root-element" id="root-element-7">root element</a>. When a node is <a href="#in-a-document" id="in-a-document-0">in a
   <code>Document</code></a>, its <a href="#home-subtree" id="home-subtree-0">home subtree</a> is that
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s tree.<p>The <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> of a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> (such as an
-  element) is the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code>'s
-  <code title="dom-Node-ownerDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-node-ownerdocument" title='Read about this "ownerDocument" reference in the full HTML5 spec.'>ownerDocument</a></code> IDL
-  attribute returns. When a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> is <a href="#in-a-document" id="in-a-document-1">in a
-  <code>Document</code></a> then that <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is
-  always the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code>'s <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, and the
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code>'s <code title="dom-Node-ownerDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-node-ownerdocument" title='Read about this "ownerDocument" reference in the full HTML5 spec.'>ownerDocument</a></code> IDL attribute
-  thus always returns that <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<p>The term <dfn id="tree-order">tree order</dfn> means a pre-order, depth-first
-  traversal of DOM nodes involved (through the <code title="dom-Node-parentNode"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-node-parentnode" title='Read about this "parentNode" reference in the full HTML5 spec.'>parentNode</a></code>/<code title="dom-Node-childNodes"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-node-childnodes" title='Read about this "childNodes" reference in the full HTML5 spec.'>childNodes</a></code> relationship).<p>When it is stated that some element or attribute is <dfn id="ignore" title="ignore">ignored</dfn>, or treated as some other value, or
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s tree.<p>The <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> of a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> (such as an
+  element) is the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code>'s
+  <code title="dom-Node-ownerDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-node-ownerdocument" title='Read about this "ownerDocument" reference in the full HTML5 spec.'>ownerDocument</a></code> IDL
+  attribute returns. When a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> is <a href="#in-a-document" id="in-a-document-1">in a
+  <code>Document</code></a> then that <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is
+  always the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code>'s <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, and the
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code>'s <code title="dom-Node-ownerDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-node-ownerdocument" title='Read about this "ownerDocument" reference in the full HTML5 spec.'>ownerDocument</a></code> IDL attribute
+  thus always returns that <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<p>The term <dfn id="tree-order">tree order</dfn> means a pre-order, depth-first
+  traversal of DOM nodes involved (through the <code title="dom-Node-parentNode"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-node-parentnode" title='Read about this "parentNode" reference in the full HTML5 spec.'>parentNode</a></code>/<code title="dom-Node-childNodes"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-node-childnodes" title='Read about this "childNodes" reference in the full HTML5 spec.'>childNodes</a></code> relationship).<p>When it is stated that some element or attribute is <dfn id="ignore" title="ignore">ignored</dfn>, or treated as some other value, or
   handled as if it was something else, this refers only to the
-  processing of the node after it is in the DOM. <p>The term <dfn id="text-node">text node</dfn> refers to any <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#text" title='Read about this "Text" reference in the full HTML5 spec.'>Text</a></code>
-  node, including <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#cdatasection" title='Read about this "CDATASection" reference in the full HTML5 spec.'>CDATASection</a></code> nodes; specifically, any
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> with node type <code title="">TEXT_NODE</code> (3)
+  processing of the node after it is in the DOM. <p>The term <dfn id="text-node">text node</dfn> refers to any <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#text" title='Read about this "Text" reference in the full HTML5 spec.'>Text</a></code>
+  node, including <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#cdatasection" title='Read about this "CDATASection" reference in the full HTML5 spec.'>CDATASection</a></code> nodes; specifically, any
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> with node type <code title="">TEXT_NODE</code> (3)
   or <code title="">CDATA_SECTION_NODE</code> (4). <a href="references.html#refsDOMCORE">[DOMCORE]</a><p>A content attribute is said to <dfn title="">change</dfn> value
   only if its new value is different than its previous value; setting
   an attribute to a value it already has does not change it.<h4 id="scripting-0"><span class="secno">2.1.4 </span>Scripting</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The construction "a <code>Foo</code> object", where
@@ -429,10 +429,10 @@
   defined by the DOM Events specification. <!--
   http://krijnhoetmer.nl/irc-logs/webapps/20091218 --> <a href="references.html#refsDOMEVENTS">[DOMEVENTS]</a><h4 id="plugins"><span class="secno">2.1.5 </span>Plugins</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The term <dfn id="plugin">plugin</dfn> refers to a user-agent defined set of
   content handlers used by the user agent that can take part in the
-  user agent's rendering of a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object, but that
+  user agent's rendering of a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object, but that
   neither act as <a href="browsers.html#child-browsing-context" id="child-browsing-context-0" title="child browsing context">child browsing
-  contexts</a> of the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> nor introduce any
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> objects to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s DOM.<p>Typically such content handlers are provided by third parties,
+  contexts</a> of the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> nor introduce any
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> objects to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s DOM.<p>Typically such content handlers are provided by third parties,
   though a user agent can also designate built-in content handlers as
   plugins.<p>A user agent must not consider the types <code>text/plain</code>
   and <code>application/octet-stream</code> as having a registered

Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.717
retrieving revision 1.718
diff -u -d -r1.717 -r1.718
--- text-level-semantics.html	19 Aug 2010 20:42:53 -0000	1.717
+++ text-level-semantics.html	19 Aug 2010 20:46:08 -0000	1.718
@@ -333,34 +333,34 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlanchorelement">HTMLAnchorElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-39">HTMLElement</a> {
-  stringifier attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-rel" title='Read about this "rel" reference in the full HTML5 spec.'>rel</a>;
-  readonly attribute <a href="urls.html#domtokenlist" id="domtokenlist-7">DOMTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-rellist" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-hreflang" title='Read about this "hreflang" reference in the full HTML5 spec.'>hreflang</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+  stringifier attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-rel" title='Read about this "rel" reference in the full HTML5 spec.'>rel</a>;
+  readonly attribute <a href="urls.html#domtokenlist" id="domtokenlist-7">DOMTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-rellist" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-hreflang" title='Read about this "hreflang" reference in the full HTML5 spec.'>hreflang</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
 
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>;
 
   // <a href="urls.html#url-decomposition-idl-attributes" id="url-decomposition-idl-attributes-0">URL decomposition IDL attributes</a>
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-host" title='Read about this "host" reference in the full HTML5 spec.'>host</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-hostname" title='Read about this "hostname" reference in the full HTML5 spec.'>hostname</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-port" title='Read about this "port" reference in the full HTML5 spec.'>port</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-pathname" title='Read about this "pathname" reference in the full HTML5 spec.'>pathname</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-hash" title='Read about this "hash" reference in the full HTML5 spec.'>hash</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-host" title='Read about this "host" reference in the full HTML5 spec.'>host</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-hostname" title='Read about this "hostname" reference in the full HTML5 spec.'>hostname</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-port" title='Read about this "port" reference in the full HTML5 spec.'>port</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-pathname" title='Read about this "pathname" reference in the full HTML5 spec.'>pathname</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-hash" title='Read about this "hash" reference in the full HTML5 spec.'>hash</a>;
 };</pre>
    </dd>
   </dl><p>If the <code><a href="#the-a-element" id="a-14">a</a></code> element has an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-10">href</a></code> attribute, then it
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a href="links.html#hyperlink" id="hyperlink-8">hyperlink</a> (a hypertext
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a href="links.html#hyperlink" id="hyperlink-8">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" id="a-15">a</a></code> element has no <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-11">href</a></code> attribute, then the element
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a placeholder for where a link might
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a placeholder for where a link might
   otherwise have been placed, if it had been relevant.<p>The <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target" id="target-13">target</a></code>,
   <code title="attr-hyperlink-rel"><a href="links.html#attr-hyperlink-rel" id="rel-13">rel</a></code>, <code title="attr-hyperlink-media"><a href="links.html#attr-hyperlink-media" id="media-9">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="links.html#attr-hyperlink-hreflang" id="hreflang-2">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="links.html#attr-hyperlink-type" id="type-92">type</a></code> attributes must be omitted
   if the <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-12">href</a></code> attribute is
@@ -376,11 +376,11 @@
   &lt;li&gt; &lt;a href="/legal"&gt;Legal&lt;/a&gt; &lt;/li&gt;
  &lt;/ul&gt;
 &lt;/nav&gt;</pre>
-  </div><dl class="domintro"><dt><var title="">a</var> . <code title="dom-a-text"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code></dt>
+  </div><dl class="domintro"><dt><var title="">a</var> . <code title="dom-a-text"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code></dt>
 
    <dd>
 
-    <p>Same as <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code>.</p>
+    <p>Same as <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code>.</p>
 
    </dd>
 
@@ -421,7 +421,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-33">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-40">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-em-element" id="em-3">em</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> stress
+  </dl><p>The <code><a href="#the-em-element" id="em-3">em</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> stress
   emphasis of its contents.<p>The level of emphasis that a particular piece of content has is
   given by its number of ancestor <code><a href="#the-em-element" id="em-4">em</a></code> elements.<p>The placement of emphasis changes the meaning of the sentence.
   The element thus forms an integral part of the content. The precise
@@ -501,7 +501,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-34">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-41">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-strong-element" id="strong-2">strong</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> strong
+  </dl><p>The <code><a href="#the-strong-element" id="strong-2">strong</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> strong
   importance for its contents.<p>The relative level of importance of a piece of content is given
   by its number of ancestor <code><a href="#the-strong-element" id="strong-3">strong</a></code> elements; each
   <code><a href="#the-strong-element" id="strong-4">strong</a></code> element increases the importance of its
@@ -527,7 +527,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-35">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-42">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-small-element" id="small-2">small</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> side
+  </dl><p>The <code><a href="#the-small-element" id="small-2">small</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> side
   comments such as small print.<p class="note">Small print typically features disclaimers, caveats,
   legal restrictions, or copyrights. Small print is also sometimes
   used for attribution, or for satisfying licensing requirements.<p class="note">The <code><a href="#the-small-element" id="small-3">small</a></code> element does not
@@ -598,7 +598,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-36">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-43">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-cite-element" id="cite-7">cite</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the title
+  </dl><p>The <code><a href="#the-cite-element" id="cite-7">cite</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the title
   of a work (e.g.
   a book,
   a paper,
@@ -703,7 +703,7 @@
    <dd><code title="attr-q-cite"><a href="#attr-q-cite" id="cite-18">cite</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="grouping-content.html#htmlquoteelement" id="htmlquoteelement-1">HTMLQuoteElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-q-element" id="q-4">q</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> some <a href="content-models.html#phrasing-content" id="phrasing-content-37" title="phrasing content">phrasing content</a> quoted from another
+  </dl><p>The <code><a href="#the-q-element" id="q-4">q</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> some <a href="content-models.html#phrasing-content" id="phrasing-content-37" title="phrasing content">phrasing content</a> quoted from another
   source.<p>Quotation punctuation (such as quotation marks) that is quoting
   the contents of the element must not appear immediately before,
   after, or inside <code><a href="#the-q-element" id="q-5">q</a></code> elements; they will be inserted into
@@ -775,7 +775,7 @@
    <dd>Also, the <code title="attr-dfn-title"><a href="#attr-dfn-title" id="title-63">title</a></code> attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-44">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-dfn-element" id="dfn-5">dfn</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the defining
+  </dl><p>The <code><a href="#the-dfn-element" id="dfn-5">dfn</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the defining
   instance of a term. The <a href="content-models.html#paragraph" id="paragraph-7" title="paragraph">paragraph</a>,
   <a href="grouping-content.html#the-dl-element" id="dl-12" title="dl">description list group</a>, or <a href="content-models.html#sectioning-content" id="sectioning-content-20" title="sectioning content">section</a> that is the nearest
   ancestor of the <code><a href="#the-dfn-element" id="dfn-6">dfn</a></code> element must also contain the
@@ -787,7 +787,7 @@
   child <a href="infrastructure.html#text-node" id="text-node-10" title="text node">text nodes</a>, and that child
   element is an <code><a href="#the-abbr-element" id="abbr-2">abbr</a></code> element with a <code title="attr-abbr-title"><a href="#attr-abbr-title" id="title-65">title</a></code> attribute, then the exact value
   of <em>that</em> attribute is the term being defined. Otherwise, it
-  is the exact <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of the <code><a href="#the-dfn-element" id="dfn-9">dfn</a></code>
+  is the exact <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of the <code><a href="#the-dfn-element" id="dfn-9">dfn</a></code>
   element that gives the term being defined.</p><!-- note that this means <dfn>x \n x</dfn> won't match <span>x x</span> --><p>If the <code title="attr-dfn-title"><a href="#attr-dfn-title" id="title-64">title</a></code> attribute of the
   <code><a href="#the-dfn-element" id="dfn-10">dfn</a></code> element is present, then it must contain only the
   term being defined.<p class="note">The <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-10">title</a></code> attribute
@@ -825,7 +825,7 @@
    <dd>Also, the <code title="attr-abbr-title"><a href="#attr-abbr-title" id="title-66">title</a></code> attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-45">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-abbr-element" id="abbr-3">abbr</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an
+  </dl><p>The <code><a href="#the-abbr-element" id="abbr-3">abbr</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an
   abbreviation or acronym, optionally with its expansion. The <dfn id="attr-abbr-title" title="attr-abbr-title"><code>title</code></dfn> attribute may be
   used to provide an expansion of the abbreviation. The attribute, if
   specified, must contain an expansion of the abbreviation, and
@@ -919,12 +919,12 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmltimeelement">HTMLTimeElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-46">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-time-datetime" title='Read about this "dateTime" reference in the full HTML5 spec.'>dateTime</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-time-pubdate" title='Read about this "pubDate" reference in the full HTML5 spec.'>pubDate</a>;
-  readonly attribute <span>Date</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-time-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-datetime" title='Read about this "dateTime" reference in the full HTML5 spec.'>dateTime</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-pubdate" title='Read about this "pubDate" reference in the full HTML5 spec.'>pubDate</a>;
+  readonly attribute <span>Date</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-time-element" id="time-5">time</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> either a
+  </dl><p>The <code><a href="#the-time-element" id="time-5">time</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> either a
   time on a 24 hour clock, or a precise date in the proleptic
   Gregorian calendar, optionally with a time and a time-zone
   offset. <a href="references.html#refsGREGORIAN">[GREGORIAN]</a><p>This element is intended as a way to encode modern dates and
@@ -959,7 +959,7 @@
   each <code><a href="sections.html#the-article-element" id="article-18">article</a></code> element, there must no more than one
   <code><a href="#the-time-element" id="time-8">time</a></code> element with a <code title="attr-time-pubdate"><a href="#attr-time-pubdate" id="pubdate-2">pubdate</a></code> attribute whose nearest
   ancestor is that <code><a href="sections.html#the-article-element" id="article-19">article</a></code> element. Furthermore, for each
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, there must be no more than one
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, there must be no more than one
   <code><a href="#the-time-element" id="time-9">time</a></code> element with a <code title="attr-time-pubdate"><a href="#attr-time-pubdate" id="pubdate-3">pubdate</a></code> attribute that does not
   have an ancestor <code><a href="sections.html#the-article-element" id="article-20">article</a></code> element.<p>The <dfn id="attr-time-datetime" title="attr-time-datetime"><code>datetime</code></dfn>
   attribute, if present, gives the date or time being
@@ -967,11 +967,11 @@
   contents.<p>If the element <i><a href="#needs-a-date" id="needs-a-date-0">needs a date</a></i>, and the <code title="attr-time-datetime"><a href="#attr-time-datetime" id="datetime-1">datetime</a></code> attribute is present,
   then the attribute's value must be a <a href="common-microsyntaxes.html#valid-date-string-with-optional-time" id="valid-date-string-with-optional-time-1">valid date string with
   optional time</a>.<p>If the element <i><a href="#needs-a-date" id="needs-a-date-1">needs a date</a></i>, but the <code title="attr-time-datetime"><a href="#attr-time-datetime" id="datetime-2">datetime</a></code> attribute is not present,
-  then the element's <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> must be a <a href="common-microsyntaxes.html#valid-date-string-in-content-with-optional-time" id="valid-date-string-in-content-with-optional-time-0">valid
+  then the element's <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> must be a <a href="common-microsyntaxes.html#valid-date-string-in-content-with-optional-time" id="valid-date-string-in-content-with-optional-time-0">valid
   date string in content with optional time</a>.<p>If the element does not <i>need a date</i>, and the <code title="attr-time-datetime"><a href="#attr-time-datetime" id="datetime-3">datetime</a></code> attribute is present,
   then the attribute's value must be a <a href="common-microsyntaxes.html#valid-date-or-time-string" id="valid-date-or-time-string-1">valid date or time
   string</a>.<p>If the element does not <i>need a date</i>, but the <code title="attr-time-datetime"><a href="#attr-time-datetime" id="datetime-4">datetime</a></code> attribute is not present,
-  then the element's <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> must be a <a href="common-microsyntaxes.html#valid-date-or-time-string-in-content" id="valid-date-or-time-string-in-content-0">valid
+  then the element's <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> must be a <a href="common-microsyntaxes.html#valid-date-or-time-string-in-content" id="valid-date-or-time-string-in-content-0">valid
   date or time string in content</a>.<p>The date, if any, must be expressed using the Gregorian
   calendar.<div class="example">
 
@@ -1012,7 +1012,7 @@
 
    <blockquote><p>I usually have a snack at 16h00.</blockquote>
 
-  </div><dl class="domintro"><dt><var title="">time</var> . <code title="dom-time-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-time-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code></dt>
+  </div><dl class="domintro"><dt><var title="">time</var> . <code title="dom-time-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code></dt>
 
    <dd>
 
@@ -1026,7 +1026,7 @@
 
    <pre>&lt;p&gt;Our first date was &lt;time datetime="2006-09-23"&gt;a Saturday&lt;/time&gt;.&lt;/p&gt;</pre>
 
-   <p>...the <code><a href="#the-time-element" id="time-14">time</a></code> element's <code title="dom-time-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-time-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> attribute would
+   <p>...the <code><a href="#the-time-element" id="time-14">time</a></code> element's <code title="dom-time-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> attribute would
    have the value 1,158,969,600,000ms.</p>
 
   </div><!-- <pre>&lt;p>We stopped talking at &lt;time datetime="2006-09-24T05:00-07:00">5am the next morning&lt;/time>.&lt;/p></pre> --><div class="example">
@@ -1035,7 +1035,7 @@
 
    <pre>&lt;p&gt;Many people get up at &lt;time&gt;08:00&lt;/time&gt;.&lt;/p&gt;</pre>
 
-   <p>...the <code><a href="#the-time-element" id="time-15">time</a></code> element's <code title="dom-time-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-time-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> attribute would
+   <p>...the <code><a href="#the-time-element" id="time-15">time</a></code> element's <code title="dom-time-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> attribute would
    have the value 28,800,000ms.</p>
 
   </div><div class="example">
@@ -1082,7 +1082,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-41">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-47">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-code-element" id="code-2">code</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a fragment
+  </dl><p>The <code><a href="#the-code-element" id="code-2">code</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a fragment
   of computer code. This could be an XML element name, a filename, a
   computer program, or any other string that a computer would
   recognize.<p>Although there is no formal way to indicate the language of
@@ -1131,7 +1131,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-42">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-48">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-var-element" id="var-1">var</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  </dl><p>The <code><a href="#the-var-element" id="var-1">var</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   variable. This could be an actual variable in a mathematical
   expression or programming context, or it could just be a term used
   as a placeholder in prose.<div class="example">
@@ -1177,7 +1177,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-43">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-49">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-samp-element" id="samp-3">samp</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> (sample)
+  </dl><p>The <code><a href="#the-samp-element" id="samp-3">samp</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> (sample)
   output from a program or computing system.<p class="note">See the <code><a href="grouping-content.html#the-pre-element" id="pre-10">pre</a></code> and <code><a href="#the-kbd-element" id="kbd-4">kbd</a></code>
   elements for more details.<div class="example">
    <p>This example shows the <code><a href="#the-samp-element" id="samp-4">samp</a></code> element being used
@@ -1206,7 +1206,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-44">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-50">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-kbd-element" id="kbd-6">kbd</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> user input
+  </dl><p>The <code><a href="#the-kbd-element" id="kbd-6">kbd</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> user input
   (typically keyboard input, although it may also be used to represent
   other input, such as voice commands).<p>When the <code><a href="#the-kbd-element" id="kbd-7">kbd</a></code> element is nested inside a
   <code><a href="#the-samp-element" id="samp-6">samp</a></code> element, it represents the input as it was echoed
@@ -1244,8 +1244,8 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-45">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Use <code><a href="elements.html#htmlelement" id="htmlelement-51">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-sub-and-sup-elements" id="sup-1">sup</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
-  superscript and the <code><a href="#the-sub-and-sup-elements" id="sub-1">sub</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>
+  </dl><p>The <code><a href="#the-sub-and-sup-elements" id="sup-1">sup</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  superscript and the <code><a href="#the-sub-and-sup-elements" id="sub-1">sub</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>
   a subscript.<p>These elements must be used only to mark up typographical
   conventions with specific meanings, not for typographical
   presentation for presentation's sake. For example, it would be
@@ -1286,7 +1286,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-46">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-52">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-i-element" id="i-3">i</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a span of text
+  </dl><p>The <code><a href="#the-i-element" id="i-3">i</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a span of text
   in an alternate voice or mood, or otherwise offset from the normal
   prose, such as a taxonomic designation, a technical term, an
   idiomatic phrase from another language, a thought, a ship name, or
@@ -1332,7 +1332,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-47">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-53">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-b-element" id="b-4">b</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a span of text
+  </dl><p>The <code><a href="#the-b-element" id="b-4">b</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a span of text
   to be stylistically offset from the normal prose without conveying
   any extra importance, such as key words in a document abstract,
   product names in a review, or other spans of text whose typical
@@ -1387,7 +1387,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-48">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-54">HTMLElement</a></code>.</dd>
-  </dl><!-- v2: attribute that means "highlight this on the scrollbar" --><p>The <code><a href="#the-mark-element" id="mark-2">mark</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a run of
+  </dl><!-- v2: attribute that means "highlight this on the scrollbar" --><p>The <code><a href="#the-mark-element" id="mark-2">mark</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a run of
   text in one document marked or highlighted for reference purposes,
   due to its relevance in another context. When used in a quotation or
   other block of text referred to from the prose, it indicates a
@@ -1522,7 +1522,7 @@
   annotations are short runs of text presented alongside base text,
   primarily used in East Asian typography as a guide for
   pronunciation or to include other annotations. In Japanese, this
-  form of typography is also known as <i>furigana</i>.<p>A <code><a href="#the-ruby-element" id="ruby-2">ruby</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the spans of
+  form of typography is also known as <i>furigana</i>.<p>A <code><a href="#the-ruby-element" id="ruby-2">ruby</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the spans of
   phrasing content it contains, ignoring all the child <code><a href="#the-rt-element" id="rt-1">rt</a></code>
   and <code><a href="#the-rp-element" id="rp-1">rp</a></code> elements and their descendants. Those spans of
   phrasing content have associated annotations created using the
@@ -1592,7 +1592,7 @@
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-56">HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href="#the-rt-element" id="rt-3">rt</a></code> element marks the ruby text component of a
-  ruby annotation.<p>An <code><a href="#the-rt-element" id="rt-4">rt</a></code> element  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an
+  ruby annotation.<p>An <code><a href="#the-rt-element" id="rt-4">rt</a></code> element  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an
   annotation (given by its children) for the zero or more nodes of
   phrasing content that immediately precedes it in the
   <code><a href="#the-ruby-element" id="ruby-4">ruby</a></code> element, ignoring <code><a href="#the-rp-element" id="rp-2">rp</a></code> elements.<h4 id="the-rp-element"><span class="secno">4.6.20 </span>The <dfn><code>rp</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
@@ -1611,7 +1611,7 @@
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-57">HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href="#the-rp-element" id="rp-3">rp</a></code> element can be used to provide parentheses
   around a ruby text component of a ruby annotation, to be shown by
-  user agents that don't support ruby annotations.<p>An <code><a href="#the-rp-element" id="rp-4">rp</a></code> element  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>
+  user agents that don't support ruby annotations.<p>An <code><a href="#the-rp-element" id="rp-4">rp</a></code> element  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>
   nothing. <div class="example">
 
    <p>The example above, in which each ideograph in the text <span lang="ja" title="">&#28450;&#23383;</span> is annotated with its
@@ -1643,7 +1643,7 @@
    <dd>Also, the <code title="attr-dir"><a href="elements.html#the-dir-attribute" id="dir-8">dir</a></code> global attribute has special semantics on this element.</dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-58">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-bdo-element" id="bdo-1">bdo</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> explicit
+  </dl><p>The <code><a href="#the-bdo-element" id="bdo-1">bdo</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> explicit
   text directionality formatting control for its children. It allows
   authors to override the Unicode bidirectional algorithm by
   explicitly specifying a direction override. <a href="references.html#refsBIDI">[BIDI]</a><p>Authors must specify the <code title="attr-dir"><a href="elements.html#the-dir-attribute" id="dir-9">dir</a></code>
@@ -1665,7 +1665,7 @@
   </dl><p>The <code><a href="#the-span-element" id="span-8">span</a></code> element doesn't mean anything on its own,
   but can be useful when used together with the <a href="elements.html#global-attributes" id="global-attributes-54">global
   attributes</a>, e.g. <code title="attr-class"><a href="elements.html#classes" id="class-7">class</a></code>, <code title="attr-lang"><a href="elements.html#attr-lang" id="lang-9">lang</a></code>, or <code title="attr-dir"><a href="elements.html#the-dir-attribute" id="dir-10">dir</a></code>.
-  It <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children.<div class="example">
+  It <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children.<div class="example">
 
    <p>In this example, a code fragment is marked up using
    <code><a href="#the-span-element" id="span-9">span</a></code> elements and <code title="attr-class"><a href="elements.html#classes" id="class-8">class</a></code> attributes so that its keywords and
@@ -1693,7 +1693,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlbrelement">HTMLBRElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-60">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-br-element" id="br-1">br</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a line
+  </dl><p>The <code><a href="#the-br-element" id="br-1">br</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a line
   break.<p><code><a href="#the-br-element" id="br-2">br</a></code> elements must be used only for line breaks that
   are actually part of the content, as in poems or addresses.<div class="example">
 
@@ -1738,7 +1738,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-56">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-61">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-wbr-element" id="wbr-1">wbr</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a line break
+  </dl><p>The <code><a href="#the-wbr-element" id="wbr-1">wbr</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a line break
   opportunity.<div class="example">
 
    <p>In the following example, someone is quoted as saying something

Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- scripting-1.html	19 Aug 2010 20:42:52 -0000	1.159
+++ scripting-1.html	19 Aug 2010 20:46:05 -0000	1.160
@@ -352,17 +352,17 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlscriptelement">HTMLScriptElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-14">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-script-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-script-async" title='Read about this "async" reference in the full HTML5 spec.'>async</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-script-defer" title='Read about this "defer" reference in the full HTML5 spec.'>defer</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-script-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-script-charset" title='Read about this "charset" reference in the full HTML5 spec.'>charset</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-script-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-async" title='Read about this "async" reference in the full HTML5 spec.'>async</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-defer" title='Read about this "defer" reference in the full HTML5 spec.'>defer</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-charset" title='Read about this "charset" reference in the full HTML5 spec.'>charset</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href="#script" id="script-13">script</a></code> element allows authors to include dynamic
   script and data blocks in their documents. The element does not
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> content for the user.<p>When used to include dynamic scripts, the scripts may either be
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> content for the user.<p>When used to include dynamic scripts, the scripts may either be
   embedded inline or may be imported from an external file using the
   <code title="attr-script-src"><a href="#attr-script-src" id="src-4">src</a></code> attribute. If the language
   is not that described by "<code title="">text/javascript</code>",
@@ -391,7 +391,7 @@
   must be an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-9">ASCII case-insensitive</a> match for the
   <a href="infrastructure.html#preferred-mime-name" id="preferred-mime-name-1">preferred MIME name</a> for that encoding, and must match
   the encoding given in the <code title="">charset</code> parameter of
-  the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#content-type" title='Read about this "Content-Type metadata" reference in the full HTML5 spec.'>Content-Type metadata</a> of the
+  the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/fetching-resources.html#content-type" title='Read about this "Content-Type metadata" reference in the full HTML5 spec.'>Content-Type metadata</a> of the
   external file, if any. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a><p>The <dfn id="attr-script-async" title="attr-script-async"><code>async</code></dfn> and
   <dfn id="attr-script-defer" title="attr-script-defer"><code>defer</code></dfn> attributes
   are <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-1" title="boolean attribute">boolean attributes</a> that
@@ -411,8 +411,8 @@
   therefore by necessity scattered throughout the specification. The
   algorithms below (in this section) describe the core of this
   processing, but these algorithms reference and are referenced by the
-  parsing rules for <code><a href="#script" id="script-14">script</a></code> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#scriptTag" title='Read about this "start" reference in the full HTML5 spec.'>start</a>
-  and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#scriptEndTag" title='Read about this "end" reference in the full HTML5 spec.'>end</a> tags in HTML, <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#scriptForeignEndTag" title='Read about this "in foreign content" reference in the full HTML5 spec.'>in foreign content</a>, and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#scriptTagXML" title='Read about this "in XML" reference in the full HTML5 spec.'>in XML</a>, the rules for the <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code> method, the
+  parsing rules for <code><a href="#script" id="script-14">script</a></code> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tokenization.html#scriptTag" title='Read about this "start" reference in the full HTML5 spec.'>start</a>
+  and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tokenization.html#scriptEndTag" title='Read about this "end" reference in the full HTML5 spec.'>end</a> tags in HTML, <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tokenization.html#scriptForeignEndTag" title='Read about this "in foreign content" reference in the full HTML5 spec.'>in foreign content</a>, and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-xhtml-syntax.html#scriptTagXML" title='Read about this "in XML" reference in the full HTML5 spec.'>in XML</a>, the rules for the <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code> method, the
   handling of <a href="webappapis.html#scripting">scripting</a>, etc.<p>The <code title="attr-script-defer"><a href="#attr-script-defer" id="defer-2">defer</a></code> attribute may be
   specified even if the <code title="attr-script-async"><a href="#attr-script-async" id="async-3">async</a></code>
   attribute is specified, to cause legacy Web browsers that only
@@ -420,7 +420,7 @@
   synchronous blocking behavior that is the default.<p>Changing the <code title="attr-script-src"><a href="#attr-script-src" id="src-8">src</a></code>, <code title="attr-script-type"><a href="#attr-script-type" id="type-10">type</a></code>, <code title="attr-script-charset"><a href="#attr-script-charset" id="charset-11">charset</a></code>, <code title="attr-script-async"><a href="#attr-script-async" id="async-5">async</a></code>, and <code title="attr-script-defer"><a href="#attr-script-defer" id="defer-5">defer</a></code> attributes dynamically has no
   direct effect; these attribute are only used at specific times
   described below.</p><!-- by implication, changes to the base URL
-  also have no effect --><dl class="domintro"><dt><var title="">script</var> . <code title="dom-script-text"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-script-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code> [ = <var title="">value</var> ]</dt>
+  also have no effect --><dl class="domintro"><dt><var title="">script</var> . <code title="dom-script-text"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -432,7 +432,7 @@
 
    </dd>
 
-  </dl><p class="note">When inserted using the <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code> method,
+  </dl><p class="note">When inserted using the <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code> method,
   <code><a href="#script" id="script-15">script</a></code> elements execute (typically synchronously), but
   when inserted using <code title="dom-innerHTML"><a href="apis-in-html-documents.html#dom-innerhtml" id="innerhtml-3">innerHTML</a></code> and <code title="dom-outerHTML"><a href="apis-in-html-documents.html#dom-outerhtml" id="outerhtml-2">outerHTML</a></code> attributes, they do not
   execute at all.<div class="example">
@@ -517,7 +517,7 @@
    <dt>"<code>text/javascript;e4x=1</code>"</dt>
    <dd>JavaScript with ECMAScript for XML. <a href="references.html#refsECMA357">[ECMA357]</a></dd>
 
-  </dl><h5 id="restrictions-for-contents-of-script-elements"><span class="secno">4.3.1.2 </span><dfn title="script content restrictions">Restrictions for contents of <code>script</code> elements</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of a <code><a href="#script" id="script-18">script</a></code> element must match the
+  </dl><h5 id="restrictions-for-contents-of-script-elements"><span class="secno">4.3.1.2 </span><dfn title="script content restrictions">Restrictions for contents of <code>script</code> elements</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of a <code><a href="#script" id="script-18">script</a></code> element must match the
   <code title="">script</code> production in the following ABNF, the
   character set for which is Unicode. <a href="references.html#refsABNF">[ABNF]</a><pre>script        = data1 *( escape [ script-start data3 ] "--&gt;" data1 ) [ escape ]
 escape        = "&lt;!--" data2 *( script-start data3 script-end data2 )
@@ -559,7 +559,7 @@
   documentation</a>, there are further restrictions on the contents
   of the element, as described in the section below.<h5 id="inline-documentation-for-external-scripts"><span class="secno">4.3.1.3 </span><dfn title="script documentation">Inline documentation for external scripts</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>If a <code><a href="#script" id="script-20">script</a></code> element's <code title="attr-script-src"><a href="#attr-script-src" id="src-9">src</a></code> attribute is specified, then the
   contents of the <code><a href="#script" id="script-21">script</a></code> element, if any, must be such
-  that the value of the <code title="dom-script-text"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-script-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code> IDL
+  that the value of the <code title="dom-script-text"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code> IDL
   attribute, which is derived from the element's contents, matches the
   <code title="">documentation</code> production in the following
   ABNF, the character set for which is Unicode. <a href="references.html#refsABNF">[ABNF]</a><pre>documentation = *( *( space / tab / comment ) [ line-comment ] newline )
@@ -604,38 +604,38 @@
    <dd>In a <code><a href="semantics.html#the-head-element-0" id="head-17">head</a></code> element of an <a href="dom.html#html-documents" id="html-documents-17" title="HTML documents">HTML document</a>, if there are no ancestor <code><a href="#the-noscript-element" id="noscript-6">noscript</a></code> elements.</dd>
    <dd>Where <a href="content-models.html#phrasing-content" id="phrasing-content-14">phrasing content</a> is expected in <a href="dom.html#html-documents" id="html-documents-18">HTML documents</a>, if there are no ancestor <code><a href="#the-noscript-element" id="noscript-7">noscript</a></code> elements.</dd>
    <dt>Content model:</dt>
-   <dd>When <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a>, in a <code><a href="semantics.html#the-head-element-0" id="head-18">head</a></code> element: in any order, zero or more <code><a href="semantics.html#the-link-element" id="link-23">link</a></code> elements, zero or more <code><a href="semantics.html#the-style-element" id="style-26">style</a></code> elements, and zero or more <code><a href="semantics.html#meta" id="meta-27">meta</a></code> elements.</dd>
-   <dd>When <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a>, not in a <code><a href="semantics.html#the-head-element-0" id="head-19">head</a></code> element: <a href="content-models.html#transparent" id="transparent-1">transparent</a>, but there must be no <code><a href="#the-noscript-element" id="noscript-8">noscript</a></code> element descendants.</dd>
+   <dd>When <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a>, in a <code><a href="semantics.html#the-head-element-0" id="head-18">head</a></code> element: in any order, zero or more <code><a href="semantics.html#the-link-element" id="link-23">link</a></code> elements, zero or more <code><a href="semantics.html#the-style-element" id="style-26">style</a></code> elements, and zero or more <code><a href="semantics.html#meta" id="meta-27">meta</a></code> elements.</dd>
+   <dd>When <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a>, not in a <code><a href="semantics.html#the-head-element-0" id="head-19">head</a></code> element: <a href="content-models.html#transparent" id="transparent-1">transparent</a>, but there must be no <code><a href="#the-noscript-element" id="noscript-8">noscript</a></code> element descendants.</dd>
    <dd>Otherwise: text that conforms to the requirements given in the prose.</dd>
    <dt>Content attributes:</dt>
    <dd><a href="elements.html#global-attributes" id="global-attributes-8">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-15">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-noscript-element" id="noscript-9">noscript</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> nothing
-  if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a>, and
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a>. It is used
+  </dl><p>The <code><a href="#the-noscript-element" id="noscript-9">noscript</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> nothing
+  if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a>, and
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a>. It is used
   to present different markup to user agents that support scripting
   and those that don't support scripting, by affecting how the
   document is parsed.<p>When used in <a href="dom.html#html-documents" id="html-documents-19">HTML documents</a>, the allowed content
-  model is as follows:<dl><dt>In a <code><a href="semantics.html#the-head-element-0" id="head-20">head</a></code> element, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a> for the
+  model is as follows:<dl><dt>In a <code><a href="semantics.html#the-head-element-0" id="head-20">head</a></code> element, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a> for the
    <code><a href="#the-noscript-element" id="noscript-10">noscript</a></code> element</dt>
 
    <dd><p>The <code><a href="#the-noscript-element" id="noscript-11">noscript</a></code> element must contain only
    <code><a href="semantics.html#the-link-element" id="link-24">link</a></code>, <code><a href="semantics.html#the-style-element" id="style-27">style</a></code>, and <code><a href="semantics.html#meta" id="meta-28">meta</a></code>
    elements.</dd>
 
-   <dt>In a <code><a href="semantics.html#the-head-element-0" id="head-21">head</a></code> element, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a> for the
+   <dt>In a <code><a href="semantics.html#the-head-element-0" id="head-21">head</a></code> element, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a> for the
    <code><a href="#the-noscript-element" id="noscript-12">noscript</a></code> element</dt>
 
    <dd><p>The <code><a href="#the-noscript-element" id="noscript-13">noscript</a></code> element must contain only text,
-   except that invoking the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#html-fragment-parsing-algorithm" title='Read about this "HTML fragment parsing algorithm" reference in the full HTML5 spec.'>HTML fragment parsing
+   except that invoking the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-end.html#html-fragment-parsing-algorithm" title='Read about this "HTML fragment parsing algorithm" reference in the full HTML5 spec.'>HTML fragment parsing
    algorithm</a> <!-- (which disables <script type="text/javascript"> execution) --> with
    the <code><a href="#the-noscript-element" id="noscript-14">noscript</a></code> element as the <var title="">context</var> element and the text contents as the <var title="">input</var> must result in a list of nodes that consists
    only of <code><a href="semantics.html#the-link-element" id="link-25">link</a></code>, <code><a href="semantics.html#the-style-element" id="style-28">style</a></code>, and
    <code><a href="semantics.html#meta" id="meta-29">meta</a></code> elements that would be conforming if they were
-   children of the <code><a href="#the-noscript-element" id="noscript-15">noscript</a></code> element, and no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#parse-error" title='Read about this "parse errors" reference in the full HTML5 spec.'>parse errors</a>.</dd>
+   children of the <code><a href="#the-noscript-element" id="noscript-15">noscript</a></code> element, and no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#parse-error" title='Read about this "parse errors" reference in the full HTML5 spec.'>parse errors</a>.</dd>
 
-   <dt>Outside of <code><a href="semantics.html#the-head-element-0" id="head-22">head</a></code> elements, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a> for the
+   <dt>Outside of <code><a href="semantics.html#the-head-element-0" id="head-22">head</a></code> elements, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a> for the
    <code><a href="#the-noscript-element" id="noscript-16">noscript</a></code> element</dt>
 
    <dd><p>The <code><a href="#the-noscript-element" id="noscript-17">noscript</a></code> element's content model is
@@ -644,7 +644,7 @@
    element as an ancestor (that is, <code><a href="#the-noscript-element" id="noscript-20">noscript</a></code> can't be
    nested).</dd>
 
-   <dt>Outside of <code><a href="semantics.html#the-head-element-0" id="head-23">head</a></code> elements, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a> for the
+   <dt>Outside of <code><a href="semantics.html#the-head-element-0" id="head-23">head</a></code> elements, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a> for the
    <code><a href="#the-noscript-element" id="noscript-21">noscript</a></code> element</dt>
 
    <dd>
@@ -654,7 +654,7 @@
     algorithm results in a conforming document with no
     <code><a href="#the-noscript-element" id="noscript-23">noscript</a></code> elements and no <code><a href="#script" id="script-23">script</a></code>
     elements, and such that no step in the algorithm causes an
-    <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a> to flag a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#parse-error" title='Read about this "parse error" reference in the full HTML5 spec.'>parse error</a>:</p>
+    <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a> to flag a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#parse-error" title='Read about this "parse error" reference in the full HTML5 spec.'>parse error</a>:</p>
 
     <ol><li>Remove every <code><a href="#script" id="script-24">script</a></code> element from the
      document.</li>
@@ -698,7 +698,7 @@
 
   </dl><p class="note">All these contortions are required because, for
   historical reasons, the <code><a href="#the-noscript-element" id="noscript-31">noscript</a></code> element is handled
-  differently by the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a> based on whether <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#scripting-flag" title='Read about this "scripting was enabled or not" reference in the full HTML5 spec.'>scripting was enabled or not</a> when the
+  differently by the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a> based on whether <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#scripting-flag" title='Read about this "scripting was enabled or not" reference in the full HTML5 spec.'>scripting was enabled or not</a> when the
   parser was invoked.<p>The <code><a href="#the-noscript-element" id="noscript-32">noscript</a></code> element must not be used in <a href="dom.html#xml-documents" id="xml-documents-18">XML
   documents</a>.<p class="note"><strong>The <code><a href="#the-noscript-element" id="noscript-33">noscript</a></code> element is only
   effective in <a href="syntax.html#syntax" id="the-html-syntax-2">the HTML syntax</a>, it has no effect in

Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- the-map-element.html	19 Aug 2010 20:42:53 -0000	1.158
+++ the-map-element.html	19 Aug 2010 20:46:10 -0000	1.159
@@ -326,22 +326,22 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlmapelement">HTMLMapElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-71">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-map-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-21">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-map-areas" title='Read about this "areas" reference in the full HTML5 spec.'>areas</a>;
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-22">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-map-images" title='Read about this "images" reference in the full HTML5 spec.'>images</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-21">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-areas" title='Read about this "areas" reference in the full HTML5 spec.'>areas</a>;
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-22">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-images" title='Read about this "images" reference in the full HTML5 spec.'>images</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href="#the-map-element" id="map-4">map</a></code> element, in conjunction with any
   <code><a href="#the-area-element" id="area-8">area</a></code> element descendants, defines an <a href="#image-map" id="image-map-3">image
-  map</a>. The element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children.<p>The <dfn id="attr-map-name" title="attr-map-name"><code>name</code></dfn> attribute
+  map</a>. The element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children.<p>The <dfn id="attr-map-name" title="attr-map-name"><code>name</code></dfn> attribute
   gives the map a name so that it can be referenced. The attribute
-  must be present and must have a non-empty value with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>. The value of the
+  must be present and must have a non-empty value with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>. The value of the
   <code title="attr-map-name"><a href="#attr-map-name" id="name-17">name</a></code> attribute must not be a
   <a href="infrastructure.html#compatibility-caseless" id="compatibility-caseless-0" title="compatibility caseless">compatibility-caseless</a>
   match for the value of the <code title="attr-map-name"><a href="#attr-map-name" id="name-18">name</a></code>
   attribute of another <code><a href="#the-map-element" id="map-5">map</a></code> element in the same
   document. If the <code title="attr-id"><a href="elements.html#the-id-attribute" id="id-2">id</a></code> attribute is also
-  specified, both attributes must have the same value.<dl class="domintro"><dt><var title="">map</var> . <code title="dom-map-areas"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-map-areas" title='Read about this "areas" reference in the full HTML5 spec.'>areas</a></code></dt>
+  specified, both attributes must have the same value.<dl class="domintro"><dt><var title="">map</var> . <code title="dom-map-areas"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-areas" title='Read about this "areas" reference in the full HTML5 spec.'>areas</a></code></dt>
 
    <dd>
 
@@ -349,7 +349,7 @@
 
    </dd>
 
-   <dt><var title="">map</var> . <code title="dom-map-images"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-map-images" title='Read about this "images" reference in the full HTML5 spec.'>images</a></code></dt>
+   <dt><var title="">map</var> . <code title="dom-map-images"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-images" title='Read about this "images" reference in the full HTML5 spec.'>images</a></code></dt>
 
    <dd>
 
@@ -378,28 +378,28 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlareaelement">HTMLAreaElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-72">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-coords" title='Read about this "coords" reference in the full HTML5 spec.'>coords</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-shape" title='Read about this "shape" reference in the full HTML5 spec.'>shape</a>;
-  stringifier attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-rel" title='Read about this "rel" reference in the full HTML5 spec.'>rel</a>;
-  readonly attribute <a href="urls.html#domtokenlist" id="domtokenlist-8">DOMTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-rellist" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-hreflang" title='Read about this "hreflang" reference in the full HTML5 spec.'>hreflang</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-coords" title='Read about this "coords" reference in the full HTML5 spec.'>coords</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-shape" title='Read about this "shape" reference in the full HTML5 spec.'>shape</a>;
+  stringifier attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-rel" title='Read about this "rel" reference in the full HTML5 spec.'>rel</a>;
+  readonly attribute <a href="urls.html#domtokenlist" id="domtokenlist-8">DOMTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-rellist" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-hreflang" title='Read about this "hreflang" reference in the full HTML5 spec.'>hreflang</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
 
   // <a href="urls.html#url-decomposition-idl-attributes" id="url-decomposition-idl-attributes-1">URL decomposition IDL attributes</a>
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-host" title='Read about this "host" reference in the full HTML5 spec.'>host</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-hostname" title='Read about this "hostname" reference in the full HTML5 spec.'>hostname</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-port" title='Read about this "port" reference in the full HTML5 spec.'>port</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-pathname" title='Read about this "pathname" reference in the full HTML5 spec.'>pathname</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-area-hash" title='Read about this "hash" reference in the full HTML5 spec.'>hash</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-host" title='Read about this "host" reference in the full HTML5 spec.'>host</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-hostname" title='Read about this "hostname" reference in the full HTML5 spec.'>hostname</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-port" title='Read about this "port" reference in the full HTML5 spec.'>port</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-pathname" title='Read about this "pathname" reference in the full HTML5 spec.'>pathname</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-hash" title='Read about this "hash" reference in the full HTML5 spec.'>hash</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-area-element" id="area-10">area</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> either a
+  </dl><p>The <code><a href="#the-area-element" id="area-10">area</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> either a
   hyperlink with some text and a corresponding area on an <a href="#image-map" id="image-map-4">image
   map</a>, or a dead area on an image map.<p>If the <code><a href="#the-area-element" id="area-11">area</a></code> element has an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-16">href</a></code> attribute, then the
   <code><a href="#the-area-element" id="area-12">area</a></code> element represents a <a href="links.html#hyperlink" id="hyperlink-10">hyperlink</a>. In

Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.711
retrieving revision 1.712
diff -u -d -r1.711 -r1.712
--- the-canvas-element.html	19 Aug 2010 20:42:53 -0000	1.711
+++ the-canvas-element.html	19 Aug 2010 20:46:08 -0000	1.712
@@ -328,12 +328,12 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmlcanvaselement">HTMLCanvasElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-70">HTMLElement</a> {
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-canvas-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-canvas-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
 
-  DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-canvas-todataurl" title='Read about this "toDataURL" reference in the full HTML5 spec.'>toDataURL</a>(in optional DOMString type, in any... args);
+  DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-todataurl" title='Read about this "toDataURL" reference in the full HTML5 spec.'>toDataURL</a>(in optional DOMString type, in any... args);
 
-  object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-canvas-getcontext" title='Read about this "getContext" reference in the full HTML5 spec.'>getContext</a>(in DOMString contextId, in any... args);
+  object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-getcontext" title='Read about this "getContext" reference in the full HTML5 spec.'>getContext</a>(in DOMString contextId, in any... args);
 };</pre>
    </dd>
   </dl><p>The <code><a href="#the-canvas-element">canvas</a></code> element provides scripts with a
@@ -349,22 +349,22 @@
   essentially the same function or purpose as the bitmap canvas. This
   content may be placed as content of the <code><a href="#the-canvas-element">canvas</a></code>
   element. The contents of the <code><a href="#the-canvas-element">canvas</a></code> element, if any,
-  are the element's <a href="content-models.html#fallback-content" id="fallback-content-2">fallback content</a>.<p>In interactive visual media, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a> for the
+  are the element's <a href="content-models.html#fallback-content" id="fallback-content-2">fallback content</a>.<p>In interactive visual media, if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-script" title='Read about this "scripting is enabled" reference in the full HTML5 spec.'>scripting is enabled</a> for the
   <code><a href="#the-canvas-element">canvas</a></code> element, and if support for <code><a href="#the-canvas-element">canvas</a></code>
   elements has been enabled, the <code><a href="#the-canvas-element">canvas</a></code> element
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> <a href="content-models.html#embedded-content" id="embedded-content-20">embedded content</a> consisting of
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> <a href="content-models.html#embedded-content" id="embedded-content-20">embedded content</a> consisting of
   a dynamically created image.<p>In non-interactive, static, visual media, if the
   <code><a href="#the-canvas-element">canvas</a></code> element has been previously painted on (e.g. if
   the page was viewed in an interactive visual medium and is now being
   printed, or if some script that ran during the page layout process
   painted on the element), then the <code><a href="#the-canvas-element">canvas</a></code> element
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> <a href="content-models.html#embedded-content" id="embedded-content-21">embedded content</a> with the
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> <a href="content-models.html#embedded-content" id="embedded-content-21">embedded content</a> with the
   current image and size. Otherwise, the element represents its
-  <a href="content-models.html#fallback-content" id="fallback-content-3">fallback content</a> instead.<p>In non-visual media, and in visual media if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a> for the
+  <a href="content-models.html#fallback-content" id="fallback-content-3">fallback content</a> instead.<p>In non-visual media, and in visual media if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-n-noscript" title='Read about this "scripting is disabled" reference in the full HTML5 spec.'>scripting is disabled</a> for the
   <code><a href="#the-canvas-element">canvas</a></code> element or if support for <code><a href="#the-canvas-element">canvas</a></code>
   elements has been disabled, the <code><a href="#the-canvas-element">canvas</a></code> element
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its <a href="content-models.html#fallback-content" id="fallback-content-4">fallback content</a>
-  instead.</p><!-- CANVAS-FOCUS-FALLBACK --><p>When a <code><a href="#the-canvas-element">canvas</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its <a href="content-models.html#fallback-content" id="fallback-content-4">fallback content</a>
+  instead.</p><!-- CANVAS-FOCUS-FALLBACK --><p>When a <code><a href="#the-canvas-element">canvas</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>
   <a href="content-models.html#embedded-content" id="embedded-content-22">embedded content</a>, the user can still focus descendants
   of the <code><a href="#the-canvas-element">canvas</a></code> element (in the <a href="content-models.html#fallback-content" id="fallback-content-5">fallback
   content</a>). This allows authors to make an interactive canvas
@@ -389,7 +389,7 @@
   context.fillRect(0,100,50,50);
   canvas.width = canvas.width; // clears the canvas
   context.fillRect(100,0,50,50); // only this square remains</pre>
-  </div><hr><dl class="domintro"><dt><var title="">context</var> = <var title="">canvas</var> . <code title="dom-canvas-getContext"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-canvas-getcontext" title='Read about this "getContext" reference in the full HTML5 spec.'>getContext</a></code>(<var title="">contextId</var> [, ... ])</dt>
+  </div><hr><dl class="domintro"><dt><var title="">context</var> = <var title="">canvas</var> . <code title="dom-canvas-getContext"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-getcontext" title='Read about this "getContext" reference in the full HTML5 spec.'>getContext</a></code>(<var title="">contextId</var> [, ... ])</dt>
 
    <dd>
 
@@ -408,7 +408,7 @@
 
    </dd>
 
-  </dl><hr><dl class="domintro"><dt><var title="">url</var> = <var title="">canvas</var> . <code title="dom-canvas-toDataURL"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-canvas-todataurl" title='Read about this "toDataURL" reference in the full HTML5 spec.'>toDataURL</a></code>( [ <var title="">type</var>, ... ])</dt>
+  </dl><hr><dl class="domintro"><dt><var title="">url</var> = <var title="">canvas</var> . <code title="dom-canvas-toDataURL"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-todataurl" title='Read about this "toDataURL" reference in the full HTML5 spec.'>toDataURL</a></code>( [ <var title="">type</var>, ... ])</dt>
 
    <dd>
 

Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.701
retrieving revision 1.702
diff -u -d -r1.701 -r1.702
--- tabular-data.html	19 Aug 2010 20:42:53 -0000	1.701
+++ tabular-data.html	19 Aug 2010 20:46:07 -0000	1.702
@@ -333,25 +333,25 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmltableelement">HTMLTableElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-73">HTMLElement</a> {
-           attribute <a href="#htmltablecaptionelement" id="htmltablecaptionelement-0">HTMLTableCaptionElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-caption" title='Read about this "caption" reference in the full HTML5 spec.'>caption</a>;
-  <a href="elements.html#htmlelement" id="htmlelement-74">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-createcaption" title='Read about this "createCaption" reference in the full HTML5 spec.'>createCaption</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-deletecaption" title='Read about this "deleteCaption" reference in the full HTML5 spec.'>deleteCaption</a>();
-           attribute <a href="#htmltablesectionelement" id="htmltablesectionelement-0">HTMLTableSectionElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-thead" title='Read about this "tHead" reference in the full HTML5 spec.'>tHead</a>;
-  <a href="elements.html#htmlelement" id="htmlelement-75">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-createthead" title='Read about this "createTHead" reference in the full HTML5 spec.'>createTHead</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-deletethead" title='Read about this "deleteTHead" reference in the full HTML5 spec.'>deleteTHead</a>();
-           attribute <a href="#htmltablesectionelement" id="htmltablesectionelement-1">HTMLTableSectionElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-tfoot" title='Read about this "tFoot" reference in the full HTML5 spec.'>tFoot</a>;
-  <a href="elements.html#htmlelement" id="htmlelement-76">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-createtfoot" title='Read about this "createTFoot" reference in the full HTML5 spec.'>createTFoot</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-deletetfoot" title='Read about this "deleteTFoot" reference in the full HTML5 spec.'>deleteTFoot</a>();
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-25">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-tbodies" title='Read about this "tBodies" reference in the full HTML5 spec.'>tBodies</a>;
-  <a href="elements.html#htmlelement" id="htmlelement-77">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-createtbody" title='Read about this "createTBody" reference in the full HTML5 spec.'>createTBody</a>();
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-26">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>;
-  <a href="elements.html#htmlelement" id="htmlelement-78">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a>(in optional long index);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a>(in long index);
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-summary" title='Read about this "summary" reference in the full HTML5 spec.'>summary</a>;
+           attribute <a href="#htmltablecaptionelement" id="htmltablecaptionelement-0">HTMLTableCaptionElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-caption" title='Read about this "caption" reference in the full HTML5 spec.'>caption</a>;
+  <a href="elements.html#htmlelement" id="htmlelement-74">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createcaption" title='Read about this "createCaption" reference in the full HTML5 spec.'>createCaption</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletecaption" title='Read about this "deleteCaption" reference in the full HTML5 spec.'>deleteCaption</a>();
+           attribute <a href="#htmltablesectionelement" id="htmltablesectionelement-0">HTMLTableSectionElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-thead" title='Read about this "tHead" reference in the full HTML5 spec.'>tHead</a>;
+  <a href="elements.html#htmlelement" id="htmlelement-75">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createthead" title='Read about this "createTHead" reference in the full HTML5 spec.'>createTHead</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletethead" title='Read about this "deleteTHead" reference in the full HTML5 spec.'>deleteTHead</a>();
+           attribute <a href="#htmltablesectionelement" id="htmltablesectionelement-1">HTMLTableSectionElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-tfoot" title='Read about this "tFoot" reference in the full HTML5 spec.'>tFoot</a>;
+  <a href="elements.html#htmlelement" id="htmlelement-76">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createtfoot" title='Read about this "createTFoot" reference in the full HTML5 spec.'>createTFoot</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletetfoot" title='Read about this "deleteTFoot" reference in the full HTML5 spec.'>deleteTFoot</a>();
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-25">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-tbodies" title='Read about this "tBodies" reference in the full HTML5 spec.'>tBodies</a>;
+  <a href="elements.html#htmlelement" id="htmlelement-77">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createtbody" title='Read about this "createTBody" reference in the full HTML5 spec.'>createTBody</a>();
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-26">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>;
+  <a href="elements.html#htmlelement" id="htmlelement-78">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a>(in optional long index);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a>(in long index);
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-summary" title='Read about this "summary" reference in the full HTML5 spec.'>summary</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-table-element" id="table-3">table</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> data with
-  more than one dimension, in the form of a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a>.<p>Tables must not be used as layout aids. Historically, some Web
+  </dl><p>The <code><a href="#the-table-element" id="table-3">table</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> data with
+  more than one dimension, in the form of a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a>.<p>Tables must not be used as layout aids. Historically, some Web
   authors have misused tables in HTML as a way to control their page
   layout. This usage is non-conforming, because tools attempting to
   extract tabular data from such documents would obtain very confusing
@@ -587,7 +587,7 @@
   often misused it, for example by including text that would in fact
   be useful for all users, or that is redundant with other information
   on the page separate from the table.</p>
-  --><dl class="domintro"><dt><var title="">table</var> . <code title="dom-table-caption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-caption" title='Read about this "caption" reference in the full HTML5 spec.'>caption</a></code> [ = <var title="">value</var> ]</dt>
+  --><dl class="domintro"><dt><var title="">table</var> . <code title="dom-table-caption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-caption" title='Read about this "caption" reference in the full HTML5 spec.'>caption</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the table's <code><a href="#the-caption-element" id="caption-3">caption</a></code> element.</p>
     <p>Can be set, to replace the <code><a href="#the-caption-element" id="caption-4">caption</a></code> element. If the
@@ -595,17 +595,17 @@
     <code><a href="urls.html#hierarchy_request_err" id="hierarchy_request_err-2">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
    </dd>
 
-   <dt><var title="">caption</var> = <var title="">table</var> . <code title="dom-table-createCaption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-createcaption" title='Read about this "createCaption" reference in the full HTML5 spec.'>createCaption</a></code>()</dt>
+   <dt><var title="">caption</var> = <var title="">table</var> . <code title="dom-table-createCaption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createcaption" title='Read about this "createCaption" reference in the full HTML5 spec.'>createCaption</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href="#the-caption-element" id="caption-6">caption</a></code> element, and returns it.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-deleteCaption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-deletecaption" title='Read about this "deleteCaption" reference in the full HTML5 spec.'>deleteCaption</a></code>()</dt>
+   <dt><var title="">table</var> . <code title="dom-table-deleteCaption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletecaption" title='Read about this "deleteCaption" reference in the full HTML5 spec.'>deleteCaption</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href="#the-caption-element" id="caption-7">caption</a></code> element.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-tHead"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-thead" title='Read about this "tHead" reference in the full HTML5 spec.'>tHead</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">table</var> . <code title="dom-table-tHead"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-thead" title='Read about this "tHead" reference in the full HTML5 spec.'>tHead</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the table's <code><a href="#the-thead-element" id="thead-0">thead</a></code> element.</p>
     <p>Can be set, to replace the <code><a href="#the-thead-element" id="thead-1">thead</a></code> element. If the
@@ -613,17 +613,17 @@
     <code><a href="urls.html#hierarchy_request_err" id="hierarchy_request_err-3">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
    </dd>
 
-   <dt><var title="">thead</var> = <var title="">table</var> . <code title="dom-table-createTHead"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-createthead" title='Read about this "createTHead" reference in the full HTML5 spec.'>createTHead</a></code>()</dt>
+   <dt><var title="">thead</var> = <var title="">table</var> . <code title="dom-table-createTHead"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createthead" title='Read about this "createTHead" reference in the full HTML5 spec.'>createTHead</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href="#the-thead-element" id="thead-3">thead</a></code> element, and returns it.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-deleteTHead"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-deletethead" title='Read about this "deleteTHead" reference in the full HTML5 spec.'>deleteTHead</a></code>()</dt>
+   <dt><var title="">table</var> . <code title="dom-table-deleteTHead"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletethead" title='Read about this "deleteTHead" reference in the full HTML5 spec.'>deleteTHead</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href="#the-thead-element" id="thead-4">thead</a></code> element.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-tFoot"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-tfoot" title='Read about this "tFoot" reference in the full HTML5 spec.'>tFoot</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">table</var> . <code title="dom-table-tFoot"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-tfoot" title='Read about this "tFoot" reference in the full HTML5 spec.'>tFoot</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the table's <code><a href="#the-tfoot-element" id="tfoot-2">tfoot</a></code> element.</p>
     <p>Can be set, to replace the <code><a href="#the-tfoot-element" id="tfoot-3">tfoot</a></code> element. If the
@@ -631,39 +631,39 @@
     <code><a href="urls.html#hierarchy_request_err" id="hierarchy_request_err-4">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
    </dd>
 
-   <dt><var title="">tfoot</var> = <var title="">table</var> . <code title="dom-table-createTFoot"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-createtfoot" title='Read about this "createTFoot" reference in the full HTML5 spec.'>createTFoot</a></code>()</dt>
+   <dt><var title="">tfoot</var> = <var title="">table</var> . <code title="dom-table-createTFoot"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createtfoot" title='Read about this "createTFoot" reference in the full HTML5 spec.'>createTFoot</a></code>()</dt>
    <dd>
     <p>Ensures the table has a <code><a href="#the-tfoot-element" id="tfoot-5">tfoot</a></code> element, and returns it.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-deleteTFoot"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-deletetfoot" title='Read about this "deleteTFoot" reference in the full HTML5 spec.'>deleteTFoot</a></code>()</dt>
+   <dt><var title="">table</var> . <code title="dom-table-deleteTFoot"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletetfoot" title='Read about this "deleteTFoot" reference in the full HTML5 spec.'>deleteTFoot</a></code>()</dt>
    <dd>
     <p>Ensures the table does not have a <code><a href="#the-tfoot-element" id="tfoot-6">tfoot</a></code> element.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-tBodies"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-tbodies" title='Read about this "tBodies" reference in the full HTML5 spec.'>tBodies</a></code></dt>
+   <dt><var title="">table</var> . <code title="dom-table-tBodies"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-tbodies" title='Read about this "tBodies" reference in the full HTML5 spec.'>tBodies</a></code></dt>
    <dd>
     <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-27">HTMLCollection</a></code> of the <code><a href="#the-tbody-element" id="tbody-0">tbody</a></code> elements of the table.</p>
    </dd>
 
-   <dt><var title="">tbody</var> = <var title="">table</var> . <code title="dom-table-createTBody"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-createtbody" title='Read about this "createTBody" reference in the full HTML5 spec.'>createTBody</a></code>()</dt>
+   <dt><var title="">tbody</var> = <var title="">table</var> . <code title="dom-table-createTBody"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createtbody" title='Read about this "createTBody" reference in the full HTML5 spec.'>createTBody</a></code>()</dt>
    <dd>
     <p>Creates a <code><a href="#the-tbody-element" id="tbody-1">tbody</a></code> element, inserts it into the table, and returns it.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-rows"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code></dt>
+   <dt><var title="">table</var> . <code title="dom-table-rows"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code></dt>
    <dd>
     <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-28">HTMLCollection</a></code> of the <code><a href="#the-tr-element" id="tr-2">tr</a></code> elements of the table.</p>
    </dd>
 
-   <dt><var title="">tr</var> = <var title="">table</var> . <code title="dom-table-insertRow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">tr</var> = <var title="">table</var> . <code title="dom-table-insertRow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Creates a <code><a href="#the-tr-element" id="tr-3">tr</a></code> element, along with a <code><a href="#the-tbody-element" id="tbody-2">tbody</a></code> if required, inserts them into the table at the position given by the argument, and returns the <code><a href="#the-tr-element" id="tr-4">tr</a></code>.</p>
     <p>The position is relative to the rows in the table. The index &minus;1 is equivalent to inserting at the end of the table.</p>
     <p>If the given position is less than &minus;1 or greater than the number of rows, throws an <code><a href="urls.html#index_size_err" id="index_size_err-4">INDEX_SIZE_ERR</a></code> exception.</p>
    </dd>
 
-   <dt><var title="">table</var> . <code title="dom-table-deleteRow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">table</var> . <code title="dom-table-deleteRow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Removes the <code><a href="#the-tr-element" id="tr-5">tr</a></code> element with the given position in the table.</p>
     <p>The position is relative to the rows in the table. The index &minus;1 is equivalent to deleting the last row of the table.</p>
@@ -682,7 +682,7 @@
    <dd>
 <pre class="idl">interface <dfn id="htmltablecaptionelement">HTMLTableCaptionElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-79">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-caption-element" id="caption-8">caption</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the title of the
+  </dl><p>The <code><a href="#the-caption-element" id="caption-8">caption</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the title of the
   <code><a href="#the-table-element" id="table-7">table</a></code> that is its parent, if it has a parent and that
   is a <code><a href="#the-table-element" id="table-8">table</a></code> element.<p>When a <code><a href="#the-table-element" id="table-9">table</a></code> element is the only content in a
   <code><a href="grouping-content.html#the-figure-element" id="figure-14">figure</a></code> element other than the <code><a href="grouping-content.html#the-figcaption-element" id="figcaption-10">figcaption</a></code>,
@@ -728,10 +728,10 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmltablecolelement">HTMLTableColElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-80">HTMLElement</a> {
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-colgroup-span" title='Read about this "span" reference in the full HTML5 spec.'>span</a>;
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-colgroup-span" title='Read about this "span" reference in the full HTML5 spec.'>span</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-colgroup-element" id="colgroup-0">colgroup</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-column-group" title='Read about this "group" reference in the full HTML5 spec.'>group</a> of one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-column" title='Read about this "columns" reference in the full HTML5 spec.'>columns</a> in the <code><a href="#the-table-element" id="table-11">table</a></code> that
+  </dl><p>The <code><a href="#the-colgroup-element" id="colgroup-0">colgroup</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-column-group" title='Read about this "group" reference in the full HTML5 spec.'>group</a> of one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-column" title='Read about this "columns" reference in the full HTML5 spec.'>columns</a> in the <code><a href="#the-table-element" id="table-11">table</a></code> that
   is its parent, if it has a parent and that is a <code><a href="#the-table-element" id="table-12">table</a></code>
   element.<p>If the <code><a href="#the-colgroup-element" id="colgroup-1">colgroup</a></code> element contains no <code><a href="#the-col-element" id="col-0">col</a></code>
   elements, then the element may have a <dfn id="attr-colgroup-span" title="attr-colgroup-span"><code>span</code></dfn> content attribute
@@ -751,12 +751,12 @@
    <dd>
     <p><code><a href="#htmltablecolelement" id="htmltablecolelement-0">HTMLTableColElement</a></code>, same as for
     <code><a href="#the-colgroup-element" id="colgroup-3">colgroup</a></code> elements. This interface defines one member,
-    <code title="dom-col-span"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-col-span" title='Read about this "span" reference in the full HTML5 spec.'>span</a></code>.</p>
+    <code title="dom-col-span"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-col-span" title='Read about this "span" reference in the full HTML5 spec.'>span</a></code>.</p>
    </dd>
   </dl><p>If a <code><a href="#the-col-element" id="col-1">col</a></code> element has a parent and that is a
   <code><a href="#the-colgroup-element" id="colgroup-4">colgroup</a></code> element that itself has a parent that is a
   <code><a href="#the-table-element" id="table-13">table</a></code> element, then the <code><a href="#the-col-element" id="col-2">col</a></code> element
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-column" title='Read about this "columns" reference in the full HTML5 spec.'>columns</a> in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-column-group" title='Read about this "column group" reference in the full HTML5 spec.'>column group</a> represented by that
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-column" title='Read about this "columns" reference in the full HTML5 spec.'>columns</a> in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-column-group" title='Read about this "column group" reference in the full HTML5 spec.'>column group</a> represented by that
   <code><a href="#the-colgroup-element" id="colgroup-5">colgroup</a></code>.<p>The element may have a <dfn id="attr-col-span" title="attr-col-span"><code>span</code></dfn> content attribute
   specified, whose value must be a <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-6">valid non-negative
   integer</a> greater than zero.<h4 id="the-tbody-element"><span class="secno">4.9.5 </span>The <dfn><code>tbody</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
@@ -774,28 +774,28 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmltablesectionelement">HTMLTableSectionElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-81">HTMLElement</a> {
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-29">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tbody-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>;
-  <a href="elements.html#htmlelement" id="htmlelement-82">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tbody-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a>(in optional long index);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tbody-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a>(in long index);
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-29">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>;
+  <a href="elements.html#htmlelement" id="htmlelement-82">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a>(in optional long index);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a>(in long index);
 };</pre>
     <p>The <code><a href="#htmltablesectionelement" id="htmltablesectionelement-2">HTMLTableSectionElement</a></code> interface is also
     used for <code><a href="#the-thead-element" id="thead-7">thead</a></code> and <code><a href="#the-tfoot-element" id="tfoot-8">tfoot</a></code> elements.</p>
    </dd>
-  </dl><p>The <code><a href="#the-tbody-element" id="tbody-4">tbody</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.'>block</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a> that consist of a body of data for
+  </dl><p>The <code><a href="#the-tbody-element" id="tbody-4">tbody</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.'>block</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a> that consist of a body of data for
   the parent <code><a href="#the-table-element" id="table-16">table</a></code> element, if the <code><a href="#the-tbody-element" id="tbody-5">tbody</a></code>
-  element has a parent and it is a <code><a href="#the-table-element" id="table-17">table</a></code>.<dl class="domintro"><dt><var title="">tbody</var> . <code title="dom-tbody-rows"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tbody-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code></dt>
+  element has a parent and it is a <code><a href="#the-table-element" id="table-17">table</a></code>.<dl class="domintro"><dt><var title="">tbody</var> . <code title="dom-tbody-rows"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code></dt>
    <dd>
     <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-30">HTMLCollection</a></code> of the <code><a href="#the-tr-element" id="tr-9">tr</a></code> elements of the table section.</p>
    </dd>
 
-   <dt><var title="">tr</var> = <var title="">tbody</var> . <code title="dom-tbody-insertRow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tbody-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a></code>( [ <var title="">index</var> ] )</dt>
+   <dt><var title="">tr</var> = <var title="">tbody</var> . <code title="dom-tbody-insertRow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a></code>( [ <var title="">index</var> ] )</dt>
    <dd>
     <p>Creates a <code><a href="#the-tr-element" id="tr-10">tr</a></code> element, inserts it into the table section at the position given by the argument, and returns the <code><a href="#the-tr-element" id="tr-11">tr</a></code>.</p>
     <p>The position is relative to the rows in the table section. The index &minus;1, which is the default if the argument is omitted, is equivalent to inserting at the end of the table section.</p>
     <p>If the given position is less than &minus;1 or greater than the number of rows, throws an <code><a href="urls.html#index_size_err" id="index_size_err-6">INDEX_SIZE_ERR</a></code> exception.</p>
    </dd>
 
-   <dt><var title="">tbody</var> . <code title="dom-tbody-deleteRow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tbody-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">tbody</var> . <code title="dom-tbody-deleteRow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a></code>(<var title="">index</var>)</dt>
    <dd>
     <p>Removes the <code><a href="#the-tr-element" id="tr-12">tr</a></code> element with the given position in the table section.</p>
     <p>The position is relative to the rows in the table section. The index &minus;1 is equivalent to deleting the last row of the table section.</p>
@@ -818,7 +818,7 @@
    <dt>DOM interface:</dt>
    <dd><code><a href="#htmltablesectionelement" id="htmltablesectionelement-3">HTMLTableSectionElement</a></code>, as defined for
    <code><a href="#the-tbody-element" id="tbody-7">tbody</a></code> elements.</dd>
-  </dl><p>The <code><a href="#the-thead-element" id="thead-9">thead</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.'>block</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a> that consist of the column labels
+  </dl><p>The <code><a href="#the-thead-element" id="thead-9">thead</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.'>block</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a> that consist of the column labels
   (headers) for the parent <code><a href="#the-table-element" id="table-20">table</a></code> element, if the
   <code><a href="#the-thead-element" id="thead-10">thead</a></code> element has a parent and it is a
   <code><a href="#the-table-element" id="table-21">table</a></code>.<h4 id="the-tfoot-element"><span class="secno">4.9.7 </span>The <dfn><code>tfoot</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
@@ -841,7 +841,7 @@
    <dt>DOM interface:</dt>
    <dd><code><a href="#htmltablesectionelement" id="htmltablesectionelement-4">HTMLTableSectionElement</a></code>, as defined for
    <code><a href="#the-tbody-element" id="tbody-10">tbody</a></code> elements.</dd>
-  </dl><p>The <code><a href="#the-tfoot-element" id="tfoot-12">tfoot</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.'>block</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a> that consist of the column summaries
+  </dl><p>The <code><a href="#the-tfoot-element" id="tfoot-12">tfoot</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row-group" title='Read about this "block" reference in the full HTML5 spec.'>block</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a> that consist of the column summaries
   (footers) for the parent <code><a href="#the-table-element" id="table-26">table</a></code> element, if the
   <code><a href="#the-tfoot-element" id="tfoot-13">tfoot</a></code> element has a parent and it is a
   <code><a href="#the-table-element" id="table-27">table</a></code>.<h4 id="the-tr-element"><span class="secno">4.9.8 </span>The <dfn><code>tr</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
@@ -862,41 +862,41 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmltablerowelement">HTMLTableRowElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-83">HTMLElement</a> {
-  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tr-rowindex" title='Read about this "rowIndex" reference in the full HTML5 spec.'>rowIndex</a>;
-  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tr-sectionrowindex" title='Read about this "sectionRowIndex" reference in the full HTML5 spec.'>sectionRowIndex</a>;
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-31">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tr-cells" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a>;
-  <a href="elements.html#htmlelement" id="htmlelement-84">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tr-insertcell" title='Read about this "insertCell" reference in the full HTML5 spec.'>insertCell</a>(in optional long index);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tr-deletecell" title='Read about this "deleteCell" reference in the full HTML5 spec.'>deleteCell</a>(in long index);
+  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-rowindex" title='Read about this "rowIndex" reference in the full HTML5 spec.'>rowIndex</a>;
+  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-sectionrowindex" title='Read about this "sectionRowIndex" reference in the full HTML5 spec.'>sectionRowIndex</a>;
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-31">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-cells" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a>;
+  <a href="elements.html#htmlelement" id="htmlelement-84">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-insertcell" title='Read about this "insertCell" reference in the full HTML5 spec.'>insertCell</a>(in optional long index);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-deletecell" title='Read about this "deleteCell" reference in the full HTML5 spec.'>deleteCell</a>(in long index);
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-tr-element" id="tr-18">tr</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-row" title='Read about this "row" reference in the full HTML5 spec.'>row</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-cell" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a> in a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a>.<dl class="domintro"><dt><var title="">tr</var> . <code title="dom-tr-rowIndex"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tr-rowindex" title='Read about this "rowIndex" reference in the full HTML5 spec.'>rowIndex</a></code></dt>
+  </dl><p>The <code><a href="#the-tr-element" id="tr-18">tr</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row" title='Read about this "row" reference in the full HTML5 spec.'>row</a> of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-cell" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a> in a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a>.<dl class="domintro"><dt><var title="">tr</var> . <code title="dom-tr-rowIndex"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-rowindex" title='Read about this "rowIndex" reference in the full HTML5 spec.'>rowIndex</></code></dt>
 
    <dd>
 
-    <p>Returns the position of the row in the table's <code title="dom-table-rows"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-table-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code> list.</p>
+    <p>Returns the position of the row in the table's <code title="dom-table-rows"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code> list.</p>
 
     <p>Returns &minus;1 if the element isn't in a table.</p>
 
    </dd>
 
-   <dt><var title="">tr</var> . <code title="dom-tr-sectionRowIndex"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tr-sectionrowindex" title='Read about this "sectionRowIndex" reference in the full HTML5 spec.'>sectionRowIndex</a></code></dt>
+   <dt><var title="">tr</var> . <code title="dom-tr-sectionRowIndex"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-sectionrowindex" title='Read about this "sectionRowIndex" reference in the full HTML5 spec.'>sectionRowIndex</a></code></dt>
 
    <dd>
 
-    <p>Returns the position of the row in the table section's <code title="dom-tbody-rows"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tbody-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code> list.</p>
+    <p>Returns the position of the row in the table section's <code title="dom-tbody-rows"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a></code> list.</p>
 
     <p>Returns &minus;1 if the element isn't in a table section.</p>
 
    </dd>
 
-   <dt><var title="">tr</var> . <code title="dom-tr-cells"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tr-cells" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a></code></dt>
+   <dt><var title="">tr</var> . <code title="dom-tr-cells"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-cells" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a></code></dt>
    <dd>
 
     <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-32">HTMLCollection</a></code> of the <code><a href="#the-td-element" id="td-8">td</a></code> and <code><a href="#the-th-element" id="th-8">th</a></code> elements of the row.</p>
 
    </dd>
 
-   <dt><var title="">cell</var> = <var title="">tr</var> . <code title="dom-tr-insertCell"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tr-insertcell" title='Read about this "insertCell" reference in the full HTML5 spec.'>insertCell</a></code>( [ <var title="">index</var> ] )</dt>
+   <dt><var title="">cell</var> = <var title="">tr</var> . <code title="dom-tr-insertCell"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-insertcell" title='Read about this "insertCell" reference in the full HTML5 spec.'>insertCell</a></code>( [ <var title="">index</var> ] )</dt>
 
    <dd>
 
@@ -914,7 +914,7 @@
 
    </dd>
 
-   <dt><var title="">tr</var> . <code title="dom-tr-deleteCell"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tr-deletecell" title='Read about this "deleteCell" reference in the full HTML5 spec.'>deleteCell</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">tr</var> . <code title="dom-tr-deleteCell"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-deletecell" title='Read about this "deleteCell" reference in the full HTML5 spec.'>deleteCell</a></code>(<var title="">index</var>)</dt>
    <dd>
 
     <p>Removes the <code><a href="#the-td-element" id="td-11">td</a></code> or <code><a href="#the-th-element" id="th-9">th</a></code> element with the
@@ -945,7 +945,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmltabledatacellelement">HTMLTableDataCellElement</dfn> : <a href="#htmltablecellelement" id="htmltablecellelement-0">HTMLTableCellElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-td-element" id="td-12">td</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a data <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-cell" title='Read about this "cell" reference in the full HTML5 spec.'>cell</a> in a table.<h4 id="the-th-element"><span class="secno">4.9.10 </span>The <dfn><code>th</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
+  </dl><p>The <code><a href="#the-td-element" id="td-12">td</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a data <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-cell" title='Read about this "cell" reference in the full HTML5 spec.'>cell</a> in a table.<h4 id="the-th-element"><span class="secno">4.9.10 </span>The <dfn><code>th</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
    <dd>None.</dd>
    <dt>Contexts in which this element may be used:</dt>
    <dd>As a child of a <code><a href="#the-tr-element" id="tr-20">tr</a></code> element.</dd>
@@ -960,10 +960,10 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmltableheadercellelement">HTMLTableHeaderCellElement</dfn> : <a href="#htmltablecellelement" id="htmltablecellelement-1">HTMLTableCellElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-th-scope" title='Read about this "scope" reference in the full HTML5 spec.'>scope</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-th-scope" title='Read about this "scope" reference in the full HTML5 spec.'>scope</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-th-element" id="th-10">th</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a header <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-cell" title='Read about this "cell" reference in the full HTML5 spec.'>cell</a> in a table.<p>The <code><a href="#the-th-element" id="th-11">th</a></code> element may have a <dfn id="attr-th-scope" title="attr-th-scope"><code>scope</code></dfn> content attribute
+  </dl><p>The <code><a href="#the-th-element" id="th-10">th</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a header <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-cell" title='Read about this "cell" reference in the full HTML5 spec.'>cell</a> in a table.<p>The <code><a href="#the-th-element" id="th-11">th</a></code> element may have a <dfn id="attr-th-scope" title="attr-th-scope"><code>scope</code></dfn> content attribute
   specified. The <code title="attr-th-scope"><a href="#attr-th-scope" id="scope-1">scope</a></code> attribute is
   an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-4">enumerated attribute</a> with five states, four of which
   have explicit keywords:<dl><dt>The <dfn id="attr-th-scope-row" title="attr-th-scope-row"><code>row</code></dfn>
@@ -985,7 +985,7 @@
    the remaining cells in the row group. A <code><a href="#the-th-element" id="th-12">th</a></code> element's
    <code title="attr-th-scope"><a href="#attr-th-scope" id="scope-2">scope</a></code> attribute must not be in
    the <a href="#attr-th-scope-rowgroup" id="attr-th-scope-rowgroup-0" title="attr-th-scope-rowgroup">row group</a> state if
-   the element is not anchored in a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-row-group" title='Read about this "row group" reference in the full HTML5 spec.'>row group</a>.</dd>
+   the element is not anchored in a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-row-group" title='Read about this "row group" reference in the full HTML5 spec.'>row group</a>.</dd>
 
    <dt>The <dfn id="attr-th-scope-colgroup" title="attr-th-scope-colgroup"><code>colgroup</code></dfn> keyword,
    which maps to the <i>column group</i> state</dt>
@@ -994,7 +994,7 @@
    all the remaining cells in the column group. A <code><a href="#the-th-element" id="th-13">th</a></code>
    element's <code title="attr-th-scope"><a href="#attr-th-scope" id="scope-3">scope</a></code> attribute must
    not be in the <a href="#attr-th-scope-colgroup" id="attr-th-scope-colgroup-0" title="attr-th-scope-colgroup">column
-   group</a> state if the element is not anchored in a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-column-group" title='Read about this "column group" reference in the full HTML5 spec.'>column group</a>.</dd>
+   group</a> state if the element is not anchored in a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-column-group" title='Read about this "column group" reference in the full HTML5 spec.'>column group</a>.</dd>
 
    <dt>The <dfn id="attr-th-scope-auto" title="attr-th-scope-auto">auto</dfn> state</dt>
 
@@ -1054,10 +1054,10 @@
   attribute specified. The <code title="attr-tdth-headers"><a href="#attr-tdth-headers" id="headers-6">headers</a></code> attribute, if specified,
   must contain a string consisting of an <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens" id="unordered-set-of-unique-space-separated-tokens-1">unordered set of unique
   space-separated tokens</a>, each of which must have the value of
-  an ID of a <code><a href="#the-th-element" id="th-18">th</a></code> element taking part in the same <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a> as the <code><a href="#the-td-element" id="td-17">td</a></code> or
+  an ID of a <code><a href="#the-th-element" id="th-18">th</a></code> element taking part in the same <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a> as the <code><a href="#the-td-element" id="td-17">td</a></code> or
   <code><a href="#the-th-element" id="th-19">th</a></code> element.<p>A <code><a href="#the-th-element" id="th-20">th</a></code> element with ID <var title="">id</var> is said
   to be <i>directly targeted</i> by all <code><a href="#the-td-element" id="td-18">td</a></code> and
-  <code><a href="#the-th-element" id="th-21">th</a></code> elements in the same <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a> that have <code title="attr-tdth-headers"><a href="#attr-tdth-headers" id="headers-7">headers</a></code> attributes whose values
+  <code><a href="#the-th-element" id="th-21">th</a></code> elements in the same <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#concept-table" title='Read about this "table" reference in the full HTML5 spec.'>table</a> that have <code title="attr-tdth-headers"><a href="#attr-tdth-headers" id="headers-7">headers</a></code> attributes whose values
   include as one of their tokens the ID <var title="">id</var>. A
   <code><a href="#the-th-element" id="th-22">th</a></code> element <var title="">A</var> is said to be
   <i>targeted</i> by a <code><a href="#the-th-element" id="th-23">th</a></code> or <code><a href="#the-td-element" id="td-19">td</a></code> element
@@ -1069,15 +1069,15 @@
   itself.</p><hr><p>The <code><a href="#the-td-element" id="td-20">td</a></code> and <code><a href="#the-th-element" id="th-25">th</a></code> elements implement
   interfaces that inherit from the <code><a href="#htmltablecellelement" id="htmltablecellelement-2">HTMLTableCellElement</a></code>
   interface:<pre class="idl">interface <dfn id="htmltablecellelement">HTMLTableCellElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-85">HTMLElement</a> {
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tdth-colspan" title='Read about this "colSpan" reference in the full HTML5 spec.'>colSpan</a>;
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tdth-rowspan" title='Read about this "rowSpan" reference in the full HTML5 spec.'>rowSpan</a>;
-  [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist" id="domsettabletokenlist-4">DOMSettableTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tdth-headers" title='Read about this "headers" reference in the full HTML5 spec.'>headers</a>;
-  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tdth-cellindex" title='Read about this "cellIndex" reference in the full HTML5 spec.'>cellIndex</a>;
-};</pre><dl class="domintro"><dt><var title="">cell</var> . <code title="dom-tdth-cellIndex"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tdth-cellindex" title='Read about this "cellIndex" reference in the full HTML5 spec.'>cellIndex</a></code></dt>
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tdth-colspan" title='Read about this "colSpan" reference in the full HTML5 spec.'>colSpan</a>;
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tdth-rowspan" title='Read about this "rowSpan" reference in the full HTML5 spec.'>rowSpan</a>;
+  [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist" id="domsettabletokenlist-4">DOMSettableTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tdth-headers" title='Read about this "headers" reference in the full HTML5 spec.'>headers</a>;
+  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tdth-cellindex" title='Read about this "cellIndex" reference in the full HTML5 spec.'>cellIndex</a>;
+};</pre><dl class="domintro"><dt><var title="">cell</var> . <code title="dom-tdth-cellIndex"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tdth-cellindex" title='Read about this "cellIndex" reference in the full HTML5 spec.'>cellIndex</a></code></dt>
 
    <dd>
 
-    <p>Returns the position of the cell in the row's <code title="dom-tr-cells"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tr-cells" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a></code> list. This does not necessarily
+    <p>Returns the position of the cell in the row's <code title="dom-tr-cells"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-cells" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a></code> list. This does not necessarily
     correspond to the <var title="">x</var>-position of the cell in
     the table, since earlier cells might cover multiple rows or
     columns.</p>

Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -d -r1.175 -r1.176
--- the-iframe-element.html	19 Aug 2010 20:42:53 -0000	1.175
+++ the-iframe-element.html	19 Aug 2010 20:46:09 -0000	1.176
@@ -334,18 +334,18 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmliframeelement">HTMLIFrameElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-64">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-iframe-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-iframe-srcdoc" title='Read about this "srcdoc" reference in the full HTML5 spec.'>srcdoc</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-iframe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
-  [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist" id="domsettabletokenlist-3">DOMSettableTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-iframe-sandbox" title='Read about this "sandbox" reference in the full HTML5 spec.'>sandbox</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-iframe-seamless" title='Read about this "seamless" reference in the full HTML5 spec.'>seamless</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
-  readonly attribute Document <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-iframe-contentdocument" title='Read about this "contentDocument" reference in the full HTML5 spec.'>contentDocument</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-iframe-contentwindow" title='Read about this "contentWindow" reference in the full HTML5 spec.'>contentWindow</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-srcdoc" title='Read about this "srcdoc" reference in the full HTML5 spec.'>srcdoc</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+  [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist" id="domsettabletokenlist-3">DOMSettableTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-sandbox" title='Read about this "sandbox" reference in the full HTML5 spec.'>sandbox</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-seamless" title='Read about this "seamless" reference in the full HTML5 spec.'>seamless</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+  readonly attribute Document <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-contentdocument" title='Read about this "contentDocument" reference in the full HTML5 spec.'>contentDocument</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-contentwindow" title='Read about this "contentWindow" reference in the full HTML5 spec.'>contentWindow</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-iframe-element" id="iframe-8">iframe</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  </dl><p>The <code><a href="#the-iframe-element" id="iframe-8">iframe</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   <a href="browsers.html#nested-browsing-context" id="nested-browsing-context-0">nested browsing context</a>.<p>The <dfn id="attr-iframe-src" title="attr-iframe-src"><code>src</code></dfn> attribute
   gives the address of a page that the <a href="browsers.html#nested-browsing-context" id="nested-browsing-context-1">nested browsing
   context</a> is to contain. The attribute, if present, must be a
@@ -357,21 +357,21 @@
   the attribute, if present, must have a value using <a href="syntax.html#syntax" id="the-html-syntax-4">the HTML
   syntax</a> that consists of the following syntactic components,
   in the given order:<ol><li>Any number of <a href="syntax.html#syntax-comments" id="syntax-comments-0" title="syntax-comments">comments</a> and
-   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
 
    <li>Optionally, a <a href="syntax.html#syntax-doctype" id="syntax-doctype-1" title="syntax-doctype">DOCTYPE</a>.
 
    <li>Any number of <a href="syntax.html#syntax-comments" id="syntax-comments-1" title="syntax-comments">comments</a> and
-   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
 
    <li>The root element, in the form of an <code><a href="semantics.html#the-html-element-0" id="html-10">html</a></code> <a href="syntax.html#syntax-elements" id="syntax-elements-0" title="syntax-elements">element</a>.</li>
 
    <li>Any number of <a href="syntax.html#syntax-comments" id="syntax-comments-2" title="syntax-comments">comments</a> and
-   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
 
   </ol><p>For <code><a href="#the-iframe-element" id="iframe-10">iframe</a></code> elements in <a href="dom.html#xml-documents" id="xml-documents-19">XML documents</a>,
   the attribute, if present, must have a value that matches the
-  production labeled <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "document" reference in the full HTML5 spec.'>document</a></code> in the XML
+  production labeled <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "document" reference in the full HTML5 spec.'>document</a></code> in the XML
   specification. <a href="references.html#refsXML">[XML]</a><p>If the <code title="attr-iframe-src"><a href="#attr-iframe-src" id="src-18">src</a></code> attribute and the
   <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc" id="srcdoc-0">srcdoc</a></code> attribute are both
   specified together, the <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc" id="srcdoc-1">srcdoc</a></code>
@@ -379,11 +379,11 @@
   <a href="urls.html#url" id="url-10">URL</a> for legacy user agents that do not support the
   <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc" id="srcdoc-2">srcdoc</a></code> attribute.<p class="note">If, when the element is created, the <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc" id="srcdoc-3">srcdoc</a></code> attribute is not set, and
   the <code title="attr-iframe-src"><a href="#attr-iframe-src" id="src-19">src</a></code> attribute is either
-  also not set or set but its value cannot be <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#resolve-a-url" title='Read about this "resolved" reference in the full HTML5 spec.'>resolved</a>, the browsing context will remain at the
-  initial <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#about:blank" title='Read about this "about:blank" reference in the full HTML5 spec.'>about:blank</a></code> page.<p class="note">If the user <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigates" reference in the full HTML5 spec.'>navigates</a>
+  also not set or set but its value cannot be <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#resolve-a-url" title='Read about this "resolved" reference in the full HTML5 spec.'>resolved</a>, the browsing context will remain at the
+  initial <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/fetching-resources.html#about:blank" title='Read about this "about:blank" reference in the full HTML5 spec.'>about:blank</a></code> page.<p class="note">If the user <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigates" reference in the full HTML5 spec.'>navigates</a>
   away from this page, the <code><a href="#the-iframe-element" id="iframe-11">iframe</a></code>'s corresponding
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object will proxy new <code><a href="browsers.html#window" id="window-6">Window</a></code>
-  objects for new <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects, but the <code title="attr-iframe-src"><a href="#attr-iframe-src" id="src-20">src</a></code> attribute will not change.<div class="example">
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object will proxy new <code><a href="browsers.html#window" id="window-6">Window</a></code>
+  objects for new <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects, but the <code title="attr-iframe-src"><a href="#attr-iframe-src" id="src-20">src</a></code> attribute will not change.<div class="example">
 
    <p>Here a blog uses the <code title="attr-iframe-srcdoc"><a href="#attr-iframe-srcdoc" id="srcdoc-4">srcdoc</a></code> attribute in conjunction
    with the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-1">sandbox</a></code> and <code title="attr-iframe-seamless"><a href="#attr-iframe-seamless" id="seamless-0">seamless</a></code> attributes described
@@ -437,23 +437,23 @@
   attribute, when specified, enables a set of extra restrictions on
   any content hosted by the <code><a href="#the-iframe-element" id="iframe-12">iframe</a></code>. Its value must be an
   <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens" id="unordered-set-of-unique-space-separated-tokens-0">unordered set of unique space-separated tokens</a>. The
-  allowed values are <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>,
-  <code title="attr-iframe-sandbox-allow-top-navigation"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-top-navigation" title='Read about this "allow-top-navigation" reference in the full HTML5 spec.'>allow-top-navigation</a></code>,
-  <code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code>,
-  and <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>. When
+  allowed values are <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>,
+  <code title="attr-iframe-sandbox-allow-top-navigation"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-top-navigation" title='Read about this "allow-top-navigation" reference in the full HTML5 spec.'>allow-top-navigation</a></code>,
+  <code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code>,
+  and <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>. When
   the attribute is set, the content is treated as being from a unique
   <a href="origin-0.html#origin" id="origin-1">origin</a>, forms and scripts are disabled, links are
   prevented from targeting other <a href="browsers.html#browsing-context" id="browsing-context-4" title="browsing
   context">browsing contexts</a>, and plugins are disabled. The
-  <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>
+  <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>
   keyword allows the content to be treated as being from the same
-  origin instead of forcing it into a unique origin, the <code title="attr-iframe-sandbox-allow-top-navigation"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-top-navigation" title='Read about this "allow-top-navigation" reference in the full HTML5 spec.'>allow-top-navigation</a></code>
-  keyword allows the content to <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigate" reference in the full HTML5 spec.'>navigate</a> its
-  <a href="browsers.html#top-level-browsing-context" id="top-level-browsing-context-0">top-level browsing context</a>, and the <code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code> and <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>
+  origin instead of forcing it into a unique origin, the <code title="attr-iframe-sandbox-allow-top-navigation"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-top-navigation" title='Read about this "allow-top-navigation" reference in the full HTML5 spec.'>allow-top-navigation</a></code>
+  keyword allows the content to <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigate" reference in the full HTML5 spec.'>navigate</a> its
+  <a href="browsers.html#top-level-browsing-context" id="top-level-browsing-context-0">top-level browsing context</a>, and the <code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code> and <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>
   keywords re-enable forms and scripts respectively (though scripts
-  are still prevented from creating popups).<p class="warning">Setting both the <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code> and
-  <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>
-  keywords together when the embedded page has the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#same-origin" title='Read about this "same origin" reference in the full HTML5 spec.'>same
+  are still prevented from creating popups).<p class="warning">Setting both the <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code> and
+  <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>
+  keywords together when the embedded page has the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#same-origin" title='Read about this "same origin" reference in the full HTML5 spec.'>same
   origin</a> as the page containing the <code><a href="#the-iframe-element" id="iframe-13">iframe</a></code> allows
   the embedded page to simply remove the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-5">sandbox</a></code> attribute.<p class="warning">Sandboxing hostile content is of minimal help if
   an attacker can convince the user to just visit the hostile content
@@ -475,7 +475,7 @@
 &lt;iframe sandbox src="getusercontent.cgi?id=12193"&gt;&lt;/iframe&gt;</pre>
 
    <p>Note that cookies are still sent to the server in the <code title="">getusercontent.cgi</code> request, though they are not
-   visible in the <code title="dom-document-cookie"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-cookie" title='Read about this "document.cookie" reference in the full HTML5 spec.'>document.cookie</a></code> IDL
+   visible in the <code title="dom-document-cookie"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-cookie" title='Read about this "document.cookie" reference in the full HTML5 spec.'>document.cookie</a></code> IDL
    attribute.</p>
 
    <p class="warning">It is important that the server serve the
@@ -516,17 +516,17 @@
 
    <p>Page C in this scenario has all the sandboxing flags
    set. Scripts are disabled, because the <code><a href="#the-iframe-element" id="iframe-15">iframe</a></code> in A has
-   scripts disabled, and this overrides the <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>
+   scripts disabled, and this overrides the <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>
    keyword set on the <code><a href="#the-iframe-element" id="iframe-16">iframe</a></code> in B. Forms are also
    disabled, because the inner <code><a href="#the-iframe-element" id="iframe-17">iframe</a></code> (in B) does not
-   have the <code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code> keyword
+   have the <code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code> keyword
    set.</p>
 
    <p>Suppose now that a script in A removes all the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-6">sandbox</a></code> attributes in A and
    B. This would change nothing immediately. If the user clicked the
    link in C, loading page D into the <code><a href="#the-iframe-element" id="iframe-18">iframe</a></code> in B, page D
-   would now act as if the <code><a href="#the-iframe-element" id="iframe-19">iframe</a></code> in B had the <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>
-   and <code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code> keywords
+   would now act as if the <code><a href="#the-iframe-element" id="iframe-19">iframe</a></code> in B had the <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>
+   and <code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code> keywords
    set, because that was the state of the <a href="browsers.html#nested-browsing-context" id="nested-browsing-context-4">nested browsing
    context</a> in the <code><a href="#the-iframe-element" id="iframe-20">iframe</a></code> in A when page B was
    loaded.</p>
@@ -541,10 +541,10 @@
   <code><a href="iana.html#text-html" id="text-html-4">text/html</a></code>. This ensures that scripts in the files are
   unable to attack the site (as if they were actually served from
   another server), even if the user is tricked into visiting those
-  pages directly, without the protection of the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-8">sandbox</a></code> attribute.<p class="warning">If the <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>
-  keyword is set along with <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>
-  keyword, and the file is from the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#same-origin" title='Read about this "same origin" reference in the full HTML5 spec.'>same origin</a> as the
-  <code><a href="#the-iframe-element" id="iframe-22">iframe</a></code>'s <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, then a script in the
+  pages directly, without the protection of the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-8">sandbox</a></code> attribute.<p class="warning">If the <code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>
+  keyword is set along with <code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>
+  keyword, and the file is from the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#same-origin" title='Read about this "same origin" reference in the full HTML5 spec.'>same origin</a> as the
+  <code><a href="#the-iframe-element" id="iframe-22">iframe</a></code>'s <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, then a script in the
   "sandboxed" iframe could just reach out, remove the <code title="attr-iframe-sandbox"><a href="#attr-iframe-sandbox" id="sandbox-9">sandbox</a></code> attribute, and then
   reload itself, effectively breaking out of the sandbox
   altogether.</p><hr><!-- v2: Might be interesting to have a value on seamless that
@@ -581,16 +581,16 @@
   <code><a href="#the-iframe-element" id="iframe-30">iframe</a></code> elements, the contents would be parsed as markup
   that could act as fallback content.)<p>When used in <a href="dom.html#html-documents" id="html-documents-21">HTML documents</a>, the allowed content
   model of <code><a href="#the-iframe-element" id="iframe-31">iframe</a></code> elements is text, except that invoking
-  the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#html-fragment-parsing-algorithm" title='Read about this "HTML fragment parsing algorithm" reference in the full HTML5 spec.'>HTML fragment parsing algorithm</a> with the
+  the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-end.html#html-fragment-parsing-algorithm" title='Read about this "HTML fragment parsing algorithm" reference in the full HTML5 spec.'>HTML fragment parsing algorithm</a> with the
   <code><a href="#the-iframe-element" id="iframe-32">iframe</a></code> element as the <var title="">context</var>
   element and the text contents as the <var title="">input</var> must
   result in a list of nodes that are all <a href="content-models.html#phrasing-content" id="phrasing-content-96">phrasing
-  content</a>, with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#parse-error" title='Read about this "parse errors" reference in the full HTML5 spec.'>parse
+  content</a>, with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#parse-error" title='Read about this "parse errors" reference in the full HTML5 spec.'>parse
   errors</a> having occurred, with no <code><a href="scripting-1.html#script" id="script-25">script</a></code> elements
   being anywhere in the list or as descendants of elements in the
   list, and with all the elements in the list (including their
   descendants) being themselves conforming.<p>The <code><a href="#the-iframe-element" id="iframe-33">iframe</a></code> element must be empty in <a href="dom.html#xml-documents" id="xml-documents-20">XML
-  documents</a>.<p class="note">The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a> treats markup inside
+  documents</a>.<p class="note">The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a> treats markup inside
   <code><a href="#the-iframe-element" id="iframe-34">iframe</a></code> elements as text.<div class="example">
 
    <p>Here is an example of a page using an <code><a href="#the-iframe-element" id="iframe-35">iframe</a></code> to
@@ -632,14 +632,14 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlembedelement">HTMLEmbedElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-65">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-embed-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-embed-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-embed-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-embed-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
 };</pre>
     
    </dd>
-  </dl><p>The <code><a href="#the-embed-element" id="embed-7">embed</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an
+  </dl><p>The <code><a href="#the-embed-element" id="embed-7">embed</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an
   integration point for an external (typically non-HTML) application
   or interactive content.<p>The <dfn id="attr-embed-src" title="attr-embed-src"><code>src</code></dfn> attribute
   gives the address of the resource being embedded. The attribute, if
@@ -649,7 +649,7 @@
   plugin to instantiate is selected. The value must be a <a href="infrastructure.html#valid-mime-type" id="valid-mime-type-4">valid
   MIME type</a>. If both the <code title="attr-embed-type"><a href="#attr-embed-type" id="type-16">type</a></code> attribute and the <code title="attr-embed-src"><a href="#attr-embed-src" id="src-23">src</a></code> attribute are present, then the
   <code title="attr-embed-type"><a href="#attr-embed-type" id="type-17">type</a></code> attribute must specify the
-  same type as the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#content-type" title='Read about this "explicit Content-Type metadata" reference in the full HTML5 spec.'>explicit Content-Type
+  same type as the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/fetching-resources.html#content-type" title='Read about this "explicit Content-Type metadata" reference in the full HTML5 spec.'>explicit Content-Type
   metadata</a> of the resource given by the <code title="attr-embed-src"><a href="#attr-embed-src" id="src-24">src</a></code> attribute.<p>Any namespace-less attribute other than <code title="attr-embed-name"><a href="obsolete.html#attr-embed-name" id="name-57">name</a></code>, <code title="attr-embed-align"><a href="obsolete.html#attr-embed-align" id="align">align</a></code>, <code title="attr-embed-hspace"><a href="obsolete.html#attr-embed-hspace" id="hspace">hspace</a></code>, and <code title="attr-embed-vspace"><a href="obsolete.html#attr-embed-vspace" id="vspace">vspace</a></code> <!-- when editing, see also
   note below --> may be specified on the <code><a href="#the-embed-element" id="embed-8">embed</a></code> element,
   so long as its name is <a href="infrastructure.html#xml-compatible" id="xml-compatible-1">XML-compatible</a> and contains no
@@ -705,21 +705,21 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlobjectelement">HTMLObjectElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-66">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-object-data" title='Read about this "data" reference in the full HTML5 spec.'>data</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-object-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-object-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-object-usemap" title='Read about this "useMap" reference in the full HTML5 spec.'>useMap</a>;
-  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-0">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
-  readonly attribute Document <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-object-contentdocument" title='Read about this "contentDocument" reference in the full HTML5 spec.'>contentDocument</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-object-contentwindow" title='Read about this "contentWindow" reference in the full HTML5 spec.'>contentWindow</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-data" title='Read about this "data" reference in the full HTML5 spec.'>data</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-usemap" title='Read about this "useMap" reference in the full HTML5 spec.'>useMap</a>;
+  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-0">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+  readonly attribute Document <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-contentdocument" title='Read about this "contentDocument" reference in the full HTML5 spec.'>contentDocument</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-contentwindow" title='Read about this "contentWindow" reference in the full HTML5 spec.'>contentWindow</a>;
 
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 };</pre>
     
    </dd>
@@ -803,12 +803,12 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlparamelement">HTMLParamElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-67">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-param-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-param-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-param-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-param-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href="#the-param-element" id="param-1">param</a></code> element defines parameters for plugins
-  invoked by <code><a href="#the-object-element" id="object-18">object</a></code> elements. It does not <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> anything on its own.<p>The <dfn id="attr-param-name" title="attr-param-name"><code>name</code></dfn>
+  invoked by <code><a href="#the-object-element" id="object-18">object</a></code> elements. It does not <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> anything on its own.<p>The <dfn id="attr-param-name" title="attr-param-name"><code>name</code></dfn>
   attribute gives the name of the parameter.<p>The <dfn id="attr-param-value" title="attr-param-value"><code>value</code></dfn>
   attribute gives the value of the parameter.<p>Both attributes must be present. They may have any value.<div class="example">
 

Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/association-of-controls-and-forms.html,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- association-of-controls-and-forms.html	19 Aug 2010 20:42:50 -0000	1.155
+++ association-of-controls-and-forms.html	19 Aug 2010 20:45:41 -0000	1.156
@@ -324,7 +324,7 @@
   <code><a href="forms.html#the-form-element" id="form-25">form</a></code> element, but may have a <dfn id="attr-fae-form" title="attr-fae-form"><code>form</code></dfn> attribute specified to
   override this.<p>If a <a href="forms.html#form-associated-element" id="form-associated-element-18">form-associated element</a> has a <code title="attr-fae-form"><a href="#attr-fae-form" id="form-61">form</a></code> attribute specified, then that
   attribute's value must be the ID of a <code><a href="forms.html#the-form-element" id="form-26">form</a></code> element in
-  the element's owner <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-fae-form"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code></dt>
+  the element's owner <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-fae-form"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code></dt>
 
    <dd>
 
@@ -336,7 +336,7 @@
 
   </dl><h4 id="attributes-common-to-form-controls"><span class="secno">4.10.19 </span><dfn>Attributes common to form controls</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h5 id="naming-form-controls"><span class="secno">4.10.19.1 </span>Naming form controls</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="attr-fe-name" title="attr-fe-name"><code>name</code></dfn> content
   attribute gives the name of the form control, as used in <a href="#form-submission" id="form-submission-2">form
-  submission</a> and in the <code><a href="forms.html#the-form-element" id="form-27">form</a></code> element's <code title="dom-form-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a></code> object. If the attribute
+  submission</a> and in the <code><a href="forms.html#the-form-element" id="form-27">form</a></code> element's <code title="dom-form-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a></code> object. If the attribute
   is specified, its value must not be the empty string.<p>Any non-empty value for <code title="attr-form-name"><a href="forms.html#attr-form-name" id="name-21">name</a></code>
   is allowed, but the names "<code title="attr-fe-name-charset"><a href="#attr-fe-name-charset" id="x_charset_-0">_charset_</a></code>" and "<code title="attr-fe-name-isindex"><a href="#attr-fe-name-isindex" id="isindex">isindex</a></code>" are special:<dl><dt><dfn id="attr-fe-name-isindex" title="attr-fe-name-isindex"><code>isindex</code></dfn></dt>
    <dd>
@@ -376,7 +376,7 @@
   control <code title="">maxlength</code> attribute</a> specified,
   the attribute's value must be a <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-13">valid non-negative
   integer</a>. If the attribute is specified and applying the
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#rules-for-parsing-non-negative-integers" title='Read about this "rules for parsing non-negative integers" reference in the full HTML5 spec.'>rules for parsing non-negative integers</a> to its value
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#rules-for-parsing-non-negative-integers" title='Read about this "rules for parsing non-negative integers" reference in the full HTML5 spec.'>rules for parsing non-negative integers</a> to its value
   results in a number, then that number is the element's <dfn id="maximum-allowed-value-length">maximum
   allowed value length</dfn>. If the attribute is omitted or parsing
   its value results in an error, then there is no <a href="#maximum-allowed-value-length" id="maximum-allowed-value-length-4">maximum
@@ -476,7 +476,7 @@
  &lt;p&gt;&lt;input type=submit formnovalidate name=cancel value="Cancel"&gt;&lt;/p&gt;
 &lt;/form&gt;</pre>
 
-  </div><h4 id="constraints"><span class="secno">4.10.20 </span>Constraints</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h5 id="definitions"><span class="secno">4.10.20.1 </span>Definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h5 id="the-constraint-validation-api"><span class="secno">4.10.20.2 </span>The <dfn>constraint validation API</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">element</var> . <code title="dom-cva-willValidate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a></code></dt>
+  </div><h4 id="constraints"><span class="secno">4.10.20 </span>Constraints</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h5 id="definitions"><span class="secno">4.10.20.1 </span>Definitions</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h5 id="the-constraint-validation-api"><span class="secno">4.10.20.2 </span>The <dfn>constraint validation API</dfn></h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">element</var> . <code title="dom-cva-willValidate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a></code></dt>
 
    <dd>
 
@@ -484,7 +484,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-setCustomValidity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a></code>(<var title="">message</var>)</dt>
+   <dt><var title="">element</var> . <code title="dom-cva-setCustomValidity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a></code>(<var title="">message</var>)</dt>
 
    <dd>
 
@@ -496,7 +496,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-valueMissing"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-validitystate-valuemissing" title='Read about this "valueMissing" reference in the full HTML5 spec.'>valueMissing</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-valueMissing"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-validitystate-valuemissing" title='Read about this "valueMissing" reference in the full HTML5 spec.'>valueMissing</a></code></dt>
 
    <dd>
 
@@ -504,7 +504,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-typeMismatch"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-validitystate-typemismatch" title='Read about this "typeMismatch" reference in the full HTML5 spec.'>typeMismatch</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-typeMismatch"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-validitystate-typemismatch" title='Read about this "typeMismatch" reference in the full HTML5 spec.'>typeMismatch</a></code></dt>
 
    <dd>
 
@@ -512,7 +512,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-patternMismatch"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-validitystate-patternmismatch" title='Read about this "patternMismatch" reference in the full HTML5 spec.'>patternMismatch</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-patternMismatch"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-validitystate-patternmismatch" title='Read about this "patternMismatch" reference in the full HTML5 spec.'>patternMismatch</a></code></dt>
 
    <dd>
 
@@ -520,7 +520,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-tooLong"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-validitystate-toolong" title='Read about this "tooLong" reference in the full HTML5 spec.'>tooLong</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-tooLong"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-validitystate-toolong" title='Read about this "tooLong" reference in the full HTML5 spec.'>tooLong</a></code></dt>
 
    <dd>
 
@@ -528,7 +528,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-rangeUnderflow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-validitystate-rangeunderflow" title='Read about this "rangeUnderflow" reference in the full HTML5 spec.'>rangeUnderflow</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-rangeUnderflow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-validitystate-rangeunderflow" title='Read about this "rangeUnderflow" reference in the full HTML5 spec.'>rangeUnderflow</a></code></dt>
 
    <dd>
 
@@ -536,7 +536,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-rangeOverflow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-validitystate-rangeoverflow" title='Read about this "rangeOverflow" reference in the full HTML5 spec.'>rangeOverflow</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-rangeOverflow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-validitystate-rangeoverflow" title='Read about this "rangeOverflow" reference in the full HTML5 spec.'>rangeOverflow</a></code></dt>
 
    <dd>
 
@@ -544,7 +544,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-stepMismatch"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-validitystate-stepmismatch" title='Read about this "stepMismatch" reference in the full HTML5 spec.'>stepMismatch</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-stepMismatch"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-validitystate-stepmismatch" title='Read about this "stepMismatch" reference in the full HTML5 spec.'>stepMismatch</a></code></dt>
 
    <dd>
 
@@ -552,7 +552,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-customError"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-validitystate-customerror" title='Read about this "customError" reference in the full HTML5 spec.'>customError</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-customError"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-validitystate-customerror" title='Read about this "customError" reference in the full HTML5 spec.'>customError</a></code></dt>
 
    <dd>
 
@@ -560,7 +560,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-valid"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-validitystate-valid" title='Read about this "valid" reference in the full HTML5 spec.'>valid</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a></code> . <code title="dom-validitystate-valid"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-validitystate-valid" title='Read about this "valid" reference in the full HTML5 spec.'>valid</a></code></dt>
 
    <dd>
 
@@ -568,7 +568,7 @@
 
    </dd>
 
-   <dt><var title="">valid</var> = <var title="">element</var> . <code title="dom-cva-checkValidatity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a></code>()</dt>
+   <dt><var title="">valid</var> = <var title="">element</var> . <code title="dom-cva-checkValidatity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a></code>()</dt>
 
    <dd>
 
@@ -578,7 +578,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-cva-validationMessage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-cva-validationMessage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a></code></dt>
 
    <dd>
 
@@ -591,7 +591,7 @@
 
    <p>In the following example, a script checks the value of a form
    control each time it is edited, and whenever it is not a valid
-   value, uses the <code title="dom-cva-setCustomValidity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity()" reference in the full HTML5 spec.'>setCustomValidity()</a></code> method
+   value, uses the <code title="dom-cva-setCustomValidity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity()" reference in the full HTML5 spec.'>setCustomValidity()</a></code> method
    to set an appropriate message.</p>
 
    <pre>&lt;label&gt;Feeling: &lt;input name=f type="text" oninput="check(this)"&gt;&lt;/label&gt;

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.713
retrieving revision 1.714
diff -u -d -r1.713 -r1.714
--- history.html	19 Aug 2010 20:42:51 -0000	1.713
+++ history.html	19 Aug 2010 20:45:48 -0000	1.714
@@ -315,13 +315,13 @@
     <ol><li><a href="history.html#the-session-history-of-browsing-contexts"><span class="secno">5.4.1 </span>The session history of browsing contexts</a><li><a href="history.html#the-history-interface"><span class="secno">5.4.2 </span>The <code>History</code> interface</a><li><a href="history.html#the-location-interface"><span class="secno">5.4.3 </span>The <code>Location</code> interface</a></ol><li><a href="history.html#browsing-the-web"><span class="secno">5.5 </span>Browsing the Web</a>
     <ol><li><a href="history.html#history-traversal"><span class="secno">5.5.1 </span>History traversal</a><li><a href="history.html#unloading-documents"><span class="secno">5.5.2 </span>Unloading documents</a></ol></ol></ol></div>
 
-  <h3 id="history"><span class="secno">5.4 </span>Session history and navigation</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h4 id="the-session-history-of-browsing-contexts"><span class="secno">5.4.1 </span>The session history of browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The sequence of <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>s in a <a href="browsers.html#browsing-context" id="browsing-context-32">browsing
+  <h3 id="history"><span class="secno">5.4 </span>Session history and navigation</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h4 id="the-session-history-of-browsing-contexts"><span class="secno">5.4.1 </span>The session history of browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The sequence of <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>s in a <a href="browsers.html#browsing-context" id="browsing-context-32">browsing
   context</a> is its <dfn id="session-history">session history</dfn>.<p><code><a href="#history-0" id="history-3">History</a></code> objects provide a representation of the
   pages in the session history of <a href="browsers.html#browsing-context" id="browsing-context-33" title="browsing
   context">browsing contexts</a>. Each <a href="browsers.html#browsing-context" id="browsing-context-34">browsing
   context</a>, including <a href="browsers.html#nested-browsing-context" id="nested-browsing-context-11" title="nested browsing
   context">nested browsing contexts</a>, has a distinct session
-  history.<p>Each <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object in a <a href="browsers.html#browsing-context" id="browsing-context-35">browsing
+  history.<p>Each <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object in a <a href="browsers.html#browsing-context" id="browsing-context-35">browsing
   context</a>'s <a href="#session-history" id="session-history-1">session history</a> is associated with a
   unique instance of the <code><a href="#history-0" id="history-4">History</a></code> object, although they
   all must model the same underlying <a href="#session-history" id="session-history-2">session history</a>.<p><code><a href="#history-0" id="history-5">History</a></code> objects represent their <a href="browsers.html#browsing-context" id="browsing-context-36">browsing
@@ -330,13 +330,13 @@
   <a href="urls.html#url" id="url-13">URL</a> or a <a href="#state-object" id="state-object-0">state object</a>, or both.<p class="note">Titles associated with <a href="#session-history-entry" id="session-history-entry-1" title="session history
   entry">session history entries</a> need not have any relation
   with the current <code><a href="semantics.html#the-title-element-0" id="title-48">title</a></code> of the
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. The title of a <a href="#session-history-entry" id="session-history-entry-2">session history
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. The title of a <a href="#session-history-entry" id="session-history-entry-2">session history
   entry</a> is intended to explain the state of the document at
   that point, so that the user can navigate the document's
   history.<p>URLs without associated <a href="#state-object" id="state-object-1" title="state object">state
   objects</a> are added to the session history as the user (or
   script) navigates from page to page.<p>A <dfn id="state-object">state object</dfn> is an object representing a user
-  interface state.<p>Pages can <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-pushstate" title='Read about this "add" reference in the full HTML5 spec.'>add</a> <a href="#state-object" id="state-object-2" title="state object">state objects</a> between their entry in the
+  interface state.<p>Pages can <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-pushstate" title='Read about this "add" reference in the full HTML5 spec.'>add</a> <a href="#state-object" id="state-object-2" title="state object">state objects</a> between their entry in the
   session history and the next ("forward") entry. These are then <a href="#event-popstate" id="event-popstate-0" title="event-popstate">returned to the script</a> when the user
   (or script) goes back in the history, thus enabling authors to use
   the "navigation" metaphor even in one-page applications.<div class="note">
@@ -348,8 +348,8 @@
    would still need the parsing for handling <a href="urls.html#url" id="url-15" title="URL">URLs</a> passed around by users, so it's only a minor
    optimization), and second, so that the author can store state that
    one wouldn't store in the URL because it only applies to the current
-   <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> instance and it would have to be reconstructed
-   if a new <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> were opened.</p>
+   <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> instance and it would have to be reconstructed
+   if a new <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> were opened.</p>
 
    <p>An example of the latter would be something like keeping track of
    the precise coordinate from which a popup <code><a href="grouping-content.html#the-div-element" id="div-15">div</a></code> was made
@@ -364,22 +364,22 @@
   <dfn id="current-entry">current entry</dfn>. This is the entry representing the
   <a href="browsers.html#active-document" id="active-document-6">active document</a> of the <a href="browsers.html#browsing-context" id="browsing-context-37">browsing
   context</a>. The <a href="#current-entry" id="current-entry-0">current entry</a> is usually an entry
-  for the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location-href" title='Read about this "location" reference in the full HTML5 spec.'>location</a> of the
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. However, it can also be one of the entries
+  for the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-href" title='Read about this "location" reference in the full HTML5 spec.'>location</a> of the
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. However, it can also be one of the entries
   for <a href="#state-object" id="state-object-4" title="state object">state objects</a> added to the
   history by that document.<p>Entries that consist of <a href="#state-object" id="state-object-5" title="state object">state
-  objects</a> share the same <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> as the entry for
+  objects</a> share the same <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> as the entry for
   the page that was active when they were added.<p>Contiguous entries that differ just by fragment identifier also
-  share the same <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<p class="note">All entries that share the same
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> (and that are therefore merely different
+  share the same <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<p class="note">All entries that share the same
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> (and that are therefore merely different
   states of one particular document) are contiguous by definition.<h4 id="the-history-interface"><span class="secno">5.4.2 </span>The <code><a href="#history-0" id="history-6">History</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><pre class="idl">interface <dfn id="history-0">History</dfn> {
-  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-go" title='Read about this "go" reference in the full HTML5 spec.'>go</a>(in optional long delta);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-back" title='Read about this "back" reference in the full HTML5 spec.'>back</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-forward" title='Read about this "forward" reference in the full HTML5 spec.'>forward</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-pushstate" title='Read about this "pushState" reference in the full HTML5 spec.'>pushState</a>(in any data, in DOMString title, in optional DOMString url);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-replacestate" title='Read about this "replaceState" reference in the full HTML5 spec.'>replaceState</a>(in any data, in DOMString title, in optional DOMString url);
-};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
+  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-go" title='Read about this "go" reference in the full HTML5 spec.'>go</a>(in optional long delta);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-back" title='Read about this "back" reference in the full HTML5 spec.'>back</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-forward" title='Read about this "forward" reference in the full HTML5 spec.'>forward</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-pushstate" title='Read about this "pushState" reference in the full HTML5 spec.'>pushState</a>(in any data, in DOMString title, in optional DOMString url);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-replacestate" title='Read about this "replaceState" reference in the full HTML5 spec.'>replaceState</a>(in any data, in DOMString title, in optional DOMString url);
+};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
 
    <dd>
 
@@ -387,7 +387,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-go"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-go" title='Read about this "go" reference in the full HTML5 spec.'>go</a></code>( [ <var title="">delta</var> ] )</dt>
+   <dt><var title="">window</var> . <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-go"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-go" title='Read about this "go" reference in the full HTML5 spec.'>go</a></code>( [ <var title="">delta</var> ] )</dt>
 
    <dd>
 
@@ -399,7 +399,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-back"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-back" title='Read about this "back" reference in the full HTML5 spec.'>back</a></code>()</dt>
+   <dt><var title="">window</var> . <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-back"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-back" title='Read about this "back" reference in the full HTML5 spec.'>back</a></code>()</dt>
 
    <dd>
 
@@ -409,7 +409,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-forward"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-forward" title='Read about this "forward" reference in the full HTML5 spec.'>forward</a></code>()</dt>
+   <dt><var title="">window</var> . <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-forward"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-forward" title='Read about this "forward" reference in the full HTML5 spec.'>forward</a></code>()</dt>
 
    <dd>
 
@@ -419,7 +419,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-pushState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-pushstate" title='Read about this "pushState" reference in the full HTML5 spec.'>pushState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var> ] )</dt>
+   <dt><var title="">window</var> . <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-pushState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-pushstate" title='Read about this "pushState" reference in the full HTML5 spec.'>pushState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var> ] )</dt>
 
    <dd>
 
@@ -427,7 +427,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-replaceState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-replacestate" title='Read about this "replaceState" reference in the full HTML5 spec.'>replaceState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var> ] )</dt>
+   <dt><var title="">window</var> . <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> . <code title="dom-history-replaceState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-replacestate" title='Read about this "replaceState" reference in the full HTML5 spec.'>replaceState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var> ] )</dt>
 
    <dd>
 
@@ -439,7 +439,7 @@
   object is the union of all the <a href="#session-history" id="session-history-3" title="session history">session
   histories</a> of all <a href="browsers.html#browsing-context" id="browsing-context-38" title="browsing context">browsing
   contexts</a> of all the <a href="browsers.html#fully-active" id="fully-active-2">fully active</a>
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects that share the <code><a href="#history-0" id="history-8">History</a></code>
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects that share the <code><a href="#history-0" id="history-8">History</a></code>
   object's <a href="browsers.html#top-level-browsing-context" id="top-level-browsing-context-6">top-level browsing context</a>, with all the
   entries that are <a href="#current-entry" id="current-entry-1" title="current entry">current entries</a>
   in their respective <a href="#session-history" id="session-history-4" title="session history">session
@@ -450,7 +450,7 @@
   chronologically by the time they were added to their respective
   <a href="#session-history" id="session-history-6" title="session history">session histories</a>. (Since all
   these <a href="browsers.html#browsing-context" id="browsing-context-39" title="browsing context">browsing contexts</a> by
-  definition share an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-loop" title='Read about this "event loop" reference in the full HTML5 spec.'>event loop</a>, there is always a
+  definition share an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-loop" title='Read about this "event loop" reference in the full HTML5 spec.'>event loop</a>, there is always a
   well-defined sequential order in which their <a href="#session-history" id="session-history-7" title="session
   history">session histories</a> had their entries added.) Each
   entry has an index; the earliest entry has index 0, and the
@@ -514,7 +514,7 @@
    bookmarking and navigating the session history still work.</p>
 
    <p>In the example above, the <var title="">data</var> argument to
-   the <code title="dom-history-pushState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-pushstate" title='Read about this "pushState()" reference in the full HTML5 spec.'>pushState()</a></code> method
+   the <code title="dom-history-pushState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-pushstate" title='Read about this "pushState()" reference in the full HTML5 spec.'>pushState()</a></code> method
    is the same information as would be sent to the server, but in a
    more convenient form, so that the script doesn't have to parse the
    URL each time the user navigates.</p>
@@ -548,10 +548,10 @@
 State: &lt;OUTPUT NAME=I&gt;1&lt;/OUTPUT&gt; &lt;INPUT VALUE="Increment" TYPE=BUTTON ONCLICK="inc()"&gt;
 &lt;/FORM&gt;</pre>
 
-  </div><h4 id="the-location-interface"><span class="secno">5.4.3 </span>The <code><a href="#location" id="location-2">Location</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>Each <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object in a <a href="browsers.html#browsing-context" id="browsing-context-40">browsing
+  </div><h4 id="the-location-interface"><span class="secno">5.4.3 </span>The <code><a href="#location" id="location-2">Location</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>Each <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object in a <a href="browsers.html#browsing-context" id="browsing-context-40">browsing
   context</a>'s session history is associated with a unique
-  instance of a <code><a href="#location" id="location-3">Location</a></code> object.<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-location"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a></code> [ = <var title="">value</var> ]</dt>
-   <dt><var title="">window</var> . <code title="dom-location"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a></code> [ = <var title="">value</var> ]</dt>
+  instance of a <code><a href="#location" id="location-3">Location</a></code> object.<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-location"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-document-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">window</var> . <code title="dom-location"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -564,11 +564,11 @@
   </dl><p><code><a href="#location" id="location-5">Location</a></code> objects provide a representation of <a href="dom.html#the-document-s-current-address" id="the-document-s-current-address-2" title="the document's current address">their document's current
   address</a>, and allow the <a href="#current-entry" id="current-entry-3">current entry</a> of the
   <a href="browsers.html#browsing-context" id="browsing-context-41">browsing context</a>'s session history to be changed, by
-  adding or replacing entries in the <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> object.<pre class="idl">interface <dfn id="location">Location</dfn> {
-  stringifier attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location-assign" title='Read about this "assign" reference in the full HTML5 spec.'>assign</a>(in DOMString url);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location-replace" title='Read about this "replace" reference in the full HTML5 spec.'>replace</a>(in DOMString url);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location-reload" title='Read about this "reload" reference in the full HTML5 spec.'>reload</a>();
+  adding or replacing entries in the <code title="dom-history"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a></code> object.<pre class="idl">interface <dfn id="location">Location</dfn> {
+  stringifier attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-assign" title='Read about this "assign" reference in the full HTML5 spec.'>assign</a>(in DOMString url);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-replace" title='Read about this "replace" reference in the full HTML5 spec.'>replace</a>(in DOMString url);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-reload" title='Read about this "reload" reference in the full HTML5 spec.'>reload</a>();
 
   // <a href="urls.html#url-decomposition-idl-attributes" id="url-decomposition-idl-attributes-2">URL decomposition IDL attributes</a> <!-- blame brendan for these "innovative" names -->
            attribute DOMString <a href="#dom-location-protocol" id="dom-location-protocol-0" title="dom-location-protocol">protocol</a>;
@@ -580,8 +580,8 @@
            attribute DOMString <a href="#dom-location-hash" id="dom-location-hash-0" title="dom-location-hash">hash</a>;
 
   // resolving relative URLs
-  DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location-resolveurl" title='Read about this "resolveURL" reference in the full HTML5 spec.'>resolveURL</a>(in DOMString url);
-};</pre><dl class="domintro"><dt><var title="">location</var> . <code title="dom-location-href"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a></code> [ = <var title="">value</var> ]</dt>
+  DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-resolveurl" title='Read about this "resolveURL" reference in the full HTML5 spec.'>resolveURL</a>(in DOMString url);
+};</pre><dl class="domintro"><dt><var title="">location</var> . <code title="dom-location-href"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -591,7 +591,7 @@
 
    </dd>
 
-   <dt><var title="">location</var> . <code title="dom-location-assign"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location-assign" title='Read about this "assign" reference in the full HTML5 spec.'>assign</a></code>(<var title="">url</var>)</dt>
+   <dt><var title="">location</var> . <code title="dom-location-assign"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-assign" title='Read about this "assign" reference in the full HTML5 spec.'>assign</a></code>(<var title="">url</var>)</dt>
 
    <dd>
 
@@ -599,7 +599,7 @@
 
    </dd>
 
-   <dt><var title="">location</var> . <code title="dom-location-replace"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location-replace" title='Read about this "replace" reference in the full HTML5 spec.'>replace</a></code>(<var title="">url</var>)</dt>
+   <dt><var title="">location</var> . <code title="dom-location-replace"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-replace" title='Read about this "replace" reference in the full HTML5 spec.'>replace</a></code>(<var title="">url</var>)</dt>
 
    <dd>
 
@@ -607,7 +607,7 @@
 
    </dd>
 
-   <dt><var title="">location</var> . <code title="dom-location-reload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location-reload" title='Read about this "reload" reference in the full HTML5 spec.'>reload</a></code>()</dt>
+   <dt><var title="">location</var> . <code title="dom-location-reload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-reload" title='Read about this "reload" reference in the full HTML5 spec.'>reload</a></code>()</dt>
 
    <dd>
 
@@ -615,7 +615,7 @@
 
    </dd>
 
-   <dt><var title="">url</var> = <var title="">location</var> . <code title="dom-location-resolveURL"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location-resolveurl" title='Read about this "resolveURL" reference in the full HTML5 spec.'>resolveURL</a></code>(<var title="">url</var>)</dt>
+   <dt><var title="">url</var> = <var title="">location</var> . <code title="dom-location-resolveURL"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-resolveurl" title='Read about this "resolveURL" reference in the full HTML5 spec.'>resolveURL</a></code>(<var title="">url</var>)</dt>
 
    <dd>
 
@@ -626,25 +626,25 @@
   </dl><p>The <code><a href="#location" id="location-6">Location</a></code> interface also has the complement of
   <a href="urls.html#url-decomposition-idl-attributes" id="url-decomposition-idl-attributes-3">URL decomposition IDL attributes</a>, <dfn id="dom-location-protocol" title="dom-location-protocol"><code>protocol</code></dfn>, <dfn id="dom-location-host" title="dom-location-host"><code>host</code></dfn>, <dfn id="dom-location-port" title="dom-location-port"><code>port</code></dfn>, <dfn id="dom-location-hostname" title="dom-location-hostname"><code>hostname</code></dfn>, <dfn id="dom-location-pathname" title="dom-location-pathname"><code>pathname</code></dfn>, <dfn id="dom-location-search" title="dom-location-search"><code>search</code></dfn>, and <dfn id="dom-location-hash" title="dom-location-hash"><code>hash</code></dfn>. <h3 id="browsing-the-web"><span class="secno">5.5 </span>Browsing the Web</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h4 id="history-traversal"><span class="secno">5.5.1 </span>History traversal</h4><p class="XXX annotation"><b>Status: </b><i>Last call for cmments</i></p><!-- session history --><p>The <dfn id="event-popstate" title="event-popstate"><code>popstate</code></dfn> event
   is fired in certain cases when navigating to a <a href="#session-history-entry" id="session-history-entry-4">session history
-  entry</a>.<pre class="idl">interface <dfn id="popstateevent">PopStateEvent</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
-  readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-popstateevent-state" title='Read about this "state" reference in the full HTML5 spec.'>state</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-popstateevent-initpopstateevent" title='Read about this "initPopStateEvent" reference in the full HTML5 spec.'>initPopStateEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any stateArg);
-};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-PopStateEvent-state"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-popstateevent-state" title='Read about this "state" reference in the full HTML5 spec.'>state</a></code></dt>
+  entry</a>.<pre class="idl">interface <dfn id="popstateevent">PopStateEvent</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
+  readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-popstateevent-state" title='Read about this "state" reference in the full HTML5 spec.'>state</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-popstateevent-initpopstateevent" title='Read about this "initPopStateEvent" reference in the full HTML5 spec.'>initPopStateEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any stateArg);
+};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-PopStateEvent-state"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-popstateevent-state" title='Read about this "state" reference in the full HTML5 spec.'>state</a></code></dt>
 
    <dd>
 
-    <p>Returns a copy of the information that was provided to <code title="dom-history-pushState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-pushstate" title='Read about this "pushState()" reference in the full HTML5 spec.'>pushState()</a></code> or <code title="dom-history-replaceState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-replacestate" title='Read about this "replaceState()" reference in the full HTML5 spec.'>replaceState()</a></code>.</p>
+    <p>Returns a copy of the information that was provided to <code title="dom-history-pushState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-pushstate" title='Read about this "pushState()" reference in the full HTML5 spec.'>pushState()</a></code> or <code title="dom-history-replaceState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-replacestate" title='Read about this "replaceState()" reference in the full HTML5 spec.'>replaceState()</a></code>.</p>
 
    </dd>
 
   </dl><hr><p>The <dfn id="event-hashchange" title="event-hashchange"><code>hashchange</code></dfn>
   event is fired when navigating to a <a href="#session-history-entry" id="session-history-entry-5">session history
   entry</a> whose <a href="urls.html#url" id="url-17">URL</a> differs from that of the
-  previous one only in the fragment identifier.<pre class="idl">interface <dfn id="hashchangeevent">HashChangeEvent</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
-  readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-hashchangeevent-oldurl" title='Read about this "oldURL" reference in the full HTML5 spec.'>oldURL</a>;
-  readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-hashchangeevent-newurl" title='Read about this "newURL" reference in the full HTML5 spec.'>newURL</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-hashchangeevent-inithashchangeevent" title='Read about this "initHashChangeEvent" reference in the full HTML5 spec.'>initHashChangeEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString oldURLArg, in DOMString newURLArg);
-};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-HashChangeEvent-oldURL"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-hashchangeevent-oldurl" title='Read about this "oldURL" reference in the full HTML5 spec.'>oldURL</a></code></dt>
+  previous one only in the fragment identifier.<pre class="idl">interface <dfn id="hashchangeevent">HashChangeEvent</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
+  readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-hashchangeevent-oldurl" title='Read about this "oldURL" reference in the full HTML5 spec.'>oldURL</a>;
+  readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-hashchangeevent-newurl" title='Read about this "newURL" reference in the full HTML5 spec.'>newURL</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-hashchangeevent-inithashchangeevent" title='Read about this "initHashChangeEvent" reference in the full HTML5 spec.'>initHashChangeEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in DOMString oldURLArg, in DOMString newURLArg);
+};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-HashChangeEvent-oldURL"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-hashchangeevent-oldurl" title='Read about this "oldURL" reference in the full HTML5 spec.'>oldURL</a></code></dt>
 
    <dd>
 
@@ -654,7 +654,7 @@
    </dd>
 
 
-   <dt><var title="">event</var> . <code title="dom-HashChangeEvent-newURL"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-hashchangeevent-newurl" title='Read about this "newURL" reference in the full HTML5 spec.'>newURL</a></code></dt>
+   <dt><var title="">event</var> . <code title="dom-HashChangeEvent-newURL"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-hashchangeevent-newurl" title='Read about this "newURL" reference in the full HTML5 spec.'>newURL</a></code></dt>
 
    <dd>
 
@@ -667,10 +667,10 @@
   is fired when traversing <em>to</em> a <a href="#session-history-entry" id="session-history-entry-8">session history
   entry</a>.<p>The <dfn id="event-pagehide" title="event-pagehide"><code>pagehide</code></dfn>
   event is fired when traversing <em>from</em> a <a href="#session-history-entry" id="session-history-entry-9">session history
-  entry</a>.<pre class="idl">interface <dfn id="pagetransitionevent">PageTransitionEvent</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
-  readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-pagetransitionevent-persisted" title='Read about this "persisted" reference in the full HTML5 spec.'>persisted</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-pagetransitionevent-initpagetransitionevent" title='Read about this "initPageTransitionEvent" reference in the full HTML5 spec.'>initPageTransitionEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any persistedArg);
-};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-PageTransitionEvent-persisted"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-pagetransitionevent-persisted" title='Read about this "persisted" reference in the full HTML5 spec.'>persisted</a></code></dt>
+  entry</a>.<pre class="idl">interface <dfn id="pagetransitionevent">PageTransitionEvent</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
+  readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-pagetransitionevent-persisted" title='Read about this "persisted" reference in the full HTML5 spec.'>persisted</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-pagetransitionevent-initpagetransitionevent" title='Read about this "initPageTransitionEvent" reference in the full HTML5 spec.'>initPageTransitionEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any persistedArg);
+};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-PageTransitionEvent-persisted"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-pagetransitionevent-persisted" title='Read about this "persisted" reference in the full HTML5 spec.'>persisted</a></code></dt>
 
    <dd>
 
@@ -678,9 +678,9 @@
 
    </dd>
 
-  </dl><h4 id="unloading-documents"><span class="secno">5.5.2 </span>Unloading documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><pre class="idl">interface <dfn id="beforeunloadevent">BeforeUnloadEvent</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-beforeunloadevent-returnvalue" title='Read about this "returnValue" reference in the full HTML5 spec.'>returnValue</a>;
-};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-BeforeUnloadEvent-returnValue"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-beforeunloadevent-returnvalue" title='Read about this "returnValue" reference in the full HTML5 spec.'>returnValue</a></code> [ = <var title="">value</var> ]</dt>
+  </dl><h4 id="unloading-documents"><span class="secno">5.5.2 </span>Unloading documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><pre class="idl">interface <dfn id="beforeunloadevent">BeforeUnloadEvent</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-beforeunloadevent-returnvalue" title='Read about this "returnValue" reference in the full HTML5 spec.'>returnValue</a>;
+};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-BeforeUnloadEvent-returnValue"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-beforeunloadevent-returnvalue" title='Read about this "returnValue" reference in the full HTML5 spec.'>returnValue</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 

Index: origin-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/origin-0.html,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- origin-0.html	19 Aug 2010 20:42:52 -0000	1.135
+++ origin-0.html	19 Aug 2010 20:46:04 -0000	1.136
@@ -320,7 +320,7 @@
   component, and optionally extra data.<p class="note">The extra data could include the certificate of the
   site when using encrypted connections, to ensure that if the site's
   secure certificate changes, the origin is considered to change as
-  well.<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><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-domain"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-domain" title='Read about this "domain" reference in the full HTML5 spec.'>domain</a></code> [ = <var title="">domain</var> ]</dt>
+  well.<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><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-domain"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#dom-document-domain" title='Read about this "domain" reference in the full HTML5 spec.'>domain</a></code> [ = <var title="">domain</var> ]</dt>
 
    <dd>
 
@@ -333,12 +333,12 @@
 
    </dd>
 
-  </dl><p class="note">The <code title="dom-document-domain"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-domain" title='Read about this "domain" reference in the full HTML5 spec.'>domain</a></code>
+  </dl><p class="note">The <code title="dom-document-domain"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#dom-document-domain" title='Read about this "domain" reference in the full HTML5 spec.'>domain</a></code>
   attribute is used to enable pages on different hosts of a domain to
-  access each others' DOMs.<p class="warning">Do not use the <code title="dom-document-domain"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-domain" title='Read about this "document.domain" reference in the full HTML5 spec.'>document.domain</a></code> attribute when
+  access each others' DOMs.<p class="warning">Do not use the <code title="dom-document-domain"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#dom-document-domain" title='Read about this "document.domain" reference in the full HTML5 spec.'>document.domain</a></code> attribute when
   using shared hosting. If an untrusted third party is able to host an
   HTTP server at the same IP address but on a different port, then the
   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 class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-domain" title='Read about this "document.domain" reference in the full HTML5 spec.'>document.domain</a></code> attribute has
+  origins after the <code title="dom-document-domain"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#dom-document-domain" title='Read about this "document.domain" reference in the full HTML5 spec.'>document.domain</a></code> attribute has
   been used.
\ No newline at end of file

Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -d -r1.163 -r1.164
--- common-input-element-attributes.html	19 Aug 2010 20:42:50 -0000	1.163
+++ common-input-element-attributes.html	19 Aug 2010 20:45:42 -0000	1.164
@@ -457,7 +457,7 @@
   </div><h6 id="the-size-attribute"><span class="secno">4.10.7.2.4 </span>The <code title="attr-input-size"><a href="#attr-input-size" id="size-24">size</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="attr-input-size" title="attr-input-size"><code>size</code></dfn>
   attribute gives the number of characters that, in a visual
   rendering, the user agent is to allow the user to see while editing
-  the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.<p>The <code title="attr-input-size"><a href="#attr-input-size" id="size-25">size</a></code> attribute, if
+  the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.<p>The <code title="attr-input-size"><a href="#attr-input-size" id="size-25">size</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-9">valid non-negative
   integer</a> greater than zero.<h6 id="the-required-attribute"><span class="secno">4.10.7.2.5 </span>The <code title="attr-input-required"><a href="#attr-input-required" id="required-25">required</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="attr-input-required" title="attr-input-required"><code>required</code></dfn>
   attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-11">boolean attribute</a>. When specified, the
@@ -529,7 +529,7 @@
 
   </div><h6 id="the-maxlength-attribute"><span class="secno">4.10.7.2.7 </span>The <code title="attr-input-maxlength"><a href="#attr-input-maxlength" id="maxlength-25">maxlength</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="attr-input-maxlength" title="attr-input-maxlength"><code>maxlength</code></dfn>
   attribute is a <a href="association-of-controls-and-forms.html#attr-fe-maxlength" id="attr-fe-maxlength-0" title="attr-fe-maxlength">form control <code title="">maxlength</code> attribute</a>.<p>If the <code><a href="the-input-element.html#the-input-element" id="input-111">input</a></code> element has a <a href="association-of-controls-and-forms.html#maximum-allowed-value-length" id="maximum-allowed-value-length-0">maximum allowed
-  value length</a>, then the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#code-point-length" title='Read about this "code-point length" reference in the full HTML5 spec.'>code-point length</a> of the
+  value length</a>, then the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#code-point-length" title='Read about this "code-point length" reference in the full HTML5 spec.'>code-point length</a> of the
   value of the element's <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-25">value</a></code>
   attribute must be equal to or less than the element's <a href="association-of-controls-and-forms.html#maximum-allowed-value-length" id="maximum-allowed-value-length-1">maximum
   allowed value length</a>.<div class="example">
@@ -543,7 +543,7 @@
 
   </div><h6 id="the-pattern-attribute"><span class="secno">4.10.7.2.8 </span>The <code title="attr-input-pattern"><a href="#attr-input-pattern" id="pattern-25">pattern</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="attr-input-pattern" title="attr-input-pattern"><code>pattern</code></dfn>
   attribute specifies a regular expression against which the control's
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> is to be checked.<p>If specified, the attribute's value must match the JavaScript <i title="">Pattern</i> production. <a href="references.html#refsECMA262">[ECMA262]</a><p>When an <code><a href="the-input-element.html#the-input-element" id="input-112">input</a></code> element has a <code title="attr-input-pattern"><a href="#attr-input-pattern" id="pattern-26">pattern</a></code> attribute specified,
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> is to be checked.<p>If specified, the attribute's value must match the JavaScript <i title="">Pattern</i> production. <a href="references.html#refsECMA262">[ECMA262]</a><p>When an <code><a href="the-input-element.html#the-input-element" id="input-112">input</a></code> element has a <code title="attr-input-pattern"><a href="#attr-input-pattern" id="pattern-26">pattern</a></code> attribute specified,
   authors should include a <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-23">title</a></code>
   attribute to give a description of the pattern. User agents may use
   the contents of this attribute, if it is present, when informing the
@@ -569,9 +569,9 @@
   authors should be careful not to word <code><a href="semantics.html#the-title-element-0" id="title-47">title</a></code>s as if an
   error has necessarily occurred.<h6 id="the-min-and-max-attributes"><span class="secno">4.10.7.2.9 </span>The <code title="attr-input-min"><a href="#attr-input-min" id="min-35">min</a></code> and <code title="attr-input-max"><a href="#attr-input-max" id="max-33">max</a></code> attributes</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="attr-input-min" title="attr-input-min"><code>min</code></dfn> and <dfn id="attr-input-max" title="attr-input-max"><code>max</code></dfn> attributes indicate
   the allowed range of values for the element.<p>The <code title="attr-input-max"><a href="#attr-input-max" id="max-34">max</a></code> attribute's value
-  (the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.'>maximum</a>) must not be
+  (the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.'>maximum</a>) must not be
   less than the <code title="attr-input-min"><a href="#attr-input-min" id="min-36">min</a></code> attribute's
-  value (its <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a>).<div class="example">
+  value (its <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a>).<div class="example">
 
    <p>The following date control limits input to dates that are before
    the 1980s:</p>
@@ -587,10 +587,10 @@
 
   </div><h6 id="the-step-attribute"><span class="secno">4.10.7.2.10 </span>The <code title="attr-input-step"><a href="#attr-input-step" id="step-32">step</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="attr-input-step" title="attr-input-step"><code>step</code></dfn>
   attribute indicates the granularity that is expected (and required)
-  of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>, by limiting the
+  of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>, by limiting the
   allowed values. <p>The <code title="attr-input-step"><a href="#attr-input-step" id="step-33">step</a></code> attribute, if
   specified, must either have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number" id="valid-floating-point-number-8">valid floating
-  point number</a> that <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#rules-for-parsing-floating-point-number-values" title='Read about this "parses" reference in the full HTML5 spec.'>parses</a> to a number that is greater than
+  point number</a> that <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#rules-for-parsing-floating-point-number-values" title='Read about this "parses" reference in the full HTML5 spec.'>parses</a> to a number that is greater than
   zero, or must have a value that is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-13">ASCII
   case-insensitive</a> match for the string "<code title="">any</code>".<div class="example">
 
@@ -631,11 +631,11 @@
  &lt;p&gt;&lt;label&gt;Description: &lt;input type="text" name="desc" placeholder="My Email Account"&gt;&lt;/label&gt;&lt;/p&gt;
 &lt;/fieldset&gt;</pre>
 
-  </div><h5 id="common-input-element-apis"><span class="secno">4.10.7.3 </span>Common <code><a href="the-input-element.html#the-input-element" id="input-113">input</a></code> element APIs</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> [ = <var title="">value</var> ]</dt>
+  </div><h5 id="common-input-element-apis"><span class="secno">4.10.7.3 </span>Common <code><a href="the-input-element.html#the-input-element" id="input-113">input</a></code> element APIs</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
-    <p>Returns the current <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>
+    <p>Returns the current <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>
     of the form control.</p>
 
     <p>Can be set, to change the value.</p>
@@ -646,18 +646,18 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">input</var> . <code title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
-    <p>Returns the current <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> of the form
+    <p>Returns the current <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> of the form
     control.</p>
 
-    <p>Can be set, to change the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a>.</p>
+    <p>Can be set, to change the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a>.</p>
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code></dt>
+   <dt><var title="">input</var> . <code title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code></dt>
 
    <dd>
 
@@ -668,12 +668,12 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">input</var> . <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
     <p>Returns a <code>Date</code> object representing the form
-    control's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>, if
+    control's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>, if
     applicable; otherwise, returns null.</p>
 
     <p>Can be set, to change the value.</p>
@@ -683,11 +683,11 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">input</var> . <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
-    <p>Returns a number representing the form control's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>, if applicable; otherwise,
+    <p>Returns a number representing the form control's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>, if applicable; otherwise,
     returns null.</p>
 
     <p>Can be set, to change the value.</p>
@@ -697,24 +697,24 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a></code>( [ <var title="">n</var> ] )</dt>
-   <dt><var title="">input</var> . <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a></code>( [ <var title="">n</var> ] )</dt>
+   <dt><var title="">input</var> . <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a></code>( [ <var title="">n</var> ] )</dt>
+   <dt><var title="">input</var> . <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a></code>( [ <var title="">n</var> ] )</dt>
 
    <dd>
 
-    <p>Changes the form control's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> by the value given in the
+    <p>Changes the form control's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> by the value given in the
     <code title="attr-input-step"><a href="#attr-input-step" id="step-34">step</a></code> attribute, multiplied by
     <var title="">n</var>. The default value for <var title="">n</var>
     is 1.</p>
 
     <p>Throws <code><a href="urls.html#invalid_state_err" id="invalid_state_err-11">INVALID_STATE_ERR</a></code> exception if the control
-    is neither date- or time-based nor numeric, if the <code title="attr-input-step"><a href="#attr-input-step" id="step-35">step</a></code> attribute's value is "<code title="">any</code>", if the current <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> could not be parsed, or if
+    is neither date- or time-based nor numeric, if the <code title="attr-input-step"><a href="#attr-input-step" id="step-35">step</a></code> attribute's value is "<code title="">any</code>", if the current <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> could not be parsed, or if
     stepping in the given direction by the given amount would take the
     value out of range.</p>
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code></dt>
+   <dt><var title="">input</var> . <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code></dt>
 
    <dd>
 
@@ -723,13 +723,13 @@
 
    </dd>
 
-   <dt><var title="">input</var> . <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code></dt>
+   <dt><var title="">input</var> . <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code></dt>
 
    <dd>
 
     <p>Returns the <code><a href="the-button-element.html#the-option-element" id="option-8">option</a></code> element from the
     <code><a href="the-button-element.html#the-datalist-element" id="datalist-12">datalist</a></code> element indicated by the <code title="attr-input-list"><a href="#attr-input-list" id="list-28">list</a></code> attribute that matches the
-    form control's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+    form control's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
    </dd>
 

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.718
retrieving revision 1.719
diff -u -d -r1.718 -r1.719
--- dom.html	19 Aug 2010 20:42:50 -0000	1.718
+++ dom.html	19 Aug 2010 20:45:43 -0000	1.719
@@ -316,185 +316,185 @@
     <ol><li><a href="dom.html#documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</a><li><a href="dom.html#security-document"><span class="secno">3.1.2 </span>Security</a><li><a href="dom.html#resource-metadata-management" id="x3.1.3-resource-metadata-management"><span class="secno">3.1.3 </span>Resource metadata management</a><li><a href="dom.html#dom-tree-accessors" id="x3.1.4-dom-tree-accessors"><span class="secno">3.1.4 </span>DOM tree accessors</a><li><a href="dom.html#creating-documents"><span class="secno">3.1.5 </span>Creating documents</a></ol></ol></ol></div>
 
   <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><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>Every XML and HTML document in an HTML UA is represented by a
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object. <a href="references.html#refsDOMCORE">[DOMCORE]</a><p><dfn id="the-document-s-address">The document's address</dfn> is an <a href="urls.html#absolute-url" id="absolute-url-2">absolute URL</a>
-  that is set when the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is created. <dfn id="the-document-s-current-address">The
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object. <a href="references.html#refsDOMCORE">[DOMCORE]</a><p><dfn id="the-document-s-address">The document's address</dfn> is an <a href="urls.html#absolute-url" id="absolute-url-2">absolute URL</a>
+  that is set when the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is created. <dfn id="the-document-s-current-address">The
   document's current address</dfn> is an <a href="urls.html#absolute-url" id="absolute-url-3">absolute URL</a>
-  that can change during the lifetime of the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>,
-  for example when the user <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigates" reference in the full HTML5 spec.'>navigates</a> to
-  a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#scroll-to-fragid" title='Read about this "fragment identifier" reference in the full HTML5 spec.'>fragment identifier</a> on the
-  page or when the <code title="dom-history-pushState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history-pushstate" title='Read about this "pushState()" reference in the full HTML5 spec.'>pushState()</a></code> method is called
+  that can change during the lifetime of the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>,
+  for example when the user <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigates" reference in the full HTML5 spec.'>navigates</a> to
+  a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#scroll-to-fragid" title='Read about this "fragment identifier" reference in the full HTML5 spec.'>fragment identifier</a> on the
+  page or when the <code title="dom-history-pushState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history-pushstate" title='Read about this "pushState()" reference in the full HTML5 spec.'>pushState()</a></code> method is called
   with a new <a href="urls.html#url" id="url-6">URL</a>. <p class="note">Interactive user agents typically expose <a href="#the-document-s-current-address" id="the-document-s-current-address-0">the
-  document's current address</a> in their user interface.<p>When a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is created by a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-script" title='Read about this "script" reference in the full HTML5 spec.'>script</a> using the <code title="dom-DOMImplementation-createDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-domimplementation-createdocument" title='Read about this "createDocument()" reference in the full HTML5 spec.'>createDocument()</a></code>
-  or <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument()" reference in the full HTML5 spec.'>createHTMLDocument()</a></code>
+  document's current address</a> in their user interface.<p>When a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is created by a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#concept-script" title='Read about this "script" reference in the full HTML5 spec.'>script</a> using the <code title="dom-DOMImplementation-createDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-domimplementation-createdocument" title='Read about this "createDocument()" reference in the full HTML5 spec.'>createDocument()</a></code>
+  or <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument()" reference in the full HTML5 spec.'>createHTMLDocument()</a></code>
   APIs, <a href="#the-document-s-address" id="the-document-s-address-1">the document's address</a> is the same as <a href="#the-document-s-address" id="the-document-s-address-2">the
-  document's address</a> of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#script-s-document" title="Read about this &quot;script's document&quot; reference in the full HTML5 spec.">script's document</a>.<p><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects are assumed to be <dfn id="xml-documents">XML
+  document's address</a> of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#script-s-document" title="Read about this &quot;script's document&quot; reference in the full HTML5 spec.">script's document</a>.<p><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects are assumed to be <dfn id="xml-documents">XML
   documents</dfn> unless they are flagged as being <dfn id="html-documents">HTML
   documents</dfn> when they are created. Whether a document is an
   <a href="#html-documents" id="html-documents-1" title="HTML documents">HTML document</a> or an <a href="#xml-documents" id="xml-documents-0" title="XML documents">XML document</a> affects the behavior of
-  certain APIs and the case-sensitivity of some selectors.<h4 id="documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>All <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects (in user agents implementing
+  certain APIs and the case-sensitivity of some selectors.<h4 id="documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>All <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects (in user agents implementing
   this specification)  also implement
   the <code><a href="#htmldocument" id="htmldocument-2">HTMLDocument</a></code> interface, available using
   binding-specific methods. (This is the case whether or not the
   document in question is an <a href="#html-documents" id="html-documents-2" title="HTML documents">HTML
   document</a> or indeed whether it contains any <a href="infrastructure.html#html-elements" id="html-elements-0">HTML
-  elements</a> at all.) <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects  also implement the document-level interface
+  elements</a> at all.) <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects  also implement the document-level interface
   of any other namespaces that the UA supports.<p class="example">For example, if an HTML implementation also
-  supports SVG, then the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object implements both
+  supports SVG, then the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object implements both
   <code><a href="#htmldocument" id="htmldocument-3">HTMLDocument</a></code> and <code>SVGDocument</code>.<p class="note">Because the <code><a href="#htmldocument" id="htmldocument-4">HTMLDocument</a></code> interface is
   now obtained using binding-specific casting methods instead of
   simply being the primary interface of the document object, it is no
-  longer defined as inheriting from <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<pre class="idl">[OverrideBuiltins]
+  longer defined as inheriting from <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<pre class="idl">[OverrideBuiltins]
 interface <dfn id="htmldocument">HTMLDocument</dfn> {
   // <a href="#resource-metadata-management" id="resource-metadata-management-0">resource metadata management</a>
-  [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>] readonly attribute <a href="history.html#location" id="location-0">Location</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-url" title='Read about this "URL" reference in the full HTML5 spec.'>URL</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-domain" title='Read about this "domain" reference in the full HTML5 spec.'>domain</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-referrer" title='Read about this "referrer" reference in the full HTML5 spec.'>referrer</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-cookie" title='Read about this "cookie" reference in the full HTML5 spec.'>cookie</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-lastmodified" title='Read about this "lastModified" reference in the full HTML5 spec.'>lastModified</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-compatmode" title='Read about this "compatMode" reference in the full HTML5 spec.'>compatMode</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-charset" title='Read about this "charset" reference in the full HTML5 spec.'>charset</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-characterset" title='Read about this "characterSet" reference in the full HTML5 spec.'>characterSet</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-defaultcharset" title='Read about this "defaultCharset" reference in the full HTML5 spec.'>defaultCharset</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a>;
+  [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>] readonly attribute <a href="history.html#location" id="location-0">Location</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-document-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-url" title='Read about this "URL" reference in the full HTML5 spec.'>URL</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#dom-document-domain" title='Read about this "domain" reference in the full HTML5 spec.'>domain</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-referrer" title='Read about this "referrer" reference in the full HTML5 spec.'>referrer</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-cookie" title='Read about this "cookie" reference in the full HTML5 spec.'>cookie</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-lastmodified" title='Read about this "lastModified" reference in the full HTML5 spec.'>lastModified</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-compatmode" title='Read about this "compatMode" reference in the full HTML5 spec.'>compatMode</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-charset" title='Read about this "charset" reference in the full HTML5 spec.'>charset</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-characterset" title='Read about this "characterSet" reference in the full HTML5 spec.'>characterSet</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-defaultcharset" title='Read about this "defaultCharset" reference in the full HTML5 spec.'>defaultCharset</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a>;
 
   // <a href="#dom-tree-accessors" id="dom-tree-accessors-0">DOM tree accessors</a>
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-nameditem" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> any (in DOMString name);
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document.title" title='Read about this "title" reference in the full HTML5 spec.'>title</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-dir" title='Read about this "dir" reference in the full HTML5 spec.'>dir</a>;
-           attribute <a href="elements.html#htmlelement" id="htmlelement-3">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-body" title='Read about this "body" reference in the full HTML5 spec.'>body</a>;
-  readonly attribute <a href="semantics.html#htmlheadelement" id="htmlheadelement-0">HTMLHeadElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-head" title='Read about this "head" reference in the full HTML5 spec.'>head</a>;
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-9">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-images" title='Read about this "images" reference in the full HTML5 spec.'>images</a>;
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-10">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-embeds" title='Read about this "embeds" reference in the full HTML5 spec.'>embeds</a>;
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-11">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-plugins" title='Read about this "plugins" reference in the full HTML5 spec.'>plugins</a>;
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-12">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-links" title='Read about this "links" reference in the full HTML5 spec.'>links</a>;
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-13">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a>;
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-14">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-scripts" title='Read about this "scripts" reference in the full HTML5 spec.'>scripts</a>;
-  NodeList <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-getelementsbyname" title='Read about this "getElementsByName" reference in the full HTML5 spec.'>getElementsByName</a>(in DOMString elementName);
-  NodeList <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-getelementsbyclassname" title='Read about this "getElementsByClassName" reference in the full HTML5 spec.'>getElementsByClassName</a>(in DOMString classNames);
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-nameditem" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> any (in DOMString name);
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document.title" title='Read about this "title" reference in the full HTML5 spec.'>title</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-document-dir" title='Read about this "dir" reference in the full HTML5 spec.'>dir</a>;
+           attribute <a href="elements.html#htmlelement" id="htmlelement-3">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-body" title='Read about this "body" reference in the full HTML5 spec.'>body</a>;
+  readonly attribute <a href="semantics.html#htmlheadelement" id="htmlheadelement-0">HTMLHeadElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-head" title='Read about this "head" reference in the full HTML5 spec.'>head</a>;
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-9">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-images" title='Read about this "images" reference in the full HTML5 spec.'>images</a>;
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-10">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-embeds" title='Read about this "embeds" reference in the full HTML5 spec.'>embeds</a>;
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-11">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-plugins" title='Read about this "plugins" reference in the full HTML5 spec.'>plugins</a>;
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-12">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-links" title='Read about this "links" reference in the full HTML5 spec.'>links</a>;
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-13">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a>;
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-14">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-scripts" title='Read about this "scripts" reference in the full HTML5 spec.'>scripts</a>;
+  NodeList <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-getelementsbyname" title='Read about this "getElementsByName" reference in the full HTML5 spec.'>getElementsByName</a>(in DOMString elementName);
+  NodeList <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-getelementsbyclassname" title='Read about this "getElementsByClassName" reference in the full HTML5 spec.'>getElementsByClassName</a>(in DOMString classNames);
 
   // <a href="apis-in-html-documents.html#dynamic-markup-insertion" id="dynamic-markup-insertion-0">dynamic markup insertion</a>
            attribute DOMString <a href="apis-in-html-documents.html#dom-innerhtml" id="dom-innerhtml-0" title="dom-innerHTML">innerHTML</a>;
   <a href="#htmldocument" id="htmldocument-5">HTMLDocument</a> <a href="apis-in-html-documents.html#dom-document-open" id="dom-document-open-0" title="dom-document-open">open</a>(in optional DOMString type, in optional DOMString replace);
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="apis-in-html-documents.html#dom-document-open" id="dom-document-open-1" title="dom-document-open">open</a>(in DOMString url, in DOMString name, in DOMString features, in optional boolean replace);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-close" title='Read about this "close" reference in the full HTML5 spec.'>close</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-write" title='Read about this "write" reference in the full HTML5 spec.'>write</a>(in DOMString... text);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-writeln" title='Read about this "writeln" reference in the full HTML5 spec.'>writeln</a>(in DOMString... text);
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="apis-in-html-documents.html#dom-document-open" id="dom-document-open-1" title="dom-document-open">open</a>(in DOMString url, in DOMString name, in DOMString features, in optional boolean replace);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-close" title='Read about this "close" reference in the full HTML5 spec.'>close</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-write" title='Read about this "write" reference in the full HTML5 spec.'>write</a>(in DOMString... text);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-writeln" title='Read about this "writeln" reference in the full HTML5 spec.'>writeln</a>(in DOMString... text);
 
   // <a href="editing.html#editing" id="user-interaction-0">user interaction</a>
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-defaultview" title='Read about this "defaultView" reference in the full HTML5 spec.'>defaultView</a>;
-  <a href="editing.html#selection-0" id="selection-1">Selection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-getselection" title='Read about this "getSelection" reference in the full HTML5 spec.'>getSelection</a>();
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-activeelement" title='Read about this "activeElement" reference in the full HTML5 spec.'>activeElement</a>;
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-hasfocus" title='Read about this "hasFocus" reference in the full HTML5 spec.'>hasFocus</a>();
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#designMode" title='Read about this "designMode" reference in the full HTML5 spec.'>designMode</a>;
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#execCommand" title='Read about this "execCommand" reference in the full HTML5 spec.'>execCommand</a>(in DOMString commandId);
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#execCommand" title='Read about this "execCommand" reference in the full HTML5 spec.'>execCommand</a>(in DOMString commandId, in boolean showUI);
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#execCommand" title='Read about this "execCommand" reference in the full HTML5 spec.'>execCommand</a>(in DOMString commandId, in boolean showUI, in DOMString value);
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandenabled" title='Read about this "queryCommandEnabled" reference in the full HTML5 spec.'>queryCommandEnabled</a>(in DOMString commandId);
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandindeterm" title='Read about this "queryCommandIndeterm" reference in the full HTML5 spec.'>queryCommandIndeterm</a>(in DOMString commandId);
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandstate" title='Read about this "queryCommandState" reference in the full HTML5 spec.'>queryCommandState</a>(in DOMString commandId);
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandsupported" title='Read about this "queryCommandSupported" reference in the full HTML5 spec.'>queryCommandSupported</a>(in DOMString commandId);
-  DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandvalue" title='Read about this "queryCommandValue" reference in the full HTML5 spec.'>queryCommandValue</a>(in DOMString commandId);
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-15">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-commands" title='Read about this "commands" reference in the full HTML5 spec.'>commands</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-document-defaultview" title='Read about this "defaultView" reference in the full HTML5 spec.'>defaultView</a>;
+  <a href="editing.html#selection-0" id="selection-1">Selection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-document-getselection" title='Read about this "getSelection" reference in the full HTML5 spec.'>getSelection</a>();
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-document-activeelement" title='Read about this "activeElement" reference in the full HTML5 spec.'>activeElement</a>;
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-document-hasfocus" title='Read about this "hasFocus" reference in the full HTML5 spec.'>hasFocus</a>();
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#designMode" title='Read about this "designMode" reference in the full HTML5 spec.'>designMode</a>;
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#execCommand" title='Read about this "execCommand" reference in the full HTML5 spec.'>execCommand</a>(in DOMString commandId);
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#execCommand" title='Read about this "execCommand" reference in the full HTML5 spec.'>execCommand</a>(in DOMString commandId, in boolean showUI);
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#execCommand" title='Read about this "execCommand" reference in the full HTML5 spec.'>execCommand</a>(in DOMString commandId, in boolean showUI, in DOMString value);
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-document-querycommandenabled" title='Read about this "queryCommandEnabled" reference in the full HTML5 spec.'>queryCommandEnabled</a>(in DOMString commandId);
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-document-querycommandindeterm" title='Read about this "queryCommandIndeterm" reference in the full HTML5 spec.'>queryCommandIndeterm</a>(in DOMString commandId);
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-document-querycommandstate" title='Read about this "queryCommandState" reference in the full HTML5 spec.'>queryCommandState</a>(in DOMString commandId);
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-document-querycommandsupported" title='Read about this "queryCommandSupported" reference in the full HTML5 spec.'>queryCommandSupported</a>(in DOMString commandId);
+  DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-document-querycommandvalue" title='Read about this "queryCommandValue" reference in the full HTML5 spec.'>queryCommandValue</a>(in DOMString commandId);
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-15">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-document-commands" title='Read about this "commands" reference in the full HTML5 spec.'>commands</a>;
 
-  // <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>
-           attribute <a href="webappapis.html#function" id="function-0">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a>;
-           attribute <a href="webappapis.html#function" id="function-1">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>;
-           attribute <a href="webappapis.html#function" id="function-2">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a>;
-           attribute <a href="webappapis.html#function" id="function-3">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a>;
-           attribute <a href="webappapis.html#function" id="function-4">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a>;
-           attribute <a href="webappapis.html#function" id="function-5">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a>;
-           attribute <a href="webappapis.html#function" id="function-6">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a>;
-           attribute <a href="webappapis.html#function" id="function-7">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a>;
-           attribute <a href="webappapis.html#function" id="function-8">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a>;
-           attribute <a href="webappapis.html#function" id="function-9">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a>;
-           attribute <a href="webappapis.html#function" id="function-10">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a>;
-           attribute <a href="webappapis.html#function" id="function-11">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a>;
-           attribute <a href="webappapis.html#function" id="function-12">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a>;
-           attribute <a href="webappapis.html#function" id="function-13">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a>;
-           attribute <a href="webappapis.html#function" id="function-14">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a>;
-           attribute <a href="webappapis.html#function" id="function-15">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a>;
-           attribute <a href="webappapis.html#function" id="function-16">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a>;
-           attribute <a href="webappapis.html#function" id="function-17">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a>;
-           attribute <a href="webappapis.html#function" id="function-18">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>;
-           attribute <a href="webappapis.html#function" id="function-19">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>;
-           attribute <a href="webappapis.html#function" id="function-20">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onformchange" title='Read about this "onformchange" reference in the full HTML5 spec.'>onformchange</a>;
-           attribute <a href="webappapis.html#function" id="function-21">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onforminput" title='Read about this "onforminput" reference in the full HTML5 spec.'>onforminput</a>;
-           attribute <a href="webappapis.html#function" id="function-22">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a>;
-           attribute <a href="webappapis.html#function" id="function-23">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a>;
-           attribute <a href="webappapis.html#function" id="function-24">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a>;
-           attribute <a href="webappapis.html#function" id="function-25">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a>;
-           attribute <a href="webappapis.html#function" id="function-26">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a>;
-           attribute <a href="webappapis.html#function" id="function-27">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>;
-           attribute <a href="webappapis.html#function" id="function-28">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a>;
-           attribute <a href="webappapis.html#function" id="function-29">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a>;
-           attribute <a href="webappapis.html#function" id="function-30">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a>;
-           attribute <a href="webappapis.html#function" id="function-31">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a>;
-           attribute <a href="webappapis.html#function" id="function-32">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a>;
-           attribute <a href="webappapis.html#function" id="function-33">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a>;
-           attribute <a href="webappapis.html#function" id="function-34">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a>;
-           attribute <a href="webappapis.html#function" id="function-35">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a>;
-           attribute <a href="webappapis.html#function" id="function-36">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a>;
-           attribute <a href="webappapis.html#function" id="function-37">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a>;
-           attribute <a href="webappapis.html#function" id="function-38">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a>;
-           attribute <a href="webappapis.html#function" id="function-39">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a>;
-           attribute <a href="webappapis.html#function" id="function-40">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>;
-           attribute <a href="webappapis.html#function" id="function-41">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a>;
-           attribute <a href="webappapis.html#function" id="function-42">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a>;
-           attribute <a href="webappapis.html#function" id="function-43">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a>;
-           attribute <a href="webappapis.html#function" id="function-44">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a>;
-           attribute <a href="webappapis.html#function" id="function-45">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a>;
-           attribute <a href="webappapis.html#function" id="function-46">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a>;
-           attribute <a href="webappapis.html#function" id="function-47">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a>;
-           attribute <a href="webappapis.html#function" id="function-48">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a>;
-           attribute <a href="webappapis.html#function" id="function-49">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a>;
-           attribute <a href="webappapis.html#function" id="function-50">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a>;
-           attribute <a href="webappapis.html#function" id="function-51">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a>;
-           attribute <a href="webappapis.html#function" id="function-52">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a>;
-           attribute <a href="webappapis.html#function" id="function-53">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a>;
+  // <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>
+           attribute <a href="webappapis.html#function" id="function-0">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a>;
+           attribute <a href="webappapis.html#function" id="function-1">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>;
+           attribute <a href="webappapis.html#function" id="function-2">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a>;
+           attribute <a href="webappapis.html#function" id="function-3">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a>;
+           attribute <a href="webappapis.html#function" id="function-4">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a>;
+           attribute <a href="webappapis.html#function" id="function-5">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a>;
+           attribute <a href="webappapis.html#function" id="function-6">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a>;
+           attribute <a href="webappapis.html#function" id="function-7">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a>;
+           attribute <a href="webappapis.html#function" id="function-8">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a>;
+           attribute <a href="webappapis.html#function" id="function-9">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a>;
+           attribute <a href="webappapis.html#function" id="function-10">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a>;
+           attribute <a href="webappapis.html#function" id="function-11">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a>;
+           attribute <a href="webappapis.html#function" id="function-12">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a>;
+           attribute <a href="webappapis.html#function" id="function-13">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a>;
+           attribute <a href="webappapis.html#function" id="function-14">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a>;
+           attribute <a href="webappapis.html#function" id="function-15">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a>;
+           attribute <a href="webappapis.html#function" id="function-16">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a>;
+           attribute <a href="webappapis.html#function" id="function-17">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a>;
+           attribute <a href="webappapis.html#function" id="function-18">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>;
+           attribute <a href="webappapis.html#function" id="function-19">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>;
+           attribute <a href="webappapis.html#function" id="function-20">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onformchange" title='Read about this "onformchange" reference in the full HTML5 spec.'>onformchange</a>;
+           attribute <a href="webappapis.html#function" id="function-21">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onforminput" title='Read about this "onforminput" reference in the full HTML5 spec.'>onforminput</a>;
+           attribute <a href="webappapis.html#function" id="function-22">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a>;
+           attribute <a href="webappapis.html#function" id="function-23">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a>;
+           attribute <a href="webappapis.html#function" id="function-24">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a>;
+           attribute <a href="webappapis.html#function" id="function-25">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a>;
+           attribute <a href="webappapis.html#function" id="function-26">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a>;
+           attribute <a href="webappapis.html#function" id="function-27">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>;
+           attribute <a href="webappapis.html#function" id="function-28">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a>;
+           attribute <a href="webappapis.html#function" id="function-29">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a>;
+           attribute <a href="webappapis.html#function" id="function-30">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a>;
+           attribute <a href="webappapis.html#function" id="function-31">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a>;
+           attribute <a href="webappapis.html#function" id="function-32">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a>;
+           attribute <a href="webappapis.html#function" id="function-33">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a>;
+           attribute <a href="webappapis.html#function" id="function-34">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a>;
+           attribute <a href="webappapis.html#function" id="function-35">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a>;
+           attribute <a href="webappapis.html#function" id="function-36">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a>;
+           attribute <a href="webappapis.html#function" id="function-37">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a>;
+           attribute <a href="webappapis.html#function" id="function-38">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a>;
+           attribute <a href="webappapis.html#function" id="function-39">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a>;
+           attribute <a href="webappapis.html#function" id="function-40">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>;
+           attribute <a href="webappapis.html#function" id="function-41">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a>;
+           attribute <a href="webappapis.html#function" id="function-42">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a>;
+           attribute <a href="webappapis.html#function" id="function-43">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a>;
+           attribute <a href="webappapis.html#function" id="function-44">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a>;
+           attribute <a href="webappapis.html#function" id="function-45">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a>;
+           attribute <a href="webappapis.html#function" id="function-46">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a>;
+           attribute <a href="webappapis.html#function" id="function-47">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a>;
+           attribute <a href="webappapis.html#function" id="function-48">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a>;
+           attribute <a href="webappapis.html#function" id="function-49">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a>;
+           attribute <a href="webappapis.html#function" id="function-50">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a>;
+           attribute <a href="webappapis.html#function" id="function-51">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a>;
+           attribute <a href="webappapis.html#function" id="function-52">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a>;
+           attribute <a href="webappapis.html#function" id="function-53">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a>;
 };
-<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a> implements <a href="#htmldocument" id="htmldocument-6">HTMLDocument</a>;</pre><p>Since the <code><a href="#htmldocument" id="htmldocument-7">HTMLDocument</a></code> interface holds methods and
+<a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a> implements <a href="#htmldocument" id="htmldocument-6">HTMLDocument</a>;</pre><p>Since the <code><a href="#htmldocument" id="htmldocument-7">HTMLDocument</a></code> interface holds methods and
   attributes related to a number of disparate features, the members of
   this interface are described in various different sections.<h4 id="security-document"><span class="secno">3.1.2 </span>Security</h4><p id="security">User agents  raise a
   <code><a href="urls.html#security_err" id="security_err-0">SECURITY_ERR</a></code> exception whenever any of the members of
   an <code><a href="#htmldocument" id="htmldocument-8">HTMLDocument</a></code> object are accessed by scripts whose
-  <a href="origin-0.html#effective-script-origin" id="effective-script-origin-0">effective script origin</a> is not the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#same-origin" title='Read about this "same" reference in the full HTML5 spec.'>same</a> as the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s <a href="origin-0.html#effective-script-origin" id="effective-script-origin-1">effective
-  script origin</a>.<h4 id="resource-metadata-management"><span class="secno">3.1.3 </span><dfn>Resource metadata management</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-URL"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-url" title='Read about this "URL" reference in the full HTML5 spec.'>URL</a></code></dt>
+  <a href="origin-0.html#effective-script-origin" id="effective-script-origin-0">effective script origin</a> is not the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#same-origin" title='Read about this "same" reference in the full HTML5 spec.'>same</a> as the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s <a href="origin-0.html#effective-script-origin" id="effective-script-origin-1">effective
+  script origin</a>.<h4 id="resource-metadata-management"><span class="secno">3.1.3 </span><dfn>Resource metadata management</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-URL"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-url" title='Read about this "URL" reference in the full HTML5 spec.'>URL</a></code></dt>
    <dd>
     <p>Returns <a href="#the-document-s-address" id="the-document-s-address-3">the document's address</a>.</p>
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-referrer"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-referrer" title='Read about this "referrer" reference in the full HTML5 spec.'>referrer</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-referrer"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-referrer" title='Read about this "referrer" reference in the full HTML5 spec.'>referrer</a></code></dt>
    <dd>
     <p>Returns <a href="#the-document-s-current-address" id="the-document-s-current-address-1" title="the document's current address">the
-    address</a> of the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> from which the user
+    address</a> of the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></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="links.html#link-type-noreferrer" id="noreferrer">noreferrer</a></code> link
     type can be used to block the referrer.</p>
    </dd>
 
-  </dl><p class="note">In the case of HTTP, the <code title="dom-document-referrer"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-referrer" title='Read about this "referrer" reference in the full HTML5 spec.'>referrer</a></code> IDL attribute will
+  </dl><p class="note">In the case of HTTP, the <code title="dom-document-referrer"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-referrer" title='Read about this "referrer" reference in the full HTML5 spec.'>referrer</a></code> IDL attribute will
   match the <code title="http-referer">Referer</code> (sic) header
-  that was sent when <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#fetch" title='Read about this "fetching" reference in the full HTML5 spec.'>fetching</a> the current
+  that was sent when <a class="full-spec-link" href="http://dev.w3.org/html5/spec/fetching-resources.html#fetch" title='Read about this "fetching" reference in the full HTML5 spec.'>fetching</a> the current
   page.<p class="note">Typically user agents are configured to not report
   referrers in the case where the referrer uses an encrypted protocol
   and the current page does not (e.g. when navigating from an <code title="">https:</code> page to an <code title="">http:</code>
-  page).</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-cookie"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-cookie" title='Read about this "cookie" reference in the full HTML5 spec.'>cookie</a></code> [ = <var title="">value</var> ]</dt>
+  page).</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-cookie"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-cookie" title='Read about this "cookie" reference in the full HTML5 spec.'>cookie</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the HTTP cookies that apply to the
-    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. If there are no cookies or cookies can't be
+    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. If there are no cookies or cookies can't be
     applied to this resource, the empty string will be returned.</p>
     <p>Can be set, to add a new cookie to the element's set of HTTP
     cookies.</p>
-    <p>If the contents are <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#sandboxed-origin-browsing-context-flag" title='Read about this "sandboxed into a unique origin" reference in the full HTML5 spec.'>sandboxed into a unique origin</a> (in an
+    <p>If the contents are <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#sandboxed-origin-browsing-context-flag" title='Read about this "sandboxed into a unique origin" reference in the full HTML5 spec.'>sandboxed into a unique origin</a> (in an
     <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-2">iframe</a></code> with the <code title="attr-iframe-sandbox"><a href="the-iframe-element.html#attr-iframe-sandbox" id="sandbox">sandbox</a></code> attribute) or the
     resource was labeled as <code><a href="iana.html#text-html-sandboxed" id="text-html-sandboxed-1">text/html-sandboxed</a></code>, a
     <code><a href="urls.html#security_err" id="security_err-1">SECURITY_ERR</a></code> exception will be thrown on getting and
     setting.</p>
    </dd>
 
-  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-lastmodified"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-lastmodified" title='Read about this "lastModified" reference in the full HTML5 spec.'>lastModified</a></code></dt>
+  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-lastmodified"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-lastmodified" title='Read about this "lastModified" reference in the full HTML5 spec.'>lastModified</a></code></dt>
    <dd>
     <p>Returns the date of the last modification to the document, as
     reported by the server, in the form "<code title="">MM/DD/YYYY&nbsp;hh:mm:ss</code>", in the user's local
@@ -503,28 +503,28 @@
     returned instead.</p>
    </dd>
 
-  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-compatmode"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-compatmode" title='Read about this "compatMode" reference in the full HTML5 spec.'>compatMode</a></code></dt>
+  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-compatmode"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-compatmode" title='Read about this "compatMode" reference in the full HTML5 spec.'>compatMode</a></code></dt>
    <dd>
-    <p>In a conforming document, returns the string "<code title="">CSS1Compat</code>". (In <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#quirks-mode" title='Read about this "quirks mode" reference in the full HTML5 spec.'>quirks mode</a>
+    <p>In a conforming document, returns the string "<code title="">CSS1Compat</code>". (In <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#quirks-mode" title='Read about this "quirks mode" reference in the full HTML5 spec.'>quirks mode</a>
     documents, returns the string "<code title="">BackCompat</code>",
-    but a conforming document can never trigger <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#quirks-mode" title='Read about this "quirks mode" reference in the full HTML5 spec.'>quirks
+    but a conforming document can never trigger <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#quirks-mode" title='Read about this "quirks mode" reference in the full HTML5 spec.'>quirks
     mode</a>.)</p>
    </dd>
 
-  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-charset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-charset" title='Read about this "charset" reference in the full HTML5 spec.'>charset</a></code> [ = <var title="">value</var> ]</dt>
+  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-charset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-charset" title='Read about this "charset" reference in the full HTML5 spec.'>charset</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
-    <p>Returns the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document-s-character-encoding" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's character encoding</a>.</p>
-    <p>Can be set, to dynamically change the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document-s-character-encoding" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's
+    <p>Returns the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document-s-character-encoding" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's character encoding</a>.</p>
+    <p>Can be set, to dynamically change the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document-s-character-encoding" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's
     character encoding</a>.</p>
     <p>New values that are not IANA-registered aliases supported by the user agent are ignored.</p>
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-characterSet"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-characterset" title='Read about this "characterSet" reference in the full HTML5 spec.'>characterSet</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-characterSet"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-characterset" title='Read about this "characterSet" reference in the full HTML5 spec.'>characterSet</a></code></dt>
    <dd>
-    <p>Returns the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document-s-character-encoding" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's character encoding</a>.</p>
+    <p>Returns the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document-s-character-encoding" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's character encoding</a>.</p>
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-defaultCharset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-defaultcharset" title='Read about this "defaultCharset" reference in the full HTML5 spec.'>defaultCharset</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-defaultCharset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-defaultcharset" title='Read about this "defaultCharset" reference in the full HTML5 spec.'>defaultCharset</a></code></dt>
    <dd>
     <p>Returns what might be the user agent's default character
     encoding. (The user agent might return another character encoding
@@ -532,15 +532,15 @@
     agent doesn't use a single default encoding.)</p>
    </dd>
 
-  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code></dt>
+  </dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code></dt>
    <dd>
-    <p>Returns "loading" while the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is loading, and "complete" once it has loaded.</p>
-    <p>The <code title="event-readystatechange">readystatechange</code> event fires on the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object when this value changes.</p>
+    <p>Returns "loading" while the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is loading, and "complete" once it has loaded.</p>
+    <p>The <code title="event-readystatechange">readystatechange</code> event fires on the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object when this value changes.</p>
    </dd>
 
   </dl><h4 id="dom-tree-accessors"><span class="secno">3.1.4 </span><dfn>DOM tree accessors</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><dfn id="the-html-element">The <code>html</code> element</dfn> of a document is the
   document's root element, if there is one and it's an
-  <code><a href="semantics.html#the-html-element-0" id="html-2">html</a></code> element, or null otherwise.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-head"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-head" title='Read about this "head" reference in the full HTML5 spec.'>head</a></code></dt>
+  <code><a href="semantics.html#the-html-element-0" id="html-2">html</a></code> element, or null otherwise.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-head"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-head" title='Read about this "head" reference in the full HTML5 spec.'>head</a></code></dt>
    <dd>
     <p>Returns <a href="#the-head-element" id="the-head-element-1">the <code>head</code> element</a>.</p>
    </dd>
@@ -548,7 +548,7 @@
   </dl><p><dfn id="the-head-element">The <code>head</code> element</dfn> of a document is the
   first <code><a href="semantics.html#the-head-element-0" id="head-3">head</a></code> element that is a child of <a href="#the-html-element" id="the-html-element-1">the
   <code>html</code> element</a>, if there is one, or null
-  otherwise.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-title"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document.title" title='Read about this "title" reference in the full HTML5 spec.'>title</a></code> [ = <var title="">value</var> ]</dt>
+  otherwise.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-title"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document.title" title='Read about this "title" reference in the full HTML5 spec.'>title</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the document's title, as given by <a href="#the-title-element" id="the-title-element-1">the
     <code>title</code> element</a>.</p>
@@ -562,55 +562,55 @@
 
   </dl><p><dfn id="the-title-element">The <code>title</code> element</dfn> of a document is the
   first <code><a href="semantics.html#the-title-element-0" id="title-36">title</a></code> element in the document (in tree order), if
-  there is one, or null otherwise.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-body"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-body" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code> [ = <var title="">value</var> ]</dt>
+  there is one, or null otherwise.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-body"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-body" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns <a href="#the-body-element" id="the-body-element-1">the body element</a>.</p>
     <p>Can be set, to replace <a href="#the-body-element" id="the-body-element-2">the body element</a>.</p>
-    <p>If the new value is not a <code><a href="sections.html#the-body-element-0" id="body-2">body</a></code> or <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code> element, this will throw a <code><a href="urls.html#hierarchy_request_err" id="hierarchy_request_err-1">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
+    <p>If the new value is not a <code><a href="sections.html#the-body-element-0" id="body-2">body</a></code> or <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code> element, this will throw a <code><a href="urls.html#hierarchy_request_err" id="hierarchy_request_err-1">HIERARCHY_REQUEST_ERR</a></code> exception.</p>
    </dd>
 
   </dl><p><dfn id="the-body-element">The body element</dfn> of a document is the first child of
   <a href="#the-html-element" id="the-html-element-2">the <code>html</code> element</a> that is either a
-  <code><a href="sections.html#the-body-element-0" id="body-3">body</a></code> element or a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code> element. If
-  there is no such element, it is null. </p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-images"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-images" title='Read about this "images" reference in the full HTML5 spec.'>images</a></code></dt>
+  <code><a href="sections.html#the-body-element-0" id="body-3">body</a></code> element or a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code> element. If
+  there is no such element, it is null. </p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-images"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-images" title='Read about this "images" reference in the full HTML5 spec.'>images</a></code></dt>
    <dd>
-    <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-16">HTMLCollection</a></code> of the <code><a href="embedded-content-1.html#the-img-element" id="img-4">img</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
+    <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-16">HTMLCollection</a></code> of the <code><a href="embedded-content-1.html#the-img-element" id="img-4">img</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-embeds"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-embeds" title='Read about this "embeds" reference in the full HTML5 spec.'>embeds</a></code></dt>
-   <dt><var title="">document</var> . <code title="dom-document-plugins"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-plugins" title='Read about this "plugins" reference in the full HTML5 spec.'>plugins</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-embeds"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-embeds" title='Read about this "embeds" reference in the full HTML5 spec.'>embeds</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-plugins"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-plugins" title='Read about this "plugins" reference in the full HTML5 spec.'>plugins</a></code></dt>
    <dd>
-    <p>Return an <code><a href="urls.html#htmlcollection" id="htmlcollection-17">HTMLCollection</a></code> of the <code><a href="the-iframe-element.html#the-embed-element" id="embed-2">embed</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
+    <p>Return an <code><a href="urls.html#htmlcollection" id="htmlcollection-17">HTMLCollection</a></code> of the <code><a href="the-iframe-element.html#the-embed-element" id="embed-2">embed</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-links"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-links" title='Read about this "links" reference in the full HTML5 spec.'>links</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-links"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-links" title='Read about this "links" reference in the full HTML5 spec.'>links</a></code></dt>
    <dd>
-    <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-18">HTMLCollection</a></code> of the <code><a href="text-level-semantics.html#the-a-element" id="a-4">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-3">area</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that have <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-8">href</a></code> attributes.</p>
+    <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-18">HTMLCollection</a></code> of the <code><a href="text-level-semantics.html#the-a-element" id="a-4">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-3">area</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that have <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-8">href</a></code> attributes.</p>
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code></dt>
    <dd>
-    <p>Return an <code><a href="urls.html#htmlcollection" id="htmlcollection-19">HTMLCollection</a></code> of the <code><a href="forms.html#the-form-element" id="form-9">form</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
+    <p>Return an <code><a href="urls.html#htmlcollection" id="htmlcollection-19">HTMLCollection</a></code> of the <code><a href="forms.html#the-form-element" id="form-9">form</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-scripts" title='Read about this "scripts" reference in the full HTML5 spec.'>scripts</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-scripts" title='Read about this "scripts" reference in the full HTML5 spec.'>scripts</a></code></dt>
    <dd>
-    <p>Return an <code><a href="urls.html#htmlcollection" id="htmlcollection-20">HTMLCollection</a></code> of the <code><a href="scripting-1.html#script" id="script-7">script</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
+    <p>Return an <code><a href="urls.html#htmlcollection" id="htmlcollection-20">HTMLCollection</a></code> of the <code><a href="scripting-1.html#script" id="script-7">script</a></code> elements in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
    </dd>
 
-  </dl><dl class="domintro"><dt><var title="">collection</var> = <var title="">document</var> . <code title="dom-document-getElementsByName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-getelementsbyname" title='Read about this "getElementsByName" reference in the full HTML5 spec.'>getElementsByName</a></code>(<var title="">name</var>)</dt>
+  </dl><dl class="domintro"><dt><var title="">collection</var> = <var title="">document</var> . <code title="dom-document-getElementsByName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-getelementsbyname" title='Read about this "getElementsByName" reference in the full HTML5 spec.'>getElementsByName</a></code>(<var title="">name</var>)</dt>
    <dd>
-    <p>Returns a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> of elements in the
-    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that have a <code title="">name</code>
+    <p>Returns a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> of elements in the
+    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that have a <code title="">name</code>
     attribute with the value <var title="">name</var>.</p>
    </dd>
 
-   <dt><var title="">collection</var> = <var title="">document</var> . <code title="dom-document-getElementsByClassName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-getelementsbyclassname" title='Read about this "getElementsByClassName(classes)" reference in the full HTML5 spec.'>getElementsByClassName(<var title="">classes</var>)</a></code></dt>
-   <dt><var title="">collection</var> = <var title="">element</var> . <code title="dom-getElementsByClassName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-getelementsbyclassname" title='Read about this "getElementsByClassName(classes)" reference in the full HTML5 spec.'>getElementsByClassName(<var title="">classes</var>)</a></code></dt>
+   <dt><var title="">collection</var> = <var title="">document</var> . <code title="dom-document-getElementsByClassName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-getelementsbyclassname" title='Read about this "getElementsByClassName(classes)" reference in the full HTML5 spec.'>getElementsByClassName(<var title="">classes</var>)</a></code></dt>
+   <dt><var title="">collection</var> = <var title="">element</var> . <code title="dom-getElementsByClassName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-getelementsbyclassname" title='Read about this "getElementsByClassName(classes)" reference in the full HTML5 spec.'>getElementsByClassName(<var title="">classes</var>)</a></code></dt>
    <dd>
-    <p>Returns a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> of the elements in the object
-    on which the method was invoked (a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> or an
-    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a></code>) that have all the classes given by <var title="">classes</var>.</p>
+    <p>Returns a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> of the elements in the object
+    on which the method was invoked (a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> or an
+    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a></code>) that have all the classes given by <var title="">classes</var>.</p>
     <p>The <var title="">classes</var> argument is interpreted as a
     space-separated list of classes.</p>
    </dd>
@@ -630,7 +630,7 @@
 &lt;/div&gt;</pre>
 
    <p>A call to <code title="">document.getElementById('example').getElementsByClassName('aaa')</code>
-   would return a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> with the two paragraphs <code title="">p1</code> and <code title="">p2</code> in it.</p>
+   would return a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> with the two paragraphs <code title="">p1</code> and <code title="">p2</code> in it.</p>
 
    <p>A call to <code title="">getElementsByClassName('ccc&nbsp;bbb')</code> would only
    return one node, however, namely <code title="">p3</code>. A call
@@ -644,20 +644,20 @@
 >         * xGetParentElementByClassName(rootElement, className, tagName) -
 > Navigates upwards until we hit a parent element with the given class name and
 > optional tag name.
---><hr><p class="note">The <code title="dom-document-dir"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-dir" title='Read about this "dir" reference in the full HTML5 spec.'>dir</a></code>
+--><hr><p class="note">The <code title="dom-document-dir"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-document-dir" title='Read about this "dir" reference in the full HTML5 spec.'>dir</a></code>
   attribute on the <code><a href="#htmldocument" id="htmldocument-9">HTMLDocument</a></code> interface is defined
   along with the <code title="attr-dir"><a href="elements.html#the-dir-attribute" id="dir-0">dir</a></code> content
   attribute.<h4 id="creating-documents"><span class="secno">3.1.5 </span>Creating documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><a href="#xml-documents" id="xml-documents-1">XML documents</a> can be created from script using the
-  <code title="dom-DOMImplementation-createDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-domimplementation-createdocument" title='Read about this "createDocument()" reference in the full HTML5 spec.'>createDocument()</a></code>
-  method on the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#domimplementation" title='Read about this "DOMImplementation" reference in the full HTML5 spec.'>DOMImplementation</a></code> interface.<p><a href="#html-documents" id="html-documents-3">HTML documents</a> can be created using the <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument()" reference in the full HTML5 spec.'>createHTMLDocument()</a></code>
+  <code title="dom-DOMImplementation-createDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-domimplementation-createdocument" title='Read about this "createDocument()" reference in the full HTML5 spec.'>createDocument()</a></code>
+  method on the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#domimplementation" title='Read about this "DOMImplementation" reference in the full HTML5 spec.'>DOMImplementation</a></code> interface.<p><a href="#html-documents" id="html-documents-3">HTML documents</a> can be created using the <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument()" reference in the full HTML5 spec.'>createHTMLDocument()</a></code>
   method:<pre class="idl">[Supplemental, NoInterfaceObject]
 interface <dfn id="domhtmlimplementation">DOMHTMLImplementation</dfn> {
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument" reference in the full HTML5 spec.'>createHTMLDocument</a>(in DOMString title);
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument" reference in the full HTML5 spec.'>createHTMLDocument</a>(in DOMString title);
 };
-<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#domimplementation" title='Read about this "DOMImplementation" reference in the full HTML5 spec.'>DOMImplementation</a> implements <a href="#domhtmlimplementation" id="domhtmlimplementation-0">DOMHTMLImplementation</a>;</pre><dl class="domintro"><dt><var title="">document</var> = <var title="">document</var> . <code title="dom-document-implementation">implementation</code> . <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument" reference in the full HTML5 spec.'>createHTMLDocument</a></code>( <var title="">title</var> )</dt>
+<a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#domimplementation" title='Read about this "DOMImplementation" reference in the full HTML5 spec.'>DOMImplementation</a> implements <a href="#domhtmlimplementation" id="domhtmlimplementation-0">DOMHTMLImplementation</a>;</pre><dl class="domintro"><dt><var title="">document</var> = <var title="">document</var> . <code title="dom-document-implementation">implementation</code> . <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-domhtmlimplementation-createhtmldocument" title='Read about this "createHTMLDocument" reference in the full HTML5 spec.'>createHTMLDocument</a></code>( <var title="">title</var> )</dt>
    <dd>
 
-    <p>Returns a new <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, with a basic DOM already
+    <p>Returns a new <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, with a basic DOM already
     constructed with an appropriate <code><a href="semantics.html#the-title-element-0" id="title-37">title</a></code> element.</p>
 
    </dd>

Index: embedded-content-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- embedded-content-1.html	19 Aug 2010 20:42:51 -0000	1.168
+++ embedded-content-1.html	19 Aug 2010 20:45:45 -0000	1.169
@@ -335,19 +335,19 @@
    <dd><code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height" id="height-2">height</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
-<pre class="idl">[NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-image" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a>(),
- NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-image-w" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a>(in unsigned long width),
- NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-image-wh" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a>(in unsigned long width, in unsigned long height)]
+<pre class="idl">[NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-image" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a>(),
+ NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-image-w" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a>(in unsigned long width),
+ NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-image-wh" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a>(in unsigned long width, in unsigned long height)]
 interface <dfn id="htmlimageelement">HTMLImageElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-63">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-img-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-img-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-img-usemap" title='Read about this "useMap" reference in the full HTML5 spec.'>useMap</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-img-ismap" title='Read about this "isMap" reference in the full HTML5 spec.'>isMap</a>;
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-img-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-img-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
-  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-img-naturalwidth" title='Read about this "naturalWidth" reference in the full HTML5 spec.'>naturalWidth</a>;
-  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-img-naturalheight" title='Read about this "naturalHeight" reference in the full HTML5 spec.'>naturalHeight</a>;
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-img-complete" title='Read about this "complete" reference in the full HTML5 spec.'>complete</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-usemap" title='Read about this "useMap" reference in the full HTML5 spec.'>useMap</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-ismap" title='Read about this "isMap" reference in the full HTML5 spec.'>isMap</a>;
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-naturalwidth" title='Read about this "naturalWidth" reference in the full HTML5 spec.'>naturalWidth</a>;
+  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-naturalheight" title='Read about this "naturalHeight" reference in the full HTML5 spec.'>naturalHeight</a>;
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-complete" title='Read about this "complete" reference in the full HTML5 spec.'>complete</a>;
 };</pre>
    </dd>
   </dl><p>An <code><a href="#the-img-element" id="img-10">img</a></code> element represents an image.</p><!-- v2 ideas for <img>:
@@ -394,8 +394,8 @@
   <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-4">boolean attribute</a>. The attribute must not be specified
   on an element that does not have an ancestor <code><a href="text-level-semantics.html#the-a-element" id="a-23">a</a></code> element
   with an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-14">href</a></code> attribute.<p>The <code><a href="#the-img-element" id="img-14">img</a></code> element supports <a href="the-map-element.html#dimension-attributes" id="dimension-attributes-0">dimension
-  attributes</a>.<dl class="domintro"><dt><var title="">image</var> . <code title="dom-img-width"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-img-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a></code> [ = <var title="">value</var> ]</dt>
-   <dt><var title="">image</var> . <code title="dom-img-height"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-img-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a></code> [ = <var title="">value</var> ]</dt>
+  attributes</a>.<dl class="domintro"><dt><var title="">image</var> . <code title="dom-img-width"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">image</var> . <code title="dom-img-height"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -407,8 +407,8 @@
 
    </dd>
 
-   <dt><var title="">image</var> . <code title="dom-img-naturalWidth"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-img-naturalwidth" title='Read about this "naturalWidth" reference in the full HTML5 spec.'>naturalWidth</a></code></dt>
-   <dt><var title="">image</var> . <code title="dom-img-naturalHeight"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-img-naturalheight" title='Read about this "naturalHeight" reference in the full HTML5 spec.'>naturalHeight</a></code></dt>
+   <dt><var title="">image</var> . <code title="dom-img-naturalWidth"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-naturalwidth" title='Read about this "naturalWidth" reference in the full HTML5 spec.'>naturalWidth</a></code></dt>
+   <dt><var title="">image</var> . <code title="dom-img-naturalHeight"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-naturalheight" title='Read about this "naturalHeight" reference in the full HTML5 spec.'>naturalHeight</a></code></dt>
 
    <dd>
 
@@ -417,7 +417,7 @@
 
    </dd>
 
-   <dt><var title="">image</var> . <code title="dom-img-complete"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-img-complete" title='Read about this "complete" reference in the full HTML5 spec.'>complete</a></code></dt>
+   <dt><var title="">image</var> . <code title="dom-img-complete"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-complete" title='Read about this "complete" reference in the full HTML5 spec.'>complete</a></code></dt>
 
    <dd>
 
@@ -427,7 +427,7 @@
 
    </dd>
 
-   <dt><var title="">image</var> = new <code title="dom-image"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-image" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a></code>( [ <var title="">width</var> [, <var title="">height</var> ] ] )</dt>
+   <dt><var title="">image</var> = new <code title="dom-image"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-image" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a></code>( [ <var title="">width</var> [, <var title="">height</var> ] ] )</dt>
 
    <dd>
 
@@ -745,7 +745,7 @@
 at least that would look good on the cover of a blue book.&lt;/p&gt;</pre>
 
    <p>This example shows how the alternative text should be written
-   such that if the image isn't <i title="img-available"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#img-available" title='Read about this "available" reference in the full HTML5 spec.'>available</a></i>, and the text is used instead,
+   such that if the image isn't <i title="img-available"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/embedded-content-1.html#img-available" title='Read about this "available" reference in the full HTML5 spec.'>available</a></i>, and the text is used instead,
    the text flows seamlessly into the surrounding text, as if the
    image had never been there in the first place.</p>
 

Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- the-input-element.html	19 Aug 2010 20:42:53 -0000	1.153
+++ the-input-element.html	19 Aug 2010 20:46:09 -0000	1.154
@@ -356,61 +356,61 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlinputelement">HTMLInputElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-91">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
-  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-4">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
-  readonly attribute <span>FileList</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
-  readonly attribute <a href="elements.html#htmlelement" id="htmlelement-92">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
-           attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
-           attribute <span>Date</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
-           attribute double <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
-  readonly attribute <a href="the-button-element.html#htmloptionelement" id="htmloptionelement-0">HTMLOptionElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-4">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute <span>FileList</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" id="htmlelement-92">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute <span>Date</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" id="htmloptionelement-0">HTMLOptionElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-input-element" id="input-55">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a typed data field,
+  </dl><p>The <code><a href="#the-input-element" id="input-55">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a typed data field,
   usually with a form control to allow the user to edit the data.<p>The <dfn id="attr-input-type" title="attr-input-type"><code>type</code></dfn>
   attribute controls the data type (and associated control) of the
   element. It is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-6">enumerated attribute</a>. The following
@@ -512,13 +512,13 @@
      <td> <a href="number-state.html#button-state" id="attr-input-type-button-0" title="attr-input-type-button">Button</a>
      <td> n/a
      <td> A button
-  </table><p>The <i>missing value default</i> is the <a href="states-of-the-type-attribute.html#text-state-and-search-state" id="attr-input-type-text-2" title="attr-input-type-text">Text</a> state.<p>Which of the <code title="attr-input-accept"><a href="number-state.html#attr-input-accept" id="accept-0">accept</a></code>, <code title="attr-input-alt"><a href="number-state.html#attr-input-alt" id="alt-38">alt</a></code>, <code title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete-4">autocomplete</a></code>, <code title="attr-input-checked"><a href="#attr-input-checked" id="checked-0">checked</a></code>, <code title="attr-fs-formaction"><a href="association-of-controls-and-forms.html#attr-fs-formaction" id="formaction-0">formaction</a></code>, <code title="attr-fs-formenctype"><a href="association-of-controls-and-forms.html#attr-fs-formenctype" id="formenctype-0">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="association-of-ontrols-and-forms.html#attr-fs-formmethod" id="formmethod-0">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate" id="formnovalidate-0">formnovalidate</a></code>, <code title="attr-fs-formtarget"><a href="association-of-controls-and-forms.html#attr-fs-formtarget" id="formtarget-0">formtarget</a></code>, <code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height" id="height-11">height</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list-1">list</a></code>, <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max-1">max</a></code>, <code title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength-1">maxlength</a></code>, <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min-1">min</a></code>, <code title="attr-input-muliple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple-0">multiple</a></code>, <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern-0">pattern</a></code>, <code title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder-0">placeholder</a></code>, <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly-14">readonly</a></code>, <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-1">required</a></code>, <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size-0">size</a></code>, <code title="attr-input-src"><a href="number-state.html#attr-input-src" id="src-43">src</a></code>, <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-1">step</a></code>, and <coe title="attr-dim-width"><a href="the-map-element.html#attr-dim-width" id="width-11">width</a></code> content attributes, the <code title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>, <code title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>, <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, <code title="dom-input-list"><a class="fll-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>, and <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL
-  attributes, the <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> method, the <code title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code> and
-  <code title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>
-  IDL attributes, the <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>
-  method, the <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> and
-  <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> methods, and the
-  <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply to an
+  </table><p>The <i>missing value default</i> is the <a href="states-of-the-type-attribute.html#text-state-and-search-state" id="attr-input-type-text-2" title="attr-input-type-text">Text</a> state.<p>Which of the <code title="attr-input-accept"><a href="number-state.html#attr-input-accept" id="accept-0">accept</a></code>, <code title="attr-input-alt"><a href="number-state.html#attr-input-alt" id="alt-38">alt</a></code>, <code title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete-4">autocomplete</a></code>, <code title="attr-input-checked"><a href="#attr-input-checked" id="checked-0">checked</a></code>, <code title="attr-fs-formaction"><a href="association-of-controls-and-forms.html#attr-fs-formaction" id="formaction-0">formaction</a></code>, <code title="attr-fs-formenctype"><a href="association-of-controls-and-forms.html#attr-fs-formenctype" id="formenctype-0">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="association-of-ontrols-and-forms.html#attr-fs-formmethod" id="formmethod-0">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate" id="formnovalidate-0">formnovalidate</a></code>, <code title="attr-fs-formtarget"><a href="association-of-controls-and-forms.html#attr-fs-formtarget" id="formtarget-0">formtarget</a></code>, <code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height" id="height-11">height</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list-1">list</a></code>, <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max-1">max</a></code>, <code title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength-1">maxlength</a></code>, <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min-1">min</a></code>, <code title="attr-input-muliple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple-0">multiple</a></code>, <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern-0">pattern</a></code>, <code title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder-0">placeholder</a></code>, <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly-14">readonly</a></code>, <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-1">required</a></code>, <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size-0">size</a></code>, <code title="attr-input-src"><a href="number-state.html#attr-input-src" id="src-43">src</a></code>, <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-1">step</a></code>, and <coe title="attr-dim-width"><a href="the-map-element.html#attr-dim-width" id="width-11">width</a></code> content attributes, the <code title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>, <code title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>, <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read abou this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>, and <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL
+  attributes, the <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> method, the <code title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code> and
+  <code title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>
+  IDL attributes, the <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>
+  method, the <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> and
+  <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> methods, and the
+  <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply to an
   <code><a href="#the-input-element" id="input-56">input</a></code> element depends on the state of its <code title="attr-input-type"><a href="#attr-input-type" id="type-60">type</a></code> attribute.  The following table
    summarizes which of
   those content attributes, IDL attributes, methods, and events apply
@@ -1103,7 +1103,7 @@
 
    <tbody><tr><th colspan="14" scope="rowgroup">IDL attributes and methods
 
-    <tr><th> <code title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>
+    <tr><th> <code title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>
      <td class="no"> &middot; <!-- Hidden -->
      <td class="no"> &middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search -->
@@ -1127,7 +1127,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>
+    <tr><th> <code title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>
      <td class="no"> &middot; <!-- Hidden -->
      <td class="no"> &middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search -->
@@ -1151,7 +1151,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>
+    <tr><th> <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>
      <td class="no"> &middot; <!-- Hidden -->
      <td class="no"> &middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search -->
@@ -1175,7 +1175,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>
+    <tr><th> <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>
      <td class="no"> &middot; <!-- Hidden -->
      <td class="no"> &middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search -->
@@ -1199,7 +1199,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>
+    <tr><th> <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>
      <td class="no"> &middot; <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
@@ -1223,7 +1223,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>
+    <tr><th> <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>
      <td class="no"> &middot; <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
@@ -1247,7 +1247,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>
+    <tr><th> <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>
      <td class="no"> &middot; <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
@@ -1271,7 +1271,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>
+    <tr><th> <code title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>
      <td class="no"> &middot; <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
@@ -1295,7 +1295,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>
+    <tr><th> <code title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>
      <td class="no"> &middot; <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
@@ -1319,7 +1319,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>
+    <tr><th> <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>
      <td class="no"> &middot; <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
@@ -1343,7 +1343,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>
+    <tr><th> <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>
      <td class="no"> &middot; <!-- Hidden -->
      <td class="no"> &middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search -->
@@ -1367,7 +1367,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code>
+    <tr><th> <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code>
      <td class="no"> &middot; <!-- Hidden -->
      <td class="no"> &middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search -->
@@ -1393,7 +1393,7 @@
 
    <tbody><tr><th colspan="14" scope="rowgroup">Events
 
-    <tr><th> <span title=""><code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> event</span>
+    <tr><th> <span title=""><code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> event</span>
      <td class="no"> &middot; <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
@@ -1417,7 +1417,7 @@
      <td class="no"> &middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button -->
 
-    <tr><th> <span title=""><code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> event</span>
+    <tr><th> <span title=""><code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> event</span>
      <td class="no"> &middot; <!-- Hidden -->
      <td class="yes"> Yes     <!-- Text -->
 <!-- <td class="yes"> Yes          Search -->
@@ -1442,10 +1442,10 @@
 <!-- <td class="no"> &middot;      Button -->
 
   </table><p>The <dfn id="attr-input-value" title="attr-input-value"><code>value</code></dfn>
-  content attribute gives the default <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> of the <code><a href="#the-input-element" id="input-57">input</a></code>
+  content attribute gives the default <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> of the <code><a href="#the-input-element" id="input-57">input</a></code>
   element. <p>The <dfn id="attr-input-checked" title="attr-input-checked"><code>checked</code></dfn>
   content attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-9">boolean attribute</a> that gives the
-  default <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> of the
+  default <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> of the
   <code><a href="#the-input-element" id="input-58">input</a></code> element. <p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-47">form</a></code> attribute is used to
   explicitly associate the <code><a href="#the-input-element" id="input-59">input</a></code> element with its
   <a href="association-of-controls-and-forms.html#form-owner" id="form-owner-4">form owner</a>. The <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-33">name</a></code>

Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- grouping-content.html	19 Aug 2010 20:42:51 -0000	1.164
+++ grouping-content.html	19 Aug 2010 20:45:47 -0000	1.165
@@ -327,7 +327,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlparagraphelement">HTMLParagraphElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-26">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-p-element" id="p-10">p</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  </dl><p>The <code><a href="#the-p-element" id="p-10">p</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   <a href="content-models.html#paragraph" id="paragraph-5">paragraph</a>.<div class="example">
    <p>The following examples are conforming HTML fragments:</p>
    <pre>&lt;p&gt;The little kitten gently seated himself on a piece of
@@ -387,7 +387,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlhrelement">HTMLHRElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-27">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-hr-element" id="hr-3">hr</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  </dl><p>The <code><a href="#the-hr-element" id="hr-3">hr</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   <a href="content-models.html#paragraph" id="paragraph-6">paragraph</a>-level thematic break, e.g. a scene change in
   a story, or a transition to another topic within a section of a
   reference book.<div class="example">
@@ -479,7 +479,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlpreelement">HTMLPreElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-28">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-pre-element" id="pre-0">pre</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a block of
+  </dl><p>The <code><a href="#the-pre-element" id="pre-0">pre</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a block of
   preformatted text, in which structure is represented by typographic
   conventions rather than by elements.<p class="note">In <a href="syntax.html#syntax" id="the-html-syntax-3">the HTML syntax</a>, a leading
   newline character immediately following the <code><a href="#the-pre-element" id="pre-1">pre</a></code> element
@@ -565,12 +565,12 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlquoteelement">HTMLQuoteElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-29">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-quote-cite" title='Read about this "cite" reference in the full HTML5 spec.'>cite</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/grouping-content.html#dom-quote-cite" title='Read about this "cite" reference in the full HTML5 spec.'>cite</a>;
 };</pre>
     <p class="note">The <code><a href="#htmlquoteelement" id="htmlquoteelement-0">HTMLQuoteElement</a></code> interface is
     also used by the <code><a href="text-level-semantics.html#the-q-element" id="q-2">q</a></code> element.</p>
    </dd>
-  </dl><p>The <code><a href="#the-blockquote-element" id="blockquote-2">blockquote</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  </dl><p>The <code><a href="#the-blockquote-element" id="blockquote-2">blockquote</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   section that is quoted from another source.<p>Content inside a <code><a href="#the-blockquote-element" id="blockquote-3">blockquote</a></code> must be quoted from
   another source, whose address, if it has one, may be cited in the
   <dfn id="attr-blockquote-cite" title="attr-blockquote-cite"><code>cite</code></dfn>
@@ -648,11 +648,11 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlolistelement">HTMLOListElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-30">HTMLElement</a> {
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-ol-reversed" title='Read about this "reversed" reference in the full HTML5 spec.'>reversed</a>;
-           attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-ol-start" title='Read about this "start" reference in the full HTML5 spec.'>start</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/grouping-content.html#dom-ol-reversed" title='Read about this "reversed" reference in the full HTML5 spec.'>reversed</a>;
+           attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/grouping-content.html#dom-ol-start" title='Read about this "start" reference in the full HTML5 spec.'>start</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-ol-element" id="ol-4">ol</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list of
+  </dl><p>The <code><a href="#the-ol-element" id="ol-4">ol</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list of
   items, where the items have been intentionally ordered, such that
   changing the order would change the meaning of the document.<p>The items of the list are the <code><a href="#the-li-element" id="li-3">li</a></code> element child nodes
   of the <code><a href="#the-ol-element" id="ol-5">ol</a></code> element, in <a href="infrastructure.html#tree-order" id="tree-order-4">tree order</a>.<p>The <dfn id="attr-ol-reversed" title="attr-ol-reversed"><code>reversed</code></dfn>
@@ -704,7 +704,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlulistelement">HTMLUListElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-31">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-ul-element" id="ul-6">ul</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list of
+  </dl><p>The <code><a href="#the-ul-element" id="ul-6">ul</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list of
   items, where the order of the items is not important &mdash; that
   is, where changing the order would not materially change the meaning
   of the document.<p>The items of the list are the <code><a href="#the-li-element" id="li-5">li</a></code> element child nodes
@@ -752,10 +752,10 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmllielement">HTMLLIElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-32">HTMLElement</a> {
-           attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-li-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/grouping-content.html#dom-li-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-li-element" id="li-6">li</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list
+  </dl><p>The <code><a href="#the-li-element" id="li-6">li</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list
   item. If its parent element is an <code><a href="#the-ol-element" id="ol-11">ol</a></code>, <code><a href="#the-ul-element" id="ul-10">ul</a></code>,
   or <code><a href="interactive-elements.html#menus" id="menu-9">menu</a></code> element, then the element is an item of the
   parent element's list, as defined for those elements. Otherwise, the
@@ -804,7 +804,7 @@
   </div><p class="note">If the <code><a href="#the-li-element" id="li-8">li</a></code> element is the child of a
   <code><a href="interactive-elements.html#menus" id="menu-10">menu</a></code> element and itself has a child that defines a
   <a href="commands.html#concept-command" id="concept-command-3" title="concept-command">command</a>, then the
-  <code><a href="#the-li-element" id="li-9">li</a></code> element will match the <code title="selector-enabled"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#selector-enabled" title='Read about this ":enabled" reference in the full HTML5 spec.'>:enabled</a></code> and <code title="selector-disabled"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#selector-disabled" title='Read about this ":disabled" reference in the full HTML5 spec.'>:disabled</a></code> pseudo-classes in the
+  <code><a href="#the-li-element" id="li-9">li</a></code> element will match the <code title="selector-enabled"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/links.html#selector-enabled" title='Read about this ":enabled" reference in the full HTML5 spec.'>:enabled</a></code> and <code title="selector-disabled"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/links.html#selector-disabled" title='Read about this ":disabled" reference in the full HTML5 spec.'>:disabled</a></code> pseudo-classes in the
   same way as the first such child element does.<h4 id="the-dl-element"><span class="secno">4.5.8 </span>The <dfn><code>dl</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
    <dd><a href="content-models.html#flow-content" id="flow-content-50">Flow content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
@@ -819,7 +819,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmldlistelement">HTMLDListElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-33">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-dl-element" id="dl-0">dl</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an
+  </dl><p>The <code><a href="#the-dl-element" id="dl-0">dl</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an
   association list consisting of zero or more name-value groups (a
   description list). Each group must consist of one or more names
   (<code><a href="#the-dt-element" id="dt-0">dt</a></code> elements) followed by one or more values
@@ -908,7 +908,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-27">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-34">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-dt-element" id="dt-3">dt</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the term, or
+  </dl><p>The <code><a href="#the-dt-element" id="dt-3">dt</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the term, or
   name, part of a term-description group in a description list
   (<code><a href="#the-dl-element" id="dl-7">dl</a></code> element).<p class="note">The <code><a href="#the-dt-element" id="dt-4">dt</a></code> element itself, when used in a
   <code><a href="#the-dl-element" id="dl-8">dl</a></code> element, does not indicate that its contents are a
@@ -941,7 +941,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-28">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-35">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-dd-element" id="dd-5">dd</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
+  </dl><p>The <code><a href="#the-dd-element" id="dd-5">dd</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
   description, definition, or value, part of a term-description group
   in a description list (<code><a href="#the-dl-element" id="dl-10">dl</a></code> element).<div class="example">
 
@@ -975,7 +975,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-29">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-36">HTMLElement</a></code>.</dd>
-  </dl><!-- v2: Add a <credit> element for photo credits --><p>The <code><a href="#the-figure-element" id="figure-2">figure</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> some
+  </dl><!-- v2: Add a <credit> element for photo credits --><p>The <code><a href="#the-figure-element" id="figure-2">figure</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> some
   <a href="content-models.html#flow-content" id="flow-content-58">flow content</a>, optionally with a caption, that is
   self-contained and is typically referenced as a single unit from the
   main flow of the document.<p>The element can thus be used to annotate illustrations, diagrams,
@@ -1083,7 +1083,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-30">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-37">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-figcaption-element" id="figcaption-4">figcaption</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  </dl><p>The <code><a href="#the-figcaption-element" id="figcaption-4">figcaption</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   caption or legend for the rest of the contents of the
   <code><a href="#the-figcaption-element" id="figcaption-5">figcaption</a></code> element's parent <code><a href="#the-figure-element" id="figure-8">figure</a></code>
   element.<h4 id="the-div-element"><span class="secno">4.5.13 </span>The <dfn><code>div</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
@@ -1100,7 +1100,7 @@
     <pre class="idl">interface <dfn id="htmldivelement">HTMLDivElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-38">HTMLElement</a> {};</pre>
    </dd>
   </dl><p>The <code><a href="#the-div-element" id="div-8">div</a></code> element has no special meaning at all. It
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children. It can be used with the <code title="attr-class"><a href="elements.html#classes" id="class-4">class</a></code>, <code title="attr-lang"><a href="elements.html#attr-lang" id="lang-7">lang</a></code>, and <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-9">title</a></code> attributes to mark up semantics
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children. It can be used with the <code title="attr-class"><a href="elements.html#classes" id="class-4">class</a></code>, <code title="attr-lang"><a href="elements.html#attr-lang" id="lang-7">lang</a></code>, and <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-9">title</a></code> attributes to mark up semantics
   common to a group of consecutive elements.<p class="note">Authors are strongly encouraged to view the
   <code><a href="#the-div-element" id="div-9">div</a></code> element as an element of last resort, for when no
   other element is suitable. Use of the <code><a href="#the-div-element" id="div-10">div</a></code> element

Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/timers.html,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- timers.html	19 Aug 2010 20:42:53 -0000	1.157
+++ timers.html	19 Aug 2010 20:46:11 -0000	1.158
@@ -315,16 +315,16 @@
     <ol><li><a href="timers.html#simple-dialogs"><span class="secno">6.3.1 </span>Simple dialogs</a><li><a href="timers.html#printing"><span class="secno">6.3.2 </span>Printing</a><li><a href="timers.html#dialogs-implemented-using-separate-documents"><span class="secno">6.3.3 </span>Dialogs implemented using separate documents</a></ol><li><a href="timers.html#system-state-and-capabilities"><span class="secno">6.4 </span>System state and capabilities</a>
     <ol><li><a href="timers.html#client-identification"><span class="secno">6.4.1 </span>Client identification</a><li><a href="timers.html#custom-handlers"><span class="secno">6.4.2 </span>Custom scheme and content handlers</a><li><a href="timers.html#manually-releasing-the-storage-mutex"><span class="secno">6.4.3 </span>Manually releasing the storage mutex</a></ol></ol></ol></div>
 
-  <h3 id="timers"><span class="secno">6.2 </span>Timers</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code title="dom-windowtimers-setTimeout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-settimeout" title='Read about this "setTimeout()" reference in the full HTML5 spec.'>setTimeout()</a></code>
-  and <code title="dom-windowtimers-setInterval"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-setinterval" title='Read about this "setInterval()" reference in the full HTML5 spec.'>setInterval()</a></code>
+  <h3 id="timers"><span class="secno">6.2 </span>Timers</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code title="dom-windowtimers-setTimeout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-settimeout" title='Read about this "setTimeout()" reference in the full HTML5 spec.'>setTimeout()</a></code>
+  and <code title="dom-windowtimers-setInterval"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-setinterval" title='Read about this "setInterval()" reference in the full HTML5 spec.'>setInterval()</a></code>
   methods allow authors to schedule timer-based callbacks.<pre class="idl">[Supplemental, NoInterfaceObject]
 interface <dfn id="windowtimers">WindowTimers</dfn> {
-  long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-settimeout" title='Read about this "setTimeout" reference in the full HTML5 spec.'>setTimeout</a>(in any handler, in optional any timeout, in any... args);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-cleartimeout" title='Read about this "clearTimeout" reference in the full HTML5 spec.'>clearTimeout</a>(in long handle);
-  long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-setinterval" title='Read about this "setInterval" reference in the full HTML5 spec.'>setInterval</a>(in any handler, in optional any timeout, in any... args);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-clearinterval" title='Read about this "clearInterval" reference in the full HTML5 spec.'>clearInterval</a>(in long handle);
+  long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-settimeout" title='Read about this "setTimeout" reference in the full HTML5 spec.'>setTimeout</a>(in any handler, in optional any timeout, in any... args);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-cleartimeout" title='Read about this "clearTimeout" reference in the full HTML5 spec.'>clearTimeout</a>(in long handle);
+  long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-setinterval" title='Read about this "setInterval" reference in the full HTML5 spec.'>setInterval</a>(in any handler, in optional any timeout, in any... args);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-clearinterval" title='Read about this "clearInterval" reference in the full HTML5 spec.'>clearInterval</a>(in long handle);
 };
-<a href="browsers.html#window" id="window-18">Window</a> implements <a href="#windowtimers" id="windowtimers-0">WindowTimers</a>;</pre><dl class="domintro"><dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setTimeout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-settimeout" title='Read about this "setTimeout" reference in the full HTML5 spec.'>setTimeout</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var> ] ] )</dt>
+<a href="browsers.html#window" id="window-18">Window</a> implements <a href="#windowtimers" id="windowtimers-0">WindowTimers</a>;</pre><dl class="domintro"><dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setTimeout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-settimeout" title='Read about this "setTimeout" reference in the full HTML5 spec.'>setTimeout</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var> ] ] )</dt>
 
    <dd>
 
@@ -333,7 +333,7 @@
 
    </dd>
 
-   <dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setTimeout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-settimeout" title='Read about this "setTimeout" reference in the full HTML5 spec.'>setTimeout</a></code>( <var title="">code</var> [, <var title="">timeout</var> ] )</dt>
+   <dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setTimeout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-settimeout" title='Read about this "setTimeout" reference in the full HTML5 spec.'>setTimeout</a></code>( <var title="">code</var> [, <var title="">timeout</var> ] )</dt>
 
    <dd>
 
@@ -342,15 +342,15 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-windowtimers-clearTimeout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-cleartimeout" title='Read about this "clearTimeout" reference in the full HTML5 spec.'>clearTimeout</a></code>( <var title="">handle</var> )</dt>
+   <dt><var title="">window</var> . <code title="dom-windowtimers-clearTimeout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-cleartimeout" title='Read about this "clearTimeout" reference in the full HTML5 spec.'>clearTimeout</a></code>( <var title="">handle</var> )</dt>
 
    <dd>
 
-    <p>Cancels the timeout set with <code title="dom-windowtimers-setTimeout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-settimeout" title='Read about this "setTimeout()" reference in the full HTML5 spec.'>setTimeout()</a></code> identified by <var title="">handle</var>.</p>
+    <p>Cancels the timeout set with <code title="dom-windowtimers-setTimeout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-settimeout" title='Read about this "setTimeout()" reference in the full HTML5 spec.'>setTimeout()</a></code> identified by <var title="">handle</var>.</p>
 
    </dd>
 
-   <dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setInterval"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-setinterval" title='Read about this "setInterval" reference in the full HTML5 spec.'>setInterval</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var> ] ] )</dt>
+   <dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setInterval"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-setinterval" title='Read about this "setInterval" reference in the full HTML5 spec.'>setInterval</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var> ] ] )</dt>
 
    <dd>
 
@@ -359,7 +359,7 @@
 
    </dd>
 
-   <dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setInterval"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-setinterval" title='Read about this "setInterval" reference in the full HTML5 spec.'>setInterval</a></code>( <var title="">code</var> [, <var title="">timeout</var> ] )</dt>
+   <dt><var title="">handle</var> = <var title="">window</var> . <code title="dom-windowtimers-setInterval"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-setinterval" title='Read about this "setInterval" reference in the full HTML5 spec.'>setInterval</a></code>( <var title="">code</var> [, <var title="">timeout</var> ] )</dt>
 
    <dd>
 
@@ -368,11 +368,11 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-windowtimers-clearInterval"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-clearinterval" title='Read about this "clearInterval" reference in the full HTML5 spec.'>clearInterval</a></code>( <var title="">handle</var> )</dt>
+   <dt><var title="">window</var> . <code title="dom-windowtimers-clearInterval"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-clearinterval" title='Read about this "clearInterval" reference in the full HTML5 spec.'>clearInterval</a></code>( <var title="">handle</var> )</dt>
 
    <dd>
 
-    <p>Cancels the timeout set with <code title="dom-windowtimers-setInterval"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowtimers-setinterval" title='Read about this "setInterval()" reference in the full HTML5 spec.'>setInterval()</a></code> identified by <var title="">handle</var>.</p>
+    <p>Cancels the timeout set with <code title="dom-windowtimers-setInterval"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowtimers-setinterval" title='Read about this "setInterval()" reference in the full HTML5 spec.'>setInterval()</a></code> identified by <var title="">handle</var>.</p>
 
    </dd>
 
@@ -385,29 +385,29 @@
        - 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">6.3.1 </span>Simple dialogs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-alert"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-alert" title='Read about this "alert" reference in the full HTML5 spec.'>alert</a></code>(<var title="">message</var>)</dt>
+  --><h4 id="simple-dialogs"><span class="secno">6.3.1 </span>Simple dialogs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-alert"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-alert" title='Read about this "alert" reference in the full HTML5 spec.'>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>
 
-    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
+    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
     method is implied when this method is invoked.</p>
 
    </dd>
 
-   <dt><var title="">result</var> = <var title="">window</var> . <code title="dom-confirm"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-confirm" title='Read about this "confirm" reference in the full HTML5 spec.'>confirm</a></code>(<var title="">message</var>)</dt>
+   <dt><var title="">result</var> = <var title="">window</var> . <code title="dom-confirm"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-confirm" title='Read about this "confirm" reference in the full HTML5 spec.'>confirm</a></code>(<var title="">message</var>)</dt>
    <dd>
 
     <p>Displays a modal OK/Cancel prompt with the given message, waits
     for the user to dismiss it, and returns true if the user clicks OK
     and false if the user clicks Cancel.</p>
 
-    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
+    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
     method is implied when this method is invoked.</p>
 
    </dd>
 
-   <dt><var title="">result</var> = <var title="">window</var> . <code title="dom-prompt"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-prompt" title='Read about this "prompt" reference in the full HTML5 spec.'>prompt</a></code>(<var title="">message</var> [, <var title="">default</var>] )</dt>
+   <dt><var title="">result</var> = <var title="">window</var> . <code title="dom-prompt"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-prompt" title='Read about this "prompt" reference in the full HTML5 spec.'>prompt</a></code>(<var title="">message</var> [, <var title="">default</var>] )</dt>
    <dd>
 
     <p>Displays a modal text field prompt with the given message,
@@ -416,59 +416,59 @@
     instead. If the second argument is present, then the given value
     is used as a default.</p>
 
-    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
+    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
     method is implied when this method is invoked.</p>
 
    </dd>
 
-  </dl><h4 id="printing"><span class="secno">6.3.2 </span>Printing</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-print"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-print" title='Read about this "print" reference in the full HTML5 spec.'>print</a></code>()</dt>
+  </dl><h4 id="printing"><span class="secno">6.3.2 </span>Printing</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-print"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-print" title='Read about this "print" reference in the full HTML5 spec.'>print</a></code>()</dt>
 
    <dd>
 
     <p>Prompts the user to print the page.</p>
 
-    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
+    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
     method is implied when this method is invoked.</p>
 
    </dd>
 
-  </dl><h4 id="dialogs-implemented-using-separate-documents"><span class="secno">6.3.3 </span>Dialogs implemented using separate documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">result</var> = <var title="">window</var> . <code title="dom-showModalDialog"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-showmodaldialog" title='Read about this "showModalDialog" reference in the full HTML5 spec.'>showModalDialog</a></code>(<var title="">url</var> [, <var title="">argument</var>] )</dt>
+  </dl><h4 id="dialogs-implemented-using-separate-documents"><span class="secno">6.3.3 </span>Dialogs implemented using separate documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">result</var> = <var title="">window</var> . <code title="dom-showModalDialog"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-showmodaldialog" title='Read about this "showModalDialog" reference in the full HTML5 spec.'>showModalDialog</a></code>(<var title="">url</var> [, <var title="">argument</var>] )</dt>
 
    <dd>
 
     <p>Prompts the user with the given page, waits for that page to
     close, and returns the return value.</p>
 
-    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
+    <p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
     method is implied when this method is invoked.</p>
 
    </dd>
 
   </dl><pre class="idl">[Supplemental, NoInterfaceObject] interface <dfn id="windowmodal">WindowModal</dfn> {
-  readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowmodal-dialogarguments" title='Read about this "dialogArguments" reference in the full HTML5 spec.'>dialogArguments</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowmodal-returnvalue" title='Read about this "returnValue" reference in the full HTML5 spec.'>returnValue</a>;
-};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-WindowModal-dialogArguments"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowmodal-dialogarguments" title='Read about this "dialogArguments" reference in the full HTML5 spec.'>dialogArguments</a></code></dt>
+  readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowmodal-dialogarguments" title='Read about this "dialogArguments" reference in the full HTML5 spec.'>dialogArguments</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowmodal-returnvalue" title='Read about this "returnValue" reference in the full HTML5 spec.'>returnValue</a>;
+};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-WindowModal-dialogArguments"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowmodal-dialogarguments" title='Read about this "dialogArguments" reference in the full HTML5 spec.'>dialogArguments</a></code></dt>
 
    <dd>
 
     <p>Returns the <var title="">argument</var> argument that was
-    passed to the <code title="dom-showModalDialog"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-showmodaldialog" title='Read about this "showModalDialog()" reference in the full HTML5 spec.'>showModalDialog()</a></code> method.</p>
+    passed to the <code title="dom-showModalDialog"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-showmodaldialog" title='Read about this "showModalDialog()" reference in the full HTML5 spec.'>showModalDialog()</a></code> method.</p>
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-WindowModal-returnValue"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-windowmodal-returnvalue" title='Read about this "returnValue" reference in the full HTML5 spec.'>returnValue</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">window</var> . <code title="dom-WindowModal-returnValue"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-windowmodal-returnvalue" title='Read about this "returnValue" reference in the full HTML5 spec.'>returnValue</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
     <p>Returns the current return value for the window.</p>
 
     <p>Can be set, to change the value that will be returned by the
-    <code title="dom-showModalDialog"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-showmodaldialog" title='Read about this "showModalDialog()" reference in the full HTML5 spec.'>showModalDialog()</a></code>
+    <code title="dom-showModalDialog"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-showmodaldialog" title='Read about this "showModalDialog()" reference in the full HTML5 spec.'>showModalDialog()</a></code>
     method.</p>
 
    </dd>
 
-  </dl><p class="note">The <code title="dom-window-close"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-close" title='Read about this "window.close()" reference in the full HTML5 spec.'>window.close()</a></code> method can be used to
+  </dl><p class="note">The <code title="dom-window-close"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-close" title='Read about this "window.close()" reference in the full HTML5 spec.'>window.close()</a></code> method can be used to
   close the browsing context.<h3 id="system-state-and-capabilities"><span class="secno">6.4 </span>System state and capabilities</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><pre class="idl">interface <dfn id="navigator">Navigator</dfn> {
   // objects implementing this interface also implement the interfaces given below
 };
@@ -479,15 +479,15 @@
 [Supplemental, NoInterfaceObject]
 interface <dfn id="navigatorid">NavigatorID</dfn> {<!--
   readonly attribute DOMString <span title="dom-navigator-appCodeName">appCodeName</span>;-->
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-appname" title='Read about this "appName" reference in the full HTML5 spec.'>appName</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-appversion" title='Read about this "appVersion" reference in the full HTML5 spec.'>appVersion</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-platform" title='Read about this "platform" reference in the full HTML5 spec.'>platform</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-useragent" title='Read about this "userAgent" reference in the full HTML5 spec.'>userAgent</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-appname" title='Read about this "appName" reference in the full HTML5 spec.'>appName</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-appversion" title='Read about this "appVersion" reference in the full HTML5 spec.'>appVersion</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-platform" title='Read about this "platform" reference in the full HTML5 spec.'>platform</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-useragent" title='Read about this "userAgent" reference in the full HTML5 spec.'>userAgent</a>;
 };
 
 [Supplemental, NoInterfaceObject]
 interface <dfn id="navigatoronline">NavigatorOnLine</dfn> {
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-online" title='Read about this "onLine" reference in the full HTML5 spec.'>onLine</a>;
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-navigator-online" title='Read about this "onLine" reference in the full HTML5 spec.'>onLine</a>;
 };
 
 [Supplemental, NoInterfaceObject]
@@ -495,7 +495,7 @@
   // content handler registration
   void <a href="#dom-navigator-registerprotocolhandler" id="dom-navigator-registerprotocolhandler-0" title="dom-navigator-registerProtocolHandler">registerProtocolHandler</a>(in DOMString scheme, in DOMString url, in DOMString title);
   void <a href="#dom-navigator-registercontenthandler" id="dom-navigator-registercontenthandler-0" title="dom-navigator-registerContentHandler">registerContentHandler</a>(in DOMString mimeType, in DOMString url, in DOMString title);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" title='Read about this "yieldForStorageUpdates" reference in the full HTML5 spec.'>yieldForStorageUpdates</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-yieldforstorageupdates" title='Read about this "yieldForStorageUpdates" reference in the full HTML5 spec.'>yieldForStorageUpdates</a>();
 <!--  v2: cookieEnabled geolocator javaEnabled mozIsLocallyAvailable preference
   readonly attribute <span>MimeTypeArray</span> <span title="dom-navigator-mimeTypes">mimeTypes</span>;
   readonly attribute <span>PluginArray</span> <span title="dom-navigator-plugins">plugins</span>;
@@ -506,22 +506,22 @@
   to determine, from script, the kind of user agent in use, in order
   to work around these issues.<p>Client detection should always be limited to detecting known
   current versions; future versions and unknown versions should always
-  be assumed to be fully compliant.<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-appName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-appname" title='Read about this "appName" reference in the full HTML5 spec.'>appName</a></code></dt>
+  be assumed to be fully compliant.<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-appName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-appname" title='Read about this "appName" reference in the full HTML5 spec.'>appName</a></code></dt>
    <dd>
     <p>Returns the name of the browser.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-appVersion"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-appversion" title='Read about this "appVersion" reference in the full HTML5 spec.'>appVersion</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-appVersion"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-appversion" title='Read about this "appVersion" reference in the full HTML5 spec.'>appVersion</a></code></dt>
    <dd>
     <p>Returns the version of the browser.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-platform"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-platform" title='Read about this "platform" reference in the full HTML5 spec.'>platform</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-platform"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-platform" title='Read about this "platform" reference in the full HTML5 spec.'>platform</a></code></dt>
    <dd>
     <p>Returns the name of the platform.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-userAgent"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-useragent" title='Read about this "userAgent" reference in the full HTML5 spec.'>userAgent</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-userAgent"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-useragent" title='Read about this "userAgent" reference in the full HTML5 spec.'>userAgent</a></code></dt>
    <dd>
     <p>Returns the complete User-Agent header.</p>
    </dd>
@@ -539,8 +539,8 @@
   handler for <code>text/directory</code> files (<a href="references.html#refsRFC2425">[RFC2425]</a>), so that if the user has no
   native application capable of handling vCards (<a href="references.html#refsRFC2426">[RFC2426]</a>), his Web browser can instead
   suggest he use that site to view contact information stored on
-  vCards that he opens.<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler" id="registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt>
-   <dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler" id="registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt>
+  vCards that he opens.<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler" id="registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>, <var title="">url</var>, <var title="">title</var>)</dt>
+   <dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler" id="registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>, <var title="">url</var>, <var title="">title</var>)</dt>
 
    <dd>
 
@@ -559,11 +559,11 @@
 
    </dd>
 
-  </dl><h4 id="manually-releasing-the-storage-mutex"><span class="secno">6.4.3 </span>Manually releasing the storage mutex</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" title='Read about this "yieldForStorageUpdates" reference in the full HTML5 spec.'>yieldForStorageUpdates</a></code>()</dt>
+  </dl><h4 id="manually-releasing-the-storage-mutex"><span class="secno">6.4.3 </span>Manually releasing the storage mutex</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-yieldforstorageupdates" title='Read about this "yieldForStorageUpdates" reference in the full HTML5 spec.'>yieldForStorageUpdates</a></code>()</dt>
 
    <dd>
 
-    <p>If a script uses the <code title="dom-document-cookie"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-cookie" title='Read about this "document.cookie" reference in the full HTML5 spec.'>document.cookie</a></code> API, or the
+    <p>If a script uses the <code title="dom-document-cookie"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-cookie" title='Read about this "document.cookie" reference in the full HTML5 spec.'>document.cookie</a></code> API, or the
     <code title="dom-localStorage">localStorage</code> API, the
     browser will block other scripts from accessing cookies or storage
     until the first script finishes.
@@ -572,7 +572,7 @@
     
     </p>
 
-    <p>Calling the <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
+    <p>Calling the <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
     method tells the user agent to unblock any other scripts that may
     be blocked, even though the script hasn't returned.</p>
 

Index: elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/elements.html,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- elements.html	19 Aug 2010 20:42:51 -0000	1.172
+++ elements.html	19 Aug 2010 20:45:45 -0000	1.173
@@ -324,7 +324,7 @@
   language of the content.<p>Authors must not use elements, attributes, or attribute values
   for purposes other than their appropriate intended semantic
   purpose. Authors must not use elements, attributes, or attribute
-  values that are not permitted by this specification or <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#other-applicable-specifications" title='Read about this "other applicable specifications" reference in the full HTML5 spec.'>other
+  values that are not permitted by this specification or <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#other-applicable-specifications" title='Read about this "other applicable specifications" reference in the full HTML5 spec.'>other
   applicable specifications</a>.<div class="example">
    <p>For example, the following document is non-conforming, despite
    being syntactically correct:</p>
@@ -409,110 +409,110 @@
   interfaces listed for them in the relevant sections of this
   specification. This includes <a href="infrastructure.html#html-elements" id="html-elements-2">HTML elements</a> in <a href="dom.html#xml-documents" id="xml-documents-2">XML
   documents</a>, even when those documents are in another context
-  (e.g. inside an XSLT transform).<p>Elements in the DOM <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a>
+  (e.g. inside an XSLT transform).<p>Elements in the DOM <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a>
   things; that is, they have intrinsic <em>meaning</em>, also known as
   semantics.<p class="example">For example, an <code><a href="grouping-content.html#the-ol-element" id="ol-0">ol</a></code> element
   represents an ordered list.<p>The basic interface, from which all the <a href="infrastructure.html#html-elements" id="html-elements-3">HTML
-  elements</a>' interfaces inherit,  is the <code><a href="#htmlelement" id="htmlelement-4">HTMLElement</a></code> interface.<pre class="idl">interface <dfn id="htmlelement">HTMLElement</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> {
+  elements</a>' interfaces inherit,  is the <code><a href="#htmlelement" id="htmlelement-4">HTMLElement</a></code> interface.<pre class="idl">interface <dfn id="htmlelement">HTMLElement</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> {
   // <a href="dom.html#dom-tree-accessors" id="dom-tree-accessors-1">DOM tree accessors</a>
-  NodeList <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-getelementsbyclassname" title='Read about this "getElementsByClassName" reference in the full HTML5 spec.'>getElementsByClassName</a>(in DOMString classNames);
+  NodeList <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-getelementsbyclassname" title='Read about this "getElementsByClassName" reference in the full HTML5 spec.'>getElementsByClassName</a>(in DOMString classNames);
 
   // <a href="apis-in-html-documents.html#dynamic-markup-insertion" id="dynamic-markup-insertion-1">dynamic markup insertion</a>
            attribute DOMString <a href="apis-in-html-documents.html#dom-innerhtml" id="dom-innerhtml-1" title="dom-innerHTML">innerHTML</a>;
            attribute DOMString <a href="apis-in-html-documents.html#dom-outerhtml" id="dom-outerhtml-0" title="dom-outerHTML">outerHTML</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-insertadjacenthtml" title='Read about this "insertAdjacentHTML" reference in the full HTML5 spec.'>insertAdjacentHTML</a>(in DOMString position, in DOMString text);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-insertadjacenthtml" title='Read about this "insertAdjacentHTML" reference in the full HTML5 spec.'>insertAdjacentHTML</a>(in DOMString position, in DOMString text);
 
   // <span>metadata attributes</span>
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-id" title='Read about this "id" reference in the full HTML5 spec.'>id</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-title" title='Read about this "title" reference in the full HTML5 spec.'>title</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-lang" title='Read about this "lang" reference in the full HTML5 spec.'>lang</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dir" title='Read about this "dir" reference in the full HTML5 spec.'>dir</a>;
-           attribute <span>DOMString</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-classname" title='Read about this "className" reference in the full HTML5 spec.'>className</a>;
-  readonly attribute <a href="urls.html#domtokenlist" id="domtokenlist-5">DOMTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-classlist" title='Read about this "classList" reference in the full HTML5 spec.'>classList</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#domstringmap" title='Read about this "DOMStringMap" reference in the full HTML5 spec.'>DOMStringMap</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dataset" title='Read about this "dataset" reference in the full HTML5 spec.'>dataset</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-id" title='Read about this "id" reference in the full HTML5 spec.'>id</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-title" title='Read about this "title" reference in the full HTML5 spec.'>title</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-lang" title='Read about this "lang" reference in the full HTML5 spec.'>lang</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-dir" title='Read about this "dir" reference in the full HTML5 spec.'>dir</a>;
+           attribute <span>DOMString</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-classname" title='Read about this "className" reference in the full HTML5 spec.'>className</a>;
+  readonly attribute <a href="urls.html#domtokenlist" id="domtokenlist-5">DOMTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-classlist" title='Read about this "classList" reference in the full HTML5 spec.'>classList</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#domstringmap" title='Read about this "DOMStringMap" reference in the full HTML5 spec.'>DOMStringMap</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-dataset" title='Read about this "dataset" reference in the full HTML5 spec.'>dataset</a>;
 
   // <a href="editing.html#editing" id="user-interaction-1">user interaction</a>
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-hidden" title='Read about this "hidden" reference in the full HTML5 spec.'>hidden</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-click" title='Read about this "click" reference in the full HTML5 spec.'>click</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-scrollintoview" title='Read about this "scrollIntoView" reference in the full HTML5 spec.'>scrollIntoView</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-scrollintoview" title='Read about this "scrollIntoView" reference in the full HTML5 spec.'>scrollIntoView</a>(in boolean top);
-           attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tabindex" title='Read about this "tabIndex" reference in the full HTML5 spec.'>tabIndex</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-focus" title='Read about this "focus" reference in the full HTML5 spec.'>focus</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-blur" title='Read about this "blur" reference in the full HTML5 spec.'>blur</a>();
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-accesskey" title='Read about this "accessKey" reference in the full HTML5 spec.'>accessKey</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-accesskeylabel" title='Read about this "accessKeyLabel" reference in the full HTML5 spec.'>accessKeyLabel</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-draggable" title='Read about this "draggable" reference in the full HTML5 spec.'>draggable</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-contenteditable" title='Read about this "contentEditable" reference in the full HTML5 spec.'>contentEditable</a>;
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-iscontenteditable" title='Read about this "isContentEditable" reference in the full HTML5 spec.'>isContentEditable</a>;
-           attribute <a href="interactive-elements.html#htmlmenuelement" id="htmlmenuelement-0">HTMLMenuElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-contextmenu" title='Read about this "contextMenu" reference in the full HTML5 spec.'>contextMenu</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-spellcheck" title='Read about this "spellcheck" reference in the full HTML5 spec.'>spellcheck</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-hidden" title='Read about this "hidden" reference in the full HTML5 spec.'>hidden</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-click" title='Read about this "click" reference in the full HTML5 spec.'>click</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-scrollintoview" title='Read about this "scrollIntoView" reference in the full HTML5 spec.'>scrollIntoView</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-scrollintoview" title='Read about this "scrollIntoView" reference in the full HTML5 spec.'>scrollIntoView</a>(in boolean top);
+           attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-tabindex" title='Read about this "tabIndex" reference in the full HTML5 spec.'>tabIndex</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-focus" title='Read about this "focus" reference in the full HTML5 spec.'>focus</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-blur" title='Read about this "blur" reference in the full HTML5 spec.'>blur</a>();
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-accesskey" title='Read about this "accessKey" reference in the full HTML5 spec.'>accessKey</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-accesskeylabel" title='Read about this "accessKeyLabel" reference in the full HTML5 spec.'>accessKeyLabel</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-draggable" title='Read about this "draggable" reference in the full HTML5 spec.'>draggable</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-contenteditable" title='Read about this "contentEditable" reference in the full HTML5 spec.'>contentEditable</a>;
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-iscontenteditable" title='Read about this "isContentEditable" reference in the full HTML5 spec.'>isContentEditable</a>;
+           attribute <a href="interactive-elements.html#htmlmenuelement" id="htmlmenuelement-0">HTMLMenuElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-contextmenu" title='Read about this "contextMenu" reference in the full HTML5 spec.'>contextMenu</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-spellcheck" title='Read about this "spellcheck" reference in the full HTML5 spec.'>spellcheck</a>;
 
   // <a href="commands.html#command-api" id="command-api-0">command API</a>
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-ro-commandtype" title='Read about this "commandType" reference in the full HTML5 spec.'>commandType</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-ro-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-ro-icon" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a>;
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-ro-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-ro-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;<!-- v2COMMAND
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-commandtype" title='Read about this "commandType" reference in the full HTML5 spec.'>commandType</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-icon" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a>;
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;<!-- v2COMMAND
   readonly attribute <span>HTMLCollection</span> <span title="dom-command-ro-triggers">triggers</span>;-->
 
   // <span>styling</span>
-  readonly attribute <span>CSSStyleDeclaration</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-style" title='Read about this "style" reference in the full HTML5 spec.'>style</a>;
+  readonly attribute <span>CSSStyleDeclaration</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-style" title='Read about this "style" reference in the full HTML5 spec.'>style</a>;
 
-  // <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>
-           attribute <a href="webappapis.html#function" id="function-54">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a>;
-           attribute <a href="webappapis.html#function" id="function-55">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>;
-           attribute <a href="webappapis.html#function" id="function-56">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a>;
-           attribute <a href="webappapis.html#function" id="function-57">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a>;
-           attribute <a href="webappapis.html#function" id="function-58">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a>;
-           attribute <a href="webappapis.html#function" id="function-59">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a>;
-           attribute <a href="webappapis.html#function" id="function-60">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a>;
-           attribute <a href="webappapis.html#function" id="function-61">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a>;
-           attribute <a href="webappapis.html#function" id="function-62">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a>;
-           attribute <a href="webappapis.html#function" id="function-63">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a>;
-           attribute <a href="webappapis.html#function" id="function-64">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a>;
-           attribute <a href="webappapis.html#function" id="function-65">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a>;
-           attribute <a href="webappapis.html#function" id="function-66">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a>;
-           attribute <a href="webappapis.html#function" id="function-67">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a>;
-           attribute <a href="webappapis.html#function" id="function-68">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a>;
-           attribute <a href="webappapis.html#function" id="function-69">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a>;
-           attribute <a href="webappapis.html#function" id="function-70">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a>;
-           attribute <a href="webappapis.html#function" id="function-71">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a>;
-           attribute <a href="webappapis.html#function" id="function-72">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>;
-           attribute <a href="webappapis.html#function" id="function-73">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>;
-           attribute <a href="webappapis.html#function" id="function-74">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onformchange" title='Read about this "onformchange" reference in the full HTML5 spec.'>onformchange</a>;
-           attribute <a href="webappapis.html#function" id="function-75">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onforminput" title='Read about this "onforminput" reference in the full HTML5 spec.'>onforminput</a>;
-           attribute <a href="webappapis.html#function" id="function-76">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a>;
-           attribute <a href="webappapis.html#function" id="function-77">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a>;
-           attribute <a href="webappapis.html#function" id="function-78">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a>;
-           attribute <a href="webappapis.html#function" id="function-79">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a>;
-           attribute <a href="webappapis.html#function" id="function-80">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a>;
-           attribute <a href="webappapis.html#function" id="function-81">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>;
-           attribute <a href="webappapis.html#function" id="function-82">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a>;
-           attribute <a href="webappapis.html#function" id="function-83">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a>;
-           attribute <a href="webappapis.html#function" id="function-84">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a>;
-           attribute <a href="webappapis.html#function" id="function-85">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a>;
-           attribute <a href="webappapis.html#function" id="function-86">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a>;
-           attribute <a href="webappapis.html#function" id="function-87">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a>;
-           attribute <a href="webappapis.html#function" id="function-88">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a>;
-           attribute <a href="webappapis.html#function" id="function-89">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a>;
-           attribute <a href="webappapis.html#function" id="function-90">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a>;
-           attribute <a href="webappapis.html#function" id="function-91">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a>;
-           attribute <a href="webappapis.html#function" id="function-92">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a>;
-           attribute <a href="webappapis.html#function" id="function-93">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a>;
-           attribute <a href="webappapis.html#function" id="function-94">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>;
-           attribute <a href="webappapis.html#function" id="function-95">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a>;
-           attribute <a href="webappapis.html#function" id="function-96">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a>;
-           attribute <a href="webappapis.html#function" id="function-97">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a>;
-           attribute <a href="webappapis.html#function" id="function-98">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a>;
-           attribute <a href="webappapis.html#function" id="function-99">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a>;
-           attribute <a href="webappapis.html#function" id="function-100">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a>;
-           attribute <a href="webappapis.html#function" id="function-101">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a>;
-           attribute <a href="webappapis.html#function" id="function-102">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a>;
-           attribute <a href="webappapis.html#function" id="function-103">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a>;
-           attribute <a href="webappapis.html#function" id="function-104">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a>;
-           attribute <a href="webappapis.html#function" id="function-105">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a>;
-           attribute <a href="webappapis.html#function" id="function-106">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a>;
-           attribute <a href="webappapis.html#function" id="function-107">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a>;
+  // <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>
+           attribute <a href="webappapis.html#function" id="function-54">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a>;
+           attribute <a href="webappapis.html#function" id="function-55">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>;
+           attribute <a href="webappapis.html#function" id="function-56">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a>;
+           attribute <a href="webappapis.html#function" id="function-57">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a>;
+           attribute <a href="webappapis.html#function" id="function-58">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a>;
+           attribute <a href="webappapis.html#function" id="function-59">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a>;
+           attribute <a href="webappapis.html#function" id="function-60">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a>;
+           attribute <a href="webappapis.html#function" id="function-61">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a>;
+           attribute <a href="webappapis.html#function" id="function-62">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a>;
+           attribute <a href="webappapis.html#function" id="function-63">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a>;
+           attribute <a href="webappapis.html#function" id="function-64">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a>;
+           attribute <a href="webappapis.html#function" id="function-65">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a>;
+           attribute <a href="webappapis.html#function" id="function-66">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a>;
+           attribute <a href="webappapis.html#function" id="function-67">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a>;
+           attribute <a href="webappapis.html#function" id="function-68">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a>;
+           attribute <a href="webappapis.html#function" id="function-69">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a>;
+           attribute <a href="webappapis.html#function" id="function-70">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a>;
+           attribute <a href="webappapis.html#function" id="function-71">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a>;
+           attribute <a href="webappapis.html#function" id="function-72">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>;
+           attribute <a href="webappapis.html#function" id="function-73">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>;
+           attribute <a href="webappapis.html#function" id="function-74">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onformchange" title='Read about this "onformchange" reference in the full HTML5 spec.'>onformchange</a>;
+           attribute <a href="webappapis.html#function" id="function-75">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onforminput" title='Read about this "onforminput" reference in the full HTML5 spec.'>onforminput</a>;
+           attribute <a href="webappapis.html#function" id="function-76">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a>;
+           attribute <a href="webappapis.html#function" id="function-77">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a>;
+           attribute <a href="webappapis.html#function" id="function-78">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a>;
+           attribute <a href="webappapis.html#function" id="function-79">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a>;
+           attribute <a href="webappapis.html#function" id="function-80">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a>;
+           attribute <a href="webappapis.html#function" id="function-81">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>;
+           attribute <a href="webappapis.html#function" id="function-82">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a>;
+           attribute <a href="webappapis.html#function" id="function-83">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a>;
+           attribute <a href="webappapis.html#function" id="function-84">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a>;
+           attribute <a href="webappapis.html#function" id="function-85">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a>;
+           attribute <a href="webappapis.html#function" id="function-86">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a>;
+           attribute <a href="webappapis.html#function" id="function-87">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a>;
+           attribute <a href="webappapis.html#function" id="function-88">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a>;
+           attribute <a href="webappapis.html#function" id="function-89">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a>;
+           attribute <a href="webappapis.html#function" id="function-90">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a>;
+           attribute <a href="webappapis.html#function" id="function-91">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a>;
+           attribute <a href="webappapis.html#function" id="function-92">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a>;
+           attribute <a href="webappapis.html#function" id="function-93">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a>;
+           attribute <a href="webappapis.html#function" id="function-94">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>;
+           attribute <a href="webappapis.html#function" id="function-95">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a>;
+           attribute <a href="webappapis.html#function" id="function-96">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a>;
+           attribute <a href="webappapis.html#function" id="function-97">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a>;
+           attribute <a href="webappapis.html#function" id="function-98">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a>;
+           attribute <a href="webappapis.html#function" id="function-99">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a>;
+           attribute <a href="webappapis.html#function" id="function-100">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a>;
+           attribute <a href="webappapis.html#function" id="function-101">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a>;
+           attribute <a href="webappapis.html#function" id="function-102">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a>;
+           attribute <a href="webappapis.html#function" id="function-103">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a>;
+           attribute <a href="webappapis.html#function" id="function-104">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a>;
+           attribute <a href="webappapis.html#function" id="function-105">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a>;
+           attribute <a href="webappapis.html#function" id="function-106">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a>;
+           attribute <a href="webappapis.html#function" id="function-107">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a>;
 };
 
 interface <dfn id="htmlunknownelement">HTMLUnknownElement</dfn> : <a href="#htmlelement" id="htmlelement-5">HTMLElement</a> { };</pre><p>The <code><a href="#htmlelement" id="htmlelement-6">HTMLElement</a></code> interface holds methods and
@@ -534,60 +534,60 @@
    <li><code title="attr-title"><a href="#the-title-attribute" id="title">title</a></code></li>
   </ul><hr><p>The following <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-1">event handler content attributes</a> may
   be specified on any <a href="infrastructure.html#html-elements" id="html-elements-5" title="HTML elements">HTML
-  element</a>:<ul class="brief"><li><code title="handler-onabort"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a></code></li>
-   <li><code title="handler-onblur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code>*</li>
-   <li><code title="handler-oncanplay"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a></code></li>
-   <li><code title="handler-oncanplaythrough"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a></code></li>
-   <li><code title="handler-onchange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a></code></li>
-   <li><code title="handler-onclick"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a></code></li>
-   <li><code title="handler-oncontextmenu"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a></code></li>
-   <li><code title="handler-ondblclick"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a></code></li>
-   <li><code title="handler-ondrag"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a></code></li>
-   <li><code title="handler-ondragend"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a></code></li>
-   <li><code title="handler-ondragenter"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a></code></li>
-   <li><code title="handler-ondragleave"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a></code></li>
-   <li><code title="handler-ondragover"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a></code></li>
-   <li><code title="handler-ondragstart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a></code></li>
-   <li><code title="handler-ondrop"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a></code></li>
-   <li><code title="handler-ondurationchange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a></code></li>
-   <li><code title="handler-onemptied"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a></code></li>
-   <li><code title="handler-onended"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a></code></li>
-   <li><code title="handler-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code>*</li>
-   <li><code title="handler-onfocus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a></code>*</li>
-   <li><code title="handler-onformchange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onformchange" title='Read about this "onformchange" reference in the full HTML5 spec.'>onformchange</a></code></li>
-   <li><code title="handler-onforminput"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onforminput" title='Read about this "onforminput" reference in the full HTML5 spec.'>onforminput</a></code></li>
-   <li><code title="handler-oninput"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a></code></li>
-   <li><code title="handler-oninvalid"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a></code></li>
-   <li><code title="handler-onkeydown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a></code></li>
-   <li><code title="handler-onkeypress"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a></code></li>
-   <li><code title="handler-onkeyup"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a></code></li>
-   <li><code title="handler-onload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a></code>*</li>
-   <li><code title="handler-onloadeddata"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a></code></li>
-   <li><code title="handler-onloadedmetadata"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a></code></li>
-   <li><code title="handler-onloadstart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a></code></li>
-   <li><code title="handler-onmousedown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a></code></li>
-   <li><code title="handler-onmousemove"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a></code></li>
-   <li><code title="handler-onmouseout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a></code></li>
-   <li><code title="handler-onmouseover"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a></code></li>
-   <li><code title="handler-onmouseup"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a></code></li>
-   <li><code title="handler-onmousewheel"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a></code></li>
-   <li><code title="handler-onpause"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a></code></li>
-   <li><code title="handler-onplay"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a></code></li>
-   <li><code title="handler-onplaying"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a></code></li>
-   <li><code title="handler-onprogress"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a></code></li>
-   <li><code title="handler-onratechange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a></code></li>
-   <li><code title="handler-onreadystatechange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a></code></li>
-   <li><code title="handler-onscroll"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a></code></li>
-   <li><code title="handler-onseeked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a></code></li>
-   <li><code title="handler-onseeking"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a></code></li>
-   <li><code title="handler-onselect"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a></code></li>
-   <li><code title="handler-onshow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a></code></li>
-   <li><code title="handler-onstalled"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a></code></li>
-   <li><code title="handler-onsubmit"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a></code></li>
-   <li><code title="handler-onsuspend"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a></code></li>
-   <li><code title="handler-ontimeupdate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a></code></li>
-   <li><code title="handler-onvolumechange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a></code></li>
-   <li><code title="handler-onwaiting"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a></code></li>
+  element</a>:<ul class="brief"><li><code title="handler-onabort"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a></code></li>
+   <li><code title="handler-onblur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code>*</li>
+   <li><code title="handler-oncanplay"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a></code></li>
+   <li><code title="handler-oncanplaythrough"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a></code></li>
+   <li><code title="handler-onchange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a></code></li>
+   <li><code title="handler-onclick"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a></code></li>
+   <li><code title="handler-oncontextmenu"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a></code></li>
+   <li><code title="handler-ondblclick"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a></code></li>
+   <li><code title="handler-ondrag"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a></code></li>
+   <li><code title="handler-ondragend"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a></code></li>
+   <li><code title="handler-ondragenter"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a></code></li>
+   <li><code title="handler-ondragleave"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a></code></li>
+   <li><code title="handler-ondragover"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a></code></li>
+   <li><code title="handler-ondragstart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a></code></li>
+   <li><code title="handler-ondrop"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a></code></li>
+   <li><code title="handler-ondurationchange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a></code></li>
+   <li><code title="handler-onemptied"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a></code></li>
+   <li><code title="handler-onended"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a></code></li>
+   <li><code title="handler-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code>*</li>
+   <li><code title="handler-onfocus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a></code>*</li>
+   <li><code title="handler-onformchange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onformchange" title='Read about this "onformchange" reference in the full HTML5 spec.'>onformchange</a></code></li>
+   <li><code title="handler-onforminput"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onforminput" title='Read about this "onforminput" reference in the full HTML5 spec.'>onforminput</a></code></li>
+   <li><code title="handler-oninput"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a></code></li>
+   <li><code title="handler-oninvalid"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a></code></li>
+   <li><code title="handler-onkeydown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a></code></li>
+   <li><code title="handler-onkeypress"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a></code></li>
+   <li><code title="handler-onkeyup"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a></code></li>
+   <li><code title="handler-onload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a></code>*</li>
+   <li><code title="handler-onloadeddata"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a></code></li>
+   <li><code title="handler-onloadedmetadata"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a></code></li>
+   <li><code title="handler-onloadstart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a></code></li>
+   <li><code title="handler-onmousedown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a></code></li>
+   <li><code title="handler-onmousemove"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a></code></li>
+   <li><code title="handler-onmouseout"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a></code></li>
+   <li><code title="handler-onmouseover"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a></code></li>
+   <li><code title="handler-onmouseup"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a></code></li>
+   <li><code title="handler-onmousewheel"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a></code></li>
+   <li><code title="handler-onpause"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a></code></li>
+   <li><code title="handler-onplay"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a></code></li>
+   <li><code title="handler-onplaying"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a></code></li>
+   <li><code title="handler-onprogress"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a></code></li>
+   <li><code title="handler-onratechange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a></code></li>
+   <li><code title="handler-onreadystatechange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a></code></li>
+   <li><code title="handler-onscroll"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a></code></li>
+   <li><code title="handler-onseeked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a></code></li>
+   <li><code title="handler-onseeking"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a></code></li>
+   <li><code title="handler-onselect"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a></code></li>
+   <li><code title="handler-onshow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a></code></li>
+   <li><code title="handler-onstalled"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a></code></li>
+   <li><code title="handler-onsubmit"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a></code></li>
+   <li><code title="handler-onsuspend"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a></code></li>
+   <li><code title="handler-ontimeupdate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a></code></li>
+   <li><code title="handler-onvolumechange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a></code></li>
+   <li><code title="handler-onwaiting"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a></code></li>
   </ul><p class="note">The attributes marked with an asterisk have a
   different meaning when specified on <code><a href="sections.html#the-body-element-0" id="body-4">body</a></code> elements as
   those elements expose <a href="webappapis.html#event-handlers" id="event-handlers-0">event handlers</a> of the
@@ -603,7 +603,7 @@
   <a href="dom.html#xml-documents" id="xml-documents-3">XML documents</a>.<p class="note">In HTML, the <code title="">xmlns</code> attribute
   has absolutely no effect. It is basically a talisman. It is allowed
   merely to make migration to and from XHTML mildly easier. When
-  parsed by an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a>, the attribute ends up in no
+  parsed by an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a>, the attribute ends up in no
   namespace, not the "<code>http://www.w3.org/2000/xmlns/</code>"
   namespace like namespace declaration attributes in XML do.<p class="note">In XML, an <code title="">xmlns</code> attribute is
   part of the namespace declaration mechanism, and an element cannot
@@ -615,14 +615,14 @@
   element's <dfn id="concept-id" title="concept-id">unique identifier (ID)</dfn>. The
   value must be unique amongst all the IDs in the element's <a href="infrastructure.html#home-subtree" id="home-subtree-1">home
   subtree</a> and must contain at least one character. The value
-  must not contain any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
+  must not contain any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
   characters</a>.</p><!-- space characters are disallowed because space-separated lists
   of IDs otherwise would not be able to reach all valid IDs --><p class="note">An element's <a href="#concept-id" id="concept-id-8" title="concept-id">unique
   identifier</a> can be used for a variety of purposes, most
   notably as a way to link to specific parts of a document using
   fragment identifiers, as a way to target an element when scripting,
   and as a way to style a specific element from CSS.<h5 id="the-title-attribute"><span class="secno">3.2.3.2 </span>The <dfn title="attr-title"><code>title</code></dfn> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code title="attr-title"><a href="#the-title-attribute" id="title-0">title</a></code> attribute
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> advisory information for the element, such
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> advisory information for the element, such
   as would be appropriate for a tooltip. On a link, this could be the
   title or a description of the target resource; on an image, it could
   be the image credit or a description of the image; on a paragraph,
@@ -697,7 +697,7 @@
   is either 'ltr' or 'rtl'. If the user agent supports CSS and the
   'direction' property on this element has a computed value of either
   'ltr' or 'rtl', then that is <a href="#the-directionality" id="the-directionality-0">the directionality</a> of the
-  element. Otherwise, if the element is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#being-rendered" title='Read about this "being rendered" reference in the full HTML5 spec.'>being rendered</a>,
+  element. Otherwise, if the element is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#being-rendered" title='Read about this "being rendered" reference in the full HTML5 spec.'>being rendered</a>,
   then <a href="#the-directionality" id="the-directionality-1">the directionality</a> of the element is the
   directionality used by the presentation layer, potentially
   determined from the value of the <code title="attr-dir"><a href="#the-dir-attribute" id="dir-3">dir</a></code>
@@ -706,7 +706,7 @@
   has the state <i>rtl</i>, the element's directionality is 'rtl'
   (right-to-left); and otherwise, the element's directionality is the
   same as its parent element, or 'ltr' if there is no parent
-  element.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-dir"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dir" title='Read about this "dir" reference in the full HTML5 spec.'>dir</a></code> [ = <var title="">value</var> ]</dt>
+  element.</p><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-dir"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-dir" title='Read about this "dir" reference in the full HTML5 spec.'>dir</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns <a href="dom.html#the-html-element" id="the-html-element-3">the <code>html</code> element</a>'s <code title="attr-dir"><a href="#the-dir-attribute" id="dir-5">dir</a></code> attribute's value, if any.</p>
     <p>Can be set, to either "<code title="">ltr</code>" or "<code title="">rtl</code>", to replace <a href="dom.html#the-html-element" id="the-html-element-4">the <code>html</code> element</a>'s <code title="attr-dir"><a href="#the-dir-attribute" id="dir-6">dir</a></code> attribute's value.</p>
@@ -720,7 +720,7 @@
   <code title="attr-class"><a href="#classes" id="class-1">class</a></code> attribute specified.<p>The attribute, if specified, must have a value that is a
   <a href="common-microsyntaxes.html#set-of-space-separated-tokens" id="set-of-space-separated-tokens-5">set of space-separated tokens</a> representing the various
   classes that the element belongs to.<p class="note">Assigning classes to an element affects class
-  matching in selectors in CSS, the <code title="dom-document-getElementsByClassName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-getelementsbyclassname" title='Read about this "getElementsByClassName()" reference in the full HTML5 spec.'>getElementsByClassName()</a></code>
+  matching in selectors in CSS, the <code title="dom-document-getElementsByClassName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-getelementsbyclassname" title='Read about this "getElementsByClassName()" reference in the full HTML5 spec.'>getElementsByClassName()</a></code>
   method in the DOM, and other such features.<p>There are no additional restrictions on the tokens authors can
   use in the <code title="attr-class"><a href="#classes" id="class-2">class</a></code> attribute, but
   authors are encouraged to use values that describe the nature of the
@@ -731,7 +731,7 @@
   attributes on any of their elements must still be comprehensible and
   usable if those attributes were removed.<p class="note">In particular, using the <code title="attr-style"><a href="#the-style-attribute" id="style-6">style</a></code> attribute to hide and show content,
   or to convey meaning that is otherwise not included in the document,
-  is non-conforming. (To hide and show content, use the <code title="attr-hidden"><a href="editing.html#the-hidden-attribute" id="hidden-0">hidden</a></code> attribute.)</p><hr><dl class="domintro"><dt><var title="">element</var> . <code title="dom-style"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-style" title='Read about this "style" reference in the full HTML5 spec.'>style</a></code></dt>
+  is non-conforming. (To hide and show content, use the <code title="attr-hidden"><a href="editing.html#the-hidden-attribute" id="hidden-0">hidden</a></code> attribute.)</p><hr><dl class="domintro"><dt><var title="">element</var> . <code title="dom-style"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-style" title='Read about this "style" reference in the full HTML5 spec.'>style</a></code></dt>
    <dd>
     <p>Returns a <code>CSSStyleDeclaration</code> object for the element's <code title="attr-style"><a href="#the-style-attribute" id="style-7">style</a></code> attribute.</p>
    </dd>
@@ -780,10 +780,10 @@
 
   </div><p>Every <a href="infrastructure.html#html-elements" id="html-elements-15" title="HTML elements">HTML element</a> may have
   any number of <a href="#custom-data-attribute" id="custom-data-attribute-2" title="custom data attribute">custom data
-  attributes</a> specified, with any value.</p><hr><dl class="domintro"><dt><var title="">element</var> . <code title="dom-dataset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dataset" title='Read about this "dataset" reference in the full HTML5 spec.'>dataset</a></code></dt>
+  attributes</a> specified, with any value.</p><hr><dl class="domintro"><dt><var title="">element</var> . <code title="dom-dataset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-dataset" title='Read about this "dataset" reference in the full HTML5 spec.'>dataset</a></code></dt>
    <dd>
 
-    <p>Returns a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#domstringmap" title='Read about this "DOMStringMap" reference in the full HTML5 spec.'>DOMStringMap</a></code> object for the element's <code title="attr-data-*"><a href="#attr-data" id="data-5">data-*</a></code> attributes.</p>
+    <p>Returns a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#domstringmap" title='Read about this "DOMStringMap" reference in the full HTML5 spec.'>DOMStringMap</a></code> object for the element's <code title="attr-data-*"><a href="#attr-data" id="data-5">data-*</a></code> attributes.</p>
 
     <p>Hyphenated names become camel-cased. For example, <code title="">data-foo-bar=""</code> becomes <code title="">element.dataset.fooBar</code>.</p>
 
@@ -852,7 +852,7 @@
    must implement.</dd>
 
   </dl><p>This is then followed by a description of what the element
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>, along with any additional normative
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>, along with any additional normative
   conformance criteria that may apply to authors. Examples are sometimes
   also included.<h5 id="attributes"><span class="secno">3.2.4.1 </span>Attributes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p id="attribute-text">Except where otherwise specified, attributes
   on <a href="infrastructure.html#html-elements" id="html-elements-16">HTML elements</a> may have any string value, including

Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/urls.html,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -d -r1.167 -r1.168
--- urls.html	19 Aug 2010 20:42:53 -0000	1.167
+++ urls.html	19 Aug 2010 20:46:12 -0000	1.168
@@ -325,22 +325,22 @@
    <li><p>The <a href="#url" id="url-3">URL</a> is a valid IRI reference and its query
    component contains no unescaped non-ASCII characters. <a href="references.html#refsRFC3987">[RFC3987]</a></li>
 
-   <li><p>The <a href="#url" id="url-4">URL</a> is a valid IRI reference and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document-s-character-encoding" title='Read about this "character encoding" reference in the full HTML5 spec.'>character encoding</a> of
-   the URL's <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is UTF-8 or UTF-16. <a href="references.html#refsRFC3987">[RFC3987]</a></li>
+   <li><p>The <a href="#url" id="url-4">URL</a> is a valid IRI reference and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document-s-character-encoding" title='Read about this "character encoding" reference in the full HTML5 spec.'>character encoding</a> of
+   the URL's <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is UTF-8 or UTF-16. <a href="references.html#refsRFC3987">[RFC3987]</a></li>
 
   </ul><p>A string is a <dfn id="valid-non-empty-url">valid non-empty URL</dfn> if it is a
   <a href="#valid-url" id="valid-url-0">valid URL</a> but it is not the empty string.<p>A string is a <dfn id="valid-url-potentially-surrounded-by-spaces">valid URL potentially surrounded by
-  spaces</dfn> if, after <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#strip-leading-and-trailing-whitespace" title='Read about this "stripping leading and trailing whitespace" reference in the full HTML5 spec.'>stripping leading and trailing whitespace</a> from
+  spaces</dfn> if, after <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#strip-leading-and-trailing-whitespace" title='Read about this "stripping leading and trailing whitespace" reference in the full HTML5 spec.'>stripping leading and trailing whitespace</a> from
   it, it is a <a href="#valid-url" id="valid-url-1">valid URL</a>.<p>A string is a <dfn id="valid-non-empty-url-potentially-surrounded-by-spaces">valid non-empty URL potentially surrounded by
-  spaces</dfn> if, after <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#strip-leading-and-trailing-whitespace" title='Read about this "stripping leading and trailing whitespace" reference in the full HTML5 spec.'>stripping leading and trailing whitespace</a> from
-  it, it is a <a href="#valid-non-empty-url" id="valid-non-empty-url-0">valid non-empty URL</a>.<p>A <a href="#url" id="url-5">URL</a> is an <dfn id="absolute-url">absolute URL</dfn> if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#resolve-a-url" title='Read about this "resolving" reference in the full HTML5 spec.'>resolving</a> it results in the same output
+  spaces</dfn> if, after <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#strip-leading-and-trailing-whitespace" title='Read about this "stripping leading and trailing whitespace" reference in the full HTML5 spec.'>stripping leading and trailing whitespace</a> from
+  it, it is a <a href="#valid-non-empty-url" id="valid-non-empty-url-0">valid non-empty URL</a>.<p>A <a href="#url" id="url-5">URL</a> is an <dfn id="absolute-url">absolute URL</dfn> if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#resolve-a-url" title='Read about this "resolving" reference in the full HTML5 spec.'>resolving</a> it results in the same output
   regardless of what it is resolved relative to, and that output is
   not a failure.<p>An <a href="#absolute-url" id="absolute-url-0">absolute URL</a> is a <dfn id="hierarchical-url">hierarchical URL</dfn> if,
-  when <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#resolve-a-url" title='Read about this "resolved" reference in the full HTML5 spec.'>resolved</a> and then <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#parse-a-url" title='Read about this "parsed" reference in the full HTML5 spec.'>parsed</a>, there is a character immediately
-  after the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#url-scheme" title='Read about this "<scheme>" reference in the full HTML5 spec.'>&lt;scheme&gt;</a> component
+  when <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#resolve-a-url" title='Read about this "resolved" reference in the full HTML5 spec.'>resolved</a> and then <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#parse-a-url" title='Read about this "parsed" reference in the full HTML5 spec.'>parsed</a>, there is a character immediately
+  after the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#url-scheme" title='Read about this "<scheme>" reference in the full HTML5 spec.'>&lt;scheme&gt;</a> component
   and it is a U+002F SOLIDUS character (/).<p>An <a href="#absolute-url" id="absolute-url-1">absolute URL</a> is an <dfn id="authority-based-url">authority-based URL</dfn>
-  if, when <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#resolve-a-url" title='Read about this "resolved" reference in the full HTML5 spec.'>resolved</a> and then <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#parse-a-url" title='Read about this "parsed" reference in the full HTML5 spec.'>parsed</a>, there are two characters
-  immediately after the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#url-scheme" title='Read about this "<scheme>" reference in the full HTML5 spec.'>&lt;scheme&gt;</a>
+  if, when <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#resolve-a-url" title='Read about this "resolved" reference in the full HTML5 spec.'>resolved</a> and then <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#parse-a-url" title='Read about this "parsed" reference in the full HTML5 spec.'>parsed</a>, there are two characters
+  immediately after the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#url-scheme" title='Read about this "<scheme>" reference in the full HTML5 spec.'>&lt;scheme&gt;</a>
   component and they are both U+002F SOLIDUS characters (//).</p><hr><p>This specification defines the URL
   <dfn id="about:legacy-compat"><code>about:legacy-compat</code></dfn> as a reserved, though
   unresolvable, <code title="">about:</code> URI, for use in <a href="syntax.html#syntax-doctype" id="syntax-doctype-0" title="syntax-doctype">DOCTYPE</a>s in <a href="dom.html#html-documents" id="html-documents-0">HTML
@@ -355,19 +355,19 @@
   herein is really called something else altogether. This is a
   <a href="introduction.html#willful-violation" id="willful-violation-0">willful violation</a> of RFC 3986. <a href="references.html#refsRFC3986">[RFC3986]</a><h4 id="interfaces-for-url-manipulation"><span class="secno">2.5.2 </span>Interfaces for URL manipulation</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>An interface that has a complement of <dfn id="url-decomposition-idl-attributes">URL decomposition IDL
   attributes</dfn> will have seven attributes with the following
-  definitions:<pre class="idl extract">           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-host" title='Read about this "host" reference in the full HTML5 spec.'>host</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-hostname" title='Read about this "hostname" reference in the full HTML5 spec.'>hostname</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-port" title='Read about this "port" reference in the full HTML5 spec.'>port</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-pathname" title='Read about this "pathname" reference in the full HTML5 spec.'>pathname</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-hash" title='Read about this "hash" reference in the full HTML5 spec.'>hash</a>;</pre><dl class="domintro"><dt><var title="">o</var> . <code title="dom-uda-protocol"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a></code> [ = <var title="">value</var> ]</dt>
+  definitions:<pre class="idl extract">           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-host" title='Read about this "host" reference in the full HTML5 spec.'>host</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-hostname" title='Read about this "hostname" reference in the full HTML5 spec.'>hostname</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-port" title='Read about this "port" reference in the full HTML5 spec.'>port</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-pathname" title='Read about this "pathname" reference in the full HTML5 spec.'>pathname</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-hash" title='Read about this "hash" reference in the full HTML5 spec.'>hash</a>;</pre><dl class="domintro"><dt><var title="">o</var> . <code title="dom-uda-protocol"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current scheme of the underlying URL.</p>
     <p>Can be set, to change the underlying URL's scheme.</p>
    </dd>
 
-   <dt><var title="">o</var> . <code title="dom-uda-host"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-host" title='Read about this "host" reference in the full HTML5 spec.'>host</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">o</var> . <code title="dom-uda-host"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-host" title='Read about this "host" reference in the full HTML5 spec.'>host</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current host and port (if it's not the default port) in the underlying URL.</p>
     <p>Can be set, to change the underlying URL's host and port.</p>
@@ -376,31 +376,31 @@
     port.</p>
    </dd>
 
-   <dt><var title="">o</var> . <code title="dom-uda-hostname"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-hostname" title='Read about this "hostname" reference in the full HTML5 spec.'>hostname</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">o</var> . <code title="dom-uda-hostname"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-hostname" title='Read about this "hostname" reference in the full HTML5 spec.'>hostname</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current host in the underlying URL.</p>
     <p>Can be set, to change the underlying URL's host.</p>
    </dd>
 
-   <dt><var title="">o</var> . <code title="dom-uda-port"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-port" title='Read about this "port" reference in the full HTML5 spec.'>port</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">o</var> . <code title="dom-uda-port"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-port" title='Read about this "port" reference in the full HTML5 spec.'>port</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current port in the underlying URL.</p>
     <p>Can be set, to change the underlying URL's port.</p>
    </dd>
 
-   <dt><var title="">o</var> . <code title="dom-uda-pathname"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-pathname" title='Read about this "pathname" reference in the full HTML5 spec.'>pathname</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">o</var> . <code title="dom-uda-pathname"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-pathname" title='Read about this "pathname" reference in the full HTML5 spec.'>pathname</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current path in the underlying URL.</p>
     <p>Can be set, to change the underlying URL's path.</p>
    </dd>
 
-   <dt><var title="">o</var> . <code title="dom-uda-search"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">o</var> . <code title="dom-uda-search"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current query component in the underlying URL.</p>
     <p>Can be set, to change the underlying URL's query component.</p>
    </dd>
 
-   <dt><var title="">o</var> . <code title="dom-uda-hash"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-hash" title='Read about this "hash" reference in the full HTML5 spec.'>hash</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">o</var> . <code title="dom-uda-hash"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-hash" title='Read about this "hash" reference in the full HTML5 spec.'>hash</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current fragment identifier in the underlying URL.</p>
     <p>Can be set, to change the underlying URL's fragment identifier.</p>
@@ -408,25 +408,25 @@
 
   </dl><div class="example">
 
-   <p>The table below demonstrates how the getter  for <code title="dom-uda-search"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a></code> results in different results
+   <p>The table below demonstrates how the getter  for <code title="dom-uda-search"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a></code> results in different results
    depending on the exact original syntax of the URL:</p>
 
    <table id="table-uda-examples"><thead><tr><th> Input URL
-      <th> <code title="dom-uda-search"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a></code> value
+      <th> <code title="dom-uda-search"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a></code> value
       <th> Explanation
     <tbody><tr><td> <code title="">http://example.com/</code>
       <td> <i>empty string</i>
-      <td> No <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#url-query" title='Read about this "<query>" reference in the full HTML5 spec.'>&lt;query&gt;</a> component in input URL.
+      <td> No <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#url-query" title='Read about this "<query>" reference in the full HTML5 spec.'>&lt;query&gt;</a> component in input URL.
      <tr><td> <code title="">http://example.com/?</code>
       <td> <code title="">?</code>
-      <td> There is a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#url-query" title='Read about this "<query>" reference in the full HTML5 spec.'>&lt;query&gt;</a> component, but it is empty.
+      <td> There is a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#url-query" title='Read about this "<query>" reference in the full HTML5 spec.'>&lt;query&gt;</a> component, but it is empty.
            
      <tr><td> <code title="">http://example.com/?test</code>
       <td> <code title="">?test</code>
-      <td> The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#url-query" title='Read about this "<query>" reference in the full HTML5 spec.'>&lt;query&gt;</a> component has the value "<code title="">test</code>".
+      <td> The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#url-query" title='Read about this "<query>" reference in the full HTML5 spec.'>&lt;query&gt;</a> component has the value "<code title="">test</code>".
      <tr><td> <code title="">http://example.com/?test#</code>
       <td> <code title="">?test</code>
-      <td> The (empty) <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#url-fragment" title='Read about this "<fragment>" reference in the full HTML5 spec.'>&lt;fragment&gt;</a> component is not part of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#url-query" title='Read about this "<query>" reference in the full HTML5 spec.'>&lt;query&gt;</a> component.
+      <td> The (empty) <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#url-fragment" title='Read about this "<fragment>" reference in the full HTML5 spec.'>&lt;fragment&gt;</a> component is not part of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#url-query" title='Read about this "<query>" reference in the full HTML5 spec.'>&lt;query&gt;</a> component.
    </table></div><h3 id="common-dom-interfaces"><span class="secno">2.6 </span>Common DOM interfaces</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h4 id="reflecting-content-attributes-in-idl-attributes"><span class="secno">2.6.1 </span>Reflecting content attributes in IDL attributes</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>Some IDL attributes are defined to <dfn id="reflect">reflect</dfn> a
   particular content attribute. This means that on getting, the IDL
   attribute returns the current value of the content attribute, and on
@@ -441,7 +441,7 @@
   lists of DOM nodes. Collectively, objects implementing these
   interfaces are called <dfn id="collections">collections</dfn>.<p>When a <a href="#collections" id="collections-1" title="collections">collection</a> is created, a
   filter and a root are associated with the collection.<p class="example">For example, when the <code><a href="#htmlcollection" id="htmlcollection-2">HTMLCollection</a></code>
-  object for the <code title="dom-document-images"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-images" title='Read about this "document.images" reference in the full HTML5 spec.'>document.images</a></code> attribute is
+  object for the <code title="dom-document-images"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-images" title='Read about this "document.images" reference in the full HTML5 spec.'>document.images</a></code> attribute is
   created, it is associated with a filter that selects only
   <code><a href="embedded-content-1.html#the-img-element" id="img-1">img</a></code> elements, and rooted at the root of the
   document.<p>The <a href="#collections" id="collections-2" title="collections">collection</a> then <dfn id="represented-by-the-collection" title="represented by the collection">represents</dfn> a
@@ -449,15 +449,15 @@
   root, containing only nodes that match the given filter. The view is
   linear. <h5 id="htmlcollection-0"><span class="secno">2.6.2.1 </span>HTMLCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="#htmlcollection" id="htmlcollection-3">HTMLCollection</a></code> interface represents a generic
   <a href="#collections" id="collections-3" title="collections">collection</a> of elements.<pre class="idl">interface <dfn id="htmlcollection">HTMLCollection</dfn> {
-  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
-  caller getter object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>(in unsigned long index); // only returns Element
-  caller getter object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name); // only returns Element
-};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
+  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
+  caller getter object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>(in unsigned long index); // only returns Element
+  caller getter object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name); // only returns Element
+};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
    <dd>
     <p>Returns the number of elements in the collection.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">collection</var>[<var title="">index</var>]</dt>
    <dt><var title="">collection</var>(<var title="">index</var>)</dt>
    <dd>
@@ -465,33 +465,33 @@
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-item" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">collection</var>[<var title="">name</var>]</dt>
    <dt><var title="">collection</var>(<var title="">name</var>)</dt>
    <dd>
     <p>Returns the first item with <a href="elements.html#concept-id" id="concept-id-0" title="concept-id">ID</a> or name <var title="">name</var>
     from the collection.</p>
     <p>Returns null if no element with that <a href="elements.html#concept-id" id="concept-id-1" title="concept-id">ID</a> or name could be found.</p>
-    <p>Only <code><a href="text-level-semantics.html#the-a-element" id="a-2">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-map-element.html#the-area-element" id="area-1">area</a></code>,
-    <code><a href="the-iframe-element.html#the-embed-element" id="embed-0">embed</a></code>, <code><a href="forms.html#the-form-element" id="form-6">form</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>,
-    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code>, <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-0">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element" id="img-2">img</a></code>, and
+    <p>Only <code><a href="text-level-semantics.html#the-a-element" id="a-2">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-map-element.html#the-area-element" id="area-1">area</a></code>,
+    <code><a href="the-iframe-element.html#the-embed-element" id="embed-0">embed</a></code>, <code><a href="forms.html#the-form-element" id="form-6">form</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>,
+    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code>, <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-0">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element" id="img-2">img</a></code>, and
     <code><a href="the-iframe-element.html#the-object-element" id="object-3">object</a></code> elements can have a name for the purpose of
     this method; their name is given by the value of their <code title="">name</code> attribute.</p>
    </dd>
   </dl><h5 id="htmlallcollection-0"><span class="secno">2.6.2.2 </span>HTMLAllCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="#htmlallcollection" id="htmlallcollection-2">HTMLAllCollection</a></code> interface represents a generic
   <a href="#collections" id="collections-4" title="collections">collection</a> of elements just like
-  <code><a href="#htmlcollection" id="htmlcollection-4">HTMLCollection</a></code>, with the exception that its <code title="dom-HTMLAllCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem()" reference in the full HTML5 spec.'>namedItem()</a></code> method
+  <code><a href="#htmlcollection" id="htmlcollection-4">HTMLCollection</a></code>, with the exception that its <code title="dom-HTMLAllCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem()" reference in the full HTML5 spec.'>namedItem()</a></code> method
   returns an <code><a href="#htmlcollection" id="htmlcollection-5">HTMLCollection</a></code> object when there are
   multiple matching elements.<pre class="idl">interface <dfn id="htmlallcollection">HTMLAllCollection</dfn> : <a href="#htmlcollection" id="htmlcollection-6">HTMLCollection</a> {
-  // inherits <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>()
-  caller getter object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name); // overrides inherited namedItem()
-  <a href="#htmlallcollection" id="htmlallcollection-3">HTMLAllCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlallcollection-tags" title='Read about this "tags" reference in the full HTML5 spec.'>tags</a>(in DOMString tagName);
-};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
+  // inherits <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>()
+  caller getter object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name); // overrides inherited namedItem()
+  <a href="#htmlallcollection" id="htmlallcollection-3">HTMLAllCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-tags" title='Read about this "tags" reference in the full HTML5 spec.'>tags</a>(in DOMString tagName);
+};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
    <dd>
     <p>Returns the number of elements in the collection.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">collection</var>[<var title="">index</var>]</dt>
    <dt><var title="">collection</var>(<var title="">index</var>)</dt>
    <dd>
@@ -499,22 +499,22 @@
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLAllCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
-   <dt><var title="">collection</var> = <var title="">collection</var> . <code title="dom-HTMLAllCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLAllCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">collection</var> = <var title="">collection</var> . <code title="dom-HTMLAllCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">collection</var>[<var title="">name</var>]</dt>
    <dt><var title="">collection</var>(<var title="">name</var>)</dt>
    <dd>
     <p>Returns the item with <a href="elements.html#concept-id" id="concept-id-2" title="concept-id">ID</a> or name <var title="">name</var> from the collection.</p>
     <p>If there are multiple matching items, then an <code><a href="#htmlallcollection" id="htmlallcollection-4">HTMLAllCollection</a></code> object containing all those elements is returned.</p>
     <p>Returns null if no element with that <a href="elements.html#concept-id" id="concept-id-3" title="concept-id">ID</a> or name could be found.</p>
-    <p>Only <code><a href="text-level-semantics.html#the-a-element" id="a-3">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-map-element.html#the-area-element" id="area-2">area</a></code>,
-    <code><a href="the-iframe-element.html#the-embed-element" id="embed-1">embed</a></code>, <code><a href="forms.html#the-form-element" id="form-7">form</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>,
-    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code>, <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-1">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element" id="img-3">img</a></code>, and
+    <p>Only <code><a href="text-level-semantics.html#the-a-element" id="a-3">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-map-element.html#the-area-element" id="area-2">area</a></code>,
+    <code><a href="the-iframe-element.html#the-embed-element" id="embed-1">embed</a></code>, <code><a href="forms.html#the-form-element" id="form-7">form</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>,
+    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code>, <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-1">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element" id="img-3">img</a></code>, and
     <code><a href="the-iframe-element.html#the-object-element" id="object-4">object</a></code> elements can have a name for the purpose of
     this method; their name is given by the value of their <code title="">name</code> attribute.</p>
    </dd>
 
-   <dt><var title="">collection</var> = <var title="">collection</var> . <code title="dom-HTMLAllCollection-tags"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlallcollection-tags" title='Read about this "tags" reference in the full HTML5 spec.'>tags</a></code>(<var title="">tagName</var>)</dt>
+   <dt><var title="">collection</var> = <var title="">collection</var> . <code title="dom-HTMLAllCollection-tags"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlallcollection-tags" title='Read about this "tags" reference in the full HTML5 spec.'>tags</a></code>(<var title="">tagName</var>)</dt>
    <dd>
     <p>Returns a collection that is a filtered view of the current collection, containing only elements with the given tag name.</p>
    </dd>
@@ -522,18 +522,18 @@
   </dl><h5 id="htmlformcontrolscollection-0"><span class="secno">2.6.2.3 </span>HTMLFormControlsCollection</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="#htmlformcontrolscollection" id="htmlformcontrolscollection-2">HTMLFormControlsCollection</a></code> interface represents
   a <a href="#collections" id="collections-5" title="collections">collection</a> of <a href="forms.html#category-listed" id="category-listed-0" title="category-listed">listed elements</a> in <code><a href="forms.html#the-form-element" id="form-8">form</a></code>
   and <code><a href="forms.html#the-fieldset-element" id="fieldset-0">fieldset</a></code> elements.<pre class="idl">interface <dfn id="htmlformcontrolscollection">HTMLFormControlsCollection</dfn> : <a href="#htmlcollection" id="htmlcollection-7">HTMLCollection</a> {
-  // inherits <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>()
-  caller getter object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlformcontrolscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name); // overrides inherited namedItem()
+  // inherits <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>()
+  caller getter object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlformcontrolscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name); // overrides inherited namedItem()
 };
 
-interface <dfn id="radionodelist">RadioNodeList</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> {
-          attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-radionodelist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
-};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
+interface <dfn id="radionodelist">RadioNodeList</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> {
+          attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-radionodelist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
    <dd>
     <p>Returns the number of elements in the collection.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">collection</var>[<var title="">index</var>]</dt>
    <dt><var title="">collection</var>(<var title="">index</var>)</dt>
    <dd>
@@ -541,8 +541,8 @@
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLFormControlsCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlformcontrolscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
-   <dt><var title="">radioNodeList</var> = <var title="">collection</var> . <code title="dom-HTMLFormControlsCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlformcontrolscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLFormControlsCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlformcontrolscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">radioNodeList</var> = <var title="">collection</var> . <code title="dom-HTMLFormControlsCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlformcontrolscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">collection</var>[<var title="">name</var>]</dt>
    <dt><var title="">collection</var>(<var title="">name</var>)</dt>
    <dd>
@@ -561,20 +561,20 @@
   list of <code><a href="the-button-element.html#the-option-element" id="option-1">option</a></code> elements. It is always rooted on a
   <code><a href="the-button-element.html#the-select-element" id="select-5">select</a></code> element and has attributes and methods that
   manipulate that element's descendants.<pre class="idl">interface <dfn id="htmloptionscollection">HTMLOptionsCollection</dfn> : <a href="#htmlcollection" id="htmlcollection-8">HTMLCollection</a> {
-  // inherits <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>()
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>; // overrides inherited length
-  caller getter object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name); // overrides inherited namedItem()
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="elements.html#htmlelement" id="htmlelement-0">HTMLElement</a> element, in optional <a href="elements.html#htmlelement" id="htmlelement-1">HTMLElement</a> before);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="elements.html#htmlelement" id="htmlelement-2">HTMLElement</a> element, in long before);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a>(in long index);
-};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code> [ = <var title="">value</var> ]</dt>
+  // inherits <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>()
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>; // overrides inherited length
+  caller getter object <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name); // overrides inherited namedItem()
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="elements.html#htmlelement" id="htmlelement-0">HTMLElement</a> element, in optional <a href="elements.html#htmlelement" id="htmlelement-1">HTMLElement</a> before);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="elements.html#htmlelement" id="htmlelement-2">HTMLElement</a> element, in long before);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a>(in long index);
+};</pre><dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the number of elements in the collection.</p>
     <p>When set to a smaller number, truncates the number of <code><a href="the-button-element.html#the-option-element" id="option-2">option</a></code> elements in the corresponding container.</p>
     <p>When set to a greater number, adds new blank <code><a href="the-button-element.html#the-option-element" id="option-3">option</a></code> elements to that container.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLCollection-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmlcollection-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">collection</var>[<var title="">index</var>]</dt>
    <dt><var title="">collection</var>(<var title="">index</var>)</dt>
    <dd>
@@ -582,17 +582,17 @@
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLOptionsCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
-   <dt><var title="">nodeList</var> = <var title="">collection</var> . <code title="dom-HTMLOptionsCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">collection</var> . <code title="dom-HTMLOptionsCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">nodeList</var> = <var title="">collection</var> . <code title="dom-HTMLOptionsCollection-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">collection</var>[<var title="">name</var>]</dt>
    <dt><var title="">collection</var>(<var title="">name</var>)</dt>
    <dd>
     <p>Returns the item with <a href="elements.html#concept-id" id="concept-id-6" title="concept-id">ID</a> or <code title="attr-option-name"><a href="obsolete.html#attr-option-name" id="name-58">name</a></code> <var title="">name</var> from the collection.</p>
-    <p>If there are multiple matching items, then a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> object containing all those elements is returned.</p>
+    <p>If there are multiple matching items, then a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> object containing all those elements is returned.</p>
     <p>Returns null if no element with that <a href="elements.html#concept-id" id="concept-id-7" title="concept-id">ID</a> could be found.</p>
    </dd>
 
-   <dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-htmloptionscollection-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">element</var> [, <var title="">before</var> ] )</dt>
+   <dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-htmloptionscollection-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">element</var> [, <var title="">before</var> ] )</dt>
    <dd>
     <p>Inserts <var title="">element</var> before the node given by <var title="">before</var>.</p>
     <p>The <var title="">before</var> argument can be a number, in
@@ -613,47 +613,47 @@
   space-separated tokens</a>.<p class="note"><code><a href="#domtokenlist" id="domtokenlist-2">DOMTokenList</a></code> objects are always
   <a href="infrastructure.html#case-sensitive" id="case-sensitive-1">case-sensitive</a>, even when the underlying string might
   ordinarily be treated in a case-insensitive manner.<pre class="idl">interface <dfn id="domtokenlist">DOMTokenList</dfn> {
-  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
-  getter DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>(in unsigned long index);
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-contains" title='Read about this "contains" reference in the full HTML5 spec.'>contains</a>(in DOMString token);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in DOMString token);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a>(in DOMString token);
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-toggle" title='Read about this "toggle" reference in the full HTML5 spec.'>toggle</a>(in DOMString token);
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-tostring" title='Read about this "stringifier" reference in the full HTML5 spec.'>stringifier</a> DOMString ();
-};</pre><dl class="domintro"><dt><var title="">tokenlist</var> . <code title="dom-tokenlist-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
+  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
+  getter DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>(in unsigned long index);
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-contains" title='Read about this "contains" reference in the full HTML5 spec.'>contains</a>(in DOMString token);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in DOMString token);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a>(in DOMString token);
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-toggle" title='Read about this "toggle" reference in the full HTML5 spec.'>toggle</a>(in DOMString token);
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-tostring" title='Read about this "stringifier" reference in the full HTML5 spec.'>stringifier</a> DOMString ();
+};</pre><dl class="domintro"><dt><var title="">tokenlist</var> . <code title="dom-tokenlist-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
    <dd>
     <p>Returns the number of tokens in the string.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">element</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">tokenlist</var>[<var title="">index</var>]</dt>
    <dd>
     <p>Returns the token with index <var title="">index</var>. The tokens are returned in the order they are found in the underlying string.</p>
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-contains"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-contains" title='Read about this "contains" reference in the full HTML5 spec.'>contains</a></code>(<var title="">token</var>)</dt>
+   <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-contains"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-contains" title='Read about this "contains" reference in the full HTML5 spec.'>contains</a></code>(<var title="">token</var>)</dt>
    <dd>
     <p>Returns true if the <var title="">token</var> is present; false otherwise.</p>
     <p>Throws a <code><a href="#syntax_err" id="syntax_err-0">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p>
     <p>Throws an <code><a href="#invalid_character_err" id="invalid_character_err-0">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p>
    </dd>
 
-   <dt><var title="">tokenlist</var> . <code title="dom-tokenlist-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">token</var>)</dt>
+   <dt><var title="">tokenlist</var> . <code title="dom-tokenlist-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">token</var>)</dt>
    <dd>
     <p>Adds <var title="">token</var>, unless it is already present.</p>
     <p>Throws a <code><a href="#syntax_err" id="syntax_err-1">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p>
     <p>Throws an <code><a href="#invalid_character_err" id="invalid_character_err-1">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p>
    </dd>
 
-   <dt><var title="">tokenlist</var> . <code title="dom-tokenlist-remove"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a></code>(<var title="">token</var>)</dt>
+   <dt><var title="">tokenlist</var> . <code title="dom-tokenlist-remove"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a></code>(<var title="">token</var>)</dt>
    <dd>
     <p>Removes <var title="">token</var> if it is present.</p>
     <p>Throws a <code><a href="#syntax_err" id="syntax_err-2">SYNTAX_ERR</a></code> exception if <var title="">token</var> is empty.</p>
     <p>Throws an <code><a href="#invalid_character_err" id="invalid_character_err-2">INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p>
    </dd>
 
-   <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-toggle"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-tokenlist-toggle" title='Read about this "toggle" reference in the full HTML5 spec.'>toggle</a></code>(<var title="">token</var>)</dt>
+   <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-toggle"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-tokenlist-toggle" title='Read about this "toggle" reference in the full HTML5 spec.'>toggle</a></code>(<var title="">token</var>)</dt>
    <dd>
     <p>Adds <var title="">token</var> if it is not present, or removes
     it if it is. Returns true if <var title="">token</var> is now
@@ -666,18 +666,18 @@
   </dl><h4 id="domsettabletokenlist-0"><span class="secno">2.6.4 </span>DOMSettableTokenList</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="#domsettabletokenlist" id="domsettabletokenlist-1">DOMSettableTokenList</a></code> interface is the same as the
   <code><a href="#domtokenlist" id="domtokenlist-3">DOMTokenList</a></code> interface, except that it allows the
   underlying string to be directly changed.<pre class="idl">interface <dfn id="domsettabletokenlist">DOMSettableTokenList</dfn> : <a href="#domtokenlist" id="domtokenlist-4">DOMTokenList</a> {
-            attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
-};</pre><dl class="domintro"><dt><var title="">tokenlist</var> . <code title="dom-DOMSettableTokenList-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code></dt>
+            attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+};</pre><dl class="domintro"><dt><var title="">tokenlist</var> . <code title="dom-DOMSettableTokenList-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code></dt>
    <dd>
     <p>Returns the underlying string.</p>
     <p>Can be set, to change the underlying string.</p>
    </dd>
 
-  </dl><h4 id="domstringmap-0"><span class="secno">2.6.5 </span>DOMStringMap</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#domstringmap" title='Read about this "DOMStringMap" reference in the full HTML5 spec.'>DOMStringMap</a></code> interface represents a set of
+  </dl><h4 id="domstringmap-0"><span class="secno">2.6.5 </span>DOMStringMap</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#domstringmap" title='Read about this "DOMStringMap" reference in the full HTML5 spec.'>DOMStringMap</a></code> interface represents a set of
   name-value pairs. It exposes these using the scripting language's
   native mechanisms for property access.<div class="example">
 
-   <p>The <code title="dom-dataset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dataset" title='Read about this "dataset" reference in the full HTML5 spec.'>dataset</a></code> attribute on
+   <p>The <code title="dom-dataset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-dataset" title='Read about this "dataset" reference in the full HTML5 spec.'>dataset</a></code> attribute on
    elements exposes the <code title="attr-data-*"><a href="elements.html#attr-data" id="data-4">data-*</a></code>
    attributes on the element.</p>
 
@@ -711,7 +711,7 @@
   strings</a>. <a href="references.html#refsDOMCORE">[DOMCORE]</a><p>Authors are strongly discouraged from using these, as they are
   notoriously unreliable and imprecise. Authors are encouraged to rely
   on explicit feature testing or the graceful degradation behavior
-  intrinsic to some of the features in this specification.<h4 id="exceptions"><span class="secno">2.6.7 </span>Exceptions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The following are <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#domexception" title='Read about this "DOMException" reference in the full HTML5 spec.'>DOMException</a></code> codes. <a href="references.html#refsDOMCORE">[DOMCORE]</a><ol class="brief"><li value="1"><dfn id="index_size_err"><code>INDEX_SIZE_ERR</code></dfn></li>
+  intrinsic to some of the features in this specification.<h4 id="exceptions"><span class="secno">2.6.7 </span>Exceptions</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The following are <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#domexception" title='Read about this "DOMException" reference in the full HTML5 spec.'>DOMException</a></code> codes. <a href="references.html#refsDOMCORE">[DOMCORE]</a><ol class="brief"><li value="1"><dfn id="index_size_err"><code>INDEX_SIZE_ERR</code></dfn></li>
    <li value="2"><dfn id="domstring_size_err"><code>DOMSTRING_SIZE_ERR</code></dfn></li>
    <li value="3"><dfn id="hierarchy_request_err"><code>HIERARCHY_REQUEST_ERR</code></dfn></li>
    <li value="4"><dfn id="wrong_document_err"><code>WRONG_DOCUMENT_ERR</code></dfn></li>

Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/iana.html,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -d -r1.163 -r1.164
--- iana.html	19 Aug 2010 20:42:51 -0000	1.163
+++ iana.html	19 Aug 2010 20:45:55 -0000	1.164
@@ -334,7 +334,7 @@
     <dl><dt><code title="">charset</code></dt>
      <dd>
       <p>The <code title="">charset</code> parameter may be provided
-      to definitively specify the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document-s-character-encoding" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's character
+      to definitively specify the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document-s-character-encoding" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's character
       encoding</a>, overriding any <a href="semantics.html#character-encoding-declaration" id="character-encoding-declaration-6" title="character encoding
       declaration">character encoding declarations</a> in the
       document. The parameter's value must be the name of the
@@ -430,7 +430,7 @@
    <dt>Change controller:</dt>
    <dd>W3C</dd>
   </dl><p>Fragment identifiers used with <code><a href="#text-html" id="text-html-7">text/html</a></code> resources
-  refer to <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#the-indicated-part-of-the-document" title='Read about this "the indicated part of the document" reference in the full HTML5 spec.'>the indicated part of the document</a>.<h3 id="text-html-sandboxed"><span class="secno">11.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3><p>This registration is for community review and will be submitted
+  refer to <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#the-indicated-part-of-the-document" title='Read about this "the indicated part of the document" reference in the full HTML5 spec.'>the indicated part of the document</a>.<h3 id="text-html-sandboxed"><span class="secno">11.2 </span><dfn><code>text/html-sandboxed</code></dfn></h3><p>This registration is for community review and will be submitted
   to the IESG for review, approval, and registration with IANA.</p><!--
    To: ietf-types@iana.org
    Subject: Registration of media type text/html-sandboxed
@@ -450,7 +450,7 @@
     is to provide a way for content providers to indicate that they
     want the file to be interpreted in a manner that does not give the
     file's contents access to the rest of the site. This is achieved
-    by assigning the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects generated from
+    by assigning the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects generated from
     resources labeled as <code><a href="#text-html-sandboxed" id="text-html-sandboxed-6">text/html-sandboxed</a></code> unique
     origins.</p>
     <p>To avoid having legacy user agents treating resources labeled
@@ -493,7 +493,7 @@
    <dt>Change controller:</dt>
    <dd>WHATWG</dd>
   </dl><p>Fragment identifiers used with <code><a href="#text-html-sandboxed" id="text-html-sandboxed-11">text/html-sandboxed</a></code>
-  resources refer to <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#the-indicated-part-of-the-document" title='Read about this "the indicated part of the document" reference in the full HTML5 spec.'>the indicated part of the
+  resources refer to <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#the-indicated-part-of-the-document" title='Read about this "the indicated part of the document" reference in the full HTML5 spec.'>the indicated part of the
   document</a>.<h3 id="application-xhtml-xml"><span class="secno">11.3 </span><dfn><code>application/xhtml+xml</code></dfn></h3><p>This registration is for community review and will be submitted
   to the IESG for review, approval, and registration with IANA.</p><!--
    To: ietf-types@iana.org

Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.708
retrieving revision 1.709
diff -u -d -r1.708 -r1.709
--- forms.html	19 Aug 2010 20:42:51 -0000	1.708
+++ forms.html	19 Aug 2010 20:45:45 -0000	1.709
@@ -595,7 +595,7 @@
   content</a>, and <a href="content-models.html#interactive-content" id="interactive-content-11">interactive content</a>.<p>A number of the elements are <dfn id="form-associated-element" title="form-associated
   element">form-associated elements</dfn>, which means they can have a
   <a href="association-of-controls-and-forms.html#form-owner" id="form-owner-1">form owner</a> and, to expose this, have a <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-41">form</a></code> content attribute with a matching
-  <code title="dom-fae-form"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code> IDL attribute.</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="the-button-element.html#the-button-element" id="button-7">button</a></code></li>
+  <code title="dom-fae-form"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code> IDL attribute.</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="the-button-element.html#the-button-element" id="button-7">button</a></code></li>
    <li><code><a href="#the-fieldset-element" id="fieldset-6">fieldset</a></code></li>
    <li><code><a href="the-input-element.html#the-input-element" id="input-48">input</a></code></li>
    <li><code><a href="the-button-element.html#the-keygen-element" id="keygen-6">keygen</a></code></li>
@@ -611,8 +611,8 @@
 
    <dd>
 
-    <p>Denotes elements that are listed in the <code title="dom-form-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-elements" title='Read about this "form.elements" reference in the full HTML5 spec.'><var title="">form</var>.elements</a></code>
-    and <code title="dom-fieldset-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fieldset-elements" title='Read about this "fieldset.elements" reference in the full HTML5 spec.'><var title="">fieldset</var>.elements</a></code> APIs.</p>
+    <p>Denotes elements that are listed in the <code title="dom-form-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "form.elements" reference in the full HTML5 spec.'><var title="">form</var>.elements</a></code>
+    and <code title="dom-fieldset-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-elements" title='Read about this "fieldset.elements" reference in the full HTML5 spec.'><var title="">fieldset</var>.elements</a></code> APIs.</p>
 
     <!-- when updating this also update the category index -->
     <ul class="brief category-list"><li><code><a href="the-button-element.html#the-button-element" id="button-8">button</a></code></li>
@@ -647,8 +647,8 @@
 
    <dd>
 
-    <p>Denotes elements that can be used for <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#constructing-form-data-set" title='Read about this "constructing the form data set" reference in the full HTML5 spec.'>constructing the form data
-    set</a> when a <code><a href="#the-form-element" id="form-14">form</a></code> element is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-form-submit" title='Read about this "submitted" reference in the full HTML5 spec.'>submitted</a>.</p>
+    <p>Denotes elements that can be used for <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#constructing-form-data-set" title='Read about this "constructing the form data set" reference in the full HTML5 spec.'>constructing the form data
+    set</a> when a <code><a href="#the-form-element" id="form-14">form</a></code> element is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-form-submit" title='Read about this "submitted" reference in the full HTML5 spec.'>submitted</a>.</p>
 
     <!-- when updating this also update the category index -->
     <ul class="brief category-list"><li><code><a href="the-button-element.html#the-button-element" id="button-10">button</a></code></li>
@@ -664,7 +664,7 @@
    <dd>
 
     <p>Denotes elements that can be affected when a <code><a href="#the-form-element" id="form-15">form</a></code>
-    element is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-form-reset" title='Read about this "reset" reference in the full HTML5 spec.'>reset</a>.</p>
+    element is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-form-reset" title='Read about this "reset" reference in the full HTML5 spec.'>reset</a>.</p>
 
     <!-- when updating this also update the category index -->
     <ul class="brief category-list"><li><code><a href="the-input-element.html#the-input-element" id="input-52">input</a></code></li>
@@ -699,29 +699,29 @@
    <dd>
 <pre class="idl">[OverrideBuiltins]
 interface <dfn id="htmlformelement">HTMLFormElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-86">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-acceptcharset" title='Read about this "acceptCharset" reference in the full HTML5 spec.'>acceptCharset</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-action" title='Read about this "action" reference in the full HTML5 spec.'>action</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-enctype" title='Read about this "enctype" reference in the full HTML5 spec.'>enctype</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-method" title='Read about this "method" reference in the full HTML5 spec.'>method</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-novalidate" title='Read about this "noValidate" reference in the full HTML5 spec.'>noValidate</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-acceptcharset" title='Read about this "acceptCharset" reference in the full HTML5 spec.'>acceptCharset</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-action" title='Read about this "action" reference in the full HTML5 spec.'>action</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-enctype" title='Read about this "enctype" reference in the full HTML5 spec.'>enctype</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-method" title='Read about this "method" reference in the full HTML5 spec.'>method</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-novalidate" title='Read about this "noValidate" reference in the full HTML5 spec.'>noValidate</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>;
 
-  readonly attribute <a href="urls.html#htmlformcontrolscollection" id="htmlformcontrolscollection-3">HTMLFormControlsCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a>;
-  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
-  caller getter any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>(in unsigned long index);
-  caller getter any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name);
+  readonly attribute <a href="urls.html#htmlformcontrolscollection" id="htmlformcontrolscollection-3">HTMLFormControlsCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a>;
+  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
+  caller getter any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>(in unsigned long index);
+  caller getter any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name);
 
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-submit" title='Read about this "submit" reference in the full HTML5 spec.'>submit</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-reset" title='Read about this "reset" reference in the full HTML5 spec.'>reset</a>();
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-checkvalidity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-submit" title='Read about this "submit" reference in the full HTML5 spec.'>submit</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-reset" title='Read about this "reset" reference in the full HTML5 spec.'>reset</a>();
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-checkvalidity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
 
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-dispatchforminput" title='Read about this "dispatchFormInput" reference in the full HTML5 spec.'>dispatchFormInput</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-dispatchformchange" title='Read about this "dispatchFormChange" reference in the full HTML5 spec.'>dispatchFormChange</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-dispatchforminput" title='Read about this "dispatchFormInput" reference in the full HTML5 spec.'>dispatchFormInput</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-dispatchformchange" title='Read about this "dispatchFormChange" reference in the full HTML5 spec.'>dispatchFormChange</a>();
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-form-element" id="form-17">form</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  </dl><p>The <code><a href="#the-form-element" id="form-17">form</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   collection of <a href="#form-associated-element" id="form-associated-element-4" title="form-associated element">form-associated
   elements</a>, some of which can represent editable values that
   can be submitted to a server for processing.<p>The <dfn id="attr-form-accept-charset" title="attr-form-accept-charset"><code>accept-charset</code></dfn>
@@ -731,9 +731,9 @@
   <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-10">ASCII case-insensitive</a> match for the <a href="infrastructure.html#preferred-mime-name" id="preferred-mime-name-2">preferred
   MIME name</a> of an <a href="infrastructure.html#ascii-compatible-character-encoding" id="ascii-compatible-character-encoding-2">ASCII-compatible character
   encoding</a>. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a><p>The <dfn id="attr-form-name" title="attr-form-name"><code>name</code></dfn> attribute
-  represents the <code><a href="#the-form-element" id="form-18">form</a></code>'s name within the <code title="dom-document-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code> collection. The value must
+  represents the <code><a href="#the-form-element" id="form-18">form</a></code>'s name within the <code title="dom-document-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code> collection. The value must
   not be the empty string, and the value must be unique amongst the
-  <code><a href="#the-form-element" id="form-19">form</a></code> elements in the <code title="dom-document-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code> collection that it is in, if
+  <code><a href="#the-form-element" id="form-19">form</a></code> elements in the <code title="dom-document-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a></code> collection that it is in, if
   any.<p>The <dfn id="attr-form-autocomplete" title="attr-form-autocomplete"><code>autocomplete</code></dfn>
   attribute is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-5">enumerated attribute</a>. The attribute has
   two states. The <code title="attr-form-autocomplete-on">on</code>
@@ -743,10 +743,10 @@
   state. The attribute may also be omitted. The <i>missing value
   default</i> is the <a href="#attr-form-autocomplete-on-state" id="attr-form-autocomplete-on-state-0" title="attr-form-autocomplete-on-state">on</a> state. The <a href="#attr-form-autocomplete-off-state" id="attr-form-autocomplete-off-state-0" title="attr-form-autocomplete-off-state">off</a> state indicates
   that by default, <code><a href="the-input-element.html#the-input-element" id="input-53">input</a></code> elements in the form will have
-  their <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#resulting-autocompletion-state" title='Read about this "resulting autocompletion state" reference in the full HTML5 spec.'>resulting autocompletion state</a> set to <i title="">off</i>; the <a href="#attr-form-autocomplete-on-state" id="attr-form-autocomplete-on-state-1" title="attr-form-autocomplete-on-state">on</a> state indicates
+  their <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#resulting-autocompletion-state" title='Read about this "resulting autocompletion state" reference in the full HTML5 spec.'>resulting autocompletion state</a> set to <i title="">off</i>; the <a href="#attr-form-autocomplete-on-state" id="attr-form-autocomplete-on-state-1" title="attr-form-autocomplete-on-state">on</a> state indicates
   that by default, <code><a href="the-input-element.html#the-input-element" id="input-54">input</a></code> elements in the form will have
-  their <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#resulting-autocompletion-state" title='Read about this "resulting autocompletion state" reference in the full HTML5 spec.'>resulting autocompletion state</a> set to <i title="">on</i>.<p>The <code title="attr-fs-action"><a href="association-of-controls-and-forms.html#attr-fs-action" id="action-1">action</a></code>, <code title="attr-fs-enctype"><a href="association-of-controls-and-forms.html#attr-fs-enctype" id="enctype-1">enctype</a></code>, <code title="attr-fs-method"><a href="association-of-controls-and-forms.html#attr-fs-method" id="method-1">method</a></code>, <code title="attr-fs-novalidate"><a href="association-of-controls-and-forms.html#attr-fs-novalidate" id="novalidate-0">novalidate</a></code>, and <code title="attr-fs-target"><a href="association-of-controls-and-forms.html#attr-fs-target" id="target-7">target</a></code> attributes are <a href="association-of-controls-and-forms.html#attributes-for-form-submission" id="attibutes-for-form-submission-0">attributes
-  for form submission</a>.<dl class="domintro"><dt><var title="">form</var> . <code title="dom-form-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a></code></dt>
+  their <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#resulting-autocompletion-state" title='Read about this "resulting autocompletion state" reference in the full HTML5 spec.'>resulting autocompletion state</a> set to <i title="">on</i>.<p>The <code title="attr-fs-action"><a href="association-of-controls-and-forms.html#attr-fs-action" id="action-1">action</a></code>, <code title="attr-fs-enctype"><a href="association-of-controls-and-forms.html#attr-fs-enctype" id="enctype-1">enctype</a></code>, <code title="attr-fs-method"><a href="association-of-controls-and-forms.html#attr-fs-method" id="method-1">method</a></code>, <code title="attr-fs-novalidate"><a href="association-of-controls-and-forms.html#attr-fs-novalidate" id="novalidate-0">novalidate</a></code>, and <code title="attr-fs-target"><a href="association-of-controls-and-forms.html#attr-fs-target" id="target-7">target</a></code> attributes are <a href="association-of-controls-and-forms.html#attributs-for-form-submission" id="attributes-for-form-submission-0">attributes
+  for form submission</a>.<dl class="domintro"><dt><var title="">form</var> . <code title="dom-form-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a></code></dt>
 
    <dd>
 
@@ -755,7 +755,7 @@
 
    </dd>
 
-   <dt><var title="">form</var> . <code title="dom-form-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
+   <dt><var title="">form</var> . <code title="dom-form-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
 
    <dd>
 
@@ -764,7 +764,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> = <var title="">form</var> . <code title="dom-form-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">element</var> = <var title="">form</var> . <code title="dom-form-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">form</var>[<var title="">index</var>]</dt>
    <dt><var title="">form</var>(<var title="">index</var>)</dt>
 
@@ -775,7 +775,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> = <var title="">form</var> . <code title="dom-form-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">form</var> . <code title="dom-form-namedItem"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">form</var>[<var title="">name</var>]</dt>
    <dt><var title="">form</var>(<var title="">name</var>)</dt>
 
@@ -787,17 +787,17 @@
     <p>Once an element has been referenced using a particular name,
     that name will continue being available as a way to reference that
     element in this method, even if the element's actual ID or <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-28">name</a></code> changes, for as long as the
-    element remains in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
+    element remains in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
 
     <p>If there are multiple matching items, then a
-    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> object containing all those elements is
+    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> object containing all those elements is
     returned.</p>
 
     <p>Returns null if no element with that <a href="elements.html#concept-id" id="concept-id-9" title="concept-id">ID</a> or <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-29">name</a></code> could be found.</p>
 
    </dd>
 
-   <dt><var title="">form</var> . <code title="dom-form-submit"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-submit" title='Read about this "submit" reference in the full HTML5 spec.'>submit</a></code>()</dt>
+   <dt><var title="">form</var> . <code title="dom-form-submit"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-submit" title='Read about this "submit" reference in the full HTML5 spec.'>submit</a></code>()</dt>
 
    <dd>
 
@@ -805,7 +805,7 @@
 
    </dd>
 
-   <dt><var title="">form</var> . <code title="dom-form-reset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-reset" title='Read about this "reset" reference in the full HTML5 spec.'>reset</a></code>()</dt>
+   <dt><var title="">form</var> . <code title="dom-form-reset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-reset" title='Read about this "reset" reference in the full HTML5 spec.'>reset</a></code>()</dt>
 
    <dd>
 
@@ -813,7 +813,7 @@
 
    </dd>
 
-   <dt><var title="">form</var> . <code title="dom-form-checkValidity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-checkvalidity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a></code>()</dt>
+   <dt><var title="">form</var> . <code title="dom-form-checkValidity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-checkvalidity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a></code>()</dt>
 
    <dd>
 
@@ -822,7 +822,7 @@
 
    </dd>
 
-   <dt><var title="">form</var> . <code title="dom-form-dispatchFormInput"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-dispatchforminput" title='Read about this "dispatchFormInput" reference in the full HTML5 spec.'>dispatchFormInput</a></code>()</dt>
+   <dt><var title="">form</var> . <code title="dom-form-dispatchFormInput"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-dispatchforminput" title='Read about this "dispatchFormInput" reference in the full HTML5 spec.'>dispatchFormInput</a></code>()</dt>
 
    <dd>
 
@@ -830,7 +830,7 @@
 
    </dd>
 
-   <dt><var title="">form</var> . <code title="dom-form-dispatchFormChange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-dispatchformchange" title='Read about this "dispatchFormChange" reference in the full HTML5 spec.'>dispatchFormChange</a></code>()</dt>
+   <dt><var title="">form</var> . <code title="dom-form-dispatchFormChange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-dispatchformchange" title='Read about this "dispatchFormChange" reference in the full HTML5 spec.'>dispatchFormChange</a></code>()</dt>
 
    <dd>
 
@@ -865,22 +865,22 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlfieldsetelement">HTMLFieldSetElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-87">HTMLElement</a> {
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fieldset-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
-  readonly attribute <a href="#htmlformelement" id="htmlformelement-1">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="#htmlformelement" id="htmlformelement-1">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
 
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fieldset-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
 
-  readonly attribute <a href="urls.html#htmlformcontrolscollection" id="htmlformcontrolscollection-4">HTMLFormControlsCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fieldset-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a>;
+  readonly attribute <a href="urls.html#htmlformcontrolscollection" id="htmlformcontrolscollection-4">HTMLFormControlsCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a>;
 
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-fieldset-element" id="fieldset-8">fieldset</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a set
+  </dl><p>The <code><a href="#the-fieldset-element" id="fieldset-8">fieldset</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a set
   of form controls optionally grouped under a common name.<p>The name of the group is given by the first <code><a href="#the-legend-element" id="legend-1">legend</a></code>
   element that is a child of the <code><a href="#the-fieldset-element" id="fieldset-9">fieldset</a></code> element, if
   any. The remainder of the descendants form the group.<p>The <dfn id="attr-fieldset-disabled" title="attr-fieldset-disabled"><code>disabled</code></dfn>
@@ -890,7 +890,7 @@
   <code><a href="#the-legend-element" id="legend-2">legend</a></code> element child, if any, to be <a href="association-of-controls-and-forms.html#concept-fe-disabled" id="concept-fe-disabled-1" title="concept-fe-disabled">disabled</a>.<p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-43">form</a></code> attribute is used to
   explicitly associate the <code><a href="#the-fieldset-element" id="fieldset-12">fieldset</a></code> element with its
   <a href="association-of-controls-and-forms.html#form-owner" id="form-owner-2">form owner</a>. The <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-31">name</a></code>
-  attribute represents the element's name.<dl class="domintro"><dt><var title="">fieldset</var> . <code title="dom-fieldset-type"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fieldset-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a></code></dt>
+  attribute represents the element's name.<dl class="domintro"><dt><var title="">fieldset</var> . <code title="dom-fieldset-type"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a></code></dt>
 
    <dd>
 
@@ -898,7 +898,7 @@
 
    </dd>
 
-   <dt><var title="">fieldset</var> . <code title="dom-form-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a></code></dt>
+   <dt><var title="">fieldset</var> . <code title="dom-form-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a></code></dt>
 
    <dd>
 
@@ -935,12 +935,12 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmllegendelement">HTMLLegendElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-88">HTMLElement</a> {
-  readonly attribute <a href="#htmlformelement" id="htmlformelement-2">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-legend-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute <a href="#htmlformelement" id="htmlformelement-2">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-legend-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-legend-element" id="legend-3">legend</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a caption
+  </dl><p>The <code><a href="#the-legend-element" id="legend-3">legend</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a caption
   for the rest of the contents of the <code><a href="#the-legend-element" id="legend-4">legend</a></code> element's
-  parent <code><a href="#the-fieldset-element" id="fieldset-14">fieldset</a></code> element.<dl class="domintro"><dt><var title="">legend</var> . <code title="dom-legend-form"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-legend-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code></dt>
+  parent <code><a href="#the-fieldset-element" id="fieldset-14">fieldset</a></code> element.<dl class="domintro"><dt><var title="">legend</var> . <code title="dom-legend-form"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-legend-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code></dt>
 
    <dd>
 
@@ -957,7 +957,7 @@
    <dt>Contexts in which this element may be used:</dt>
    <dd>Where <a href="content-models.html#phrasing-content" id="phrasing-content-114">phrasing content</a> is expected.</dd>
    <dt>Content model:</dt>
-   <dd><a href="content-models.html#phrasing-content" id="phrasing-content-115">Phrasing content</a>, but with no descendant <a href="#category-label" id="category-label-0" title="category-label">labelable form-associated elements</a> unless it is the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#labeled-control" title='Read about this "labeled control" reference in the full HTML5 spec.'>labeled control</a>, and no descendant <code><a href="#the-label-element" id="label-8">label</a></code> elements.</dd>
+   <dd><a href="content-models.html#phrasing-content" id="phrasing-content-115">Phrasing content</a>, but with no descendant <a href="#category-label" id="category-label-0" title="category-label">labelable form-associated elements</a> unless it is the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#labeled-control" title='Read about this "labeled control" reference in the full HTML5 spec.'>labeled control</a>, and no descendant <code><a href="#the-label-element" id="label-8">label</a></code> elements.</dd>
    <dt>Content attributes:</dt>
    <dd><a href="elements.html#global-attributes" id="global-attributes-83">Global attributes</a></dd>
    <dd><code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-44">form</a></code></dd>
@@ -965,20 +965,20 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmllabelelement">HTMLLabelElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-89">HTMLElement</a> {
-  readonly attribute <a href="#htmlformelement" id="htmlformelement-3">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-label-htmlfor" title='Read about this "htmlFor" reference in the full HTML5 spec.'>htmlFor</a>;
-  readonly attribute <a href="elements.html#htmlelement" id="htmlelement-90">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-label-control" title='Read about this "control" reference in the full HTML5 spec.'>control</a>;
+  readonly attribute <a href="#htmlformelement" id="htmlformelement-3">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-label-htmlfor" title='Read about this "htmlFor" reference in the full HTML5 spec.'>htmlFor</a>;
+  readonly attribute <a href="elements.html#htmlelement" id="htmlelement-90">HTMLElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-label-control" title='Read about this "control" reference in the full HTML5 spec.'>control</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-label-element" id="label-9">label</a></code> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a caption in a
+  </dl><p>The <code><a href="#the-label-element" id="label-9">label</a></code> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a caption in a
   user interface. The caption can be associated with a specific form
   control, either using <code title="attr-label-for"><a href="#attr-label-for" id="for-0">for</a></code> attribute, or by putting the form
   control inside the <code><a href="#the-label-element" id="label-10">label</a></code> element itself.<p>The <dfn id="attr-label-for" title="attr-label-for"><code>for</code></dfn> attribute
   may be specified to indicate a form control with which the caption
   is to be associated. If the attribute is specified, the attribute's
   value must be the ID of a <a href="#category-label" id="category-label-1" title="category-label">labelable
-  form-associated element</a> in the same <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> as
-  the <code><a href="#the-label-element" id="label-11">label</a></code> element. <dl class="domintro"><dt><var title="">label</var> . <code title="dom-label-control"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-label-control" title='Read about this "control" reference in the full HTML5 spec.'>control</a></code></dt>
+  form-associated element</a> in the same <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> as
+  the <code><a href="#the-label-element" id="label-11">label</a></code> element. <dl class="domintro"><dt><var title="">label</var> . <code title="dom-label-control"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-label-control" title='Read about this "control" reference in the full HTML5 spec.'>control</a></code></dt>
 
    <dd>
 
@@ -988,11 +988,11 @@
 
   </dl><p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-45">form</a></code> attribute is used to
   explicitly associate the <code><a href="#the-label-element" id="label-12">label</a></code> element with its
-  <a href="association-of-controls-and-forms.html#form-owner" id="form-owner-3">form owner</a>.</p><hr><dl class="domintro"><dt><var title="">control</var> . <code title="dom-lfe-labels"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a></code></dt>
+  <a href="association-of-controls-and-forms.html#form-owner" id="form-owner-3">form owner</a>.</p><hr><dl class="domintro"><dt><var title="">control</var> . <code title="dom-lfe-labels"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a></code></dt>
 
    <dd>
 
-    <p>Returns a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> of all the <code><a href="#the-label-element" id="label-13">label</a></code>
+    <p>Returns a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> of all the <code><a href="#the-label-element" id="label-13">label</a></code>
     elements that the form control is associated with.</p>
 
    </dd>

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.709
retrieving revision 1.710
diff -u -d -r1.709 -r1.710
--- interactive-elements.html	19 Aug 2010 20:42:52 -0000	1.709
+++ interactive-elements.html	19 Aug 2010 20:46:01 -0000	1.710
@@ -329,15 +329,15 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmldetailselement">HTMLDetailsElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-106">HTMLElement</a> {
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-details-open" title='Read about this "open" reference in the full HTML5 spec.'>open</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-details-open" title='Read about this "open" reference in the full HTML5 spec.'>open</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-details-element" id="details-4">details</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  </dl><p>The <code><a href="#the-details-element" id="details-4">details</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   disclosure widget from which the user can obtain additional
   information or controls.<p class="note">The <code><a href="#the-details-element" id="details-5">details</a></code> element is not appropriate
   for footnotes. Please see <a href="links.html#footnotes">the section on
   footnotes</a> for details on how to mark up footnotes.<p>The  <code><a href="#the-summary-element" id="summary-4">summary</a></code> element
-  child of the element, if any, <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the summary or
+  child of the element, if any, <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the summary or
   legend of the details. <p>The <dfn id="attr-details-open" title="attr-details-open"><code>open</code></dfn>
   content attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-22">boolean attribute</a>. If present,
   it indicates that the details are to be shown to the user. If the
@@ -392,7 +392,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-96">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-107">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-summary-element" id="summary-5">summary</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  </dl><p>The <code><a href="#the-summary-element" id="summary-5">summary</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   summary, caption, or legend for the rest of the contents of the
   <code><a href="#the-summary-element" id="summary-6">summary</a></code> element's parent <code><a href="#the-details-element" id="details-10">details</a></code>
   element.</p><!-- v2DATAGRID
@@ -3019,12 +3019,12 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlcommandelement">HTMLCommandElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-108">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-icon" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-radiogroup" title='Read about this "radiogroup" reference in the full HTML5 spec.'>radiogroup</a>;<!--
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-icon" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-radiogroup" title='Read about this "radiogroup" reference in the full HTML5 spec.'>radiogroup</a>;<!--
            attribute boolean <span title="dom-command-default">default</span>;-->
 };</pre>
    </dd>
@@ -3041,15 +3041,15 @@
   keyword maps to the <a href="#attr-command-type-state-radio" id="attr-command-type-state-radio-0" title="attr-command-type-state-radio">Radio</a> state. The
   <i>missing value default</i> is the <a href="#attr-command-type-state-command" id="attr-command-type-state-command-1" title="attr-command-type-state-command">Command</a> state.<dl><dt>The <dfn id="attr-command-type-state-command" title="attr-command-type-state-command">Command</dfn> state</dt>
 
-   <dd><p>The element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a normal command with an associated action.</dd>
+   <dd><p>The element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a normal command with an associated action.</dd>
 
    <dt>The <dfn id="attr-command-type-state-checkbox" title="attr-command-type-state-checkbox">Checkbox</dfn> state</dt>
 
-   <dd><p>The element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a state or option that can be toggled.</dd>
+   <dd><p>The element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a state or option that can be toggled.</dd>
 
    <dt>The <dfn id="attr-command-type-state-radio" title="attr-command-type-state-radio">Radio</dfn> state</dt>
 
-   <dd><p>The element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a selection of one item from a list of items.</dd>
+   <dd><p>The element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a selection of one item from a list of items.</dd>
 
   </dl><p>The <dfn id="attr-command-label" title="attr-command-label"><code>label</code></dfn>
   attribute gives the name of the command, as shown to the user. The
@@ -3138,8 +3138,8 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlmenuelement">HTMLMenuElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-109">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-menu-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-menu-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-menu-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-menu-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
 };</pre>
   </dl><p>The <code><a href="#menus" id="menu-12">menu</a></code> element represents a list of commands.</p><!-- v2 idea: <menu> should get an icon, like <command> --><p>The <dfn id="attr-menu-type" title="attr-menu-type"><code>type</code></dfn> attribute
   is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-14">enumerated attribute</a> indicating the kind of menu
@@ -3152,12 +3152,12 @@
   state">list</dfn> state, which indicates that the element is merely
   a list of commands that is neither declaring a context menu nor
   defining a toolbar.<p>If a <code><a href="#menus" id="menu-13">menu</a></code> element's <code title="attr-menu-type"><a href="#attr-menu-type" id="type-86">type</a></code> attribute is in the <a href="#context-menu-state" id="context-menu-state-1" title="context menu state">context menu</a> state, then the
-  element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the commands of a context menu, and
+  element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the commands of a context menu, and
   the user can only interact with the commands if that context menu is
   activated.<p>If a <code><a href="#menus" id="menu-14">menu</a></code> element's <code title="attr-menu-type"><a href="#attr-menu-type" id="type-87">type</a></code> attribute is in the <a href="#toolbar-state" id="toolbar-state-3" title="toolbar state">toolbar</a> state, then the element
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list of active commands that the user can
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list of active commands that the user can
   immediately interact with.<p>If a <code><a href="#menus" id="menu-15">menu</a></code> element's <code title="attr-menu-type"><a href="#attr-menu-type" id="type-88">type</a></code> attribute is in the <a href="#list-state" id="list-state-4" title="list state">list</a> state, then the element either
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an unordered list of items (each represented
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an unordered list of items (each represented
   by an <code><a href="grouping-content.html#the-li-element" id="li-13">li</a></code> element), each of which represents a command
   that the user can perform or activate, or, if the element has no
   <code><a href="grouping-content.html#the-li-element" id="li-14">li</a></code> element children, <a href="content-models.html#flow-content" id="flow-content-129">flow content</a>

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.714
retrieving revision 1.715
diff -u -d -r1.714 -r1.715
--- editing.html	19 Aug 2010 20:42:51 -0000	1.714
+++ editing.html	19 Aug 2010 20:45:45 -0000	1.715
@@ -372,7 +372,7 @@
        click() can't be done in IE; can this be emulated in IE by
        posting a synthetic mouse click event with those X and Y
        coords? (ack Csaba Gabor)
-  --><dl class="domintro"><dt><var title="">element</var> . <code title="dom-click"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-click" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code>()</dt>
+  --><dl class="domintro"><dt><var title="">element</var> . <code title="dom-click"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-click" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code>()</dt>
 
    <dd>
 
@@ -380,7 +380,7 @@
 
    </dd>
 
-  </dl><h3 id="scrolling-elements-into-view"><span class="secno">7.3 </span>Scrolling elements into view</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- maybe this should move to [CSSOM] --><dl class="domintro"><dt><var title="">element</var> . <code title="dom-scrollIntoView"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-scrollintoview" title='Read about this "scrollIntoView" reference in the full HTML5 spec.'>scrollIntoView</a></code>( [ <var title="">top</var> ] )</dt>
+  </dl><h3 id="scrolling-elements-into-view"><span class="secno">7.3 </span>Scrolling elements into view</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- maybe this should move to [CSSOM] --><dl class="domintro"><dt><var title="">element</var> . <code title="dom-scrollIntoView"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-scrollintoview" title='Read about this "scrollIntoView" reference in the full HTML5 spec.'>scrollIntoView</a></code>( [ <var title="">top</var> ] )</dt>
 
    <dd>
 
@@ -408,7 +408,7 @@
   "tabbing" refers to moving forward through the focusable elements
   that can be reached using sequential focus navigation.<p>The <code title="attr-tabindex"><a href="#attr-tabindex" id="tabindex-1">tabindex</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-integer" id="valid-integer-5">valid
-  integer</a>.<h4 id="document-level-focus-apis"><span class="secno">7.4.2 </span>Document-level focus APIs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-activeElement"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-activeelement" title='Read about this "activeElement" reference in the full HTML5 spec.'>activeElement</a></code></dt>
+  integer</a>.<h4 id="document-level-focus-apis"><span class="secno">7.4.2 </span>Document-level focus APIs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-activeElement"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-document-activeelement" title='Read about this "activeElement" reference in the full HTML5 spec.'>activeElement</a></code></dt>
 
    <dd>
 
@@ -416,7 +416,7 @@
 
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-hasFocus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-hasfocus" title='Read about this "hasFocus" reference in the full HTML5 spec.'>hasFocus</a></code>()</dt>
+   <dt><var title="">document</var> . <code title="dom-document-hasFocus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-document-hasfocus" title='Read about this "hasFocus" reference in the full HTML5 spec.'>hasFocus</a></code>()</dt>
 
    <dd>
 
@@ -424,7 +424,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-focus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-focus" title='Read about this "focus" reference in the full HTML5 spec.'>focus</a></code>()</dt>
+   <dt><var title="">window</var> . <code title="dom-window-focus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-window-focus" title='Read about this "focus" reference in the full HTML5 spec.'>focus</a></code>()</dt>
 
    <dd>
 
@@ -432,7 +432,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-blur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-blur" title='Read about this "blur" reference in the full HTML5 spec.'>blur</a></code>()</dt>
+   <dt><var title="">window</var> . <code title="dom-window-blur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-window-blur" title='Read about this "blur" reference in the full HTML5 spec.'>blur</a></code>()</dt>
 
    <dd>
 
@@ -440,7 +440,7 @@
 
    </dd>
 
-  </dl><h4 id="element-level-focus-apis"><span class="secno">7.4.3 </span>Element-level focus APIs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">element</var> . <code title="dom-focus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-focus" title='Read about this "focus" reference in the full HTML5 spec.'>focus</a></code>()</dt>
+  </dl><h4 id="element-level-focus-apis"><span class="secno">7.4.3 </span>Element-level focus APIs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">element</var> . <code title="dom-focus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-focus" title='Read about this "focus" reference in the full HTML5 spec.'>focus</a></code>()</dt>
 
    <dd>
 
@@ -448,7 +448,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-blur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-blur" title='Read about this "blur" reference in the full HTML5 spec.'>blur</a></code>()</dt>
+   <dt><var title="">element</var> . <code title="dom-blur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-blur" title='Read about this "blur" reference in the full HTML5 spec.'>blur</a></code>()</dt>
 
    <dd>
 
@@ -529,7 +529,7 @@
    "<samp>Compose (&#8984;N)</samp>". On another, it might become
    "<samp>Compose (Alt+&#8679;+1)</samp>". If the user agent doesn't
    assign a key, it will be just "<samp>Compose</samp>". The exact
-   string depends on what the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#assigned-access-key" title='Read about this "assigned access key" reference in the full HTML5 spec.'>assigned access key</a> is, and
+   string depends on what the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#assigned-access-key" title='Read about this "assigned access key" reference in the full HTML5 spec.'>assigned access key</a> is, and
    on how the user agent represents that key combination.</p>
 
   </div><h3 id="selection"><span class="secno">7.6 </span>The text selection APIs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>Every <a href="browsers.html#browsing-context" id="browsing-context-43">browsing context</a> has <dfn id="the-selection" title="the
@@ -559,8 +559,8 @@
   conjunction with CSS, can be used to style text selections using the
   <code title="selector-selection">::selection</code>
   pseudo-element. <a href="#refsSELECTORS">[SELECTORS]</a> <a
-  href="#refsCSS">[CSS]</a> --><h4 id="documentSelection"><span class="secno">7.6.1 </span>APIs for the browsing context selection</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-getSelection"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-getselection" title='Read about this "getSelection" reference in the full HTML5 spec.'>getSelection</a></code>()</dt>
-   <dt><var title="">document</var> . <code title="dom-document-getSelection"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-getselection" title='Read about this "getSelection" reference in the full HTML5 spec.'>getSelection</a></code>()</dt>
+  href="#refsCSS">[CSS]</a> --><h4 id="documentSelection"><span class="secno">7.6.1 </span>APIs for the browsing context selection</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-getSelection"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-getselection" title='Read about this "getSelection" reference in the full HTML5 spec.'>getSelection</a></code>()</dt>
+   <dt><var title="">document</var> . <code title="dom-document-getSelection"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-document-getselection" title='Read about this "getSelection" reference in the full HTML5 spec.'>getSelection</a></code>()</dt>
 
    <dd>
 
@@ -570,22 +570,22 @@
    </dd>
 
   </dl><pre class="idl">interface <dfn id="selection-0">Selection</dfn> {
-  readonly attribute Node <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-anchornode" title='Read about this "anchorNode" reference in the full HTML5 spec.'>anchorNode</a>;
-  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-anchoroffset" title='Read about this "anchorOffset" reference in the full HTML5 spec.'>anchorOffset</a>;
-  readonly attribute Node <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-focusnode" title='Read about this "focusNode" reference in the full HTML5 spec.'>focusNode</a>;
-  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-focusoffset" title='Read about this "focusOffset" reference in the full HTML5 spec.'>focusOffset</a>;
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-iscollapsed" title='Read about this "isCollapsed" reference in the full HTML5 spec.'>isCollapsed</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-collapse" title='Read about this "collapse" reference in the full HTML5 spec.'>collapse</a>(in Node parentNode, in long offset);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-collapsetostart" title='Read about this "collapseToStart" reference in the full HTML5 spec.'>collapseToStart</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-collapsetoend" title='Read about this "collapseToEnd" reference in the full HTML5 spec.'>collapseToEnd</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-selectallchildren" title='Read about this "selectAllChildren" reference in the full HTML5 spec.'>selectAllChildren</a>(in Node parentNode);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-deletefromdocument" title='Read about this "deleteFromDocument" reference in the full HTML5 spec.'>deleteFromDocument</a>();
-  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-rangecount" title='Read about this "rangeCount" reference in the full HTML5 spec.'>rangeCount</a>;
-  Range <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-getrangeat" title='Read about this "getRangeAt" reference in the full HTML5 spec.'>getRangeAt</a>(in long index);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-addrange" title='Read about this "addRange" reference in the full HTML5 spec.'>addRange</a>(in Range range);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-removerange" title='Read about this "removeRange" reference in the full HTML5 spec.'>removeRange</a>(in Range range);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-removeallranges" title='Read about this "removeAllRanges" reference in the full HTML5 spec.'>removeAllRanges</a>();
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-tostring" title='Read about this "stringifier" reference in the full HTML5 spec.'>stringifier</a> DOMString ();
+  readonly attribute Node <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-anchornode" title='Read about this "anchorNode" reference in the full HTML5 spec.'>anchorNode</a>;
+  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-anchoroffset" title='Read about this "anchorOffset" reference in the full HTML5 spec.'>anchorOffset</a>;
+  readonly attribute Node <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-focusnode" title='Read about this "focusNode" reference in the full HTML5 spec.'>focusNode</a>;
+  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-focusoffset" title='Read about this "focusOffset" reference in the full HTML5 spec.'>focusOffset</a>;
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-iscollapsed" title='Read about this "isCollapsed" reference in the full HTML5 spec.'>isCollapsed</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-collapse" title='Read about this "collapse" reference in the full HTML5 spec.'>collapse</a>(in Node parentNode, in long offset);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-collapsetostart" title='Read about this "collapseToStart" reference in the full HTML5 spec.'>collapseToStart</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-collapsetoend" title='Read about this "collapseToEnd" reference in the full HTML5 spec.'>collapseToEnd</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-selectallchildren" title='Read about this "selectAllChildren" reference in the full HTML5 spec.'>selectAllChildren</a>(in Node parentNode);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-deletefromdocument" title='Read about this "deleteFromDocument" reference in the full HTML5 spec.'>deleteFromDocument</a>();
+  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-rangecount" title='Read about this "rangeCount" reference in the full HTML5 spec.'>rangeCount</a>;
+  Range <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-getrangeat" title='Read about this "getRangeAt" reference in the full HTML5 spec.'>getRangeAt</a>(in long index);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-addrange" title='Read about this "addRange" reference in the full HTML5 spec.'>addRange</a>(in Range range);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-removerange" title='Read about this "removeRange" reference in the full HTML5 spec.'>removeRange</a>(in Range range);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-removeallranges" title='Read about this "removeAllRanges" reference in the full HTML5 spec.'>removeAllRanges</a>();
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-tostring" title='Read about this "stringifier" reference in the full HTML5 spec.'>stringifier</a> DOMString ();
 };</pre><!--
   See also:
     http://lxr.mozilla.org/mozilla/source/content/base/public/nsISelection.idl
@@ -602,14 +602,14 @@
 
   ...mostly because I can't work out how to describe what it does quickly.
 --><p>The <code><a href="#selection-0" id="selection-4">Selection</a></code> interface represents a list of
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#range" title='Read about this "Range" reference in the full HTML5 spec.'>Range</a></code> objects. The first item in the list has index 0,
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#range" title='Read about this "Range" reference in the full HTML5 spec.'>Range</a></code> objects. The first item in the list has index 0,
   and the last item has index <var title="">count</var>-1, where <var title="">count</var> is the number of ranges in the list. <a href="references.html#refsDOMRANGE">[DOMRANGE]</a><p>All of the members of the <code><a href="#selection-0" id="selection-5">Selection</a></code> interface are
-  defined in terms of operations on the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#range" title='Read about this "Range" reference in the full HTML5 spec.'>Range</a></code> objects
+  defined in terms of operations on the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#range" title='Read about this "Range" reference in the full HTML5 spec.'>Range</a></code> objects
   represented by this object. These operations can raise exceptions,
-  as defined for the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#range" title='Read about this "Range" reference in the full HTML5 spec.'>Range</a></code> interface; this can therefore
+  as defined for the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#range" title='Read about this "Range" reference in the full HTML5 spec.'>Range</a></code> interface; this can therefore
   result in the members of the <code><a href="#selection-0" id="selection-6">Selection</a></code> interface
   raising exceptions as well, in addition to any explicitly called out
-  below.<dl class="domintro"><dt><var title="">selection</var> . <code title="dom-selection-anchorNode"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-anchornode" title='Read about this "anchorNode" reference in the full HTML5 spec.'>anchorNode</a></code></dt>
+  below.<dl class="domintro"><dt><var title="">selection</var> . <code title="dom-selection-anchorNode"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-anchornode" title='Read about this "anchorNode" reference in the full HTML5 spec.'>anchorNode</a></code></dt>
 
    <dd>
 
@@ -619,7 +619,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-anchorOffset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-anchoroffset" title='Read about this "anchorOffset" reference in the full HTML5 spec.'>anchorOffset</a></code></dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-anchorOffset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-anchoroffset" title='Read about this "anchorOffset" reference in the full HTML5 spec.'>anchorOffset</a></code></dt>
 
    <dd>
 
@@ -629,7 +629,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-focusNode"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-focusnode" title='Read about this "focusNode" reference in the full HTML5 spec.'>focusNode</a></code></dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-focusNode"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-focusnode" title='Read about this "focusNode" reference in the full HTML5 spec.'>focusNode</a></code></dt>
 
    <dd>
 
@@ -639,7 +639,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-focusOffset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-focusoffset" title='Read about this "focusOffset" reference in the full HTML5 spec.'>focusOffset</a></code></dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-focusOffset"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-focusoffset" title='Read about this "focusOffset" reference in the full HTML5 spec.'>focusOffset</a></code></dt>
 
    <dd>
 
@@ -649,7 +649,7 @@
 
    </dd>
 
-   <dt><var title="">collapsed</var> = <var title="">selection</var> . <code title="dom-selection-isCollapsed"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-iscollapsed" title='Read about this "isCollapsed" reference in the full HTML5 spec.'>isCollapsed</a></code>()</dt>
+   <dt><var title="">collapsed</var> = <var title="">selection</var> . <code title="dom-selection-isCollapsed"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-iscollapsed" title='Read about this "isCollapsed" reference in the full HTML5 spec.'>isCollapsed</a></code>()</dt>
 
    <dd>
 
@@ -657,7 +657,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-collapse"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-collapse" title='Read about this "collapse" reference in the full HTML5 spec.'>collapse</a></code>(<var title="">parentNode</var>, <var title="">offset</var>)</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-collapse"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-collapse" title='Read about this "collapse" reference in the full HTML5 spec.'>collapse</a></code>(<var title="">parentNode</var>, <var title="">offset</var>)</dt>
 
    <dd>
 
@@ -667,7 +667,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-collapseToStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-collapsetostart" title='Read about this "collapseToStart" reference in the full HTML5 spec.'>collapseToStart</a></code>()</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-collapseToStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-collapsetostart" title='Read about this "collapseToStart" reference in the full HTML5 spec.'>collapseToStart</a></code>()</dt>
 
    <dd>
 
@@ -677,7 +677,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-collapseToEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-collapsetoend" title='Read about this "collapseToEnd" reference in the full HTML5 spec.'>collapseToEnd</a></code>()</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-collapseToEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-collapsetoend" title='Read about this "collapseToEnd" reference in the full HTML5 spec.'>collapseToEnd</a></code>()</dt>
 
    <dd>
 
@@ -687,7 +687,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-selectAllChildren"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-selectallchildren" title='Read about this "selectAllChildren" reference in the full HTML5 spec.'>selectAllChildren</a></code>(<var title="">parentNode</var>)</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-selectAllChildren"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-selectallchildren" title='Read about this "selectAllChildren" reference in the full HTML5 spec.'>selectAllChildren</a></code>(<var title="">parentNode</var>)</dt>
 
    <dd>
 
@@ -697,7 +697,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-deleteFromDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-deletefromdocument" title='Read about this "deleteFromDocument" reference in the full HTML5 spec.'>deleteFromDocument</a></code>()</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-deleteFromDocument"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-deletefromdocument" title='Read about this "deleteFromDocument" reference in the full HTML5 spec.'>deleteFromDocument</a></code>()</dt>
 
    <dd>
 
@@ -705,7 +705,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-rangeCount"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-rangecount" title='Read about this "rangeCount" reference in the full HTML5 spec.'>rangeCount</a></code></dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-rangeCount"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-rangecount" title='Read about this "rangeCount" reference in the full HTML5 spec.'>rangeCount</a></code></dt>
 
    <dd>
 
@@ -713,7 +713,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-getRangeAt"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-getrangeat" title='Read about this "getRangeAt" reference in the full HTML5 spec.'>getRangeAt</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-getRangeAt"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-getrangeat" title='Read about this "getRangeAt" reference in the full HTML5 spec.'>getRangeAt</a></code>(<var title="">index</var>)</dt>
 
    <dd>
 
@@ -723,7 +723,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-addRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-addrange" title='Read about this "addRange" reference in the full HTML5 spec.'>addRange</a></code>(<var title="">range</var>)</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-addRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-addrange" title='Read about this "addRange" reference in the full HTML5 spec.'>addRange</a></code>(<var title="">range</var>)</dt>
 
    <dd>
 
@@ -731,7 +731,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-removeRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-removerange" title='Read about this "removeRange" reference in the full HTML5 spec.'>removeRange</a></code>(<var title="">range</var>)</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-removeRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-removerange" title='Read about this "removeRange" reference in the full HTML5 spec.'>removeRange</a></code>(<var title="">range</var>)</dt>
 
    <dd>
 
@@ -739,7 +739,7 @@
 
    </dd>
 
-   <dt><var title="">selection</var> . <code title="dom-selection-removeAllRanges"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-selection-removeallranges" title='Read about this "removeAllRanges" reference in the full HTML5 spec.'>removeAllRanges</a></code>()</dt>
+   <dt><var title="">selection</var> . <code title="dom-selection-removeAllRanges"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-selection-removeallranges" title='Read about this "removeAllRanges" reference in the full HTML5 spec.'>removeAllRanges</a></code>()</dt>
 
    <dd>
 
@@ -759,11 +759,11 @@
   --><h4 id="textFieldSelection"><span class="secno">7.6.2 </span>APIs for the text field selections</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 idea: DOM Range APIs to expose the textarea/input edited
   value (ack martijnw) --><p>The <code><a href="the-input-element.html#the-input-element" id="input-118">input</a></code> and <code><a href="the-button-element.html#the-textarea-element" id="textarea-27">textarea</a></code> elements define
   the following members in their DOM interfaces for handling their
-  text selection:<pre class="idl extract">  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);</pre><!-- v2: also add textLength? it seems to be widely used --><p>These methods and attributes expose and control the selection of
-  <code><a href="the-input-element.html#the-input-element" id="input-119">input</a></code> and <code><a href="the-button-element.html#the-textarea-element" id="textarea-28">textarea</a></code> text fields.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a></code>()</dt>
+  text selection:<pre class="idl extract">  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);</pre><!-- v2: also add textLength? it seems to be widely used --><p>These methods and attributes expose and control the selection of
+  <code><a href="the-input-element.html#the-input-element" id="input-119">input</a></code> and <code><a href="the-button-element.html#the-textarea-element" id="textarea-28">textarea</a></code> text fields.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a></code>()</dt>
 
    <dd>
 
@@ -791,7 +791,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a></code>(<var title="">start</var>, <var title="">end</var>)</dt>
+   <dt><var title="">element</var> . <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a></code>(<var title="">start</var>, <var title="">end</var>)</dt>
 
    <dd>
 
@@ -820,7 +820,7 @@
   default</i>).<p>The <i>true</i> state indicates that the element is editable. The
   <i>inherit</i> state indicates that the element is editable if its
   parent is. The <i>false</i> state indicates that the element is not
-  editable.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-contentEditable"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-contenteditable" title='Read about this "contentEditable" reference in the full HTML5 spec.'>contentEditable</a></code> [ = <var title="">value</var> ]</dt>
+  editable.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-contentEditable"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-contenteditable" title='Read about this "contentEditable" reference in the full HTML5 spec.'>contentEditable</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -834,7 +834,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-isContentEditable"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-iscontenteditable" title='Read about this "isContentEditable" reference in the full HTML5 spec.'>isContentEditable</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-isContentEditable"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-iscontenteditable" title='Read about this "isContentEditable" reference in the full HTML5 spec.'>isContentEditable</a></code></dt>
 
    <dd>
 
@@ -842,7 +842,7 @@
 
    </dd>
 
-  </dl><h4 id="making-entire-documents-editable"><span class="secno">7.7.1 </span>Making entire documents editable</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-designMode"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#designMode" title='Read about this "designMode" reference in the full HTML5 spec.'>designMode</a></code> [ = <var title="">value</var> ]</dt>
+  </dl><h4 id="making-entire-documents-editable"><span class="secno">7.7.1 </span>Making entire documents editable</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-designMode"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#designMode" title='Read about this "designMode" reference in the full HTML5 spec.'>designMode</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -862,7 +862,7 @@
   spelling and grammar checked. The <i>default</i> state indicates
   that the element is to act according to a default behavior, possibly
   based on the parent element's own <code title="attr-spellcheck"><a href="#attr-spellcheck" id="spellcheck-0">spellcheck</a></code> state. The <i>false</i>
-  state indicates that the element is not to be checked.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-spellcheck"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-spellcheck" title='Read about this "spellcheck" reference in the full HTML5 spec.'>spellcheck</a></code> [ = <var title="">value</var> ]</dt>
+  state indicates that the element is not to be checked.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-spellcheck"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-spellcheck" title='Read about this "spellcheck" reference in the full HTML5 spec.'>spellcheck</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 

Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.732
retrieving revision 1.733
diff -u -d -r1.732 -r1.733
--- video.html	19 Aug 2010 20:42:53 -0000	1.732
+++ video.html	19 Aug 2010 20:46:12 -0000	1.733
@@ -339,11 +339,11 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmlvideoelement">HTMLVideoElement</dfn> : <a href="#htmlmediaelement" id="htmlmediaelement-0">HTMLMediaElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
-  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-video-videowidth" title='Read about this "videoWidth" reference in the full HTML5 spec.'>videoWidth</a>;
-  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-video-videoheight" title='Read about this "videoHeight" reference in the full HTML5 spec.'>videoHeight</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-video-poster" title='Read about this "poster" reference in the full HTML5 spec.'>poster</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-video-videowidth" title='Read about this "videoWidth" reference in the full HTML5 spec.'>videoWidth</a>;
+  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-video-videoheight" title='Read about this "videoHeight" reference in the full HTML5 spec.'>videoHeight</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-video-poster" title='Read about this "poster" reference in the full HTML5 spec.'>poster</a>;
 };</pre>
    </dd>
   </dl><p>A <code><a href="#video" id="video-14">video</a></code> element is used for playing videos or
@@ -365,11 +365,11 @@
   show while no video data is available. The attribute, if present,
   must contain a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-7">valid non-empty URL potentially surrounded by
   spaces</a>. </p><!-- thus it is unaffected by changes to the base
-  URL. --><p class="note">The image given by the <code title="attr-video-poster"><a href="#attr-video-poster" id="poster-0">poster</a></code> attribute, the <i><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#poster-frame" title='Read about this "poster frame" reference in the full HTML5 spec.'>poster
+  URL. --><p class="note">The image given by the <code title="attr-video-poster"><a href="#attr-video-poster" id="poster-0">poster</a></code> attribute, the <i><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#poster-frame" title='Read about this "poster frame" reference in the full HTML5 spec.'>poster
   frame</a></i>, is intended to be a representative frame of the video
   (typically one of the first non-blank frames) that gives the user an
-  idea of what the video is like.<dl class="domintro"><dt><var title="">video</var> . <code title="dom-video-videoWidth"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-video-videowidth" title='Read about this "videoWidth" reference in the full HTML5 spec.'>videoWidth</a></code></dt>
-   <dt><var title="">video</var> . <code title="dom-video-videoHeight"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-video-videoheight" title='Read about this "videoHeight" reference in the full HTML5 spec.'>videoHeight</a></code></dt>
+  idea of what the video is like.<dl class="domintro"><dt><var title="">video</var> . <code title="dom-video-videoWidth"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-video-videowidth" title='Read about this "videoWidth" reference in the full HTML5 spec.'>videoWidth</a></code></dt>
+   <dt><var title="">video</var> . <code title="dom-video-videoHeight"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-video-videoheight" title='Read about this "videoHeight" reference in the full HTML5 spec.'>videoHeight</a></code></dt>
 
    <dd>
 
@@ -450,11 +450,11 @@
    <dd><code title="attr-media-controls"><a href="#attr-media-controls" id="controls-5">controls</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
-    <pre class="idl">[NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-audio" title='Read about this "Audio" reference in the full HTML5 spec.'>Audio</a>(),
- NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-audio-s" title='Read about this "Audio" reference in the full HTML5 spec.'>Audio</a>(in DOMString src)]
+    <pre class="idl">[NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-audio" title='Read about this "Audio" reference in the full HTML5 spec.'>Audio</a>(),
+ NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-audio-s" title='Read about this "Audio" reference in the full HTML5 spec.'>Audio</a>(in DOMString src)]
 interface <dfn id="htmlaudioelement">HTMLAudioElement</dfn> : <a href="#htmlmediaelement" id="htmlmediaelement-1">HTMLMediaElement</a> {};</pre>
    </dd>
-  </dl><p>An <code><a href="#audio" id="audio-4">audio</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a sound or
+  </dl><p>An <code><a href="#audio" id="audio-4">audio</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a sound or
   audio stream.</p><!-- v2 (actually v3) suggestions:
     * Audio syntesis. Use cases from Charles Pritchard:
       > Use a sound of varying pitch to hint to a user the location of their
@@ -481,7 +481,7 @@
   embed accessibility aids (such as transcriptions) into their media
   streams.<p>The <code><a href="#audio" id="audio-7">audio</a></code> element is a <a href="#media-element" id="media-element-6">media element</a>
   whose <a href="#media-data" id="media-data-1">media data</a> is ostensibly audio data.<p>The <code title="attr-media-src"><a href="#attr-media-src" id="src-35">src</a></code>, <code title="attr-media-preload"><a href="#attr-media-preload" id="preload-2">preload</a></code>, <code title="attr-media-autoplay"><a href="#attr-media-autoplay" id="autoplay-2">autoplay</a></code>, <code title="attr-media-loop"><a href="#attr-media-loop" id="loop-2">loop</a></code>, and <code title="attr-media-controls"><a href="#attr-media-controls" id="controls-6">controls</a></code> attributes are <a href="#media-element-attributes" id="media-element-attributes-1" title="media element attributes">the attributes common to all media
-  elements</a>.<dl class="domintro"><dt><var title="">audio</var> = new <code title="dom-Audio"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-audio" title='Read about this "Audio" reference in the full HTML5 spec.'>Audio</a></code>( [ <var title="">url</var> ] )</dt>
+  elements</a>.<dl class="domintro"><dt><var title="">audio</var> = new <code title="dom-Audio"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-audio" title='Read about this "Audio" reference in the full HTML5 spec.'>Audio</a></code>( [ <var title="">url</var> ] )</dt>
 
    <dd>
 
@@ -531,15 +531,15 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlsourceelement">HTMLSourceElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-68">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-source-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-source-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-source-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-source-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-source-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-source-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href="#the-source-element" id="source-2">source</a></code> element allows authors to specify
   multiple alternative <a href="#media-resource" id="media-resource-0" title="media resource">media
   resources</a> for <a href="#media-element" id="media-element-8" title="media element">media
-  elements</a>. It does not <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> anything on its own.<p>The <dfn id="attr-source-src" title="attr-source-src"><code>src</code></dfn> attribute
+  elements</a>. It does not <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> anything on its own.<p>The <dfn id="attr-source-src" title="attr-source-src"><code>src</code></dfn> attribute
   gives the address of the <a href="#media-resource" id="media-resource-1">media resource</a>. The value must
   be a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-8">valid non-empty URL potentially surrounded by
   spaces</a>. This attribute must be present.<p>The <dfn id="attr-source-type" title="attr-source-type"><code>type</code></dfn>
@@ -669,22 +669,22 @@
   following interface:<pre class="idl">interface <dfn id="htmlmediaelement">HTMLMediaElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-69">HTMLElement</a> {
 
   // error state
-  readonly attribute <a href="#mediaerror" id="mediaerror-0">MediaError</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-error" title='Read about this "error" reference in the full HTML5 spec.'>error</a>;
+  readonly attribute <a href="#mediaerror" id="mediaerror-0">MediaError</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-error" title='Read about this "error" reference in the full HTML5 spec.'>error</a>;
 
   // network state
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-currentsrc" title='Read about this "currentSrc" reference in the full HTML5 spec.'>currentSrc</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-currentsrc" title='Read about this "currentSrc" reference in the full HTML5 spec.'>currentSrc</a>;
   const unsigned short <a href="#dom-media-network_empty" id="dom-media-network_empty-0" title="dom-media-NETWORK_EMPTY">NETWORK_EMPTY</a> = 0;
   const unsigned short <a href="#dom-media-network_idle" id="dom-media-network_idle-0" title="dom-media-NETWORK_IDLE">NETWORK_IDLE</a> = 1;
   const unsigned short <a href="#dom-media-network_loading" id="dom-media-network_loading-0" title="dom-media-NETWORK_LOADING">NETWORK_LOADING</a> = 2;
   const unsigned short <a href="#dom-media-network_no_source" id="dom-media-network_no_source-0" title="dom-media-NETWORK_NO_SOURCE">NETWORK_NO_SOURCE</a> = 3;
-  readonly attribute unsigned short <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-preload" title='Read about this "preload" reference in the full HTML5 spec.'>preload</a>;
+  readonly attribute unsigned short <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-preload" title='Read about this "preload" reference in the full HTML5 spec.'>preload</a>;
 <!--v3BUF  readonly attribute float <span title="dom-media-bufferingRate">bufferingRate</span>;
   readonly attribute boolean <span title="dom-media-bufferingThrottled">bufferingThrottled</span>;
--->  readonly attribute <a href="#timeranges" id="timeranges-0">TimeRanges</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-buffered" title='Read about this "buffered" reference in the full HTML5 spec.'>buffered</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-load" title='Read about this "load" reference in the full HTML5 spec.'>load</a>();
-  DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-canplaytype" title='Read about this "canPlayType" reference in the full HTML5 spec.'>canPlayType</a>(in DOMString type);
+-->  readonly attribute <a href="#timeranges" id="timeranges-0">TimeRanges</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-buffered" title='Read about this "buffered" reference in the full HTML5 spec.'>buffered</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-load" title='Read about this "load" reference in the full HTML5 spec.'>load</a>();
+  DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-navigator-canplaytype" title='Read about this "canPlayType" reference in the full HTML5 spec.'>canPlayType</a>(in DOMString type);
 
   // ready state
   const unsigned short <a href="#dom-media-have_nothing" id="dom-media-have_nothing-0" title="dom-media-HAVE_NOTHING">HAVE_NOTHING</a> = 0;
@@ -692,29 +692,29 @@
   const unsigned short <a href="#dom-media-have_current_data" id="dom-media-have_current_data-0" title="dom-media-HAVE_CURRENT_DATA">HAVE_CURRENT_DATA</a> = 2;
   const unsigned short <a href="#dom-media-have_future_data" id="dom-media-have_future_data-0" title="dom-media-HAVE_FUTURE_DATA">HAVE_FUTURE_DATA</a> = 3;
   const unsigned short <a href="#dom-media-have_enough_data" id="dom-media-have_enough_data-0" title="dom-media-HAVE_ENOUGH_DATA">HAVE_ENOUGH_DATA</a> = 4;
-  readonly attribute unsigned short <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a>;
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-seeking" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a>;
+  readonly attribute unsigned short <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a>;
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-seeking" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a>;
 
   // playback state
-           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-currenttime" title='Read about this "currentTime" reference in the full HTML5 spec.'>currentTime</a>;
+           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-currenttime" title='Read about this "currentTime" reference in the full HTML5 spec.'>currentTime</a>;
   readonly attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-initialtime" title='Read about this "initialTime" reference in the full HTML5 spec.'>initialTime</a>;
-  readonly attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-duration" title='Read about this "duration" reference in the full HTML5 spec.'>duration</a>;
+  readonly attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-duration" title='Read about this "duration" reference in the full HTML5 spec.'>duration</a>;
   readonly attribute <span>Date</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-startoffsettime" title='Read about this "startOffsetTime" reference in the full HTML5 spec.'>startOffsetTime</a>;
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a>;
-           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-defaultplaybackrate" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a>;
-           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-playbackrate" title='Read about this "playbackRate" reference in the full HTML5 spec.'>playbackRate</a>;
-  readonly attribute <a href="#timeranges" id="timeranges-1">TimeRanges</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-played" title='Read about this "played" reference in the full HTML5 spec.'>played</a>;
-  readonly attribute <a href="#timeranges" id="timeranges-2">TimeRanges</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-seekable" title='Read about this "seekable" reference in the full HTML5 spec.'>seekable</a>;
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-ended" title='Read about this "ended" reference in the full HTML5 spec.'>ended</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-autoplay" title='Read about this "autoplay" reference in the full HTML5 spec.'>autoplay</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-loop" title='Read about this "loop" reference in the full HTML5 spec.'>loop</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-play" title='Read about this "play" reference in the full HTML5 spec.'>play</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-pause" title='Read about this "pause" reference in the full HTML5 spec.'>pause</a>();
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a>;
+           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-defaultplaybackrate" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a>;
+           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-playbackrate" title='Read about this "playbackRate" reference in the full HTML5 spec.'>playbackRate</a>;
+  readonly attribute <a href="#timeranges" id="timeranges-1">TimeRanges</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-played" title='Read about this "played" reference in the full HTML5 spec.'>played</a>;
+  readonly attribute <a href="#timeranges" id="timeranges-2">TimeRanges</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-seekable" title='Read about this "seekable" reference in the full HTML5 spec.'>seekable</a>;
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-ended" title='Read about this "ended" reference in the full HTML5 spec.'>ended</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-autoplay" title='Read about this "autoplay" reference in the full HTML5 spec.'>autoplay</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-loop" title='Read about this "loop" reference in the full HTML5 spec.'>loop</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-play" title='Read about this "play" reference in the full HTML5 spec.'>play</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-pause" title='Read about this "pause" reference in the full HTML5 spec.'>pause</a>();
 
   // controls
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-controls" title='Read about this "controls" reference in the full HTML5 spec.'>controls</a>;
-           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-volume" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-muted" title='Read about this "muted" reference in the full HTML5 spec.'>muted</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-controls" title='Read about this "controls" reference in the full HTML5 spec.'>controls</a>;
+           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-volume" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-muted" title='Read about this "muted" reference in the full HTML5 spec.'>muted</a>;
 };</pre><p>The <dfn id="media-element-attributes">media element attributes</dfn>, <code title="attr-media-src"><a href="#attr-media-src" id="src-37">src</a></code>, <code title="attr-media-preload"><a href="#attr-media-preload" id="preload-3">preload</a></code>, <code title="attr-media-autoplay"><a href="#attr-media-autoplay" id="autoplay-3">autoplay</a></code>, <code title="attr-media-loop"><a href="#attr-media-loop" id="loop-3">loop</a></code>, and <code title="attr-media-controls"><a href="#attr-media-controls" id="controls-7">controls</a></code>, apply to all <a href="#media-element" id="media-element-9" title="media element">media elements</a>. They are defined in
   this section.</p><!-- proposed v2 (actually v3!) features:
     * frame forward / backwards / step(n) while paused
@@ -752,7 +752,7 @@
   section applies equally to <a href="#media-element" id="media-element-11" title="media element">media
   elements</a> for audio or for video. The term <dfn id="media-resource">media
   resource</dfn> is used to refer to the complete set of media data,
-  e.g. the complete video file, or complete audio file.<h5 id="error-codes"><span class="secno">4.8.9.1 </span>Error codes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-error"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-error" title='Read about this "error" reference in the full HTML5 spec.'>error</a></code></dt>
+  e.g. the complete video file, or complete audio file.<h5 id="error-codes"><span class="secno">4.8.9.1 </span>Error codes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-error"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-error" title='Read about this "error" reference in the full HTML5 spec.'>error</a></code></dt>
 
    <dd>
 
@@ -768,8 +768,8 @@
   const unsigned short <a href="#dom-mediaerror-media_err_network" id="dom-mediaerror-media_err_network-0" title="dom-MediaError-MEDIA_ERR_NETWORK">MEDIA_ERR_NETWORK</a> = 2;
   const unsigned short <a href="#dom-mediaerror-media_err_decode" id="dom-mediaerror-media_err_decode-0" title="dom-MediaError-MEDIA_ERR_DECODE">MEDIA_ERR_DECODE</a> = 3;
   const unsigned short <a href="#dom-mediaerror-media_err_src_not_supported" id="dom-mediaerror-media_err_src_not_supported-0" title="dom-MediaError-MEDIA_ERR_SRC_NOT_SUPPORTED">MEDIA_ERR_SRC_NOT_SUPPORTED</a> = 4;
-  readonly attribute unsigned short <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-mediaerror-code" title='Read about this "code" reference in the full HTML5 spec.'>code</a>;
-};</pre><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-error"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-error" title='Read about this "error" reference in the full HTML5 spec.'>error</a></code> . <code title="dom-MediaError-code"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-mediaerror-code" title='Read about this "code" reference in the full HTML5 spec.'>code</a></code></dt>
+  readonly attribute unsigned short <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-mediaerror-code" title='Read about this "code" reference in the full HTML5 spec.'>code</a>;
+};</pre><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-error"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-error" title='Read about this "error" reference in the full HTML5 spec.'>error</a></code> . <code title="dom-MediaError-code"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-mediaerror-code" title='Read about this "code" reference in the full HTML5 spec.'>code</a></code></dt>
 
    <dd>
 
@@ -802,7 +802,7 @@
   attribute on <a href="#media-element" id="media-element-12" title="media element">media elements</a> gives
   the address of the media resource (video, audio) to show. The
   attribute, if present, must contain a <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-9">valid non-empty
-  URL potentially surrounded by spaces</a>.<dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-currentSrc"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-currentsrc" title='Read about this "currentSrc" reference in the full HTML5 spec.'>currentSrc</a></code></dt>
+  URL potentially surrounded by spaces</a>.<dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-currentSrc"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-currentsrc" title='Read about this "currentSrc" reference in the full HTML5 spec.'>currentSrc</a></code></dt>
 
    <dd>
 
@@ -830,12 +830,12 @@
   type, or it doesn't support the listed codecs.<p>The <a href="infrastructure.html#mime-type" id="mime-type-7">MIME type</a> "<code title="">application/octet-stream</code>" with no parameters is
   never <a href="#a-type-that-the-user-agent-knows-it-cannot-render" id="a-type-that-the-user-agent-knows-it-cannot-render-0">a type that the user agent knows it cannot
   render</a>. User agents must treat that type as equivalent to the
-  lack of any explicit <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#content-type" title='Read about this "Content-Type metadata" reference in the full HTML5 spec.'>Content-Type
+  lack of any explicit <a class="full-spec-link" href="http://dev.w3.org/html5/spec/fetching-resources.html#content-type" title='Read about this "Content-Type metadata" reference in the full HTML5 spec.'>Content-Type
   metadata</a> when it is used to label a potential <a href="#media-resource" id="media-resource-15">media
   resource</a>.<p class="note">In the absence of a <!-- pretty crazy -->
   specification to the contrary, the <a href="infrastructure.html#mime-type" id="mime-type-8">MIME type</a> "<code title="">application/octet-stream</code>" when used <em>with</em>
   parameters, e.g. "<code title="">application/octet-stream;codecs=theora</code>", <em>is</em>
-  <a href="#a-type-that-the-user-agent-knows-it-cannot-render" id="a-type-that-the-user-agent-knows-it-cannot-render-1">a type that the user agent knows it cannot render</a>.<dl class="domintro"><dt><var title="">media</var> . <code title="dom-navigator-canPlayType"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-canplaytype" title='Read about this "canPlayType" reference in the full HTML5 spec.'>canPlayType</a></code>(<var title="">type</var>)</dt>
+  <a href="#a-type-that-the-user-agent-knows-it-cannot-render" id="a-type-that-the-user-agent-knows-it-cannot-render-1">a type that the user agent knows it cannot render</a>.<dl class="domintro"><dt><var title="">media</var> . <code title="dom-navigator-canPlayType"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-navigator-canplaytype" title='Read about this "canPlayType" reference in the full HTML5 spec.'>canPlayType</a></code>(<var title="">type</var>)</dt>
 
    <dd>
 
@@ -879,7 +879,7 @@
   </div><p class="note">The <code title="attr-source-type"><a href="#attr-source-type" id="type-25">type</a></code>
   attribute of the <code><a href="#the-source-element" id="source-5">source</a></code> element allows the user agent
   to avoid downloading resources that use formats it cannot
-  render.<h5 id="network-states"><span class="secno">4.8.9.4 </span>Network states</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code></dt>
+  render.<h5 id="network-states"><span class="secno">4.8.9.4 </span>Network states</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code></dt>
 
    <dd>
 
@@ -907,7 +907,7 @@
    <dd>The element has failed to find a
    <a href="#media-resource" id="media-resource-17" title="media resource">resource</a> to use.</dd>
 
-  </dl><h5 id="loading-the-media-resource"><span class="secno">4.8.9.5 </span>Loading the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-load"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-load" title='Read about this "load" reference in the full HTML5 spec.'>load</a></code>()</dt>
+  </dl><h5 id="loading-the-media-resource"><span class="secno">4.8.9.5 </span>Loading the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-load"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-load" title='Read about this "load" reference in the full HTML5 spec.'>load</a></code>()</dt>
 
    <dd>
 
@@ -955,7 +955,7 @@
   otherwise.</p>
 
   <hr>
---><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-buffered"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-buffered" title='Read about this "buffered" reference in the full HTML5 spec.'>buffered</a></code></dt>
+--><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-buffered"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-buffered" title='Read about this "buffered" reference in the full HTML5 spec.'>buffered</a></code></dt>
 
    <dd>
 
@@ -965,7 +965,7 @@
 
    </dd>
 
-  </dl><h5 id="offsets-into-the-media-resource"><span class="secno">4.8.9.6 </span>Offsets into the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-duration"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-duration" title='Read about this "duration" reference in the full HTML5 spec.'>duration</a></code></dt>
+  </dl><h5 id="offsets-into-the-media-resource"><span class="secno">4.8.9.6 </span>Offsets into the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-duration"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-duration" title='Read about this "duration" reference in the full HTML5 spec.'>duration</a></code></dt>
 
    <dd>
 
@@ -979,11 +979,11 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-currentTime"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-currenttime" title='Read about this "currentTime" reference in the full HTML5 spec.'>currentTime</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">media</var> . <code title="dom-media-currentTime"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-currenttime" title='Read about this "currentTime" reference in the full HTML5 spec.'>currentTime</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
-    <p>Returns the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a>, in seconds.</p>
+    <p>Returns the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a>, in seconds.</p>
 
     <p>Can be set, to seek to the given time.<p>
 
@@ -1008,12 +1008,12 @@
   </dl><hr><p>The <dfn id="attr-media-loop" title="attr-media-loop"><code>loop</code></dfn>
   attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-6">boolean attribute</a> that, if specified,
   indicates that the <a href="#media-element" id="media-element-13">media element</a> is to seek back to the
-  start of the <a href="#media-resource" id="media-resource-24">media resource</a> upon reaching the end.<h5 id="the-ready-states"><span class="secno">4.8.9.7 </span>The ready states</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code></dt>
+  start of the <a href="#media-resource" id="media-resource-24">media resource</a> upon reaching the end.<h5 id="the-ready-states"><span class="secno">4.8.9.7 </span>The ready states</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code></dt>
 
    <dd>
 
     <p>Returns a value that expresses the current state of the element
-    with respect to rendering the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
+    with respect to rendering the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
     position</a>, from the codes in the list below.</p>
 
    </dd>
@@ -1021,9 +1021,9 @@
   </dl><dl><dt><dfn id="dom-media-have_nothing" title="dom-media-HAVE_NOTHING"><code>HAVE_NOTHING</code></dfn> (numeric value 0)</dt>
 
    <dd>No information regarding the <a href="#media-resource" id="media-resource-25">media resource</a> is
-   available. No data for the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a>
+   available. No data for the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a>
    is available. <a href="#media-element" id="media-element-14" title="media element">Media elements</a>
-   whose <code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code>
+   whose <code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code>
    attribute are set to <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty" id="network_empty">NETWORK_EMPTY</a></code> are always in
    the <code title="dom-media-HAVE_NOTHING"><a href="#dom-media-have_nothing" id="have_nothing">HAVE_NOTHING</a></code>
    state.</dd>
@@ -1034,42 +1034,42 @@
    the resource is available. In the case of a <code><a href="#video" id="video-20">video</a></code>
    element, the dimensions of the video are also available. The API
    will no longer raise an exception when seeking. No <a href="#media-data" id="media-data-2">media
-   data</a> is available for the immediate <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
+   data</a> is available for the immediate <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
    position</a>.
    </dd>
 
    <dt><dfn id="dom-media-have_current_data" title="dom-media-HAVE_CURRENT_DATA"><code>HAVE_CURRENT_DATA</code></dfn> (numeric value 2)</dt>
 
-   <dd>Data for the immediate <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a>
+   <dd>Data for the immediate <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a>
    is available, but either not enough data is available that the user
-   agent could successfully advance the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
-   position</a> in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#direction-of-playback" title='Read about this "direction of playback" reference in the full HTML5 spec.'>direction of playback</a> at all
+   agent could successfully advance the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
+   position</a> in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#direction-of-playback" title='Read about this "direction of playback" reference in the full HTML5 spec.'>direction of playback</a> at all
    without immediately reverting to the <code title="dom-media-HAVE_METADATA"><a href="#dom-media-have_metadata" id="have_metadata">HAVE_METADATA</a></code> state, or
-   there is no more data to obtain in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#direction-of-playback" title='Read about this "direction of playback" reference in the full HTML5 spec.'>direction of
+   there is no more data to obtain in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#direction-of-playback" title='Read about this "direction of playback" reference in the full HTML5 spec.'>direction of
    playback</a>. For example, in video this corresponds to the user
    agent having data from the current frame, but not the next frame;
-   and to when <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#ended-playback" title='Read about this "playback has ended" reference in the full HTML5 spec.'>playback has
+   and to when <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#ended-playback" title='Read about this "playback has ended" reference in the full HTML5 spec.'>playback has
    ended</a>.</dd>
 
    <dt><dfn id="dom-media-have_future_data" title="dom-media-HAVE_FUTURE_DATA"><code>HAVE_FUTURE_DATA</code></dfn> (numeric value 3)</dt>
 
-   <dd>Data for the immediate <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a>
+   <dd>Data for the immediate <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a>
    is available, as well as enough data for the user agent to advance
-   the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#direction-of-playback" title='Read about this "direction of playback" reference in the full HTML5 spec.'>direction
+   the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#direction-of-playback" title='Read about this "direction of playback" reference in the full HTML5 spec.'>direction
    of playback</a> at least a little without immediately reverting
    to the <code title="dom-media-HAVE_METADATA"><a href="#dom-media-have_metadata" id="have_metadata-0">HAVE_METADATA</a></code>
    state. For example, in video this corresponds to the user agent
    having data for at least the current frame and the next frame. The
-   user agent cannot be in this state if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#ended-playback" title='Read about this "playback has ended" reference in the full HTML5 spec.'>playback has ended</a>, as the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
+   user agent cannot be in this state if <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#ended-playback" title='Read about this "playback has ended" reference in the full HTML5 spec.'>playback has ended</a>, as the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
    position</a> can never advance in this case.</dd>
 
    <dt><dfn id="dom-media-have_enough_data" title="dom-media-HAVE_ENOUGH_DATA"><code>HAVE_ENOUGH_DATA</code></dfn> (numeric value 4)</dt>
 
    <dd>All the conditions described for the <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data" id="have_future_data">HAVE_FUTURE_DATA</a></code> state
    are met, and, in addition, the user agent estimates that data is
-   being fetched at a rate where the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
+   being fetched at a rate where the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback
    position</a>, if it were to advance at the rate given by the
-   <code title="dom-media-defaultPlaybackRate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-defaultplaybackrate" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a></code>
+   <code title="dom-media-defaultPlaybackRate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-defaultplaybackrate" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a></code>
    attribute, would not overtake the available data before playback
    reaches the end of the <a href="#media-resource" id="media-resource-26">media resource</a>.</dd>
 
@@ -1087,7 +1087,7 @@
   to override the automatic playback when it is not desired, e.g. when
   using a screen reader. Authors are also encouraged to consider not
   using the automatic playback behavior at all, and instead to let the
-  user agent wait for the user to start playback explicitly.<h5 id="playing-the-media-resource"><span class="secno">4.8.9.8 </span>Playing the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code></dt>
+  user agent wait for the user to start playback explicitly.<h5 id="playing-the-media-resource"><span class="secno">4.8.9.8 </span>Playing the media resource</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code></dt>
 
    <dd>
 
@@ -1095,7 +1095,7 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-ended"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-ended" title='Read about this "ended" reference in the full HTML5 spec.'>ended</a></code></dt>
+   <dt><var title="">media</var> . <code title="dom-media-ended"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-ended" title='Read about this "ended" reference in the full HTML5 spec.'>ended</a></code></dt>
 
    <dd>
 
@@ -1103,7 +1103,7 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-defaultPlaybackRate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-defaultplaybackrate" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">media</var> . <code title="dom-media-defaultPlaybackRate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-defaultplaybackrate" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -1120,7 +1120,7 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-playbackRate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-playbackrate" title='Read about this "playbackRate" reference in the full HTML5 spec.'>playbackRate</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">media</var> . <code title="dom-media-playbackRate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-playbackrate" title='Read about this "playbackRate" reference in the full HTML5 spec.'>playbackRate</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -1130,7 +1130,7 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-played"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-played" title='Read about this "played" reference in the full HTML5 spec.'>played</a></code></dt>
+   <dt><var title="">media</var> . <code title="dom-media-played"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-played" title='Read about this "played" reference in the full HTML5 spec.'>played</a></code></dt>
 
    <dd>
 
@@ -1140,27 +1140,27 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-play"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-play" title='Read about this "play" reference in the full HTML5 spec.'>play</a></code>()</dt>
+   <dt><var title="">media</var> . <code title="dom-media-play"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-play" title='Read about this "play" reference in the full HTML5 spec.'>play</a></code>()</dt>
 
    <dd>
 
-    <p>Sets the <code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> attribute
+    <p>Sets the <code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> attribute
     to false, loading the <a href="#media-resource" id="media-resource-31">media resource</a> and beginning
     playback if necessary. If the playback had ended, will restart it
     from the start.</p>
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-pause"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-pause" title='Read about this "pause" reference in the full HTML5 spec.'>pause</a></code>()</dt>
+   <dt><var title="">media</var> . <code title="dom-media-pause"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-pause" title='Read about this "pause" reference in the full HTML5 spec.'>pause</a></code>()</dt>
 
    <dd>
 
-    <p>Sets the <code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> attribute
+    <p>Sets the <code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> attribute
     to true, loading the <a href="#media-resource" id="media-resource-32">media resource</a> if necessary.</p>
 
    </dd>
 
-  </dl><h5 id="seeking"><span class="secno">4.8.9.9 </span>Seeking</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-seeking"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-seeking" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code></dt>
+  </dl><h5 id="seeking"><span class="secno">4.8.9.9 </span>Seeking</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-seeking"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-seeking" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code></dt>
 
    <dd>
 
@@ -1168,7 +1168,7 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-seekable"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-seekable" title='Read about this "seekable" reference in the full HTML5 spec.'>seekable</a></code></dt>
+   <dt><var title="">media</var> . <code title="dom-media-seekable"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-seekable" title='Read about this "seekable" reference in the full HTML5 spec.'>seekable</a></code></dt>
 
    <dd>
 
@@ -1181,7 +1181,7 @@
   </dl><h5 id="user-interface"><span class="secno">4.8.9.10 </span>User interface</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="attr-media-controls" title="attr-media-controls"><code>controls</code></dfn>
   attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-8">boolean attribute</a>. If present, it
   indicates that the author has not provided a scripted controller and
-  would like the user agent to provide its own set of controls.<dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-volume"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-volume" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a></code> [ = <var title="">value</var> ]</dt>
+  would like the user agent to provide its own set of controls.<dl class="domintro"><dt><var title="">media</var> . <code title="dom-media-volume"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-volume" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -1195,12 +1195,12 @@
 
    </dd>
 
-   <dt><var title="">media</var> . <code title="dom-media-muted"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-muted" title='Read about this "muted" reference in the full HTML5 spec.'>muted</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">media</var> . <code title="dom-media-muted"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-muted" title='Read about this "muted" reference in the full HTML5 spec.'>muted</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
-    <p>Returns true if audio is muted, overriding the <code title="dom-media-volume"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-volume" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a></code> attribute, and false if the
-    <code title="dom-media-volume"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-volume" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a></code> attribute is being
+    <p>Returns true if audio is muted, overriding the <code title="dom-media-volume"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-volume" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a></code> attribute, and false if the
+    <code title="dom-media-volume"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-volume" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a></code> attribute is being
     honored.</p>
 
     <p>Can be set, to change whether the audio is muted or not.</p>
@@ -1209,10 +1209,10 @@
 
   </dl><h5 id="time-ranges"><span class="secno">4.8.9.11 </span>Time ranges</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>Objects implementing the <code><a href="#timeranges" id="timeranges-6">TimeRanges</a></code> interface
   represent a list of ranges (periods) of time.<pre class="idl">interface <dfn id="timeranges">TimeRanges</dfn> {
-  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-timeranges-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
-  float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-timeranges-start" title='Read about this "start" reference in the full HTML5 spec.'>start</a>(in unsigned long index);
-  float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-timeranges-end" title='Read about this "end" reference in the full HTML5 spec.'>end</a>(in unsigned long index);
-};</pre><dl class="domintro"><dt><var title="">media</var> . <code title="dom-TimeRanges-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-timeranges-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
+  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-timeranges-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
+  float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-timeranges-start" title='Read about this "start" reference in the full HTML5 spec.'>start</a>(in unsigned long index);
+  float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-timeranges-end" title='Read about this "end" reference in the full HTML5 spec.'>end</a>(in unsigned long index);
+};</pre><dl class="domintro"><dt><var title="">media</var> . <code title="dom-TimeRanges-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-timeranges-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
 
    <dd>
 
@@ -1220,7 +1220,7 @@
 
    </dd>
 
-   <dt><var title="">time</var> = <var title="">media</var> . <code title="dom-TimeRanges-start"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-timeranges-start" title='Read about this "start" reference in the full HTML5 spec.'>start</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">time</var> = <var title="">media</var> . <code title="dom-TimeRanges-start"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-timeranges-start" title='Read about this "start" reference in the full HTML5 spec.'>start</a></code>(<var title="">index</var>)</dt>
 
    <dd>
 
@@ -1230,7 +1230,7 @@
 
    </dd>
 
-   <dt><var title="">time</var> = <var title="">media</var> . <code title="dom-TimeRanges-end"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-timeranges-end" title='Read about this "end" reference in the full HTML5 spec.'>end</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">time</var> = <var title="">media</var> . <code title="dom-TimeRanges-end"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-timeranges-end" title='Read about this "end" reference in the full HTML5 spec.'>end</a></code>(<var title="">index</var>)</dt>
 
    <dd>
 
@@ -1247,97 +1247,97 @@
      <th>Preconditions
 
    <tbody><tr><td><dfn id="event-media-loadstart" title="event-media-loadstart"><code>loadstart</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td>The user agent begins looking for <a href="#media-data" id="media-data-3">media data</a>, as part of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-media-load-algorithm" title='Read about this "resource selection algorithm" reference in the full HTML5 spec.'>resource selection algorithm</a>.
-     <td><code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading" id="network_loading">NETWORK_LOADING</a></code>
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td>The user agent begins looking for <a href="#media-data" id="media-data-3">media data</a>, as part of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#concept-media-load-algorithm" title='Read about this "resource selection algorithm" reference in the full HTML5 spec.'>resource selection algorithm</a>.
+     <td><code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading" id="network_loading">NETWORK_LOADING</a></code>
     <tr><td><dfn id="event-media-progress" title="event-media-progress"><code>progress</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td>The user agent is fetching <a href="#media-data" id="media-data-4">media data</a>.
-     <td><code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading" id="network_loading-0">NETWORK_LOADING</a></code>
+     <td><code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading" id="network_loading-0">NETWORK_LOADING</a></code>
     <tr><td><dfn id="event-media-suspend" title="event-media-suspend"><code>suspend</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td>The user agent is intentionally not currently fetching <a href="#media-data" id="media-data-5">media data</a>, but does not have the entire <a href="#media-resource" id="media-resource-34">media resource</a> downloaded.
-     <td><code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle" id="network_idle">NETWORK_IDLE</a></code>
+     <td><code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle" id="network_idle">NETWORK_IDLE</a></code>
     <tr><td><dfn id="event-media-abort" title="event-media-abort"><code>abort</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td>The user agent stops fetching the <a href="#media-data" id="media-data-6">media data</a> before it is completely downloaded, but not due to an error.
-     <td><code title="dom-media-error"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-error" title='Read about this "error" reference in the full HTML5 spec.'>error</a></code> is an object with the code <code title="dom-MediaError-MEDIA_ERR_ABORTED"><a href="#dom-mediaerror-media_err_aborted" id="media_err_aborted">MEDIA_ERR_ABORTED</a></code>.
-         <code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals either <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty" id="network_empty-0">NETWORK_EMPTY</a></code> or <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle" id="network_idle-0">NETWORK_IDLE</a></code>, depending on when the download was aborted.
+     <td><code title="dom-media-error"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-error" title='Read about this "error" reference in the full HTML5 spec.'>error</a></code> is an object with the code <code title="dom-MediaError-MEDIA_ERR_ABORTED"><a href="#dom-mediaerror-media_err_aborted" id="media_err_aborted">MEDIA_ERR_ABORTED</a></code>.
+         <code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals either <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty" id="network_empty-0">NETWORK_EMPTY</a></code> or <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle" id="network_idle-0">NETWORK_IDLE</a></code>, depending on when the download was aborted.
     <tr><td><dfn id="event-media-error" title="event-media-error"><code>error</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td>An error occurs while fetching the <a href="#media-data" id="media-data-7">media data</a>.
-     <td><code title="dom-media-error"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-error" title='Read about this "error" reference in the full HTML5 spec.'>error</a></code> is an object with the code <code title="dom-MediaError-MEDIA_ERR_NETWORK"><a href="#dom-mediaerror-media_err_network" id="media_err_network">MEDIA_ERR_NETWORK</a></code> or higher.
-         <code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals either <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty" id="network_empty-1">NETWORK_EMPTY</a></code> or <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle" id="network_idle-1">NETWORK_IDLE</a></code>, depending on when the download was aborted.
+     <td><code title="dom-media-error"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-error" title='Read about this "error" reference in the full HTML5 spec.'>error</a></code> is an object with the code <code title="dom-MediaError-MEDIA_ERR_NETWORK"><a href="#dom-mediaerror-media_err_network" id="media_err_network">MEDIA_ERR_NETWORK</a></code> or higher.
+         <code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> equals either <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty" id="network_empty-1">NETWORK_EMPTY</a></code> or <code title="dom-media-NETWORK_IDLE"><a href="#dom-media-network_idle" id="network_idle-1">NETWORK_IDLE</a></code>, depending on when the download was aborted.
     <tr><td><dfn id="event-media-emptied" title="event-media-emptied"><code>emptied</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td>A <a href="#media-element" id="media-element-16">media element</a> whose <code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> was previously not in the <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty" id="network_empty-2">NETWORK_EMPTY</a></code> state has just switched to that state (either because of a fatal error during load that's about to be reported, or because the <code title="dom-media-load"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-load" title='Read about this "load()" reference in the full HTML5 spec.'>load()</a></code> method was invoked while the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-media-load-algorithm" title='Read about this "resource selection algorithm" reference in the full HTML5 spec.'>resource selection algorithm</> was already running).
-     <td><code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> is <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty" id="network_empty-3">NETWORK_EMPTY</a></code>; all the IDL attributes are in their initial states.
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td>A <a href="#media-element" id="media-element-16">media element</a> whose <code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> was previously not in the <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty" id="network_empty-2">NETWORK_EMPTY</a></code> state has just switched to that state (either because of a fatal error during load that's about to be reported, or because the <code title="dom-media-load"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-load" title='Read about this "load()" reference in the full HTML5 spec.'>load()</a></code> method was invoked while the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#concept-media-load-algorithm" title='Read about this "resource selection algorithm" reference in the full HTML5 spec.'>resource selecton algorithm</a> was already running).
+     <td><code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> is <code title="dom-media-NETWORK_EMPTY"><a href="#dom-media-network_empty" id="network_empty-3">NETWORK_EMPTY</a></code>; all the IDL attributes are in their initial states.
     <tr><td><dfn id="event-media-stalled" title="event-media-stalled"><code>stalled</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td>The user agent is trying to fetch <a href="#media-data" id="media-data-8">media data</a>, but data is unexpectedly not forthcoming.
-     <td><code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> is <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading" id="network_loading-1">NETWORK_LOADING</a></code>.
+     <td><code title="dom-media-networkState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-networkstate" title='Read about this "networkState" reference in the full HTML5 spec.'>networkState</a></code> is <code title="dom-media-NETWORK_LOADING"><a href="#dom-media-network_loading" id="network_loading-1">NETWORK_LOADING</a></code>.
 
    <tbody><tr><td><dfn id="event-media-play" title="event-media-play"><code>play</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td>Playback has begun. Fired after the <code title="dom-media-play"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-play" title='Read about this "play()" reference in the full HTML5 spec.'>play()</a></code> method has returned, or when the <code title="attr-media-autoplay"><a href="#attr-media-autoplay" id="autoplay-6">autoplay</a></code> attribute has caused playback to begin.
-     <td><code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is newly false.
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td>Playback has begun. Fired after the <code title="dom-media-play"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-play" title='Read about this "play()" reference in the full HTML5 spec.'>play()</a></code> method has returned, or when the <code title="attr-media-autoplay"><a href="#attr-media-autoplay" id="autoplay-6">autoplay</a></code> attribute has caused playback to begin.
+     <td><code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is newly false.
     <tr><td><dfn id="event-media-pause" title="event-media-pause"><code>pause</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td>Playback has been paused. Fired after the <code title="dom-media-pause"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-pause" title='Read about this "pause()" reference in the full HTML5 spec.'>pause()</a></code> method has returned.
-     <td><code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is newly true.
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td>Playback has been paused. Fired after the <code title="dom-media-pause"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-pause" title='Read about this "pause()" reference in the full HTML5 spec.'>pause()</a></code> method has returned.
+     <td><code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is newly true.
 
    <tbody><tr><td><dfn id="event-media-loadedmetadata" title="event-media-loadedmetadata"><code>loadedmetadata</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td>The user agent has just determined the duration and dimensions of the <a href="#media-resource" id="media-resource-35">media resource</a>
-     <td><code title="dom-media-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to <code title="dom-media-HAVE_METADATA"><a href="#dom-media-have_metadata" id="have_metadata-2">HAVE_METADATA</a></code> or greater for the first time.
+     <td><code title="dom-media-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to <code title="dom-media-HAVE_METADATA"><a href="#dom-media-have_metadata" id="have_metadata-2">HAVE_METADATA</a></code> or greater for the first time.
     <tr><td><dfn id="event-media-loadeddata" title="event-media-loadeddata"><code>loadeddata</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td>The user agent can render the <a href="#media-data" id="media-data-9">media data</a> at the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> for the first time.
-     <td><code title="dom-media-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> newly increased to <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data" id="have_current_data-0">HAVE_CURRENT_DATA</a></code> or greater for the first time.
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td>The user agent can render the <a href="#media-data" id="media-data-9">media data</a> at the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> for the first time.
+     <td><code title="dom-media-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> newly increased to <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data" id="have_current_data-0">HAVE_CURRENT_DATA</a></code> or greater for the first time.
     <tr><td><dfn id="event-media-waiting" title="event-media-waiting"><code>waiting</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td>Playback has stopped because the next frame is not available, but the user agent expects that frame to become available in due course.
-     <td><code title="dom-media-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to or less than <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data" id="have_current_data-1">HAVE_CURRENT_DATA</a></code>, and <code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is false. Either <code title="dom-media-seeking"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-seeking" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> is true, or the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>curret playback position</a> is not contained in any of the ranges in <code title="dom-media-buffered"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-buffered" title='Read about this "buffered" reference in the full HTML5 spec.'>buffered</a></code>. It is possible for playback to stop for two other reasons without <code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> being false, but those two reasons do not fire this event: maybe <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#ended-playback" title='Read about this "playback ended" reference in the full HTML5 spec.'>playback ended</a>, or playback <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#stopped-due-to-errors" title='Read about this "stopped due to errors" reference in the full HTML5 spec.'>stopped due to errors</a>.
+     <td><code title="dom-media-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to or less than <code title="dom-media-HAVE_CURRENT_DATA"><a href="#dom-media-have_current_data" id="have_current_data-1">HAVE_CURRENT_DATA</a></code>, and <code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is false. Either <code title="dom-media-seeking"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-seeking" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> is true, or the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the ful HTML5 spec.'>current playback position</a> is not contained in any of the ranges in <code title="dom-media-buffered"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-buffered" title='Read about this "buffered" reference in the full HTML5 spec.'>buffered</a></code>. It is possible for playback to stop for two other reasons without <code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> being false, but those two reasons do not fire this event: maybe <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#ended-playback" title='Read about this "playback ended" reference in the full HTML5 spec.'>playback ended</a>, or playback <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#stopped-due-to-errors" title='Read about this "stopped due to errors" reference in the full HTML5 spec.'>stopped due t errors</a>.
     <tr><td><dfn id="event-media-playing" title="event-media-playing"><code>playing</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td>Playback has started.
-     <td><code title="dom-media-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to or greater than <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data" id="have_future_data-1">HAVE_FUTURE_DATA</a></code>, <code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is false, <code title="dom-media-seeking"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-seeking" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> is false, or the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playbackposition</a> is contained in one of the ranges in <code title="dom-media-buffered"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-buffered" title='Read about this "buffered" reference in the full HTML5 spec.'>buffered</a></code>.
+     <td><code title="dom-media-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to or greater than <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data" id="have_future_data-1">HAVE_FUTURE_DATA</a></code>, <code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is false, <code title="dom-media-seeking"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-seeking" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> is false, or the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spe.'>current playback position</a> is contained in one of the ranges in <code title="dom-media-buffered"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-buffered" title='Read about this "buffered" reference in the full HTML5 spec.'>buffered</a></code>.
     <tr><td><dfn id="event-media-canplay" title="event-media-canplay"><code>canplay</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td>The user agent can resume playback of the <a href="#media-data" id="media-data-10">media data</a>, but estimates that if playback were to be started now, the <a href="#media-resource" id="media-resource-36">media resource</a> could not be rendered at the current playback rate up to its end without having to stop for further buffering of content.
-     <td><code title="dom-media-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> newly increased to <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data" id="have_future_data-2">HAVE_FUTURE_DATA</a></code> or greater.
+     <td><code title="dom-media-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> newly increased to <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data" id="have_future_data-2">HAVE_FUTURE_DATA</a></code> or greater.
     <tr><td><dfn id="event-media-canplaythrough" title="event-media-canplaythrough"><code>canplaythrough</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td>The user agent estimates that if playback were to be started now, the <a href="#media-resource" id="media-resource-37">media resource</a> could be rendered at the current playback rate all the way to its end without having to stop for further buffering.
-     <td><code title="dom-media-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to <code title="dom-media-HAVE_ENOUGH_DATA"><a href="#dom-media-have_enough_data" id="have_enough_data-0">HAVE_ENOUGH_DATA</a></code>.
+     <td><code title="dom-media-readyState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-readystate" title='Read about this "readyState" reference in the full HTML5 spec.'>readyState</a></code> is newly equal to <code title="dom-media-HAVE_ENOUGH_DATA"><a href="#dom-media-have_enough_data" id="have_enough_data-0">HAVE_ENOUGH_DATA</a></code>.
 
    <tbody><tr><td><dfn id="event-media-seeking" title="event-media-seeking"><code>seeking</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td>The <code title="dom-media-seeking"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-seeking" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> IDL attribute changed to true and the seek operation is taking long enough that the user agent has time to fire the event.
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td>The <code title="dom-media-seeking"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-seeking" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> IDL attribute changed to true and the seek operation is taking long enough that the user agent has time to fire the event.
      <td>
     <tr><td><dfn id="event-media-seeked" title="event-media-seeked"><code>seeked</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td>The <code title="dom-media-seeking"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-seeking" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> IDL attribute changed to false.
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td>The <code title="dom-media-seeking"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-seeking" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> IDL attribute changed to false.
      <td>
     <tr><td><dfn id="event-media-timeupdate" title="event-media-timeupdate"><code>timeupdate</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td>The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> changed as part of normal playback or in an especially interesting way, for example discontinuously.
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td>The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> changed as part of normal playback or in an especially interesting way, for example discontinuously.
      <td>
     <tr><td><dfn id="event-media-ended" title="event-media-ended"><code>ended</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td>Playback has stopped because the end of the <a href="#media-resource" id="media-resource-38">media resource</a> was reached.
-     <td><code title="dom-media-currentTime"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-currenttime" title='Read about this "currentTime" reference in the full HTML5 spec.'>currentTime</a></code> equals the end of the <a href="#media-resource" id="media-resource-39">media resource</a>; <code title="dom-media-ended"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-ended" title='Read about this "ended" reference in the full HTML5 spec.'>ended</a></code> is true.
+     <td><code title="dom-media-currentTime"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-currenttime" title='Read about this "currentTime" reference in the full HTML5 spec.'>currentTime</a></code> equals the end of the <a href="#media-resource" id="media-resource-39">media resource</a>; <code title="dom-media-ended"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-ended" title='Read about this "ended" reference in the full HTML5 spec.'>ended</a></code> is true.
 
    <tbody><tr><td><dfn id="event-media-ratechange" title="event-media-ratechange"><code>ratechange</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td>Either the <code title="dom-media-defaultPlaybackRate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-defaultplaybackrate" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a></code> or the <code title="dom-media-playbackRate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-playbackrate" title='Read about this "playbackRate" reference in the full HTML5 spec.'>playbackRate</a></code> attribute has just been updated.
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td>Either the <code title="dom-media-defaultPlaybackRate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-defaultplaybackrate" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a></code> or the <code title="dom-media-playbackRate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-playbackrate" title='Read about this "playbackRate" reference in the full HTML5 spec.'>playbackRate</a></code> attribute has just been updated.
      <td>
     <tr><td><dfn id="event-media-durationchange" title="event-media-durationchange"><code>durationchange</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td>The <code title="dom-media-duration"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-duration" title='Read about this "duration" reference in the full HTML5 spec.'>duration</a></code> attribute has just been updated.
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td>The <code title="dom-media-duration"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-duration" title='Read about this "duration" reference in the full HTML5 spec.'>duration</a></code> attribute has just been updated.
      <td>
     <tr><td><dfn id="event-media-volumechange" title="event-media-volumechange"><code>volumechange</code></dfn>
-     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td>Either the <code title="dom-media-volume"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-volume" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a></code> attribute or the <code title="dom-media-muted"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-muted" title='Read about this "muted" reference in the full HTML5 spec.'>muted</a></code> attribute has changed. Fired after the relevant attribute's setter has returned.
+     <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td>Either the <code title="dom-media-volume"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-volume" title='Read about this "volume" reference in the full HTML5 spec.'>volume</a></code> attribute or the <code title="dom-media-muted"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-muted" title='Read about this "muted" reference in the full HTML5 spec.'>muted</a></code> attribute has changed. Fired after the relevant attribute's setter has returned.
      <td>
   </table>
\ No newline at end of file

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.724
retrieving revision 1.725
diff -u -d -r1.724 -r1.725
--- browsers.html	19 Aug 2010 20:42:50 -0000	1.724
+++ browsers.html	19 Aug 2010 20:45:42 -0000	1.725
@@ -319,25 +319,25 @@
     <ol><li><a href="browsers.html#apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</a><li><a href="browsers.html#accessing-other-browsing-contexts"><span class="secno">5.2.2 </span>Accessing other browsing contexts</a><li><a href="browsers.html#named-access-on-the-window-object"><span class="secno">5.2.3 </span>Named access on the <code>Window</code> object</a><li><a href="browsers.html#browser-interface-elements"><span class="secno">5.2.4 </span>Browser interface elements</a></ol></ol></ol></div>
 
   <h2 id="browsers"><span class="secno">5 </span>Loading Web pages</h2><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h3 id="windows"><span class="secno">5.1 </span>Browsing contexts</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>A <dfn id="browsing-context">browsing context</dfn> is an environment in which
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects are presented to the user.<p class="note">A tab or window in a Web browser typically contains
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects are presented to the user.<p class="note">A tab or window in a Web browser typically contains
   a <a href="#browsing-context" id="browsing-context-9">browsing context</a>, as does an <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-37">iframe</a></code>.<p>Each <a href="#browsing-context" id="browsing-context-10">browsing context</a> has a corresponding
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object.<p>A <a href="#browsing-context" id="browsing-context-11">browsing context</a> has a <a href="history.html#session-history" id="session-history-0">session
-  history</a>, which lists the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects that
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object.<p>A <a href="#browsing-context" id="browsing-context-11">browsing context</a> has a <a href="history.html#session-history" id="session-history-0">session
+  history</a>, which lists the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> objects that
   that <a href="#browsing-context" id="browsing-context-12">browsing context</a> has presented, is presenting, or
-  will present. At any time, one <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> in each
+  will present. At any time, one <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> in each
   <a href="#browsing-context" id="browsing-context-13">browsing context</a> is designated the <dfn id="active-document">active
-  document</dfn>.<p>Each <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is associated with a
+  document</dfn>.<p>Each <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is associated with a
   <code><a href="#window" id="window-7">Window</a></code> object. A <a href="#browsing-context" id="browsing-context-14">browsing context</a>'s
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object forwards everything to the
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object forwards everything to the
   <a href="#browsing-context" id="browsing-context-15">browsing context</a>'s <a href="#active-document" id="active-document-0">active document</a>'s
   <code><a href="#window" id="window-8">Window</a></code> object.<p class="note">In general, there is a 1-to-1 mapping from the
-  <code><a href="#window" id="window-9">Window</a></code> object to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object. In
+  <code><a href="#window" id="window-9">Window</a></code> object to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object. In
   one particular case, a <code><a href="#window" id="window-10">Window</a></code> can be reused for the
-  presentation of a second <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> in the same
+  presentation of a second <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> in the same
   <a href="#browsing-context" id="browsing-context-16">browsing context</a>, such that the mapping is then
-  2-to-1. This occurs when a <a href="#browsing-context" id="browsing-context-17">browsing context</a> is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigated" reference in the full HTML5 spec.'>navigated</a> from the initial
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#about:blank" title='Read about this "about:blank" reference in the full HTML5 spec.'>about:blank</a></code> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> to another, with
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#replacement-enabled" title='Read about this "replacement enabled" reference in the full HTML5 spec.'>replacement enabled</a>.<p class="note">A <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> does not necessarily have a
+  2-to-1. This occurs when a <a href="#browsing-context" id="browsing-context-17">browsing context</a> is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigated" reference in the full HTML5 spec.'>navigated</a> from the initial
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/fetching-resources.html#about:blank" title='Read about this "about:blank" reference in the full HTML5 spec.'>about:blank</a></code> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> to another, with
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#replacement-enabled" title='Read about this "replacement enabled" reference in the full HTML5 spec.'>replacement enabled</a>.<p class="note">A <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> does not necessarily have a
   <a href="#browsing-context" id="browsing-context-18">browsing context</a> associated with it. In particular,
   data mining tools are likely to never instantiate browsing
   contexts.</p><hr><p>A <a href="#browsing-context" id="browsing-context-19">browsing context</a> can have a <dfn id="creator-browsing-context">creator browsing
@@ -350,13 +350,13 @@
   context</a>. Otherwise, the <a href="#browsing-context" id="browsing-context-23">browsing context</a> has no
   <a href="#creator-browsing-context" id="creator-browsing-context-2">creator browsing context</a>.<p>If a <a href="#browsing-context" id="browsing-context-24">browsing context</a> <var title="">A</var> has a
   <a href="#creator-browsing-context" id="creator-browsing-context-3">creator browsing context</a>, then the
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that was the <a href="#active-document" id="active-document-1">active document</a> of
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that was the <a href="#active-document" id="active-document-1">active document</a> of
   that <a href="#creator-browsing-context" id="creator-browsing-context-4">creator browsing context</a> at the time <var title="">A</var> was created is the <dfn id="creator-document">creator
   <code>Document</code></dfn>.<h4 id="nested-browsing-contexts"><span class="secno">5.1.1 </span>Nested browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>Certain elements (for example, <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-38">iframe</a></code> elements) can
   instantiate further <a href="#browsing-context" id="browsing-context-25" title="browsing context">browsing
   contexts</a>. These are called <dfn id="nested-browsing-context" title="nested browsing
   context">nested browsing contexts</dfn>. If a browsing context <var title="">P</var> has an element <var title="">E</var> in one of its
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>s <var title="">D</var> that nests another
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>s <var title="">D</var> that nests another
   browsing context <var title="">C</var> inside it, then <var title="">P</var> is said to be the <dfn id="parent-browsing-context">parent browsing
   context</dfn> of <var title="">C</var>, <var title="">C</var> is
   said to be a <dfn id="child-browsing-context">child browsing context</dfn> of <var title="">P</var>, <var title="">C</var> is said to be <dfn id="browsing-context-nested-through" title="browsing context nested through">nested through</dfn> <var title="">D</var>, and <var title="">E</var> is said to be the
@@ -375,7 +375,7 @@
   context">parent browsing contexts</a> for a <a href="#nested-browsing-context" id="nested-browsing-context-8">nested browsing
   context</a> gives the list of <dfn id="ancestor-browsing-context" title="ancestor browsing
   context">ancestor browsing contexts</dfn>.<p>The <dfn id="list-of-the-descendant-browsing-contexts">list of the descendant browsing contexts</dfn> of a
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> <var title="">d</var> is the list returned by
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> <var title="">d</var> is the list returned by
   the following algorithm:<ol><li><p>Let <var title="">list</var> be an empty list.</li>
 
    <li><p>For each <a href="#child-browsing-context" id="child-browsing-context-3">child browsing context</a> of <var title="">d</var> that is <a href="#browsing-context-nested-through" id="browsing-context-nested-through-0" title="browsing context nested
@@ -389,40 +389,40 @@
 
    <li><p>Return the constructed <var title="">list</var>.</li>
 
-  </ol><hr><p>A <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is said to be <dfn id="fully-active">fully active</dfn>
+  </ol><hr><p>A <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is said to be <dfn id="fully-active">fully active</dfn>
   when it is the <a href="#active-document" id="active-document-3">active document</a> of its <a href="#browsing-context" id="browsing-context-27">browsing
   context</a>, and either its browsing context is a <a href="#top-level-browsing-context" id="top-level-browsing-context-1">top-level
-  browsing context</a>, or the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> <a href="#browsing-context-nested-through" id="browsing-context-nested-through-1" title="browsing context nested through">through which</a> that
+  browsing context</a>, or the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> <a href="#browsing-context-nested-through" id="browsing-context-nested-through-1" title="browsing context nested through">through which</a> that
   browsing context is <a href="#nested-browsing-context" id="nested-browsing-context-9" title="nested browsing
   context">nested</a> is itself <a href="#fully-active" id="fully-active-0">fully active</a>.<p>Because they are nested through an element, <a href="#child-browsing-context" id="child-browsing-context-5" title="child
   browsing context">child browsing contexts</a> are always tied to
-  a specific <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> in their <a href="#parent-browsing-context" id="parent-browsing-context-4">parent browsing
+  a specific <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> in their <a href="#parent-browsing-context" id="parent-browsing-context-4">parent browsing
   context</a>. User agents must not allow the user to interact with
   <a href="#child-browsing-context" id="child-browsing-context-6" title="child browsing context">child browsing contexts</a>
-  of elements that are in <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>s that are not
-  themselves <a href="#fully-active" id="fully-active-1">fully active</a>.<p>A <a href="#nested-browsing-context" id="nested-browsing-context-10">nested browsing context</a> can have a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#seamless-browsing-context-flag" title='Read about this "seamless browsing context flag" reference in the full HTML5 spec.'>seamless
+  of elements that are in <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>s that are not
+  themselves <a href="#fully-active" id="fully-active-1">fully active</a>.<p>A <a href="#nested-browsing-context" id="nested-browsing-context-10">nested browsing context</a> can have a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#seamless-browsing-context-flag" title='Read about this "seamless browsing context flag" reference in the full HTML5 spec.'>seamless
   browsing context flag</a> set, if it is embedded through an
-  <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-39">iframe</a></code> element with a <code title="attr-iframe-seamless"><a href="the-iframe-element.html#attr-iframe-seamless" id="seamless-1">seamless</a></code> attribute.<h5 id="navigating-nested-browsing-contexts-in-the-dom"><span class="secno">5.1.1.1 </span>Navigating nested browsing contexts in the DOM</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-top"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-top" title='Read about this "top" reference in the full HTML5 spec.'>top</a></code></dt>
+  <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-39">iframe</a></code> element with a <code title="attr-iframe-seamless"><a href="the-iframe-element.html#attr-iframe-seamless" id="seamless-1">seamless</a></code> attribute.<h5 id="navigating-nested-browsing-contexts-in-the-dom"><span class="secno">5.1.1.1 </span>Navigating nested browsing contexts in the DOM</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-top"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-top" title='Read about this "top" reference in the full HTML5 spec.'>top</a></code></dt>
 
    <dd>
 
-    <p>Returns the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> for the <a href="#top-level-browsing-context" id="top-level-browsing-context-2">top-level browsing context</a>.</p>
+    <p>Returns the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> for the <a href="#top-level-browsing-context" id="top-level-browsing-context-2">top-level browsing context</a>.</p>
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-parent"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-parent" title='Read about this "parent" reference in the full HTML5 spec.'>parent</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-parent"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-parent" title='Read about this "parent" reference in the full HTML5 spec.'>parent</a></code></dt>
 
    <dd>
 
-    <p>Returns the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> for the <a href="#parent-browsing-context" id="parent-browsing-context-5">parent browsing context</a>.</p>
+    <p>Returns the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> for the <a href="#parent-browsing-context" id="parent-browsing-context-5">parent browsing context</a>.</p>
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-frameElement"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-frameelement" title='Read about this "frameElement" reference in the full HTML5 spec.'>frameElement</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-frameElement"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-frameelement" title='Read about this "frameElement" reference in the full HTML5 spec.'>frameElement</a></code></dt>
 
    <dd>
 
-    <p>Returns the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a></code> for the <a href="#browsing-context-container" id="browsing-context-container-0">browsing context container</a>.</p>
+    <p>Returns the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a></code> for the <a href="#browsing-context-container" id="browsing-context-container-0">browsing context container</a>.</p>
 
     <p>Returns null if there isn't one.</p>
 
@@ -442,7 +442,7 @@
   browsing context</a> when the <a href="#auxiliary-browsing-context" id="auxiliary-browsing-context-2">auxiliary browsing
   context</a> was created.<h5 id="navigating-auxiliary-browsing-contexts-in-the-dom"><span class="secno">5.1.2.1 </span>Navigating auxiliary browsing contexts in the DOM</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="dom-opener" title="dom-opener"><code>opener</code></dfn> IDL
   attribute on the <code><a href="#window" id="window-11">Window</a></code> object must return the
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object of the <a href="#browsing-context" id="browsing-context-29">browsing context</a>
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a></code> object of the <a href="#browsing-context" id="browsing-context-29">browsing context</a>
   from which the current <a href="#browsing-context" id="browsing-context-30">browsing context</a> was created
   (its <a href="#opener-browsing-context" id="opener-browsing-context-2">opener browsing context</a>), if there is one and it
   is still available.<h4 id="secondary-browsing-contexts"><span class="secno">5.1.3 </span>Secondary browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>User agents may support <dfn id="secondary-browsing-context" title="secondary browsing
@@ -456,127 +456,127 @@
   an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-15">ASCII case-insensitive</a> match for one of: <code title="">_blank</code>, <code title="">_self</code>, <code title="">_parent</code>, or <code title="">_top</code>.<h3 id="the-window-object"><span class="secno">5.2 </span>The <code><a href="#window" id="window-12">Window</a></code> object</h3><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i><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 class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window" title='Read about this "window" reference in the full HTML5 spec.'>window</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-self" title='Read about this "self" reference in the full HTML5 spec.'>self</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document" title='Read about this "document" reference in the full HTML5 spec.'>document</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; <!-- not [Replaceable] per WebKit and IE8 -->
-  [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>] readonly attribute <a href="history.html#location" id="location-1">Location</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a>;
-  readonly attribute <a href="history.html#history-0" id="history-2">History</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a>;
-  readonly attribute <a href="dnd.html#undomanager" id="undomanager-0">UndoManager</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager" title='Read about this "undoManager" reference in the full HTML5 spec.'>undoManager</a>;
-  <a href="editing.html#selection-0" id="selection-2">Selection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-getselection" title='Read about this "getSelection" reference in the full HTML5 spec.'>getSelection</a>();
-  [Replaceable] readonly attribute <a href="#barprop" id="barprop-0">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-locationbar" title='Read about this "locationbar" reference in the full HTML5 spec.'>locationbar</a>;
-  [Replaceable] readonly attribute <a href="#barprop" id="barprop-1">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-menubar" title='Read about this "menubar" reference in the full HTML5 spec.'>menubar</a>;
-  [Replaceable] readonly attribute <a href="#barprop" id="barprop-2">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-personalbar" title='Read about this "personalbar" reference in the full HTML5 spec.'>personalbar</a>;
-  [Replaceable] readonly attribute <a href="#barprop" id="barprop-3">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-scrollbars" title='Read about this "scrollbars" reference in the full HTML5 spec.'>scrollbars</a>;
-  [Replaceable] readonly attribute <a href="#barprop" id="barprop-4">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-statusbar" title='Read about this "statusbar" reference in the full HTML5 spec.'>statusbar</a>;
-  [Replaceable] readonly attribute <a href="#barprop" id="barprop-5">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-toolbar" title='Read about this "toolbar" reference in the full HTML5 spec.'>toolbar</a>;<!--
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window" title='Read about this "window" reference in the full HTML5 spec.'>window</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-self" title='Read about this "self" reference in the full HTML5 spec.'>self</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-document" title='Read about this "document" reference in the full HTML5 spec.'>document</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; <!-- not [Replaceable] per WebKit and IE8 -->
+  [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>] readonly attribute <a href="history.html#location" id="location-1">Location</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-location" title='Read about this "location" reference in the full HTML5 spec.'>location</a>;
+  readonly attribute <a href="history.html#history-0" id="history-2">History</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#dom-history" title='Read about this "history" reference in the full HTML5 spec.'>history</a>;
+  readonly attribute <a href="dnd.html#undomanager" id="undomanager-0">UndoManager</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager" title='Read about this "undoManager" reference in the full HTML5 spec.'>undoManager</a>;
+  <a href="editing.html#selection-0" id="selection-2">Selection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-getselection" title='Read about this "getSelection" reference in the full HTML5 spec.'>getSelection</a>();
+  [Replaceable] readonly attribute <a href="#barprop" id="barprop-0">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-locationbar" title='Read about this "locationbar" reference in the full HTML5 spec.'>locationbar</a>;
+  [Replaceable] readonly attribute <a href="#barprop" id="barprop-1">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-menubar" title='Read about this "menubar" reference in the full HTML5 spec.'>menubar</a>;
+  [Replaceable] readonly attribute <a href="#barprop" id="barprop-2">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-personalbar" title='Read about this "personalbar" reference in the full HTML5 spec.'>personalbar</a>;
+  [Replaceable] readonly attribute <a href="#barprop" id="barprop-3">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-scrollbars" title='Read about this "scrollbars" reference in the full HTML5 spec.'>scrollbars</a>;
+  [Replaceable] readonly attribute <a href="#barprop" id="barprop-4">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-statusbar" title='Read about this "statusbar" reference in the full HTML5 spec.'>statusbar</a>;
+  [Replaceable] readonly attribute <a href="#barprop" id="barprop-5">BarProp</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-toolbar" title='Read about this "toolbar" reference in the full HTML5 spec.'>toolbar</a>;<!--
   [Replaceable] readonly attribute <span>BarProp</span> <span title="dom-window-directories">directories</span>; // legacy (Gecko-only) -->
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-close" title='Read about this "close" reference in the full HTML5 spec.'>close</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-stop" title='Read about this "stop" reference in the full HTML5 spec.'>stop</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-focus" title='Read about this "focus" reference in the full HTML5 spec.'>focus</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-blur" title='Read about this "blur" reference in the full HTML5 spec.'>blur</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-close" title='Read about this "close" reference in the full HTML5 spec.'>close</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-stop" title='Read about this "stop" reference in the full HTML5 spec.'>stop</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-window-focus" title='Read about this "focus" reference in the full HTML5 spec.'>focus</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-window-blur" title='Read about this "blur" reference in the full HTML5 spec.'>blur</a>();
 
   // other browsing contexts
-  [Replaceable] readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-frames" title='Read about this "frames" reference in the full HTML5 spec.'>frames</a>;
-  [Replaceable] readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-top" title='Read about this "top" reference in the full HTML5 spec.'>top</a>;
-  [Replaceable] readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="#dom-opener" id="dom-opener-0" title="dom-opener">opener</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-parent" title='Read about this "parent" reference in the full HTML5 spec.'>parent</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-frameelement" title='Read about this "frameElement" reference in the full HTML5 spec.'>frameElement</a>;
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-open" title='Read about this "open" reference in the full HTML5 spec.'>open</a>(in optional DOMString url, in optional DOMString target, in optional DOMString features, in optional DOMString replace);
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-item" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> (in unsigned long index);
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-nameditem" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> any (in DOMString name);
+  [Replaceable] readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-frames" title='Read about this "frames" reference in the full HTML5 spec.'>frames</a>;
+  [Replaceable] readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-top" title='Read about this "top" reference in the full HTML5 spec.'>top</a>;
+  [Replaceable] readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="#dom-opener" id="dom-opener-0" title="dom-opener">opener</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-parent" title='Read about this "parent" reference in the full HTML5 spec.'>parent</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#element" title='Read about this "Element" reference in the full HTML5 spec.'>Element</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-frameelement" title='Read about this "frameElement" reference in the full HTML5 spec.'>frameElement</a>;
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-open" title='Read about this "open" reference in the full HTML5 spec.'>open</a>(in optional DOMString url, in optional DOMString target, in optional DOMString features, in optional DOMString replace);
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-item" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> (in unsigned long index);
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-nameditem" title='Read about this "getter" reference in the full HTML5 spec.'>getter</a> any (in DOMString name);
 
   // the user agent
-  readonly attribute <a href="timers.html#navigator" id="navigator-0">Navigator</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a>; <!-- IE also has window.clientInformation === window.navigator -->
-  readonly attribute <a href="offline.html#applicationcache" id="applicationcache-0">ApplicationCache</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-applicationcache" title='Read about this "applicationCache" reference in the full HTML5 spec.'>applicationCache</a>;
+  readonly attribute <a href="timers.html#navigator" id="navigator-0">Navigator</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a>; <!-- IE also has window.clientInformation === window.navigator -->
+  readonly attribute <a href="offline.html#applicationcache" id="applicationcache-0">ApplicationCache</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-applicationcache" title='Read about this "applicationCache" reference in the full HTML5 spec.'>applicationCache</a>;
 
   // user prompts
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-alert" title='Read about this "alert" reference in the full HTML5 spec.'>alert</a>(in DOMString message);
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-confirm" title='Read about this "confirm" reference in the full HTML5 spec.'>confirm</a>(in DOMString message);
-  DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-prompt" title='Read about this "prompt" reference in the full HTML5 spec.'>prompt</a>(in DOMString message, in optional DOMString default);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-print" title='Read about this "print" reference in the full HTML5 spec.'>print</a>();
-  any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-showmodaldialog" title='Read about this "showModalDialog" reference in the full HTML5 spec.'>showModalDialog</a>(in DOMString url, in optional any argument<!--, in optional DOMString features-->);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-alert" title='Read about this "alert" reference in the full HTML5 spec.'>alert</a>(in DOMString message);
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-confirm" title='Read about this "confirm" reference in the full HTML5 spec.'>confirm</a>(in DOMString message);
+  DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-prompt" title='Read about this "prompt" reference in the full HTML5 spec.'>prompt</a>(in DOMString message, in optional DOMString default);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-print" title='Read about this "print" reference in the full HTML5 spec.'>print</a>();
+  any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-showmodaldialog" title='Read about this "showModalDialog" reference in the full HTML5 spec.'>showModalDialog</a>(in DOMString url, in optional any argument<!--, in optional DOMString features-->);
 
-  // <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>
-           attribute <a href="webappapis.html#function" id="function-127">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a>;
-           attribute <a href="webappapis.html#function" id="function-128">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a>;
-           attribute <a href="webappapis.html#function" id="function-129">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a>;
-           attribute <a href="webappapis.html#function" id="function-130">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a>;
-           attribute <a href="webappapis.html#function" id="function-131">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>;
-           attribute <a href="webappapis.html#function" id="function-132">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a>;
-           attribute <a href="webappapis.html#function" id="function-133">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a>;
-           attribute <a href="webappapis.html#function" id="function-134">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a>;
-           attribute <a href="webappapis.html#function" id="function-135">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a>;
-           attribute <a href="webappapis.html#function" id="function-136">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a>;
-           attribute <a href="webappapis.html#function" id="function-137">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a>;
-           attribute <a href="webappapis.html#function" id="function-138">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a>;
-           attribute <a href="webappapis.html#function" id="function-139">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a>;
-           attribute <a href="webappapis.html#function" id="function-140">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a>;
-           attribute <a href="webappapis.html#function" id="function-141">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a>;
-           attribute <a href="webappapis.html#function" id="function-142">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a>;
-           attribute <a href="webappapis.html#function" id="function-143">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a>;
-           attribute <a href="webappapis.html#function" id="function-144">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a>;
-           attribute <a href="webappapis.html#function" id="function-145">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a>;
-           attribute <a href="webappapis.html#function" id="function-146">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a>;
-           attribute <a href="webappapis.html#function" id="function-147">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a>;
-           attribute <a href="webappapis.html#function" id="function-148">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>;
-           attribute <a href="webappapis.html#function" id="function-149">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>;
-           attribute <a href="webappapis.html#function" id="function-150">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onformchange" title='Read about this "onformchange" reference in the full HTML5 spec.'>onformchange</a>;
-           attribute <a href="webappapis.html#function" id="function-151">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onforminput" title='Read about this "onforminput" reference in the full HTML5 spec.'>onforminput</a>;
-           attribute <a href="webappapis.html#function" id="function-152">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a>;
-           attribute <a href="webappapis.html#function" id="function-153">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a>;
-           attribute <a href="webappapis.html#function" id="function-154">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a>;
-           attribute <a href="webappapis.html#function" id="function-155">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a>;
-           attribute <a href="webappapis.html#function" id="function-156">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a>;
-           attribute <a href="webappapis.html#function" id="function-157">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a>;
-           attribute <a href="webappapis.html#function" id="function-158">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>;
-           attribute <a href="webappapis.html#function" id="function-159">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a>;
-           attribute <a href="webappapis.html#function" id="function-160">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a>;
-           attribute <a href="webappapis.html#function" id="function-161">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a>;
-           attribute <a href="webappapis.html#function" id="function-162">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a>;
-           attribute <a href="webappapis.html#function" id="function-163">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a>;
-           attribute <a href="webappapis.html#function" id="function-164">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a>;
-           attribute <a href="webappapis.html#function" id="function-165">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a>;
-           attribute <a href="webappapis.html#function" id="function-166">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a>;
-           attribute <a href="webappapis.html#function" id="function-167">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a>;
-           attribute <a href="webappapis.html#function" id="function-168">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a>;
-           attribute <a href="webappapis.html#function" id="function-169">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a>;
-           attribute <a href="webappapis.html#function" id="function-170">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a>;
-           attribute <a href="webappapis.html#function" id="function-171">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a>;
-           attribute <a href="webappapis.html#function" id="function-172">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a>;
-           attribute <a href="webappapis.html#function" id="function-173">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a>;
-           attribute <a href="webappapis.html#function" id="function-174">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a>;
-           attribute <a href="webappapis.html#function" id="function-175">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a>;
-           attribute <a href="webappapis.html#function" id="function-176">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a>;
-           attribute <a href="webappapis.html#function" id="function-177">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>;
-           attribute <a href="webappapis.html#function" id="function-178">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a>;
-           attribute <a href="webappapis.html#function" id="function-179">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a>;
-           attribute <a href="webappapis.html#function" id="function-180">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a>;
-           attribute <a href="webappapis.html#function" id="function-181">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a>;
-           attribute <a href="webappapis.html#function" id="function-182">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a>;
-           attribute <a href="webappapis.html#function" id="function-183">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a>;
-           attribute <a href="webappapis.html#function" id="function-184">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a>;
-           attribute <a href="webappapis.html#function" id="function-185">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a>;
-           attribute <a href="webappapis.html#function" id="function-186">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a>;
-           attribute <a href="webappapis.html#function" id="function-187">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a>;
-           attribute <a href="webappapis.html#function" id="function-188">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a>;
-           attribute <a href="webappapis.html#function" id="function-189">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a>;
-           attribute <a href="webappapis.html#function" id="function-190">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a>;
-           attribute <a href="webappapis.html#function" id="function-191">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a>;
-           attribute <a href="webappapis.html#function" id="function-192">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a>;
-           attribute <a href="webappapis.html#function" id="function-193">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a>;
-           attribute <a href="webappapis.html#function" id="function-194">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a>;
-           attribute <a href="webappapis.html#function" id="function-195">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a>;
+  // <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>
+           attribute <a href="webappapis.html#function" id="function-127">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onabort" title='Read about this "onabort" reference in the full HTML5 spec.'>onabort</a>;
+           attribute <a href="webappapis.html#function" id="function-128">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a>;
+           attribute <a href="webappapis.html#function" id="function-129">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a>;
+           attribute <a href="webappapis.html#function" id="function-130">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a>;
+           attribute <a href="webappapis.html#function" id="function-131">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>;
+           attribute <a href="webappapis.html#function" id="function-132">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplay" title='Read about this "oncanplay" reference in the full HTML5 spec.'>oncanplay</a>;
+           attribute <a href="webappapis.html#function" id="function-133">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplaythrough" title='Read about this "oncanplaythrough" reference in the full HTML5 spec.'>oncanplaythrough</a>;
+           attribute <a href="webappapis.html#function" id="function-134">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onchange" title='Read about this "onchange" reference in the full HTML5 spec.'>onchange</a>;
+           attribute <a href="webappapis.html#function" id="function-135">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onclick" title='Read about this "onclick" reference in the full HTML5 spec.'>onclick</a>;
+           attribute <a href="webappapis.html#function" id="function-136">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncontextmenu" title='Read about this "oncontextmenu" reference in the full HTML5 spec.'>oncontextmenu</a>;
+           attribute <a href="webappapis.html#function" id="function-137">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondblclick" title='Read about this "ondblclick" reference in the full HTML5 spec.'>ondblclick</a>;
+           attribute <a href="webappapis.html#function" id="function-138">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrag" title='Read about this "ondrag" reference in the full HTML5 spec.'>ondrag</a>;
+           attribute <a href="webappapis.html#function" id="function-139">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragend" title='Read about this "ondragend" reference in the full HTML5 spec.'>ondragend</a>;
+           attribute <a href="webappapis.html#function" id="function-140">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragenter" title='Read about this "ondragenter" reference in the full HTML5 spec.'>ondragenter</a>;
+           attribute <a href="webappapis.html#function" id="function-141">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragleave" title='Read about this "ondragleave" reference in the full HTML5 spec.'>ondragleave</a>;
+           attribute <a href="webappapis.html#function" id="function-142">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragover" title='Read about this "ondragover" reference in the full HTML5 spec.'>ondragover</a>;
+           attribute <a href="webappapis.html#function" id="function-143">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragstart" title='Read about this "ondragstart" reference in the full HTML5 spec.'>ondragstart</a>;
+           attribute <a href="webappapis.html#function" id="function-144">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrop" title='Read about this "ondrop" reference in the full HTML5 spec.'>ondrop</a>;
+           attribute <a href="webappapis.html#function" id="function-145">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondurationchange" title='Read about this "ondurationchange" reference in the full HTML5 spec.'>ondurationchange</a>;
+           attribute <a href="webappapis.html#function" id="function-146">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onemptied" title='Read about this "onemptied" reference in the full HTML5 spec.'>onemptied</a>;
+           attribute <a href="webappapis.html#function" id="function-147">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onended" title='Read about this "onended" reference in the full HTML5 spec.'>onended</a>;
+           attribute <a href="webappapis.html#function" id="function-148">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>;
+           attribute <a href="webappapis.html#function" id="function-149">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>;
+           attribute <a href="webappapis.html#function" id="function-150">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onformchange" title='Read about this "onformchange" reference in the full HTML5 spec.'>onformchange</a>;
+           attribute <a href="webappapis.html#function" id="function-151">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onforminput" title='Read about this "onforminput" reference in the full HTML5 spec.'>onforminput</a>;
+           attribute <a href="webappapis.html#function" id="function-152">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a>;
+           attribute <a href="webappapis.html#function" id="function-153">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninput" title='Read about this "oninput" reference in the full HTML5 spec.'>oninput</a>;
+           attribute <a href="webappapis.html#function" id="function-154">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninvalid" title='Read about this "oninvalid" reference in the full HTML5 spec.'>oninvalid</a>;
+           attribute <a href="webappapis.html#function" id="function-155">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeydown" title='Read about this "onkeydown" reference in the full HTML5 spec.'>onkeydown</a>;
+           attribute <a href="webappapis.html#function" id="function-156">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeypress" title='Read about this "onkeypress" reference in the full HTML5 spec.'>onkeypress</a>;
+           attribute <a href="webappapis.html#function" id="function-157">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeyup" title='Read about this "onkeyup" reference in the full HTML5 spec.'>onkeyup</a>;
+           attribute <a href="webappapis.html#function" id="function-158">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>;
+           attribute <a href="webappapis.html#function" id="function-159">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadeddata" title='Read about this "onloadeddata" reference in the full HTML5 spec.'>onloadeddata</a>;
+           attribute <a href="webappapis.html#function" id="function-160">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadedmetadata" title='Read about this "onloadedmetadata" reference in the full HTML5 spec.'>onloadedmetadata</a>;
+           attribute <a href="webappapis.html#function" id="function-161">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadstart" title='Read about this "onloadstart" reference in the full HTML5 spec.'>onloadstart</a>;
+           attribute <a href="webappapis.html#function" id="function-162">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a>;
+           attribute <a href="webappapis.html#function" id="function-163">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousedown" title='Read about this "onmousedown" reference in the full HTML5 spec.'>onmousedown</a>;
+           attribute <a href="webappapis.html#function" id="function-164">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousemove" title='Read about this "onmousemove" reference in the full HTML5 spec.'>onmousemove</a>;
+           attribute <a href="webappapis.html#function" id="function-165">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseout" title='Read about this "onmouseout" reference in the full HTML5 spec.'>onmouseout</a>;
+           attribute <a href="webappapis.html#function" id="function-166">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseover" title='Read about this "onmouseover" reference in the full HTML5 spec.'>onmouseover</a>;
+           attribute <a href="webappapis.html#function" id="function-167">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseup" title='Read about this "onmouseup" reference in the full HTML5 spec.'>onmouseup</a>;
+           attribute <a href="webappapis.html#function" id="function-168">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousewheel" title='Read about this "onmousewheel" reference in the full HTML5 spec.'>onmousewheel</a>;
+           attribute <a href="webappapis.html#function" id="function-169">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a>;
+           attribute <a href="webappapis.html#function" id="function-170">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a>;
+           attribute <a href="webappapis.html#function" id="function-171">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onpause" title='Read about this "onpause" reference in the full HTML5 spec.'>onpause</a>;
+           attribute <a href="webappapis.html#function" id="function-172">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplay" title='Read about this "onplay" reference in the full HTML5 spec.'>onplay</a>;
+           attribute <a href="webappapis.html#function" id="function-173">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplaying" title='Read about this "onplaying" reference in the full HTML5 spec.'>onplaying</a>;
+           attribute <a href="webappapis.html#function" id="function-174">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a>;
+           attribute <a href="webappapis.html#function" id="function-175">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a>;
+           attribute <a href="webappapis.html#function" id="function-176">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a>;
+           attribute <a href="webappapis.html#function" id="function-177">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>;
+           attribute <a href="webappapis.html#function" id="function-178">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onratechange" title='Read about this "onratechange" reference in the full HTML5 spec.'>onratechange</a>;
+           attribute <a href="webappapis.html#function" id="function-179">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreadystatechange" title='Read about this "onreadystatechange" reference in the full HTML5 spec.'>onreadystatechange</a>;
+           attribute <a href="webappapis.html#function" id="function-180">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a>;
+           attribute <a href="webappapis.html#function" id="function-181">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a>;
+           attribute <a href="webappapis.html#function" id="function-182">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onscroll" title='Read about this "onscroll" reference in the full HTML5 spec.'>onscroll</a>;
+           attribute <a href="webappapis.html#function" id="function-183">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeked" title='Read about this "onseeked" reference in the full HTML5 spec.'>onseeked</a>;
+           attribute <a href="webappapis.html#function" id="function-184">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeking" title='Read about this "onseeking" reference in the full HTML5 spec.'>onseeking</a>;
+           attribute <a href="webappapis.html#function" id="function-185">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onselect" title='Read about this "onselect" reference in the full HTML5 spec.'>onselect</a>;
+           attribute <a href="webappapis.html#function" id="function-186">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onshow" title='Read about this "onshow" reference in the full HTML5 spec.'>onshow</a>;
+           attribute <a href="webappapis.html#function" id="function-187">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onstalled" title='Read about this "onstalled" reference in the full HTML5 spec.'>onstalled</a>;
+           attribute <a href="webappapis.html#function" id="function-188">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a>;
+           attribute <a href="webappapis.html#function" id="function-189">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsubmit" title='Read about this "onsubmit" reference in the full HTML5 spec.'>onsubmit</a>;
+           attribute <a href="webappapis.html#function" id="function-190">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsuspend" title='Read about this "onsuspend" reference in the full HTML5 spec.'>onsuspend</a>;
+           attribute <a href="webappapis.html#function" id="function-191">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ontimeupdate" title='Read about this "ontimeupdate" reference in the full HTML5 spec.'>ontimeupdate</a>;
+           attribute <a href="webappapis.html#function" id="function-192">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a>;
+           attribute <a href="webappapis.html#function" id="function-193">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a>;
+           attribute <a href="webappapis.html#function" id="function-194">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onvolumechange" title='Read about this "onvolumechange" reference in the full HTML5 spec.'>onvolumechange</a>;
+           attribute <a href="webappapis.html#function" id="function-195">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onwaiting" title='Read about this "onwaiting" reference in the full HTML5 spec.'>onwaiting</a>;
 };
-<a href="#window" id="window-13">Window</a> implements <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#eventtarget" title='Read about this "EventTarget" reference in the full HTML5 spec.'>EventTarget</a>;</pre><!-- for more features to add here, look here:
+<a href="#window" id="window-13">Window</a> implements <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#eventtarget" title='Read about this "EventTarget" reference in the full HTML5 spec.'>EventTarget</a>;</pre><!-- for more features to add here, look here:
  http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/obj_window.asp
  http://www.mozilla.org/docs/dom/domref/dom_window_ref.html
  http://lxr.mozilla.org/mozilla/source/dom/public/idl/base/nsIDOMWindow.idl - scrollBy, etc
  http://lxr.mozilla.org/mozilla/source/dom/public/idl/base/nsIDOMWindowInternal.idl - DOM level 0
---><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window" title='Read about this "window" reference in the full HTML5 spec.'>window</a></code></dt>
-   <dt><var title="">window</var> . <code title="dom-frames"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-frames" title='Read about this "frames" reference in the full HTML5 spec.'>frames</a></code></dt>
-   <dt><var title="">window</var> . <code title="dom-self"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-self" title='Read about this "self" reference in the full HTML5 spec.'>self</a></code></dt>
+--><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window" title='Read about this "window" reference in the full HTML5 spec.'>window</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-frames"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-frames" title='Read about this "frames" reference in the full HTML5 spec.'>frames</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-self"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-self" title='Read about this "self" reference in the full HTML5 spec.'>self</a></code></dt>
 
    <dd>
 
@@ -585,7 +585,7 @@
    </dd>
 
 
-   <dt><var title="">window</var> . <code title="dom-document"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document" title='Read about this "document" reference in the full HTML5 spec.'>document</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-document"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-document" title='Read about this "document" reference in the full HTML5 spec.'>document</a></code></dt>
 
    <dd>
 
@@ -594,7 +594,7 @@
    </dd>
 
 
-   <dt><var title="">document</var> . <code title="dom-document-defaultView"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-defaultview" title='Read about this "defaultView" reference in the full HTML5 spec.'>defaultView</a></code></dt>
+   <dt><var title="">document</var> . <code title="dom-document-defaultView"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-document-defaultview" title='Read about this "defaultView" reference in the full HTML5 spec.'>defaultView</a></code></dt>
 
    <dd>
 
@@ -602,12 +602,12 @@
 
    </dd>
 
-  </dl><h4 id="apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> = <var title="">window</var> . <code title="dom-open"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-open" title='Read about this "open" reference in the full HTML5 spec.'>open</a></code>( [ <var title="">url</var> [, <var title="">target</var> [, <var title="">features</var> [, <var title="">replace</var> ] ] ] ] )</dt>
+  </dl><h4 id="apis-for-creating-and-navigating-browsing-contexts-by-name"><span class="secno">5.2.1 </span>APIs for creating and navigating browsing contexts by name</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> = <var title="">window</var> . <code title="dom-open"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-open" title='Read about this "open" reference in the full HTML5 spec.'>open</a></code>( [ <var title="">url</var> [, <var title="">target</var> [, <var title="">features</var> [, <var title="">replace</var> ] ] ] ] )</dt>
 
    <dd>
 
     <p>Opens a window to show <var title="">url</var> (defaults to
-    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#about:blank" title='Read about this "about:blank" reference in the full HTML5 spec.'>about:blank</a></code>), and returns it. The <var title="">target</var> argument gives the name of the new
+    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/fetching-resources.html#about:blank" title='Read about this "about:blank" reference in the full HTML5 spec.'>about:blank</a></code>), and returns it. The <var title="">target</var> argument gives the name of the new
     window. If a window exists with that name already, it is
     reused. The <var title="">replace</var> attribute, if true, means
     that whatever page is currently open in that window will be
@@ -615,7 +615,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-name"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">window</var> . <code title="dom-name"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -625,7 +625,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-close"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-close" title='Read about this "close" reference in the full HTML5 spec.'>close</a></code>()</dt>
+   <dt><var title="">window</var> . <code title="dom-window-close"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-close" title='Read about this "close" reference in the full HTML5 spec.'>close</a></code>()</dt>
 
    <dd>
 
@@ -633,7 +633,7 @@
 
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-stop"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-stop" title='Read about this "stop" reference in the full HTML5 spec.'>stop</a></code>()</dt>
+   <dt><var title="">window</var> . <code title="dom-window-stop"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-stop" title='Read about this "stop" reference in the full HTML5 spec.'>stop</a></code>()</dt>
 
    <dd>
 
@@ -641,7 +641,7 @@
 
    </dd>
 
-  </dl><h4 id="accessing-other-browsing-contexts"><span class="secno">5.2.2 </span>Accessing other browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
+  </dl><h4 id="accessing-other-browsing-contexts"><span class="secno">5.2.2 </span>Accessing other browsing contexts</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
 
    <dd>
 
@@ -670,34 +670,34 @@
   browser interface elements are exposed in a limited way to scripts
   in Web pages.<p>Each interface element is represented by a <code><a href="#barprop" id="barprop-6">BarProp</a></code>
   object:<pre class="idl">interface <dfn id="barprop">BarProp</dfn> {
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a>;
-};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-locationbar"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-locationbar" title='Read about this "locationbar" reference in the full HTML5 spec.'>locationbar</a></code> . <code title="dom-BarProp-visible"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a>;
+};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-locationbar"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-locationbar" title='Read about this "locationbar" reference in the full HTML5 spec.'>locationbar</a></code> . <code title="dom-BarProp-visible"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
    <dd>
     <p>Returns true if the location bar is visible; otherwise, returns false.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-menubar"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-menubar" title='Read about this "menubar" reference in the full HTML5 spec.'>menubar</a></code> . <code title="dom-BarProp-visible"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-window-menubar"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-menubar" title='Read about this "menubar" reference in the full HTML5 spec.'>menubar</a></code> . <code title="dom-BarProp-visible"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
    <dd>
     <p>Returns true if the menu bar is visible; otherwise, returns false.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-personalbar"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-personalbar" title='Read about this "personalbar" reference in the full HTML5 spec.'>personalbar</a></code> . <code title="dom-BarProp-visible"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-window-personalbar"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-personalbar" title='Read about this "personalbar" reference in the full HTML5 spec.'>personalbar</a></code> . <code title="dom-BarProp-visible"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
    <!--<dt><var title="">window</var> . <code title="dom-window-directories">directories</code> . <code title="dom-BarProp-visible">visible</code></dt>-->
    <dd>
     <p>Returns true if the personal bar is visible; otherwise, returns false.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-scrollbars"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-scrollbars" title='Read about this "scrollbars" reference in the full HTML5 spec.'>scrollbars</a></code> . <code title="dom-BarProp-visible"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-window-scrollbars"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-scrollbars" title='Read about this "scrollbars" reference in the full HTML5 spec.'>scrollbars</a></code> . <code title="dom-BarProp-visible"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
    <dd>
     <p>Returns true if the scroll bars are visible; otherwise, returns false.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-statusbar"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-statusbar" title='Read about this "statusbar" reference in the full HTML5 spec.'>statusbar</a></code> . <code title="dom-BarProp-visible"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-window-statusbar"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-statusbar" title='Read about this "statusbar" reference in the full HTML5 spec.'>statusbar</a></code> . <code title="dom-BarProp-visible"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
    <dd>
     <p>Returns true if the status bar is visible; otherwise, returns false.</p>
    </dd>
 
-   <dt><var title="">window</var> . <code title="dom-window-toolbar"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-window-toolbar" title='Read about this "toolbar" reference in the full HTML5 spec.'>toolbar</a></code> . <code title="dom-BarProp-visible"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
+   <dt><var title="">window</var> . <code title="dom-window-toolbar"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-window-toolbar" title='Read about this "toolbar" reference in the full HTML5 spec.'>toolbar</a></code> . <code title="dom-BarProp-visible"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-barprop-visible" title='Read about this "visible" reference in the full HTML5 spec.'>visible</a></code></dt>
    <dd>
     <p>Returns true if the toolbar is visible; otherwise, returns false.</p>
    </dd>

Index: edits.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/edits.html,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- edits.html	19 Aug 2010 20:42:51 -0000	1.150
+++ edits.html	19 Aug 2010 20:45:45 -0000	1.151
@@ -328,7 +328,7 @@
    <dd><code title="attr-mod-datetime"><a href="#attr-mod-datetime" id="datetime-6">datetime</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>Uses the <code><a href="#htmlmodelement" id="htmlmodelement-0">HTMLModElement</a></code> interface.</dd>
-  </dl><p>The <code><a href="#the-ins-element" id="ins-8">ins</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an addition
+  </dl><p>The <code><a href="#the-ins-element" id="ins-8">ins</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an addition
   to the document.<div class="example">
 
    <p>The following represents the addition of a single paragraph:</p>
@@ -401,7 +401,7 @@
    <dd><code title="attr-mod-datetime"><a href="#attr-mod-datetime" id="datetime-7">datetime</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>Uses the <code><a href="#htmlmodelement" id="htmlmodelement-1">HTMLModElement</a></code> interface.</dd>
-  </dl><p>The <code><a href="#the-del-element" id="del-12">del</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a removal
+  </dl><p>The <code><a href="#the-del-element" id="del-12">del</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a removal
   from the document.<p><code><a href="#the-del-element" id="del-13">del</a></code> elements should not cross <a href="content-models.html#paragraph" id="paragraph-11" title="paragraph">implied paragraph</a> boundaries.<div class="example">
 
    <p>The following shows a "to do" list where items that have been
@@ -428,8 +428,8 @@
   attribute must be a <a href="common-microsyntaxes.html#valid-global-date-and-time-string" id="valid-global-date-and-time-string-3">valid global date and time string</a>
   value.<p>The <code><a href="#the-ins-element" id="ins-12">ins</a></code> and <code><a href="#the-del-element" id="del-15">del</a></code> elements  implement the <code><a href="#htmlmodelement" id="htmlmodelement-2">HTMLModElement</a></code>
   interface:<pre class="idl">interface <dfn id="htmlmodelement">HTMLModElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-62">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-mod-cite" title='Read about this "cite" reference in the full HTML5 spec.'>cite</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-mod-datetime" title='Read about this "dateTime" reference in the full HTML5 spec.'>dateTime</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/edits.html#dom-mod-cite" title='Read about this "cite" reference in the full HTML5 spec.'>cite</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/edits.html#dom-mod-datetime" title='Read about this "dateTime" reference in the full HTML5 spec.'>dateTime</a>;
 };</pre><h4 id="edits-and-paragraphs"><span class="secno">4.7.4 </span>Edits and paragraphs</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><i>This section is non-normative.</i><p>Since the <code><a href="#the-ins-element" id="ins-13">ins</a></code> and <code><a href="#the-del-element" id="del-16">del</a></code> elements do not
   affect <a href="content-models.html#paragraph" id="paragraph-12" title="paragraph">paragraphing</a>, it is possible,
   in some cases where paragraphs are <a href="content-models.html#paragraph" id="paragraph-13" title="paragraph">implied</a> (without explicit <code><a href="grouping-content.html#the-p-element" id="p-12">p</a></code>

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.709
retrieving revision 1.710
diff -u -d -r1.709 -r1.710
--- offline.html	19 Aug 2010 20:42:52 -0000	1.709
+++ offline.html	19 Aug 2010 20:46:03 -0000	1.710
@@ -419,15 +419,15 @@
      <th> Dispatched when...
      <th> Next events
    <tbody><tr><td> <dfn id="event-appcache-checking" title="event-appcache-checking"><code>checking</code></dfn>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> The user agent is checking for an update, or attempting to download the manifest for the first time. <strong>This is always the first event in the sequence.</strong>
      <td> <code title="event-appcache-noupdate"><a href="#event-appcache-noupdate" id="noupdate">noupdate</a></code>, <code title="event-appcache-downloading"><a href="#event-appcache-downloading" id="downloading">downloading</a></code>, <code title="event-appcache-obsolete"><a href="#event-appcache-obsolete" id="obsolete-0">obsolete</a></code>, <code title="event-appcache-error"><a href="#event-appcache-error" id="error">error</a></code>
     <tr><td> <dfn id="event-appcache-noupdate" title="event-appcache-noupdate"><code>noupdate</code></dfn>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> The manifest hadn't changed.
      <td> Last event in sequence.
     <tr><td> <dfn id="event-appcache-downloading" title="event-appcache-downloading"><code>downloading</code></dfn>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> The user agent has found an update and is fetching it, or is downloading the resources listed by the manifest for the first time.
      <td> <code title="event-appcache-progress"><a href="#event-appcache-progress" id="progress-19">progress</a></code>, <code title="event-appcache-error"><a href="#event-appcache-error" id="error-0">error</a></code>, <code title="event-appcache-cached"><a href="#event-appcache-cached" id="cached">cached</a></code>, <code title="event-appcache-updateready"><a href="#event-appcache-updateready" id="updateready">updateready</a></code>
     <tr><td> <dfn id="event-appcache-progress" title="event-appcache-progress"><code>progress</code></dfn>
@@ -435,19 +435,19 @@
      <td> The user agent is downloading resources listed by the manifest.
      <td> <code title="event-appcache-progress"><a href="#event-appcache-progress" id="progress-20">progress</a></code>, <code title="event-appcache-error"><a href="#event-appcache-error" id="error-1">error</a></code>, <code title="event-appcache-cached"><a href="#event-appcache-cached" id="cached-0">cached</a></code>, <code title="event-appcache-updateready"><a href="#event-appcache-updateready" id="updateready-0">updateready</a></code>
     <tr><td> <dfn id="event-appcache-cached" title="event-appcache-cached"><code>cached</code></dfn>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> The resources listed in the manifest have been downloaded, and the application is now cached.
      <td> Last event in sequence.
     <tr><td> <dfn id="event-appcache-updateready" title="event-appcache-updateready"><code>updateready</code></dfn>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td> The resources listed in the manifest have been newly redownloaded, and the script can use <code title="dom-appcache-swapCache"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-appcache-swapcache" title='Read about this "swapCache()" reference in the full HTML5 spec.'>swapCache()</a></code> to switch to the new cache.
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> The resources listed in the manifest have been newly redownloaded, and the script can use <code title="dom-appcache-swapCache"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-appcache-swapcache" title='Read about this "swapCache()" reference in the full HTML5 spec.'>swapCache()</a></code> to switch to the new cache.
      <td> Last event in sequence.
     <tr><td> <dfn id="event-appcache-obsolete" title="event-appcache-obsolete"><code>obsolete</code></dfn>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> The manifest was found to have become a 404 or 410 page, so the application cache is being deleted.
      <td> Last event in sequence.
     <tr><td rowspan="4"> <dfn id="event-appcache-error" title="event-appcache-error"><code>error</code></dfn>
-     <td rowspan="4"> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td rowspan="4"> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> The manifest was a 404 or 410 page, so the attempt to cache the application has been aborted.
      <td rowspan="3"> Last event in sequence.
     <tr><td> The manifest hadn't changed, but the page referencing the manifest failed to download properly.
@@ -489,7 +489,7 @@
 images/sound-icon.png
 images/background.png</pre><hr><p>The following manifest defines a catch-all error page that is
   displayed for any page on the site while the user is offline. It
-  also specifies that the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-onlinewhitelist-wildcard" title='Read about this "online whitelist wildcard flag" reference in the full HTML5 spec.'>online whitelist
+  also specifies that the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-onlinewhitelist-wildcard" title='Read about this "online whitelist wildcard flag" reference in the full HTML5 spec.'>online whitelist
   wildcard flag</a> is <i title="">open</i>, meaning that accesses
   to resources on other sites will not be blocked. (Resources on the
   same site are already not blocked because of the catch-all fallback
@@ -602,32 +602,32 @@
 -->
 
   </dl><p>Manifests may contain sections more than once. Sections may be
-  empty.<p>If the manifest's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#url-scheme" title='Read about this "<scheme>" reference in the full HTML5 spec.'>&lt;scheme&gt;</a>
+  empty.<p>If the manifest's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#url-scheme" title='Read about this "<scheme>" reference in the full HTML5 spec.'>&lt;scheme&gt;</a>
   is <code title="">https:</code> or another scheme intended for
   encrypted data transfer, then all URLs in <a href="#concept-appcache-manifest-explicit" id="concept-appcache-manifest-explicit-2" title="concept-appcache-manifest-explicit">explicit sections</a>
-  must have the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#same-origin" title='Read about this "same origin" reference in the full HTML5 spec.'>same origin</a> as the manifest itself.<p>URLs that are to be fallback pages associated with <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-fallback-ns" title='Read about this "fallback namespaces" reference in the full HTML5 spec.'>fallback namespaces</a>, and
+  must have the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#same-origin" title='Read about this "same origin" reference in the full HTML5 spec.'>same origin</a> as the manifest itself.<p>URLs that are to be fallback pages associated with <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-fallback-ns" title='Read about this "fallback namespaces" reference in the full HTML5 spec.'>fallback namespaces</a>, and
   those namespaces themselves, must be given in <a href="#concept-appcache-manifest-fallback" id="concept-appcache-manifest-fallback-1" title="concept-appcache-manifest-fallback">fallback sections</a>,
   with the namespace being the first URL of the data line, and the
   corresponding fallback page being the second URL. All the other
   pages to be cached must be listed in <a href="#concept-appcache-manifest-explicit" id="concept-appcache-manifest-explicit-3" title="concept-appcache-manifest-explicit">explicit
-  sections</a>.<p><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-fallback-ns" title='Read about this "Fallback namespaces" reference in the full HTML5 spec.'>Fallback
-  namespaces</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-fallback" title='Read about this "fallback entries" reference in the full HTML5 spec.'>fallback entries</a> must have
-  the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#same-origin" title='Read about this "same origin" reference in the full HTML5 spec.'>same origin</a> as the manifest itself.<p>A <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-fallback-ns" title='Read about this "fallback namespace" reference in the full HTML5 spec.'>fallback
-  namespace</a> must not be listed more than once.<p>Namespaces that the user agent is to put into the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.'>online whitelist</a>
+  sections</a>.<p><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-fallback-ns" title='Read about this "Fallback namespaces" reference in the full HTML5 spec.'>Fallback
+  namespaces</a> and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-fallback" title='Read about this "fallback entries" reference in the full HTML5 spec.'>fallback entries</a> must have
+  the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/origin-0.html#same-origin" title='Read about this "same origin" reference in the full HTML5 spec.'>same origin</a> as the manifest itself.<p>A <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-fallback-ns" title='Read about this "fallback namespace" reference in the full HTML5 spec.'>fallback
+  namespace</a> must not be listed more than once.<p>Namespaces that the user agent is to put into the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.'>online whitelist</a>
   must all be specified in <a href="#concept-appcache-manifest-network" id="concept-appcache-manifest-network-1" title="concept-appcache-manifest-network">online whitelist
   sections</a>. (This is needed for any URL that the page is
   intending to use to communicate back to the server.) To specify that
   all URLs are automatically whitelisted in this way, a U+002A
   ASTERISK character (*) may be specified as one of the URLs. <!--
-  concept-appcache-onlinewhitelist-wildcard --><p>Authors should not include namespaces in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.'>online whitelist</a> for
-  which another namespace in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.'>online whitelist</a> is
+  concept-appcache-onlinewhitelist-wildcard --><p>Authors should not include namespaces in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.'>online whitelist</a> for
+  which another namespace in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.'>online whitelist</a> is
   a <a href="infrastructure.html#prefix-match" id="prefix-match-0">prefix match</a>.<p>Relative URLs must be given relative to the manifest's own
-  URL. All URLs in the manifest must have the same <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#url-scheme" title='Read about this "<scheme>" reference in the full HTML5 spec.'>&lt;scheme&gt;</a> as the manifest itself
+  URL. All URLs in the manifest must have the same <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#url-scheme" title='Read about this "<scheme>" reference in the full HTML5 spec.'>&lt;scheme&gt;</a> as the manifest itself
   (either explicitly or implicitly, through the use of relative
   URLs).<p>URLs in manifests must not have fragment identifiers (i.e. the
   U+0023 NUMBER SIGN character isn't allowed in URLs in
-  manifests).<p><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-fallback-ns" title='Read about this "Fallback namespaces" reference in the full HTML5 spec.'>Fallback
-  namespaces</a> and namespaces in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.'>online whitelist</a> are
+  manifests).<p><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-fallback-ns" title='Read about this "Fallback namespaces" reference in the full HTML5 spec.'>Fallback
+  namespaces</a> and namespaces in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-onlinewhitelist" title='Read about this "online whitelist" reference in the full HTML5 spec.'>online whitelist</a> are
   matched by <a href="infrastructure.html#prefix-match" id="prefix-match-1">prefix match</a>.<h4 id="expiring-application-caches"><span class="secno">5.6.3 </span>Expiring application caches</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><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>Application caches and cookies have similar implications with
@@ -640,43 +640,43 @@
   site-specific data" feature that clears all cookies, application
   caches, local storage, databases, etc, from an origin all at
   once.<h4 id="disk-space"><span class="secno">5.6.4 </span>Disk space</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>User agents should consider applying constraints on disk usage of
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache" title='Read about this "application caches" reference in the full HTML5 spec.'>application caches</a>, and care
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application caches" reference in the full HTML5 spec.'>application caches</a>, and care
   should be taken to ensure that the restrictions cannot be easily
   worked around using subdomains.<p>User agents should allow users to see how much space each domain
   is using, and may offer the user the ability to delete specific
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache" title='Read about this "application caches" reference in the full HTML5 spec.'>application caches</a>.<h4 id="application-cache-api"><span class="secno">5.6.5 </span>Application cache API</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><pre class="idl">interface <dfn id="applicationcache">ApplicationCache</dfn> {
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application caches" reference in the full HTML5 spec.'>application caches</a>.<h4 id="application-cache-api"><span class="secno">5.6.5 </span>Application cache API</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><pre class="idl">interface <dfn id="applicationcache">ApplicationCache</dfn> {
 
-  // <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a>
+  // <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a>
   const unsigned short <a href="#dom-appcache-uncached" id="dom-appcache-uncached-0" title="dom-appcache-UNCACHED">UNCACHED</a> = 0;
   const unsigned short <a href="#dom-appcache-idle" id="dom-appcache-idle-0" title="dom-appcache-IDLE">IDLE</a> = 1;
   const unsigned short <a href="#dom-appcache-checking" id="dom-appcache-checking-0" title="dom-appcache-CHECKING">CHECKING</a> = 2;
   const unsigned short <a href="#dom-appcache-downloading" id="dom-appcache-downloading-0" title="dom-appcache-DOWNLOADING">DOWNLOADING</a> = 3;
   const unsigned short <a href="#dom-appcache-updateready" id="dom-appcache-updateready-0" title="dom-appcache-UPDATEREADY">UPDATEREADY</a> = 4;
   const unsigned short <a href="#dom-appcache-obsolete" id="dom-appcache-obsolete-0" title="dom-appcache-OBSOLETE">OBSOLETE</a> = 5;
-  readonly attribute unsigned short <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-appcache-status" title='Read about this "status" reference in the full HTML5 spec.'>status</a>;
+  readonly attribute unsigned short <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-appcache-status" title='Read about this "status" reference in the full HTML5 spec.'>status</a>;
 
   // updates
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-appcache-update" title='Read about this "update" reference in the full HTML5 spec.'>update</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-appcache-swapcache" title='Read about this "swapCache" reference in the full HTML5 spec.'>swapCache</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-appcache-update" title='Read about this "update" reference in the full HTML5 spec.'>update</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-appcache-swapcache" title='Read about this "swapCache" reference in the full HTML5 spec.'>swapCache</a>();
 
   // events
-           attribute <a href="webappapis.html#function" id="function-196">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-appcache-onchecking" title='Read about this "onchecking" reference in the full HTML5 spec.'>onchecking</a>;
-           attribute <a href="webappapis.html#function" id="function-197">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-appcache-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>;
-           attribute <a href="webappapis.html#function" id="function-198">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-appcache-onnoupdate" title='Read about this "onnoupdate" reference in the full HTML5 spec.'>onnoupdate</a>;
-           attribute <a href="webappapis.html#function" id="function-199">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-appcache-ondownloading" title='Read about this "ondownloading" reference in the full HTML5 spec.'>ondownloading</a>;
-           attribute <a href="webappapis.html#function" id="function-200">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-appcache-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>;
-           attribute <a href="webappapis.html#function" id="function-201">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-appcache-onupdateready" title='Read about this "onupdateready" reference in the full HTML5 spec.'>onupdateready</a>;
-           attribute <a href="webappapis.html#function" id="function-202">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-appcache-oncached" title='Read about this "oncached" reference in the full HTML5 spec.'>oncached</a>;
-           attribute <a href="webappapis.html#function" id="function-203">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-appcache-onobsolete" title='Read about this "onobsolete" reference in the full HTML5 spec.'>onobsolete</a>;
+           attribute <a href="webappapis.html#function" id="function-196">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onchecking" title='Read about this "onchecking" reference in the full HTML5 spec.'>onchecking</a>;
+           attribute <a href="webappapis.html#function" id="function-197">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>;
+           attribute <a href="webappapis.html#function" id="function-198">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onnoupdate" title='Read about this "onnoupdate" reference in the full HTML5 spec.'>onnoupdate</a>;
+           attribute <a href="webappapis.html#function" id="function-199">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-ondownloading" title='Read about this "ondownloading" reference in the full HTML5 spec.'>ondownloading</a>;
+           attribute <a href="webappapis.html#function" id="function-200">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onprogress" title='Read about this "onprogress" reference in the full HTML5 spec.'>onprogress</a>;
+           attribute <a href="webappapis.html#function" id="function-201">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onupdateready" title='Read about this "onupdateready" reference in the full HTML5 spec.'>onupdateready</a>;
+           attribute <a href="webappapis.html#function" id="function-202">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-oncached" title='Read about this "oncached" reference in the full HTML5 spec.'>oncached</a>;
+           attribute <a href="webappapis.html#function" id="function-203">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#handler-appcache-onobsolete" title='Read about this "onobsolete" reference in the full HTML5 spec.'>onobsolete</a>;
 };
-<a href="#applicationcache" id="applicationcache-2">ApplicationCache</a> implements <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#eventtarget" title='Read about this "EventTarget" reference in the full HTML5 spec.'>EventTarget</a>;</pre><dl class="domintro"><dt><var title="">cache</var> = <var title="">window</var> . <code title="dom-applicationCache"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-applicationcache" title='Read about this "applicationCache" reference in the full HTML5 spec.'>applicationCache</a></code></dt>
+<a href="#applicationcache" id="applicationcache-2">ApplicationCache</a> implements <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#eventtarget" title='Read about this "EventTarget" reference in the full HTML5 spec.'>EventTarget</a>;</pre><dl class="domintro"><dt><var title="">cache</var> = <var title="">window</var> . <code title="dom-applicationCache"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-applicationcache" title='Read about this "applicationCache" reference in the full HTML5 spec.'>applicationCache</a></code></dt>
    <dd>
 
     <p>(In a window.) Returns the <code><a href="#applicationcache" id="applicationcache-3">ApplicationCache</a></code> object that applies to the <a href="browsers.html#active-document" id="active-document-7">active document</a> of that <code><a href="browsers.html#window" id="window-16">Window</a></code>.</p>
 
    </dd>
 
-   <dt><var title="">cache</var> = <var title="">self</var> . <code title="dom-applicationCache"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-applicationcache" title='Read about this "applicationCache" reference in the full HTML5 spec.'>applicationCache</a></code></dt>
+   <dt><var title="">cache</var> = <var title="">self</var> . <code title="dom-applicationCache"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-applicationcache" title='Read about this "applicationCache" reference in the full HTML5 spec.'>applicationCache</a></code></dt>
    <dd>
 
     <p>(In a shared worker.) Returns the <code><a href="#applicationcache" id="applicationcache-4">ApplicationCache</a></code> object that applies to the current shared worker.
@@ -687,23 +687,23 @@
 
    </dd>
 
-   <dt><var title="">cache</var> . <code title="dom-appcache-status"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-appcache-status" title='Read about this "status" reference in the full HTML5 spec.'>status</a></code></dt>
+   <dt><var title="">cache</var> . <code title="dom-appcache-status"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-appcache-status" title='Read about this "status" reference in the full HTML5 spec.'>status</a></code></dt>
    <dd>
 
     <p>Returns the current status of the application cache, as given by the constants defined below.</p>
 
    </dd>
 
-   <dt><var title="">cache</var> . <code title="dom-appcache-update"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-appcache-update" title='Read about this "update" reference in the full HTML5 spec.'>update</a></code>()</dt>
+   <dt><var title="">cache</var> . <code title="dom-appcache-update"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-appcache-update" title='Read about this "update" reference in the full HTML5 spec.'>update</a></code>()</dt>
    <dd>
 
-    <p>Invokes the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache-download-process" title='Read about this "application cache download process" reference in the full HTML5 spec.'>application cache download process</a>.</p>
+    <p>Invokes the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-download-process" title='Read about this "application cache download process" reference in the full HTML5 spec.'>application cache download process</a>.</p>
 
     <p>Throws an <code><a href="urls.html#invalid_state_err" id="invalid_state_err-12">INVALID_STATE_ERR</a></code> exception if there is no application cache to update.</p>
 
    </dd>
 
-   <dt><var title="">cache</var> . <code title="dom-appcache-swapCache"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-appcache-swapcache" title='Read about this "swapCache" reference in the full HTML5 spec.'>swapCache</a></code>()</dt>
+   <dt><var title="">cache</var> . <code title="dom-appcache-swapCache"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-appcache-swapcache" title='Read about this "swapCache" reference in the full HTML5 spec.'>swapCache</a></code>()</dt>
    <dd>
 
     <p>Switches to the most recent application cache, if there is a
@@ -721,55 +721,55 @@
   </dl><dl><dt><dfn id="dom-appcache-uncached" title="dom-appcache-UNCACHED"><code>UNCACHED</code></dfn>
    (numeric value 0)</dt>
 
-   <dd><p>The <code><a href="#applicationcache" id="applicationcache-5">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
-   host</a> is not associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application
+   <dd><p>The <code><a href="#applicationcache" id="applicationcache-5">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
+   host</a> is not associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application
    cache</a> at this time.</dd>
 
    <dt><dfn id="dom-appcache-idle" title="dom-appcache-IDLE"><code>IDLE</code></dfn>
    (numeric value 1)</dt>
 
-   <dd><p>The <code><a href="#applicationcache" id="applicationcache-6">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
-   host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
-   whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a> is
-   <i>idle</i>, and that <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> is the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-newer" title='Read about this "newest" reference in the full HTML5 spec.'>newest</a> cache in its
-   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>, and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application
-   cache group</a> is not marked as <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-obsolete" title='Read about this "obsolete" reference in the full HTML5 spec.'>obsolete</a>.</dd>
+   <dd><p>The <code><a href="#applicationcache" id="applicationcache-6">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
+   host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
+   whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a> is
+   <i>idle</i>, and that <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> is the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-newer" title='Read about this "newest" reference in the full HTML5 spec.'>newest</a> cache in its
+   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>, and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application
+   cache group</a> is not marked as <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-obsolete" title='Read about this "obsolete" reference in the full HTML5 spec.'>obsolete</a>.</dd>
 
    <dt><dfn id="dom-appcache-checking" title="dom-appcache-CHECKING"><code>CHECKING</code></dfn>
    (numeric value 2)</dt>
 
-   <dd><p>The <code><a href="#applicationcache" id="applicationcache-7">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
-   host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
-   whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a> is
+   <dd><p>The <code><a href="#applicationcache" id="applicationcache-7">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
+   host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
+   whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a> is
    <i>checking</i>.</dd>
 
    <dt><dfn id="dom-appcache-downloading" title="dom-appcache-DOWNLOADING"><code>DOWNLOADING</code></dfn>
    (numeric value 3)</dt>
 
-   <dd><p>The <code><a href="#applicationcache" id="applicationcache-8">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
-   host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
-   whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a> is
+   <dd><p>The <code><a href="#applicationcache" id="applicationcache-8">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
+   host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
+   whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a> is
    <i>downloading</i>.</dd>
 
    <dt><dfn id="dom-appcache-updateready" title="dom-appcache-UPDATEREADY"><code>UPDATEREADY</code></dfn>
    (numeric value 4)</dt>
 
-   <dd><p>The <code><a href="#applicationcache" id="applicationcache-9">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
-   host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
-   whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a> is
-   <i>idle</i>, and whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a> is not
-   marked as <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-obsolete" title='Read about this "obsolete" reference in the full HTML5 spec.'>obsolete</a>,
-   but that <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> is <em>not</em> the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-newer" title='Read about this "newest" reference in the full HTML5 spec.'>newest</a> cache in its
+   <dd><p>The <code><a href="#applicationcache" id="applicationcache-9">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
+   host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
+   whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a>'s <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-status" title='Read about this "update status" reference in the full HTML5 spec.'>update status</a> is
+   <i>idle</i>, and whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a> is not
+   marked as <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-obsolete" title='Read about this "obsolete" reference in the full HTML5 spec.'>obsolete</a>,
+   but that <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a> is <em>not</em> the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-newer" title='Read about this "newest" reference in the full HTML5 spec.'>newest</a> cache in its
    group.</dd>
 
    <dt><dfn id="dom-appcache-obsolete" title="dom-appcache-OBSOLETE"><code>OBSOLETE</code></dfn>
    (numeric value 5)</dt>
 
-   <dd><p>The <code><a href="#applicationcache" id="applicationcache-10">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
-   host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
-   whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a> is marked as <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-obsolete" title='Read about this "obsolete" reference in the full HTML5 spec.'>obsolete</a>.</dd>
+   <dd><p>The <code><a href="#applicationcache" id="applicationcache-10">ApplicationCache</a></code> object's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#cache-host" title='Read about this "cache host" reference in the full HTML5 spec.'>cache
+   host</a> is associated with an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application cache</a>
+   whose <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache-group" title='Read about this "application cache group" reference in the full HTML5 spec.'>application cache group</a> is marked as <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-obsolete" title='Read about this "obsolete" reference in the full HTML5 spec.'>obsolete</a>.</dd>
 
-  </dl><h4 id="browser-state"><span class="secno">5.6.6 </span>Browser state</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-onLine"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-online" title='Read about this "onLine" reference in the full HTML5 spec.'>onLine</a></code></dt>
+  </dl><h4 id="browser-state"><span class="secno">5.6.6 </span>Browser state</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator" title='Read about this "navigator" reference in the full HTML5 spec.'>navigator</a></code> . <code title="dom-navigator-onLine"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-navigator-online" title='Read about this "onLine" reference in the full HTML5 spec.'>onLine</a></code></dt>
 
    <dd>
 

Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/content-models.html,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- content-models.html	19 Aug 2010 20:42:50 -0000	1.165
+++ content-models.html	19 Aug 2010 20:45:42 -0000	1.166
@@ -322,8 +322,8 @@
   sections, for the purposes of determining if an element matches its
   content model or not, <a href="infrastructure.html#text-node" id="text-node-0" title="text
   node"><code>CDATASection</code> nodes in the DOM are treated as
-  equivalent to <code>Text</code> nodes</a>, and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#entity-references" title='Read about this "entity reference nodes are treated as if they were expanded in place" reference in the full HTML5 spec.'>entity reference nodes are treated as if
-  they were expanded in place</a>.<p>The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a> are
+  equivalent to <code>Text</code> nodes</a>, and <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#entity-references" title='Read about this "entity reference nodes are treated as if they were expanded in place" reference in the full HTML5 spec.'>entity reference nodes are treated as if
+  they were expanded in place</a>.<p>The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a> are
   always allowed between elements. User agents represent these
   characters between elements in the source markup as text nodes in
   the DOM.<!-- not a conf criteria since the parser now requires this
@@ -589,7 +589,7 @@
   models, means <a href="infrastructure.html#text-node" id="text-node-5" title="text node">text nodes</a>. <a href="#text-content" id="text-content-2" title="text content">Text</a> is sometimes used as a content
   model on its own, but is also <a href="#phrasing-content" id="phrasing-content-9">phrasing content</a>, and can
   be <a href="#inter-element-whitespace" id="inter-element-whitespace-4">inter-element whitespace</a> (if the <a href="infrastructure.html#text-node" id="text-node-6" title="text
-  node">text nodes</a> are empty or contain just <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>).<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><dfn id="embedded-content">Embedded content</dfn> is content that imports another
+  node">text nodes</a> are empty or contain just <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>).<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><dfn id="embedded-content">Embedded content</dfn> is content that imports another
   resource into the document, or content from another vocabulary that
   is inserted into the document.</p><!-- when updating this also update the category index --><ul class="brief category-list"><li><code><a href="video.html#audio" id="audio-2">audio</a></code></li>
    <li><code><a href="the-canvas-element.html#the-canvas-element">canvas</a></code></li>
@@ -629,11 +629,11 @@
    <li><code><a href="the-button-element.html#the-select-element" id="select-8">select</a></code></li>
    <li><code><a href="the-button-element.html#the-textarea-element" id="textarea-12">textarea</a></code></li>
    <li><code><a href="video.html#video" id="video-10">video</a></code> (if the <code title="attr-media-controls"><a href="video.html#attr-media-controls" id="controls-0">controls</a></code> attribute is present)</li>
-  </ul><p>Certain elements in HTML have an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#activation-behavior" title='Read about this "activation behavior" reference in the full HTML5 spec.'>activation
+  </ul><p>Certain elements in HTML have an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/content-models.html#activation-behavior" title='Read about this "activation behavior" reference in the full HTML5 spec.'>activation
   behavior</a>, which means that the user can activate them. This
   triggers a sequence of events dependent on the activation mechanism,
-  and normally culminating in a <code title="event-click"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-click" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code>
-  event followed by a <code title="event-DOMActivate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-domactivate" title='Read about this "DOMActivate" reference in the full HTML5 spec.'>DOMActivate</a></code> event.<h5 id="transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>Some elements are described as <dfn id="transparent">transparent</dfn>; they have
+  and normally culminating in a <code title="event-click"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event-click" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code>
+  event followed by a <code title="event-DOMActivate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event-domactivate" title='Read about this "DOMActivate" reference in the full HTML5 spec.'>DOMActivate</a></code> event.<h5 id="transparent-content-models"><span class="secno">3.2.5.2 </span>Transparent content models</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>Some elements are described as <dfn id="transparent">transparent</dfn>; they have
   "transparent" in the description of their content model.<p>When a content model includes a part that is "transparent", those
   parts must not contain content that would not be conformant if all
   transparent elements in the tree were replaced, in their parent
@@ -814,25 +814,25 @@
      <td><code title="attr-aria-role-listbox">listbox</code> role, with the <code title="attr-aria-multiselectable">aria-multiselectable</code> property set to "false"
 
     <tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-4">h1</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element" id="hgroup-2">hgroup</a></code> ancestor
-     <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#outline-depth" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
+     <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/sections.html#outline-depth" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
 
     <tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h2-2">h2</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element" id="hgroup-3">hgroup</a></code> ancestor
-     <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#outline-depth" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
+     <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/sections.html#outline-depth" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
 
     <tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h3-1">h3</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element" id="hgroup-4">hgroup</a></code> ancestor
-     <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#outline-depth" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
+     <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/sections.html#outline-depth" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
 
     <tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h4-1">h4</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element" id="hgroup-5">hgroup</a></code> ancestor
-     <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#outline-depth" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
+     <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/sections.html#outline-depth" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
 
     <tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h5-1">h5</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element" id="hgroup-6">hgroup</a></code> ancestor
-     <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#outline-depth" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
+     <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/sections.html#outline-depth" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
 
     <tr><td><code><a href="sections.html#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-1">h6</a></code> element that does not have an <code><a href="sections.html#the-hgroup-element" id="hgroup-7">hgroup</a></code> ancestor
-     <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#outline-depth" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
+     <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/sections.html#outline-depth" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
 
     <tr><td><code><a href="sections.html#the-hgroup-element" id="hgroup-8">hgroup</a></code> element
-     <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#outline-depth" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
+     <td><code title="attr-aria-role-heading">heading</code> role, with the <code title="attr-aria-level">aria-level</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/sections.html#outline-depth" title='Read about this "outline depth" reference in the full HTML5 spec.'>outline depth</a>
 
     <tr><td><code><a href="grouping-content.html#the-hr-element" id="hr-2">hr</a></code> element
      <td><code title="attr-aria-role-separator">separator</code> role
@@ -844,7 +844,7 @@
      <td><code title="attr-aria-role-button">button</code> role
 
     <tr><td><code><a href="the-input-element.html#the-input-element" id="input-17">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-29">type</a></code> attribute in the <a href="number-state.html#checkbox-state" id="attr-input-type-checkbox" title="attr-input-type-checkbox">Checkbox</a> state
-     <td><code title="attr-aria-role-checkbox">checkbox</code> role, with the <code title="attr-aria-checked">aria-checked</code> state set to "mixed" if the element's <code title="dom-input-indeterminate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> IDL attribute is true, or "true" if the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> is true, or "false" otherwise
+     <td><code title="attr-aria-role-checkbox">checkbox</code> role, with the <code title="attr-aria-checked">aria-checked</code> state set to "mixed" if the element's <code title="dom-input-indeterminate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> IDL attribute is true, or "true" if the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> is true, or "false" otherwise
 
     <tr><td><code><a href="the-input-element.html#the-input-element" id="input-18">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-30">type</a></code> attribute in the <a href="number-state.html#color-state" id="attr-input-type-color" title="attr-input-type-color">Color</a> state
      <td>No role
@@ -858,7 +858,7 @@
     <tr><td><code><a href="the-input-element.html#the-input-element" id="input-21">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-33">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#local-date-and-time-state" id="attr-input-type-datetime-local" title="attr-input-type-datetime-local">Local Date and Time</a> state
      <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="common-input-element-attributes.html#attr-input-readonly" id="readonly-1">readonly</a></code> attribute
 
-    <tr><td><code><a href="the-input-element.html#the-input-element" id="input-22">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-34">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#e-mail-state" id="attr-input-type-email" title="attr-input-type-email">E-mail</a> state with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.'>suggestions source element</a>
+    <tr><td><code><a href="the-input-element.html#the-input-element" id="input-22">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-34">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#e-mail-state" id="attr-input-type-email" title="attr-input-type-email">E-mail</a> state with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.'>suggestions source element</a>
      <td><code title="attr-aria-role-textbox">textbox</code> 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="common-input-element-attributes.html#attr-input-readonly" id="readonly-2">readonly</a></code> attribute
 
     <tr><td><code><a href="the-input-element.html#the-input-element" id="input-23">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-35">type</a></code> attribute in the <a href="number-state.html#file-upload-state" id="attr-input-type-file" title="attr-input-type-file">File Upload</a> state
@@ -874,39 +874,39 @@
      <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="common-input-element-attributes.html#attr-input-readonly" id="readonly-3">readonly</a></code> attribute
 
     <tr><td><code><a href="the-input-element.html#the-input-element" id="input-27">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-39">type</a></code> attribute in the <a href="number-state.html#number-state" id="attr-input-type-number" title="attr-input-type-number">Number</a> state
-     <td><code title="attr-aria-role-spinbutton">spinbutton</code> 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="common-input-element-attributes.html#attr-input-readonly" id="readonly-4">readonly</a></code> attribute, the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.'>maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a>, and, if the result of applying the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#rules-for-parsing-floating-point-number-values" title='Read about this "rules for prsing floating point number values" reference in the full HTML5 spec.'>rules for parsing floating point number values</a> to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> is a number, with the <code title="attr-aria-valuenow">aria-valuenow</code> property set to that number
+     <td><code title="attr-aria-role-spinbutton">spinbutton</code> 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="common-input-element-attributes.html#attr-input-readonly" id="readonly-4">readonly</a></code> attribute, the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.'>maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a>, and, if the result of applying the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#rles-for-parsing-floating-point-number-values" title='Read about this "rules for parsing floating point number values" reference in the full HTML5 spec.'>rules for parsing floating point number values</a> to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> is a number, with the <code title="attr-aria-valuenow">aria-valuenow</code> property set to that number
 
     <tr><td><code><a href="the-input-element.html#the-input-element" id="input-28">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-40">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#password-state" id="attr-input-type-password" title="attr-input-type-password">Password</a> state
      <td><code title="attr-aria-role-textbox">textbox</code> 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="common-input-element-attributes.html#attr-input-readonly" id="readonly-5">readonly</a></code> attribute
 
     <tr><td><code><a href="the-input-element.html#the-input-element" id="input-29">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-41">type</a></code> attribute in the <a href="number-state.html#radio-button-state" id="attr-input-type-radio" title="attr-input-type-radio">Radio Button</a> state
-     <td><code title="attr-aria-role-radio">radio</code> role, with the <code title="attr-aria-checked">aria-checked</code> state set to "true" if the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> is true, or "false" otherwise
+     <td><code title="attr-aria-role-radio">radio</code> role, with the <code title="attr-aria-checked">aria-checked</code> state set to "true" if the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> is true, or "false" otherwise
 
     <tr><td><code><a href="the-input-element.html#the-input-element" id="input-30">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-42">type</a></code> attribute in the <a href="number-state.html#range-state" id="attr-input-type-range" title="attr-input-type-range">Range</a> state
-     <td><code title="attr-aria-role-slider">slider</code> role, with the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.'>maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a>, and the <code title="attr-aria-valuenow">aria-valuenow</code> property set to the result of applying the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#rules-for-parsing-floating-point-number-values" title='Read about this "rules for parsing floating point number values" reference in the full HTML5 spec.'>rules for parsing floating point number values</a> to the element's <a class="full-spec-link" href="http://dev.w3.rg/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>, if that that results in a number, or the <a href="number-state.html#concept-input-value-default-range" id="concept-input-value-default-range-0" title="concept-input-value-default-range">default value</a> otherwise
+     <td><code title="attr-aria-role-slider">slider</code> role, with the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.'>maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a>, and the <code title="attr-aria-valuenow">aria-valuenow</code> property set to the result of applying the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#rules-for-parsing-floating-point-number-values" title='Read about this "rules for parsing floating point number values" reference in the full HTML5 spec.'>rules for parsing floating pointnumber values</a> to the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>, if that that results in a number, or the <a href="number-state.html#concept-input-value-default-range" id="concept-input-value-default-range-0" title="concept-input-value-default-range">default value</a> otherwise
 
     <tr><td><code><a href="the-input-element.html#the-input-element" id="input-31">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-43">type</a></code> attribute in the <a href="number-state.html#reset-button-state" id="attr-input-type-reset" title="attr-input-type-reset">Reset Button</a> state
      <td><code title="attr-aria-role-button">button</code> role
 
-    <tr><td><code><a href="the-input-element.html#the-input-element" id="input-32">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-44">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-state-and-search-state" id="attr-input-type-search" title="attr-input-type-search">Search</a> state with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.'>suggestions source element</a>
+    <tr><td><code><a href="the-input-element.html#the-input-element" id="input-32">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-44">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-state-and-search-state" id="attr-input-type-search" title="attr-input-type-search">Search</a> state with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.'>suggestions source element</a>
      <td><code title="attr-aria-role-textbox">textbox</code> 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="common-input-element-attributes.html#attr-input-readonly" id="readonly-6">readonly</a></code> attribute
 
     <tr><td><code><a href="the-input-element.html#the-input-element" id="input-33">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-45">type</a></code> attribute in the <a href="number-state.html#submit-button-state" id="attr-input-type-submit" title="attr-input-type-submit">Submit Button</a> state
      <td><code title="attr-aria-role-button">button</code> role
 
-    <tr><td><code><a href="the-input-element.html#the-input-element" id="input-34">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-46">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#telephone-state" id="attr-input-type-tel" title="attr-input-type-tel">Telephone</a> state with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.'>suggestions source element</a>
+    <tr><td><code><a href="the-input-element.html#the-input-element" id="input-34">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-46">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#telephone-state" id="attr-input-type-tel" title="attr-input-type-tel">Telephone</a> state with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.'>suggestions source element</a>
      <td><code title="attr-aria-role-textbox">textbox</code> 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="common-input-element-attributes.html#attr-input-readonly" id="readonly-7">readonly</a></code> attribute
 
-    <tr><td><code><a href="the-input-element.html#the-input-element" id="input-35">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-47">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-state-and-search-state" id="attr-input-type-text" title="attr-input-type-text">Text</a> state with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.'>suggestions source element</a>
+    <tr><td><code><a href="the-input-element.html#the-input-element" id="input-35">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-47">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-state-and-search-state" id="attr-input-type-text" title="attr-input-type-text">Text</a> state with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.'>suggestions source element</a>
      <td><code title="attr-aria-role-textbox">textbox</code> 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="common-input-element-attributes.html#attr-input-readonly" id="readonly-8">readonly</a></code> attribute
 
-    <tr><td><code><a href="the-input-element.html#the-input-element" id="input-36">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-48">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-state-and-search-state" id="attr-input-type-text-0" title="attr-input-type-text">Text</a>, <a href="states-of-the-type-attribute.html#text-state-and-search-state" id="attr-input-type-search-0" title="attr-input-type-search">Search</a>, <a href="states-of-the-type-attribute.html#telephone-state" id="attr-input-type-tel-0" title="attr-input-type-tel">Telephone</a>, <a href="states-of-the-type-attribute.html#url-state" id="attr-input-type-url" title="attr-input-type-url">URL</a>, or <a href="states-of-the-type-attribute.html#e-mail-state" id="attr-input-type-email-0" title="attr-input-type-email">E-mail</a> states with a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-list" title='Read about ths "suggestions source element" reference in the full HTML5 spec.'>suggestions source element</a>
+    <tr><td><code><a href="the-input-element.html#the-input-element" id="input-36">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-48">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-state-and-search-state" id="attr-input-type-text-0" title="attr-input-type-text">Text</a>, <a href="states-of-the-type-attribute.html#text-state-and-search-state" id="attr-input-type-search-0" title="attr-input-type-search">Search</a>, <a href="states-of-the-type-attribute.html#telephone-state" id="attr-input-type-tel-0" title="attr-input-type-tel">Telephone</a>, <a href="states-of-the-type-attribute.html#url-state" id="attr-input-type-url" title="attr-input-type-url">URL</a>, or <a href="states-of-the-type-attribute.html#e-mail-state" id="attr-input-type-email-0" title="attr-input-type-email">E-mail</a> states with a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-iput-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.'>suggestions source element</a>
      <td><code title="attr-aria-role-combobox">combobox</code> role, with the <code title="attr-aria-owns">aria-owns</code> property set to the same value as the <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list">list</a></code> attribute, and 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="common-input-element-attributes.html#attr-input-readonly" id="readonly-9">readonly</a></code> attribute
 
     <tr><td><code><a href="the-input-element.html#the-input-element" id="input-37">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-49">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#time-state" id="attr-input-type-time" title="attr-input-type-time">Time</a> state
      <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="common-input-element-attributes.html#attr-input-readonly" id="readonly-10">readonly</a></code> attribute
 
-    <tr><td><code><a href="the-input-element.html#the-input-element" id="input-38">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-50">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#url-state" id="attr-input-type-url-0" title="attr-input-type-url">URL</a> state with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.'>suggestions source element</a>
+    <tr><td><code><a href="the-input-element.html#the-input-element" id="input-38">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-50">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#url-state" id="attr-input-type-url-0" title="attr-input-type-url">URL</a> state with no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-list" title='Read about this "suggestions source element" reference in the full HTML5 spec.'>suggestions source element</a>
      <td><code title="attr-aria-role-textbox">textbox</code> 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="common-input-element-attributes.html#attr-input-readonly" id="readonly-11">readonly</a></code> attribute
 
     <tr><td><code><a href="the-input-element.html#the-input-element" id="input-39">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-51">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#week-state" id="attr-input-type-week" title="attr-input-type-week">Week</a> state
@@ -928,7 +928,7 @@
      <td><code title="attr-aria-role-navigation">navigation</code> role
 
     <tr><td><code><a href="the-button-element.html#the-option-element" id="option-5">option</a></code> element that is in a <a href="the-button-element.html#concept-select-option-list" id="concept-select-option-list-0" title="concept-select-option-list">list of options</a> or that represents a suggestion in a <code><a href="the-button-element.html#the-datalist-element" id="datalist-2">datalist</a></code> element
-     <td><code title="attr-aria-role-option">option</code> role, with the <code title="attr-aria-selected">aria-selected</code> state set to "true" if the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-option-selectedness" title='Read about this "selectedness" reference in the full HTML5 spec.'>selectedness</a> is true, or "false" otherwise.
+     <td><code title="attr-aria-role-option">option</code> role, with the <code title="attr-aria-selected">aria-selected</code> state set to "true" if the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#concept-option-selectedness" title='Read about this "selectedness" reference in the full HTML5 spec.'>selectedness</a> is true, or "false" otherwise.
 
     <tr><td><code><a href="the-button-element.html#the-progress-element" id="progress-5">progress</a></code> element
      <td><code title="attr-aria-role-progressbar">progressbar</code> role, with, if the progress bar is determinate, the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the maximum value of the progress bar, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to zero, and the <code title="attr-aria-valuenow">aria-valuenow</code> property set to the current value of the progress bar
@@ -945,13 +945,13 @@
     <tr><td><code><a href="the-button-element.html#the-textarea-element" id="textarea-13">textarea</a></code> element
      <td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-multiline">aria-multiline</code> property set to "true", and the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-textarea-readonly"><a href="the-button-element.html#attr-textarea-readonly" id="readonly-40">readonly</a></code> attribute
 
-    <tr><td><code><a href="tabular-data.html#the-th-element" id="th-3">th</a></code> element that is neither a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#column-header" title='Read about this "column header" reference in the full HTML5 spec.'>column header</a> nor a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#row-header" title='Read about this "row header" reference in the full HTML5 spec.'>row header</a>
+    <tr><td><code><a href="tabular-data.html#the-th-element" id="th-3">th</a></code> element that is neither a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#column-header" title='Read about this "column header" reference in the full HTML5 spec.'>column header</a> nor a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#row-header" title='Read about this "row header" reference in the full HTML5 spec.'>row header</a>
      <td><code title="attr-aria-role-gridcell">gridcell</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="tabular-data.html#attr-tdth-headers" id="headers-0">headers</a></code> attribute, if any
 
-    <tr><td><code><a href="tabular-data.html#the-th-element" id="th-4">th</a></code> element that is a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#column-header" title='Read about this "column header" reference in the full HTML5 spec.'>column header</a>
+    <tr><td><code><a href="tabular-data.html#the-th-element" id="th-4">th</a></code> element that is a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#column-header" title='Read about this "column header" reference in the full HTML5 spec.'>column header</a>
      <td><code title="attr-aria-role-columnheader">columnheader</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="tabular-data.html#attr-tdth-headers" id="headers-1">headers</a></code> attribute, if any
 
-    <tr><td><code><a href="tabular-data.html#the-th-element" id="th-5">th</a></code> element that is a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#row-header" title='Read about this "row header" reference in the full HTML5 spec.'>row header</a>
+    <tr><td><code><a href="tabular-data.html#the-th-element" id="th-5">th</a></code> element that is a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/tabular-data.html#row-header" title='Read about this "row header" reference in the full HTML5 spec.'>row header</a>
      <td><code title="attr-aria-role-rowheader">rowheader</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="tabular-data.html#attr-tdth-headers" id="headers-2">headers</a></code> attribute, if any
 
     <tr><td><code><a href="tabular-data.html#the-tr-element" id="tr-0">tr</a></code> element

Index: states-of-the-type-attribute.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/states-of-the-type-attribute.html,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- states-of-the-type-attribute.html	19 Aug 2010 20:42:53 -0000	1.160
+++ states-of-the-type-attribute.html	19 Aug 2010 20:46:06 -0000	1.161
@@ -314,7 +314,7 @@
   <ol class="toc"><li><ol><li><ol><li><ol><li><a href="states-of-the-type-attribute.html#states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type">type</code> attribute</a>
         <ol><li><a href="states-of-the-type-attribute.html#hidden-state" id="x4.10.7.1.1-hidden-state"><span class="secno">4.10.7.1.1 </span>Hidden state</a><li><a href="states-of-the-type-attribute.html#text-state-and-search-state" id="x4.10.7.1.2-text-state-and-search-state"><span class="secno">4.10.7.1.2 </span>Text state and Search state</a><li><a href="states-of-the-type-attribute.html#telephone-state" id="x4.10.7.1.3-telephone-state"><span class="secno">4.10.7.1.3 </span>Telephone state</a><li><a href="states-of-the-type-attribute.html#url-state" id="x4.10.7.1.4-url-state"><span class="secno">4.10.7.1.4 </span>URL state</a><li><a href="states-of-the-type-attribute.html#e-mail-state" id="x4.10.7.1.5-e-mail-state"><span class="secno">4.10.7.1.5 </span>E-mail state</a><li><a href="states-of-the-type-attribute.html#password-state" id="x4.10.7.1.6-password-state"><span class="secno">4.10.7.1.6 </span>Password state</a><li><a href="states-of-the-type-attribute.html#date-and-time-state" id="x4.10.7.1.7-dateand-time-state"><span class="secno">4.10.7.1.7 </span>Date and Time state</a><li><a href="states-of-the-type-attribute.html#date-state" id="x4.10.7.1.8-date-state"><span class="secno">4.10.7.1.8 </span>Date state</a><li><a href="states-of-the-type-attribute.html#month-state" id="x4.10.7.1.9-month-state"><span class="secno">4.10.7.1.9 </span>Month state</a><li><a href="states-of-the-type-attribute.html#week-state" id="x4.10.7.1.10-week-state"><span class="secno">4.10.7.1.10 </span>Week state</a><li><a href="states-of-the-type-attribute.html#time-state" id="x4.10.7.1.11-time-state"><span class="secno">4.10.7.1.11 </span>Time state</a><li><a href="states-of-the-type-attribute.html#local-date-and-time-state" id="x4.10.7.1.12-local-date-and-time-state"><span class="secno">4.10.7.1.12 </span>Local Date and Time state</a></ol></ol></ol></ol></ol></div>
 
-  <h5 id="states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-61">type</a></code> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h6 id="hidden-state"><span class="secno">4.10.7.1.1 </span><dfn title="attr-input-type-hidden">Hidden</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-60">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a value
+  <h5 id="states-of-the-type-attribute"><span class="secno">4.10.7.1 </span>States of the <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type-61">type</a></code> attribute</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h6 id="hidden-state"><span class="secno">4.10.7.1.1 </span><dfn title="attr-input-type-hidden">Hidden</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-60">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a value
   that is not intended to be examined or manipulated by the user.<p>If the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="name-60">name</a></code> attribute is
   present and has a value that is a <a href="infrastructure.html#case-sensitive" id="case-sensitive-2">case-sensitive</a> match
   for the string "<code title="attr-fe-name-charset"><a href="association-of-controls-and-forms.html#attr-fe-name-charset" id="x_charset_">_charset_</a></code>", then the element's
@@ -322,9 +322,9 @@
   omitted.<div class="bookkeeping">
 
    <p>The
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>
    IDL attribute applies to this element and is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.'>default</a>.</p>
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.'>default</a>.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -354,25 +354,25 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p>
 
   </div><h6 id="text-state-and-search-state"><span class="secno">4.10.7.1.2 </span><dfn title="attr-input-type-text">Text</dfn> state and <dfn title="attr-input-type-search">Search</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 idea: applying input masks to <input>, e.g. for entering
        data with slashes and dashes (ack Greg Kilwein)
-  --><p>The <code><a href="the-input-element.html#the-input-element" id="input-61">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a one line
-  plain text edit control for the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.<p class="note">The difference between the <a href="#text-state-and-search-state" id="attr-input-type-text-4" title="attr-input-type-text">Text</a> state and the <a href="#text-state-and-search-state" id="attr-input-type-search-3" title="attr-input-type-search">Search</a> state is primarily
+  --><p>The <code><a href="the-input-element.html#the-input-element" id="input-61">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a one line
+  plain text edit control for the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.<p class="note">The difference between the <a href="#text-state-and-search-state" id="attr-input-type-text-4" title="attr-input-type-text">Text</a> state and the <a href="#text-state-and-search-state" id="attr-input-type-search-3" title="attr-input-type-search">Search</a> state is primarily
   stylistic: on platforms where search fields are distinguished from
   regular text fields, the <a href="#text-state-and-search-state" id="attr-input-type-search-4" title="attr-input-type-search">Search</a> state might result in
   an appearance consistent with the platform's search fields rather
@@ -390,18 +390,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly-17">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-4">required</a></code>, and
    <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size-3">size</a></code> content attributes;
-   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
-   <code title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
-   <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
-   <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
+   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
+   <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
-   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -423,21 +423,21 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
-   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-  </div><h6 id="telephone-state"><span class="secno">4.10.7.1.3 </span><dfn title="attr-input-type-tel">Telephone</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-63">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
-  for editing a telephone number given in the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-9">value</a></code> attribute, if
+  </div><h6 id="telephone-state"><span class="secno">4.10.7.1.3 </span><dfn title="attr-input-type-tel">Telephone</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-63">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for editing a telephone number given in the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-9">value</a></code> attribute, if
   specified, must have a value that contains no U+000A LINE FEED (LF)
   or U+000D CARRIAGE RETURN (CR) characters.<p class="note">Unlike the <a href="#url-state" id="attr-input-type-url-3" title="attr-input-type-url">URL</a> and <a href="#e-mail-state" id="attr-input-type-email-3" title="attr-input-type-email">E-mail</a> types, the <a href="#telephone-state" id="attr-input-type-tel-3" title="attr-input-type-tel">Telephone</a> type does not enforce a
   particular syntax. This is intentional; in practice, telephone
   number fields tend to be free-form fields, because there are a wide
   variety of valid phone numbers. Systems that need to enforce a
-  particular format are encouraged to use the <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern-4">pattern</a></code> attribute or the <code title="dom-cva-setCustomValidity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity()" reference in the full HTML5 spec.'>setCustomValidity()</a></code> method
+  particular format are encouraged to use the <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern-4">pattern</a></code> attribute or the <code title="dom-cva-setCustomValidity"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity()" reference in the full HTML5 spec.'>setCustomValidity()</a></code> method
   to hook into the client-side validation mechanism.<div class="bookkeeping">
 
    <p>The following common <code><a href="the-input-element.html#the-input-element" id="input-64">input</a></code> element content
@@ -450,18 +450,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly-18">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-5">required</a></code>, and
    <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size-4">size</a></code> content attributes;
-   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
-   <code title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
-   <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
-   <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
+   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
+   <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
-   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -483,16 +483,16 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
-   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-  </div><h6 id="url-state"><span class="secno">4.10.7.1.4 </span><dfn title="attr-input-type-url">URL</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-65">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  </div><h6 id="url-state"><span class="secno">4.10.7.1.4 </span><dfn title="attr-input-type-url">URL</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-65">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
   for editing a single <a href="urls.html#absolute-url" id="absolute-url-4">absolute URL</a> given in the
-  element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-10">value</a></code> attribute, if
+  element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-10">value</a></code> attribute, if
   specified, must have a value that is a <a href="urls.html#valid-url-potentially-surrounded-by-spaces" id="valid-url-potentially-surrounded-by-spaces-4">valid URL potentially
   surrounded by spaces</a> that is also an <a href="urls.html#absolute-url" id="absolute-url-5">absolute
   URL</a>.<div class="bookkeeping">
@@ -507,18 +507,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly-19">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-6">required</a></code>, and
    <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size-5">size</a></code> content attributes;
-   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
-   <code title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
-   <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
-   <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
+   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
+   <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
-   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -540,12 +540,12 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
-   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
   </div><div class="example">
 
@@ -582,8 +582,8 @@
    available to the page DOM. In this particular case, the UA has no
    titles to provide for those values.</p>
 
-  </div><h6 id="e-mail-state"><span class="secno">4.10.7.1.5 </span><dfn title="attr-input-type-email">E-mail</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-67">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
-  for editing a list of e-mail addresses given in the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.<p>If the <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple-6">multiple</a></code>
+  </div><h6 id="e-mail-state"><span class="secno">4.10.7.1.5 </span><dfn title="attr-input-type-email">E-mail</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-67">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for editing a list of e-mail addresses given in the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.<p>If the <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple-6">multiple</a></code>
   attribute is specified on the element, then the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-11">value</a></code> attribute, if specified, must
   have a value that is a <a href="#valid-e-mail-address-list" id="valid-e-mail-address-list-0">valid e-mail address list</a>;
   otherwise, the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-12">value</a></code>
@@ -613,18 +613,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly-20">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-7">required</a></code>, and
    <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size-6">size</a></code> content attributes;
-   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
-   <code title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
-   <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
-   <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
+   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
+   <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
-   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -645,15 +645,15 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
-   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-  </div><h6 id="password-state"><span class="secno">4.10.7.1.6 </span><dfn title="attr-input-type-password">Password</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-69">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a one line
-  plain text edit control for the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>. The user agent should obscure
+  </div><h6 id="password-state"><span class="secno">4.10.7.1.6 </span><dfn title="attr-input-type-password">Password</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-69">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a one line
+  plain text edit control for the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>. The user agent should obscure
   the value so that people other than the user cannot see it.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-13">value</a></code> attribute, if
   specified, must have a value that contains no U+000A LINE FEED (LF)
   or U+000D CARRIAGE RETURN (CR) characters.<div class="bookkeeping">
@@ -667,16 +667,16 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly-21">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-8">required</a></code>, and
    <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size-7">size</a></code> content attributes;
-   <code title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
-   <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>, and
-   <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
+   <code title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes;
+   <code title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>, and
+   <code title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
-   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -699,17 +699,17 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
-   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-  </div><h6 id="date-and-time-state"><span class="secno">4.10.7.1.7 </span><dfn title="attr-input-type-datetime">Date and Time</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-71">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
-  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
+  </div><h6 id="date-and-time-state"><span class="secno">4.10.7.1.7 </span><dfn title="attr-input-type-datetime">Date and Time</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-71">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
   specific <a href="common-microsyntaxes.html#concept-datetime" id="concept-datetime-0" title="concept-datetime">global date and
   time</a>. <p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-14">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-global-date-and-time-string" id="valid-global-date-and-time-string-4">valid global date and
@@ -719,7 +719,7 @@
   time string</a>. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max-9">max</a></code>
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-global-date-and-time-string" id="valid-global-date-and-time-string-6">valid
   global date and time string</a>.<p>The <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-9">step</a></code> attribute is
-  expressed in seconds.  The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default step</a> is 60
+  expressed in seconds.  The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default step</a> is 60
   seconds.<div class="bookkeeping">
 
    <p>The following common <code><a href="the-input-element.html#the-input-element" id="input-72">input</a></code> element content
@@ -731,18 +731,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly-22">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-9">required</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-10">step</a></code> content attributes;
-   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
-   <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
-   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
+   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
-   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -765,12 +765,12 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
   </div><div class="example">
 
@@ -791,8 +791,8 @@
    instead, the calendar application would have also had to explicitly
    determine which time zone the user intended.</p>
 
-  </div><h6 id="date-state"><span class="secno">4.10.7.1.8 </span><dfn title="attr-input-type-date">Date</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-73">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
-  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
+  </div><h6 id="date-state"><span class="secno">4.10.7.1.8 </span><dfn title="attr-input-type-date">Date</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-73">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
   specific <a href="common-microsyntaxes.html#concept-date" id="concept-date-0" title="concept-date">date</a>.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-15">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-date-string" id="valid-date-string-4">valid date
   string</a>.</p><!-- ok to set out-of-range value, we never know
@@ -801,7 +801,7 @@
   string</a>. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max-11">max</a></code>
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-date-string" id="valid-date-string-6">valid
   date string</a>.<p>The <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-11">step</a></code> attribute is
-  expressed in days.  The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default step</a> is 1 day.<div class="bookkeeping">
+  expressed in days.  The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default step</a> is 1 day.<div class="bookkeeping">
 
    <p>The following common <code><a href="the-input-element.html#the-input-element" id="input-74">input</a></code> element content
    attributes, IDL attributes, and methods apply to the element:
@@ -812,18 +812,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly-23">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-10">required</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-12">step</a></code> content attributes;
-   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
-   <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
-   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
+   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
-   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -846,14 +846,14 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
-  </div><h6 id="month-state"><span class="secno">4.10.7.1.9 </span><dfn title="attr-input-type-month">Month</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-75">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
-  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
+  </div><h6 id="month-state"><span class="secno">4.10.7.1.9 </span><dfn title="attr-input-type-month">Month</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-75">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
   specific <a href="common-microsyntaxes.html#concept-month" id="concept-month-0" title="concept-month">month</a>.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-16">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-month-string" id="valid-month-string-1">valid month
   string</a>.</p><!-- ok to set out-of-range value, we never know
@@ -863,7 +863,7 @@
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-month-string" id="valid-month-string-3">valid
   month string</a>.<p>The <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-13">step</a></code> attribute is
   expressed in months. 
-  The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default step</a> is
+  The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default step</a> is
   1 month.<div class="bookkeeping">
 
    <p>The following common <code><a href="the-input-element.html#the-input-element" id="input-76">input</a></code> element content
@@ -875,18 +875,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly-24">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-11">required</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-14">step</a></code> content attributes;
-   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
-   <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
-   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
+   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
-   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -909,15 +909,15 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
-  </div><h6 id="week-state"><span class="secno">4.10.7.1.10 </span><dfn title="attr-input-type-week">Week</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-77">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
-  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
+  </div><h6 id="week-state"><span class="secno">4.10.7.1.10 </span><dfn title="attr-input-type-week">Week</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-77">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
   specific <a href="common-microsyntaxes.html#concept-week" id="concept-week-0" title="concept-week">week</a>.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-17">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-week-string" id="valid-week-string-0">valid week
   string</a>.</p><!-- ok to set out-of-range value, we never know
@@ -926,7 +926,7 @@
   string</a>. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max-15">max</a></code>
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-week-string" id="valid-week-string-2">valid
   week string</a>.<p>The <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-15">step</a></code> attribute is
-  expressed in weeks.  The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default step</a> is 1
+  expressed in weeks.  The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default step</a> is 1
   week. <div class="bookkeeping">
 
    <p>The following common <code><a href="the-input-element.html#the-input-element" id="input-78">input</a></code> element content
@@ -938,18 +938,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly-25">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-12">required</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-16">step</a></code> content attributes;
-   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
-   <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
-   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
+   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
-   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -972,17 +972,17 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
   </div><h6 id="time-state"><span class="secno">4.10.7.1.11 </span><dfn title="attr-input-type-time">Time</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2: allow min="" and max="" to be set such that the range
   crosses midnight, as in <input type=time min="23:00" max="02:00">
-  (from http://www.w3.org/Bugs/Public/show_bug.cgi?id=7688) --><p>The <code><a href="the-input-element.html#the-input-element" id="input-79">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
-  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
+  (from http://www.w3.org/Bugs/Public/show_bug.cgi?id=7688) --><p>The <code><a href="the-input-element.html#the-input-element" id="input-79">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
   specific <a href="common-microsyntaxes.html#concept-time" id="concept-time-0" title="concept-time">time</a>.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-18">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-time-string" id="valid-time-string-3">valid time
   string</a>.</p><!-- ok to set out-of-range value, we never know
@@ -991,7 +991,7 @@
   string</a>. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max-17">max</a></code>
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-time-string" id="valid-time-string-5">valid
   time string</a>.<p>The <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-17">step</a></code> attribute is
-  expressed in seconds.  The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default step</a> is 60
+  expressed in seconds.  The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default step</a> is 60
   seconds.<div class="bookkeeping">
 
    <p>The following common <code><a href="the-input-element.html#the-input-element" id="input-80">input</a></code> element content
@@ -1003,18 +1003,18 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly-26">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-13">required</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-18">step</a></code> content attributes;
-   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
-   <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
-   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>,
+   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
-   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -1037,15 +1037,15 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>, and
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
-  </div><h6 id="local-date-and-time-state"><span class="secno">4.10.7.1.12 </span><dfn title="attr-input-type-datetime-local">Local Date and Time</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-81">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
-  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
+  </div><h6 id="local-date-and-time-state"><span class="secno">4.10.7.1.12 </span><dfn title="attr-input-type-datetime-local">Local Date and Time</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-81">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
   <a href="common-microsyntaxes.html#concept-datetime-local" id="concept-datetime-local-0" title="concept-datetime-local">local date and time</a>,
   with no time-zone offset information.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-19">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-local-date-and-time-string" id="valid-local-date-and-time-string-0">valid local date and
@@ -1055,7 +1055,7 @@
   time string</a>. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max-19">max</a></code>
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-local-date-and-time-string" id="valid-local-date-and-time-string-2">valid
   local date and time string</a>.<p>The <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-19">step</a></code> attribute is
-  expressed in seconds.  The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default step</a> is 60
+  expressed in seconds.  The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default step</a> is 60
   seconds.<div class="bookkeeping">
 
    <p>The following common <code><a href="the-input-element.html#the-input-element" id="input-82">input</a></code> element content
@@ -1067,17 +1067,17 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly-27">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-14">required</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-20">step</a></code> content attributes;
-   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
-   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
-   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -1100,13 +1100,13 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
   </div><div class="example">
 

Index: apis-in-html-documents.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/apis-in-html-documents.html,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- apis-in-html-documents.html	19 Aug 2010 20:42:50 -0000	1.160
+++ apis-in-html-documents.html	19 Aug 2010 20:45:41 -0000	1.161
@@ -319,12 +319,12 @@
   in DOM Core become case-insensitive or case-changing, as sometimes
   defined in DOM Core, and as summarized  below. <a href="references.html#refsDOMCORE">[DOMCORE]</a><p>This does not apply to <a href="dom.html#xml-documents" id="xml-documents-6">XML documents</a> or to elements
   that are not in the <a href="urls.html#html-namespace-0" id="html-namespace-3">HTML namespace</a> despite being in
-  <a href="dom.html#html-documents" id="html-documents-11">HTML documents</a>.<dl><dt><code title="dom-Element-tagName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-element-tagname" title='Read about this "Element.tagName" reference in the full HTML5 spec.'>Element.tagName</a></code> and <code title="dom-Node-nodeName">Node.nodeName</code></dt>
+  <a href="dom.html#html-documents" id="html-documents-11">HTML documents</a>.<dl><dt><code title="dom-Element-tagName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-element-tagname" title='Read about this "Element.tagName" reference in the full HTML5 spec.'>Element.tagName</a></code> and <code title="dom-Node-nodeName">Node.nodeName</code></dt>
 
    <dd>
 
     <p>These attributes  return element
-    names <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#converted-to-ascii-uppercase" title='Read about this "converted to ASCII uppercase" reference in the full HTML5 spec.'>converted to ASCII uppercase</a>, regardless of the case
+    names <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#converted-to-ascii-uppercase" title='Read about this "converted to ASCII uppercase" reference in the full HTML5 spec.'>converted to ASCII uppercase</a>, regardless of the case
     with which they were created.</p>
 
    </dd>
@@ -335,16 +335,16 @@
    <dd>
 
     <p>The canonical form of HTML markup is all-lowercase; thus, this
-    method will <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#converted-to-ascii-lowercase" title='Read about this "lowercase" reference in the full HTML5 spec.'>lowercase</a>
+    method will <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#converted-to-ascii-lowercase" title='Read about this "lowercase" reference in the full HTML5 spec.'>lowercase</a>
     the argument before creating the requisite element. .</p>
 
     <p class="note">This doesn't apply to <code title="">Document.createElementNS()</code>. Thus, it is possible,
     by passing this last method a tag name in the wrong case, to
     create an element that appears to have the same tag name as that
-    of an element defined in this specification when its <code title="dom-Element-tagName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-element-tagname" title='Read about this "tagName" reference in the full HTML5 spec.'>tagName</a></code> attribute is examined, but that
+    of an element defined in this specification when its <code title="dom-Element-tagName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-element-tagname" title='Read about this "tagName" reference in the full HTML5 spec.'>tagName</a></code> attribute is examined, but that
     doesn't support the corresponding interfaces. The "real" element
     name (unaffected by case conversions) can be obtained from the
-    <code title="dom-Node-localName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-node-localname" title='Read about this "localName" reference in the full HTML5 spec.'>localName</a></code> attribute.</p>
+    <code title="dom-Node-localName"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#dom-node-localname" title='Read about this "localName" reference in the full HTML5 spec.'>localName</a></code> attribute.</p>
 
    </dd>
 
@@ -354,7 +354,7 @@
 
    <dd>
 
-    <p>Attribute names are <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#converted-to-ascii-lowercase" title='Read about this "converted to ASCII lowercase" reference in the full HTML5 spec.'>converted to ASCII lowercase</a>.</p>
+    <p>Attribute names are <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#converted-to-ascii-lowercase" title='Read about this "converted to ASCII lowercase" reference in the full HTML5 spec.'>converted to ASCII lowercase</a>.</p>
 
     
 
@@ -368,7 +368,7 @@
 
    <dd>
 
-    <p>Attribute names are <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#converted-to-ascii-lowercase" title='Read about this "converted to ASCII lowercase" reference in the full HTML5 spec.'>converted to ASCII lowercase</a>.</p>
+    <p>Attribute names are <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#converted-to-ascii-lowercase" title='Read about this "converted to ASCII lowercase" reference in the full HTML5 spec.'>converted to ASCII lowercase</a>.</p>
 
     
 
@@ -399,34 +399,34 @@
   </dl><h3 id="dynamic-markup-insertion"><span class="secno">3.4 </span><dfn>Dynamic markup insertion</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p class="note">APIs for dynamically inserting markup into the
   document interact with the parser, and thus their behavior varies
   depending on whether they are used with <a href="dom.html#html-documents" id="html-documents-13">HTML documents</a>
-  (and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a>) or XHTML in <a href="dom.html#xml-documents" id="xml-documents-7">XML
-  documents</a> (and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#xml-parser" title='Read about this "XML parser" reference in the full HTML5 spec.'>XML parser</a>).<h4 id="opening-the-input-stream"><span class="secno">3.4.1 </span>Opening the input stream</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="dom-document-open" title="dom-document-open"><code>open()</code></dfn>
+  (and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#html-parser" title='Read about this "HTML parser" reference in the full HTML5 spec.'>HTML parser</a>) or XHTML in <a href="dom.html#xml-documents" id="xml-documents-7">XML
+  documents</a> (and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-xhtml-syntax.html#xml-parser" title='Read about this "XML parser" reference in the full HTML5 spec.'>XML parser</a>).<h4 id="opening-the-input-stream"><span class="secno">3.4.1 </span>Opening the input stream</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="dom-document-open" title="dom-document-open"><code>open()</code></dfn>
   method comes in several variants with different numbers of
   arguments.<dl class="domintro"><dt><var title="">document</var> = <var title="">document</var> . <code title="dom-document-open"><a href="#dom-document-open" id="open-1">open</a></code>( [ <var title="">type</var> [, <var title="">replace</var> ] ] )</dt>
 
    <dd>
 
-    <p>Causes the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> to be replaced in-place, as if
-    it was a new <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object, but reusing the
+    <p>Causes the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> to be replaced in-place, as if
+    it was a new <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object, but reusing the
     previous object, which is then returned.</p>
 
     <p>If the <var title="">type</var> argument is omitted or has the
     value "<code><a href="iana.html#text-html" id="text-html-2">text/html</a></code>", then the resulting
-    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> has an HTML parser associated with it, which
-    can be given data to parse using <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code>. Otherwise, all
-    content passed to <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code> will be parsed
+    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> has an HTML parser associated with it, which
+    can be given data to parse using <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code>. Otherwise, all
+    content passed to <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code> will be parsed
     as plain text.</p>
 
     <p>If the <var title="">replace</var> argument is present and has
     the value "<code title="">replace</code>", the existing entries in
-    the session history for the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object are
+    the session history for the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> object are
     removed.</p>
 
-    <p>The method has no effect if the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is still
+    <p>The method has no effect if the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is still
     being parsed.</p>
 
     <p>Throws an <code><a href="urls.html#invalid_state_err" id="invalid_state_err-0">INVALID_STATE_ERR</a></code> exception if the
-    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is an <a href="dom.html#xml-documents" id="xml-documents-8" title="XML documents">XML
+    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is an <a href="dom.html#xml-documents" id="xml-documents-8" title="XML documents">XML
     document</a>.</p>
 
    </dd>
@@ -435,28 +435,28 @@
 
    <dd>
 
-    <p>Works like the <code title="dom-open"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-open" title='Read about this "window.open()" reference in the full HTML5 spec.'>window.open()</a></code>
+    <p>Works like the <code title="dom-open"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/browsers.html#dom-open" title='Read about this "window.open()" reference in the full HTML5 spec.'>window.open()</a></code>
     method.</p>
 
    </dd>
 
-  </dl><h4 id="closing-the-input-stream"><span class="secno">3.4.2 </span>Closing the input stream</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-close"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-close" title='Read about this "close" reference in the full HTML5 spec.'>close</a></code>()</dt>
+  </dl><h4 id="closing-the-input-stream"><span class="secno">3.4.2 </span>Closing the input stream</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-close"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-close" title='Read about this "close" reference in the full HTML5 spec.'>close</a></code>()</dt>
 
    <dd>
 
     <p>Closes the input stream that was opened by the <code title="dom-document-open"><a href="#dom-document-open" id="document.open">document.open()</a></code> method.</p>
 
     <p>Throws an <code><a href="urls.html#invalid_state_err" id="invalid_state_err-1">INVALID_STATE_ERR</a></code> exception if the
-    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is an <a href="dom.html#xml-documents" id="xml-documents-9" title="XML documents">XML
+    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> is an <a href="dom.html#xml-documents" id="xml-documents-9" title="XML documents">XML
     document</a>.</p>
 
    </dd>
 
-  </dl><h4 id="document.write"><span class="secno">3.4.3 </span><code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code></h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-write" title='Read about this "write" reference in the full HTML5 spec.'>write</a></code>(<var title="">text</var>...)</dt>
+  </dl><h4 id="document.write"><span class="secno">3.4.3 </span><code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-write" title='Read about this "document.write()" reference in the full HTML5 spec.'>document.write()</a></code></h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-write"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-write" title='Read about this "write" reference in the full HTML5 spec.'>write</a></code>(<var title="">text</var>...)</dt>
 
    <dd>
 
-    <p>Adds the given string(s) to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s input
+    <p>Adds the given string(s) to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s input
     stream. If necessary, calls the <code title="dom-document-open"><a href="#dom-document-open" id="open-3">open()</a></code> method implicitly
     first.</p>
 
@@ -471,11 +471,11 @@
 
    </dd>
 
-  </dl><h4 id="document.writeln"><span class="secno">3.4.4 </span><code title="dom-document-writeln"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-writeln" title='Read about this "document.writeln()" reference in the full HTML5 spec.'>document.writeln()</a></code></h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-writeln"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-writeln" title='Read about this "writeln" reference in the full HTML5 spec.'>writeln</a></code>(<var title="">text</var>...)</dt>
+  </dl><h4 id="document.writeln"><span class="secno">3.4.4 </span><code title="dom-document-writeln"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-writeln" title='Read about this "document.writeln()" reference in the full HTML5 spec.'>document.writeln()</a></code></h4><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-writeln"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-document-writeln" title='Read about this "writeln" reference in the full HTML5 spec.'>writeln</a></code>(<var title="">text</var>...)</dt>
 
    <dd>
 
-    <p>Adds the given string(s) to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s input
+    <p>Adds the given string(s) to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s input
     stream, followed by a newline character. If necessary, calls the
     <code title="dom-document-open"><a href="#dom-document-open" id="open-4">open()</a></code> method implicitly
     first.</p>
@@ -491,13 +491,13 @@
    <dd>
 
     <p>Returns a fragment of HTML or XML that represents the
-    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
+    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.</p>
 
-    <p>Can be set, to replace the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s contents
+    <p>Can be set, to replace the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>'s contents
     with the result of parsing the given string.</p>
 
     <p>In the case of <a href="dom.html#xml-documents" id="xml-documents-12">XML documents</a>, will throw an
-    <code><a href="urls.html#invalid_state_err" id="invalid_state_err-4">INVALID_STATE_ERR</a></code> if the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> cannot
+    <code><a href="urls.html#invalid_state_err" id="invalid_state_err-4">INVALID_STATE_ERR</a></code> if the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> cannot
     be serialized to XML, and a <code><a href="urls.html#syntax_err" id="syntax_err-4">SYNTAX_ERR</a></code> if the given
     string is not well-formed.</p>
 
@@ -537,12 +537,12 @@
     well-formed.</p>
 
     <p>Throws a <code><a href="urls.html#no_modification_allowed_err" id="no_modification_allowed_err-0">NO_MODIFICATION_ALLOWED_ERR</a></code> exception if
-    the parent of the element is the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>
+    the parent of the element is the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>
     node.</p>
 
    </dd>
 
-  </dl><h4 id="insertadjacenthtml"><span class="secno">3.4.7 </span><code title="dom-insertAdjacentHTML"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-insertadjacenthtml" title='Read about this "insertAdjacentHTML()" reference in the full HTML5 spec.'>insertAdjacentHTML()</a></code></h4><dl class="domintro"><dt><var title="">element</var> . <code title="dom-insertAdjacentHTML"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-insertadjacenthtml" title='Read about this "insertAdjacentHTML" reference in the full HTML5 spec.'>insertAdjacentHTML</a></code>(<var title="">position</var>, <var title="">text</var>)</dt>
+  </dl><h4 id="insertadjacenthtml"><span class="secno">3.4.7 </span><code title="dom-insertAdjacentHTML"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-insertadjacenthtml" title='Read about this "insertAdjacentHTML()" reference in the full HTML5 spec.'>insertAdjacentHTML()</a></code></h4><dl class="domintro"><dt><var title="">element</var> . <code title="dom-insertAdjacentHTML"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/apis-in-html-documents.html#dom-insertadjacenthtml" title='Read about this "insertAdjacentHTML" reference in the full HTML5 spec.'>insertAdjacentHTML</a></code>(<var title="">position</var>, <var title="">text</var>)</dt>
 
    <dd>
 
@@ -565,7 +565,7 @@
 
     <p>Throws a <code><a href="urls.html#no_modification_allowed_err" id="no_modification_allowed_err-1">NO_MODIFICATION_ALLOWED_ERR</a></code> exception if
     the given position isn't possible (e.g. inserting elements after
-    the root element of a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>).</p>
+    the root element of a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>).</p>
 
    </dd>
 

Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.711
retrieving revision 1.712
diff -u -d -r1.711 -r1.712
--- obsolete.html	19 Aug 2010 20:42:52 -0000	1.711
+++ obsolete.html	19 Aug 2010 20:46:03 -0000	1.712
@@ -343,7 +343,7 @@
   permitted DOCTYPE</a> will also trigger a warning.<p class="note">The <code title="attr-table-summary"><a href="tabular-data.html#attr-table-summary" id="summary-1">summary</a></code>
   attribute, defined in the <code><a href="tabular-data.html#the-table-element" id="table-34">table</a></code> section, will also
   trigger a warning.<h3 id="non-conforming-features"><span class="secno">10.2 </span>Non-conforming features</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>Elements in the following list are entirely obsolete, and must
-  not be used by authors:<dl><!-- alphabetical by first element in the group, except CSS goes last --><dt><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code></dt>
+  not be used by authors:<dl><!-- alphabetical by first element in the group, except CSS goes last --><dt><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code></dt>
    <dd><p>Use <code><a href="the-iframe-element.html#the-embed-element" id="embed-12">embed</a></code> or <code><a href="the-iframe-element.html#the-object-element" id="object-27">object</a></code> instead.</dd>
 
    <dt><dfn id="acronym"><code>acronym</code></dfn></dt>
@@ -355,8 +355,8 @@
    <dt><dfn id="dir"><code>dir</code></dfn></dt>
    <dd><p>Use <code><a href="grouping-content.html#the-ul-element" id="ul-15">ul</a></code> instead.</dd>
 
-   <dt><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code></dt>
-   <dt><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code></dt>
+   <dt><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code></dt>
+   <dt><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frameset" title='Read about this "frameset" reference in the full HTML5 spec.'>frameset</a></code></dt>
    <dt><dfn id="noframes"><code>noframes</code></dfn></dt>
    <dd><p>Either use <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-40">iframe</a></code> and CSS instead, or use server-side includes to generate complete pages with the various invariant parts merged in.</dd>
 
@@ -384,7 +384,7 @@
    <dt><dfn id="blink"><code>blink</code></dfn></dt>
    <dt><dfn id="center"><code>center</code></dfn></dt>
    <dt><dfn id="font"><code>font</code></dfn></dt>
-   <dt><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#the-marquee-element" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code></dt>
+   <dt><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-marquee-element" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code></dt>
    <dt><dfn id="multicol"><code>multicol</code></dfn></dt>
    <dt><dfn id="nobr"><code>nobr</code></dfn></dt>
    <dt><dfn id="s"><code>s</code></dfn></dt>
@@ -511,9 +511,9 @@
    <dt><dfn id="attr-tdth-axis" title="attr-tdth-axis"><code>axis</code></dfn> on <code><a href="tabular-data.html#the-td-element" id="td-26">td</a></code> and <code><a href="tabular-data.html#the-th-element" id="th-31">th</a></code> elements</dt>
    <dd><p>Use the <code title="attr-th-scope"><a href="tabular-data.html#attr-th-scope" id="scope-7">scope</a></code> attribute on the relevant <code><a href="tabular-data.html#the-th-element" id="th-32">th</a></code>.</p>
 
-   <dt><dfn id="attr-datasrc" title="attr-datasrc"><code>datasrc</code></dfn> on <code><a href="text-level-semantics.html#the-a-element" id="a-77">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-button-element.html#the-button-element" id="button-13">button</a></code>, <code><a href="grouping-content.html#the-div-element" id="div-17">div</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>, <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-42">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element" id="img-32">img</a></code>, <code><a href="the-input-element.html#the-input-element" id="input-124">input</a></code>, <code><a href="forms.html#the-label-element" id="label-16">label</a></code> <code><a href="forms.html#the-legend-element" id="legend-6">legend</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#the-marquee-element" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element" id="object-37">object</a></code>, <code><a href="the-button-element.html#the-option-element" id="option-39">option</a></code>, <code><a href="the-button-element.html#the-select-element" id="select-42">select</a></code>, <code><a href="text-level-semantics.html#the-span-element" id="span-12">span</a></code>, <code><a href="tabular-data.html#the-table-element" id="table-36">table</a></code>, and <code><a href="the-button-element.html#the-textarea-element" id="textarea-32">textarea</a></code> elements</dt>
-   <dt><dfn id="attr-datafld" title="attr-datafld"><code>datafld</code></dfn> on <code><a href="text-level-semantics.html#the-a-element" id="a-78">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-button-element.html#the-button-element" id="button-14">button</a></code>, <code><a href="grouping-content.html#the-div-element" id="div-18">div</a></code>, <code><a href="forms.html#the-fieldset-element" id="fieldset-18">fieldset</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>, <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-43">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element" id="img-33">img</a></code>, <code><a href="the-input-element.html#the-input-element" id="input-125">input</></code>, <code><a href="forms.html#the-label-element" id="label-17">label</a></code>, <code><a href="forms.html#the-legend-element" id="legend-7">legend</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#the-marquee-element" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element" id="object-38">object</a></code>, <code><a href="the-iframe-element.html#the-param-element" id="param-7">param</a></code>, <code><a href="the-button-element.html#the-select-element" id="select-43">select</a></code>, <code><a href="text-level-semantics.html#the-span-element" id="span-13">span</a></code>, and <code><a href="the-button-element.html#the-textarea-element" id="textarea-33">textarea</a></code> elements</dt>
-   <dt><dfn id="attr-dataformatas" title="attr-dataformatas"><code>dataformatas</code></dfn> on <code><a href="the-button-element.html#the-button-element" id="button-15">button</a></code>, <code><a href="grouping-content.html#the-div-element" id="div-19">div</a></code>, <code><a href="the-input-element.html#the-input-element" id="input-126">input</a></code>, <code><a href="forms.html#the-label-element" id="label-18">label</a></code>, <code><a href="forms.html#the-legend-element" id="legend-8">legend</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#the-marquee-element" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element" id="object-39">object</a></code>, <code><a href="the-button-element.html#the-option-element" id="option-40">option</a></code>, <code><a href="the-button-element.html#the-select-element" id="select-44">select</a></code>, <code><a href="text-level-semantics.html#th-span-element" id="span-14">span</a></code>, <code><a href="tabular-data.html#the-table-element" id="table-37">table</a></code></dt>
+   <dt><dfn id="attr-datasrc" title="attr-datasrc"><code>datasrc</code></dfn> on <code><a href="text-level-semantics.html#the-a-element" id="a-77">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-button-element.html#the-button-element" id="button-13">button</a></code>, <code><a href="grouping-content.html#the-div-element" id="div-17">div</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>, <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-42">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element" id="img-32">img</a></code>, <code><a href="the-input-element.html#the-input-element" id="input-124">input</a></code>, <code><a href="forms.html#the-label-element" id="label-16">abel</a></code>, <code><a href="forms.html#the-legend-element" id="legend-6">legend</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-marquee-element" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element" id="object-37">object</a></code>, <code><a href="the-button-element.html#the-option-element" id="option-39">option</a></code>, <code><a href="the-button-element.html#the-select-element" id="select-42">select</a></code>, <code><a href="text-level-semantics.html#the-span-element" id="span-12">span</a></code>, <code><a href="tabular-data.html#the-table-element" id="table-36">table</a></code>, and <code><a href="the-button-element.html#the-textarea-element" id="textarea-32">textarea</a></code> elements</dt>
+   <dt><dfn id="attr-datafld" title="attr-datafld"><code>datafld</code></dfn> on <code><a href="text-level-semantics.html#the-a-element" id="a-78">a</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-applet-element" title='Read about this "applet" reference in the full HTML5 spec.'>applet</a></code>, <code><a href="the-button-element.html#the-button-element" id="button-14">button</a></code>, <code><a href="grouping-content.html#the-div-element" id="div-18">div</a></code>, <code><a href="forms.html#the-fieldset-element" id="fieldset-18">fieldset</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#frame" title='Read about this "frame" reference in the full HTML5 spec.'>frame</a></code>, <code><a href="the-iframe-element.html#the-iframe-element" id="iframe-43">iframe</a></code>, <code><a href="embedded-content-1.html#the-img-element" id="img-33">img</a></code>, <code><a href="the-input-element.html#the-input-element" id="inut-125">input</a></code>, <code><a href="forms.html#the-label-element" id="label-17">label</a></code>, <code><a href="forms.html#the-legend-element" id="legend-7">legend</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-marquee-element" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element" id="object-38">object</a></code>, <code><a href="the-iframe-element.html#the-param-element" id="param-7">param</a></code>, <code><a href="the-button-element.html#the-select-element" id="select-43">select</a></code>, <code><a href="text-level-semantics.html#the-span-element" id="span-13">span</a></code>, and <code><a href="the-button-element.html#the-textarea-element" id="textarea-33">textarea</a></code> elements</dt>
+   <dt><dfn id="attr-dataformatas" title="attr-dataformatas"><code>dataformatas</code></dfn> on <code><a href="the-button-element.html#the-button-element" id="button-15">button</a></code>, <code><a href="grouping-content.html#the-div-element" id="div-19">div</a></code>, <code><a href="the-input-element.html#the-input-element" id="input-126">input</a></code>, <code><a href="forms.html#the-label-element" id="label-18">label</a></code>, <code><a href="forms.html#the-legend-element" id="legend-8">legend</a></code>, <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/obsolete.html#the-marquee-element" title='Read about this "marquee" reference in the full HTML5 spec.'>marquee</a></code>, <code><a href="the-iframe-element.html#the-object-element" id="object-39">object</a></code>, <code><a href="the-button-element.html#the-option-element" id="option-40">option</a></code>, <code><a href="the-button-element.html#the-select-element" id="select-44">select</a></code>, <code><a href="text-level-semanticshtml#the-span-element" id="span-14">span</a></code>, <code><a href="tabular-data.html#the-table-element" id="table-37">table</a></code></dt>
    <dd><p>Use script and a mechanism such as <code>XMLHttpRequest</code> to populate the page dynamically. <a href="references.html#refsXHR">[XHR]</a></dd>
 
    <dt><dfn id="attr-body-alink" title="attr-body-alink"><code>alink</code></dfn> on <code><a href="sections.html#the-body-element-0" id="body-30">body</a></code> elements</dt>

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.721
retrieving revision 1.722
diff -u -d -r1.721 -r1.722
--- semantics.html	19 Aug 2010 20:42:52 -0000	1.721
+++ semantics.html	19 Aug 2010 20:46:06 -0000	1.722
@@ -331,20 +331,20 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlhtmlelement">HTMLHtmlElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-7">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-html-element-0" id="html-3">html</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the root of
+  </dl><p>The <code><a href="#the-html-element-0" id="html-3">html</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the root of
   an HTML document.<p>The <dfn id="attr-html-manifest" title="attr-html-manifest"><code>manifest</code></dfn>
-  attribute gives the address of the document's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application
-  cache</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-manifest" title='Read about this "manifest" reference in the full HTML5 spec.'>manifest</a>, if there is
+  attribute gives the address of the document's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application
+  cache</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-manifest" title='Read about this "manifest" reference in the full HTML5 spec.'>manifest</a>, if there is
   one. If the attribute is present, the attribute's value must be a
   <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-0">valid non-empty URL potentially surrounded by
   spaces</a>.<p>The <code title="attr-html-manifest"><a href="#attr-html-manifest" id="manifest-0">manifest</a></code> attribute
-  only <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-init" title='Read about this "has an effect" reference in the full HTML5 spec.'>has an effect</a> during
+  only <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-init" title='Read about this "has an effect" reference in the full HTML5 spec.'>has an effect</a> during
   the early stages of document load. Changing the attribute
   dynamically thus has no effect (and thus, no DOM API is provided for
-  this attribute).<p class="note">For the purposes of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-init" title='Read about this "application cache selection" reference in the full HTML5 spec.'>application cache selection</a>,
-  later <code><a href="#the-base-element" id="base-0">base</a></code> elements cannot affect the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#resolve-a-url" title='Read about this "resolving of relative URLs" reference in the full HTML5 spec.'>resolving of relative URLs</a> in <code title="attr-html-manifest"><a href="#attr-html-manifest" id="manifest-1">manifest</a></code> attributes, as the
-  attributes are processed before those elements are seen.<p class="note">The <code title="dom-applicationCache"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-applicationcache" title='Read about this "window.applicationCache" reference in the full HTML5 spec.'>window.applicationCache</a></code> IDL
-  attribute provides scripted access to the offline <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application
+  this attribute).<p class="note">For the purposes of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-init" title='Read about this "application cache selection" reference in the full HTML5 spec.'>application cache selection</a>,
+  later <code><a href="#the-base-element" id="base-0">base</a></code> elements cannot affect the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#resolve-a-url" title='Read about this "resolving of relative URLs" reference in the full HTML5 spec.'>resolving of relative URLs</a> in <code title="attr-html-manifest"><a href="#attr-html-manifest" id="manifest-1">manifest</a></code> attributes, as the
+  attributes are processed before those elements are seen.<p class="note">The <code title="dom-applicationCache"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#dom-applicationcache" title='Read about this "window.applicationCache" reference in the full HTML5 spec.'>window.applicationCache</a></code> IDL
+  attribute provides scripted access to the offline <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#application-cache" title='Read about this "application cache" reference in the full HTML5 spec.'>application
   cache</a> mechanism.<div class="example">
 
    <p>The <code><a href="#the-html-element-0" id="html-4">html</a></code> element in the following example declares
@@ -375,8 +375,8 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlheadelement">HTMLHeadElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-8">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>The <code><a href="#the-head-element-0" id="head-5">head</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
-  collection of metadata for the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<div class="example">
+  </dl><p>The <code><a href="#the-head-element-0" id="head-5">head</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  collection of metadata for the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<div class="example">
 
    <p>The collection of metadata in a <code><a href="#the-head-element-0" id="head-6">head</a></code> element can be
    large or small. Here is an example of a very short one:</p>
@@ -420,17 +420,17 @@
    <dt>DOM interface:</dt>
    <dd>
     <pre class="idl">interface <dfn id="htmltitleelement">HTMLTitleElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-9">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-title-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-title-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-title-element-0" id="title-43">title</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
+  </dl><p>The <code><a href="#the-title-element-0" id="title-43">title</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
   document's title or name. Authors should use titles that identify
   their documents even when they are used out of context, for example
   in a user's history or bookmarks, or in search results. The
   document's title is often different from its first heading, since the
   first heading does not have to stand alone when taken out of
   context.<p>There must be no more than one <code><a href="#the-title-element-0" id="title-44">title</a></code> element per
-  document.<dl class="domintro"><dt><var title="">title</var> . <code title="dom-title-text"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-title-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code> [ = <var title="">value</var> ]</dt>
+  document.<dl class="domintro"><dt><var title="">title</var> . <code title="dom-title-text"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-title-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -462,7 +462,7 @@
     ...
   &lt;h1&gt;The Dances&lt;/h1&gt;</pre>
 
-  </div><p>The string to use as the document's title is given by the <code title="dom-document-title"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document.title" title='Read about this "document.title" reference in the full HTML5 spec.'>document.title</a></code> IDL
+  </div><p>The string to use as the document's title is given by the <code title="dom-document-title"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document.title" title='Read about this "document.title" reference in the full HTML5 spec.'>document.title</a></code> IDL
   attribute. <h4 id="the-base-element"><span class="secno">4.2.3 </span>The <dfn><code>base</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="element"><dt>Categories</dt>
    <dd><a href="content-models.html#metadata-content" id="metadata-content-6">Metadata content</a>.</dd>
    <dt>Contexts in which this element may be used:</dt>
@@ -476,14 +476,14 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlbaseelement">HTMLBaseElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-10">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-base-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-base-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-base-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-base-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href="#the-base-element" id="base-2">base</a></code> element allows authors to specify the
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document-base-url" title='Read about this "document base URL" reference in the full HTML5 spec.'>document base URL</a> for the purposes of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#resolve-a-url" title='Read about this "resolving relative URLs" reference in the full HTML5 spec.'>resolving relative URLs</a>, and the name
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#document-base-url" title='Read about this "document base URL" reference in the full HTML5 spec.'>document base URL</a> for the purposes of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#resolve-a-url" title='Read about this "resolving relative URLs" reference in the full HTML5 spec.'>resolving relative URLs</a>, and the name
   of the default <a href="browsers.html#browsing-context" id="browsing-context-2">browsing context</a> for the purposes of
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#following-hyperlinks" title='Read about this "following hyperlinks" reference in the full HTML5 spec.'>following hyperlinks</a>. The element does not <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> any content beyond this
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/links.html#following-hyperlinks" title='Read about this "following hyperlinks" reference in the full HTML5 spec.'>following hyperlinks</a>. The element does not <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> any content beyond this
   information.<p>There must be no more than one <code><a href="#the-base-element" id="base-3">base</a></code> element per
   document.<p>A <code><a href="#the-base-element" id="base-4">base</a></code> element must have either an <code title="attr-base-href"><a href="#attr-base-href" id="href-0">href</a></code> attribute, a <code title="attr-base-target"><a href="#attr-base-target" id="target-0">target</a></code> attribute, or both.<p>The <dfn id="attr-base-href" title="attr-base-href"><code>href</code></dfn> content
   attribute, if specified, must contain a <a href="urls.html#valid-url-potentially-surrounded-by-spaces" id="valid-url-potentially-surrounded-by-spaces-0">valid URL potentially
@@ -494,11 +494,11 @@
   isn't affected by <code><a href="#the-base-element" id="base-6">base</a></code> elements).<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" id="valid-browsing-context-name-or-keyword-0">valid browsing context
   name or keyword</a>, which specifies which <a href="browsers.html#browsing-context" id="browsing-context-3">browsing
-  context</a> is to be used as the default when <a href="links.html#hyperlink" id="hyperlink-4" title="hyperlink">hyperlinks</a> and <a href="forms.html#the-form-element" id="form-11" title="form">forms</a> in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> cause <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigation" reference in the full HTML5 spec.'>navigation</a>.<p>A <code><a href="#the-base-element" id="base-7">base</a></code> element, if it has a <code title="attr-base-target"><a href="#attr-base-target" id="target-1">target</a></code> attribute, must come before
+  context</a> is to be used as the default when <a href="links.html#hyperlink" id="hyperlink-4" title="hyperlink">hyperlinks</a> and <a href="forms.html#the-form-element" id="form-11" title="form">forms</a> in the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> cause <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigation" reference in the full HTML5 spec.'>navigation</a>.<p>A <code><a href="#the-base-element" id="base-7">base</a></code> element, if it has a <code title="attr-base-target"><a href="#attr-base-target" id="target-1">target</a></code> attribute, must come before
   any elements in the tree that represent <a href="links.html#hyperlink" id="hyperlink-5" title="hyperlink">hyperlinks</a>.<div class="example">
 
    <p>In this example, a <code><a href="#the-base-element" id="base-8">base</a></code> element is used to set the
-   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document-base-url" title='Read about this "document base URL" reference in the full HTML5 spec.'>document base URL</a>:</p>
+   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#document-base-url" title='Read about this "document base URL" reference in the full HTML5 spec.'>document base URL</a>:</p>
 
    <pre>&lt;!DOCTYPE html&gt;
 &lt;html&gt;
@@ -533,13 +533,13 @@
    <dd>
 <pre class="idl">interface <dfn id="htmllinkelement">HTMLLinkElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-11">HTMLElement</a> {
            attribute boolean <a href="#dom-link-disabled" id="dom-link-disabled-0" title="dom-link-disabled">disabled</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-link-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-link-rel" title='Read about this "rel" reference in the full HTML5 spec.'>rel</a>;
-  readonly attribute <a href="urls.html#domtokenlist" id="domtokenlist-6">DOMTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-link-rellist" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-link-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-link-hreflang" title='Read about this "hreflang" reference in the full HTML5 spec.'>hreflang</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-link-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
-  [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist" id="domsettabletokenlist-2">DOMSettableTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-link-sizes" title='Read about this "sizes" reference in the full HTML5 spec.'>sizes</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-rel" title='Read about this "rel" reference in the full HTML5 spec.'>rel</a>;
+  readonly attribute <a href="urls.html#domtokenlist" id="domtokenlist-6">DOMTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-rellist" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-hreflang" title='Read about this "hreflang" reference in the full HTML5 spec.'>hreflang</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+  [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist" id="domsettabletokenlist-2">DOMSettableTokenList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-link-sizes" title='Read about this "sizes" reference in the full HTML5 spec.'>sizes</a>;
 };
 <a href="#htmllinkelement" id="htmllinkelement-0">HTMLLinkElement</a> implements <span>LinkStyle</span>;</pre>
    </dd>
@@ -603,7 +603,7 @@
   the <code title="rel-icon"><a href="links.html#rel-icon" id="icon-2">icon</a></code> keyword.<p>The IDL attribute <dfn id="dom-link-disabled" title="dom-link-disabled"><code>disabled</code></dfn> only applies
   to style sheet links. When the <code><a href="#the-link-element" id="link-15">link</a></code> element defines a
   style sheet link, then the <code title="dom-link-disabled"><a href="#dom-link-disabled" id="disabled">disabled</a></code> attribute behaves as
-  defined <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-linkstyle-disabled" title='Read about this "for the alternative style sheets DOM" reference in the full HTML5 spec.'>for the alternative
+  defined <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-linkstyle-disabled" title='Read about this "for the alternative style sheets DOM" reference in the full HTML5 spec.'>for the alternative
   style sheets DOM</a>. For all other <code><a href="#the-link-element" id="link-16">link</a></code> elements it
   always return false and does nothing on setting.</p><!-- that is
   normatively required in the definition of dom-linkstyle-disabled --><p>The <code>LinkStyle</code> interface is also implemented by
@@ -655,12 +655,12 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlmetaelement">HTMLMetaElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-12">HTMLElement</a> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-meta-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-meta-httpequiv" title='Read about this "httpEquiv" reference in the full HTML5 spec.'>httpEquiv</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-meta-content" title='Read about this "content" reference in the full HTML5 spec.'>content</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-httpequiv" title='Read about this "httpEquiv" reference in the full HTML5 spec.'>httpEquiv</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-content" title='Read about this "content" reference in the full HTML5 spec.'>content</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#meta" id="meta-4">meta</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> various
+  </dl><p>The <code><a href="#meta" id="meta-4">meta</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> various
   kinds of metadata that cannot be expressed using the
   <code><a href="#the-title-element-0" id="title-45">title</a></code>, <code><a href="#the-base-element" id="base-9">base</a></code>, <code><a href="#the-link-element" id="link-18">link</a></code>,
   <code><a href="#the-style-element" id="style-13">style</a></code>, and <code><a href="scripting-1.html#script" id="script-12">script</a></code> elements.<p>The <code><a href="#meta" id="meta-5">meta</a></code> element can represent document-level
@@ -965,7 +965,7 @@
     declaration state</a>, the <code title="attr-meta-content"><a href="#attr-meta-content" id="content-4">content</a></code> attribute must have a
     value that is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-7">ASCII case-insensitive</a> match for a
     string that consists of: the literal string "<code title="">text/html;</code>", optionally followed by any number of
-    <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by
+    <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by
     the literal string "<code title="">charset=</code>", followed by
     the character encoding name of the <a href="#character-encoding-declaration" id="character-encoding-declaration-3">character encoding
     declaration</a>.</p>
@@ -1010,7 +1010,7 @@
     <ul><li> just a <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-1">valid non-negative integer</a>, or</li>
 
      <li> a <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-2">valid non-negative integer</a>, followed by a
-     U+003B SEMICOLON character (;), followed by one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by
+     U+003B SEMICOLON character (;), followed by one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by
      either a U+0055 LATIN CAPITAL LETTER U character (U) or a U+0075
      LATIN SMALL LETTER U character (u), a U+0052 LATIN CAPITAL LETTER
      R character (R) or a U+0072 LATIN SMALL LETTER R character (r), a
@@ -1110,7 +1110,7 @@
 
   </ul><p>If an <a href="dom.html#html-documents" id="html-documents-15" title="HTML documents">HTML document</a> does not
   start with a BOM, and if its encoding is not explicitly given by
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#content-type" title='Read about this "Content-Type metadata" reference in the full HTML5 spec.'>Content-Type metadata</a>, and the
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/fetching-resources.html#content-type" title='Read about this "Content-Type metadata" reference in the full HTML5 spec.'>Content-Type metadata</a>, and the
   document is not <a href="the-iframe-element.html#an-iframe-srcdoc-document" id="an-iframe-srcdoc-document-2">an <code>iframe</code> <code title="attr-iframe-srcdoc">srcdoc</code> document</a>, then the
   character encoding used must be an <a href="infrastructure.html#ascii-compatible-character-encoding" id="ascii-compatible-character-encoding-0">ASCII-compatible character
   encoding</a>, and, in addition, if that encoding isn't US-ASCII
@@ -1165,7 +1165,7 @@
   algorithms described in this specification intentionally do not
   distinguish it from UTF-16. <a href="references.html#refsUNICODE">[UNICODE]</a><p class="note">Using non-UTF-8 encodings can have unexpected
   results on form submission and URL encodings, which use the
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document-s-character-encoding" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's character encoding</a> by default.<p>In XHTML, the XML declaration should be used for inline character
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#document-s-character-encoding" title="Read about this &quot;document's character encoding&quot; reference in the full HTML5 spec.">document's character encoding</a> by default.<p>In XHTML, the XML declaration should be used for inline character
   encoding information, if necessary.<div class="example">
 
    <p>In HTML, to declare that the character encoding is UTF-8, the
@@ -1198,16 +1198,16 @@
    <dd>
 <pre class="idl">interface <dfn id="htmlstyleelement">HTMLStyleElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-13">HTMLElement</a> {
            attribute boolean <a href="#dom-style-disabled" id="dom-style-disabled-0" title="dom-style-disabled">disabled</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-style-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-style-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-style-scoped" title='Read about this "scoped" reference in the full HTML5 spec.'>scoped</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-style-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-style-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-style-scoped" title='Read about this "scoped" reference in the full HTML5 spec.'>scoped</a>;
 };
 <a href="#htmlstyleelement" id="htmlstyleelement-0">HTMLStyleElement</a> implements <span>LinkStyle</span>;</pre>
    </dd>
   </dl><p>The <code><a href="#the-style-element" id="style-15">style</a></code> element allows authors to embed style
   information in their documents. The <code><a href="#the-style-element" id="style-16">style</a></code> element is
   one of several inputs to the <a href="#styling" id="styling-processing-model-0">styling processing
-  model</a>. The element does not <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> content for the user.<p>The <dfn id="attr-style-type" title="attr-style-type"><code>type</code></dfn>
+  model</a>. The element does not <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> content for the user.<p>The <dfn id="attr-style-type" title="attr-style-type"><code>type</code></dfn>
   attribute gives the styling language. If the attribute is present,
   its value must be a <a href="infrastructure.html#valid-mime-type" id="valid-mime-type-2">valid MIME type</a> that designates a
   styling language. The <code title="">charset</code> parameter must
@@ -1221,7 +1221,7 @@
   attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-0">boolean attribute</a>. If set, it indicates
   that the styles are intended just for the subtree rooted at the
   <code><a href="#the-style-element" id="style-17">style</a></code> element's parent element, as opposed to the whole
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<p id="title-on-style">The <dfn id="attr-style-title" title="attr-style-title"><code>title</code></dfn> attribute on
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<p id="title-on-style">The <dfn id="attr-style-title" title="attr-style-title"><code>title</code></dfn> attribute on
   <code><a href="#the-style-element" id="style-18">style</a></code> elements defines <span>alternative style sheet
   sets</span>. If the <code><a href="#the-style-element" id="style-19">style</a></code> element has no <code title="attr-style-title"><a href="#attr-style-title" id="title-61">title</a></code> attribute, then it has no
   title; the <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-7">title</a></code> attribute of
@@ -1229,7 +1229,7 @@
   attribute on <code><a href="#the-style-element" id="style-21">style</a></code> elements, like the <code title="attr-link-title"><a href="#attr-link-title" id="title-59">title</a></code> attribute on <code><a href="#the-link-element" id="link-20">link</a></code>
   elements, differs from the global <code title="attr-title"><a href="elements.html#the-title-attribute" id="title-8">title</a></code> attribute in that a
   <code><a href="#the-style-element" id="style-22">style</a></code> block without a title does not inherit the title
-  of the parent element: it merely has no title.<p>The <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of a <code><a href="#the-style-element" id="style-23">style</a></code> element must
+  of the parent element: it merely has no title.<p>The <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of a <code><a href="#the-style-element" id="style-23">style</a></code> element must
   match the <code title="">style</code> production in the following
   ABNF, the character set for which is Unicode. <a href="references.html#refsABNF">[ABNF]</a><pre>style         = no-c-start *( c-start no-c-end c-end no-c-start )
 no-c-start    = &lt;any string that doesn't contain a substring that matches c-start &gt;
@@ -1244,7 +1244,7 @@
        requirement.
   --><p class="note">This specification does not specify a style system,
   but CSS is expected to be supported by most Web browsers. <a href="references.html#refsCSS">[CSS]</a><p>The <dfn id="dom-style-disabled" title="dom-style-disabled"><code>disabled</code></dfn>
-  IDL attribute behaves as defined <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-linkstyle-disabled" title='Read about this "for the alternative style sheets DOM" reference in the full HTML5 spec.'>for the alternative style sheets
+  IDL attribute behaves as defined <a class="full-spec-link" href="http://dev.w3.org/html5/spec/semantics.html#dom-linkstyle-disabled" title='Read about this "for the alternative style sheets DOM" reference in the full HTML5 spec.'>for the alternative style sheets
   DOM</a>.<p>The <code>LinkStyle</code> interface is also implemented by
   this element; the <a href="#styling" id="styling-processing-model-1">styling processing model</a> defines
   how. <a href="references.html#refsCSSOM">[CSSOM]</a><div class="example">

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.724
retrieving revision 1.725
diff -u -d -r1.724 -r1.725
--- index.html	19 Aug 2010 20:42:51 -0000	1.724
+++ index.html	19 Aug 2010 20:46:00 -0000	1.725
@@ -445,25 +445,25 @@
      <td><code><a href="semantics.html#the-html-element-0" id="html-23">html</a></code></td>
      <td><a href="content-models.html#flow-content" id="flow-content-148" title="Flow content">flow</a></td>
      <td><a href="elements.html#global-attributes" id="global-attributes-110" title="global attributes">globals</a>;
-         <code title="handler-window-onafterprint"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a></code>;
-         <code title="handler-window-onbeforeprint"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a></code>;
-         <code title="handler-window-onbeforeunload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a></code>;
-         <code title="handler-window-onblur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code>;
-         <code title="handler-window-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code>;
-         <code title="handler-window-onfocus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a></code>;
-         <code title="handler-window-onhashchange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a></code>;
-         <code title="handler-window-onload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a></code>;
-         <code title="handler-window-onmessage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a></code>;
-         <code title="handler-window-onoffline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a></code>;
-         <code title="handler-window-ononline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a></code>;
-         <code title="handler-window-onpagehide"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a></code>;
-         <code title="handler-window-onpageshow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a></code>;
-         <code title="handler-window-onpopstate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a></code>;
-         <code title="handler-window-onredo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a></code>;
-         <code title="handler-window-onresize"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a></code>;
-         <code title="handler-window-onstorage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a></code>;
-         <code title="handler-window-onundo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a></code>;
-         <code title="handler-window-onunload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a></code></td>
+         <code title="handler-window-onafterprint"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a></code>;
+         <code title="handler-window-onbeforeprint"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a></code>;
+         <code title="handler-window-onbeforeunload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a></code>;
+         <code title="handler-window-onblur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code>;
+         <code title="handler-window-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code>;
+         <code title="handler-window-onfocus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a></code>;
+         <code title="handler-window-onhashchange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a></code>;
+         <code title="handler-window-onload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a></code>;
+         <code title="handler-window-onmessage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a></code>;
+         <code title="handler-window-onoffline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a></code>;
+         <code title="handler-window-ononline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a></code>;
+         <code title="handler-window-onpagehide"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a></code>;
+         <code title="handler-window-onpageshow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a></code>;
+         <code title="handler-window-onpopstate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a></code>;
+         <code title="handler-window-onredo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a></code>;
+         <code title="handler-window-onresize"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a></code>;
+         <code title="handler-window-onstorage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a></code>;
+         <code title="handler-window-onundo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a></code>;
+         <code title="handler-window-onunload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a></code></td>
      <td><code><a href="sections.html#htmlbodyelement" id="htmlbodyelement-0">HTMLBodyElement</a></code></td>
     <tr><th><code><a href="text-level-semantics.html#the-br-element" id="br-10">br</a></code></th>
      <td>Line break, e.g. in poem or postal address</td>
@@ -1816,7 +1816,7 @@
      <td> <a href="elements.html#attribute-text">Text</a>*
     <tr><th> <code title="">contenteditable</code>
      <td> <a href="editing.html#attr-contenteditable" id="attr-contenteditable-0" title="attr-contenteditable">HTML elements</a>
-     <td> Whether the element is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#editable" title='Read about this "editable" reference in the full HTML5 spec.'>editable</a>
+     <td> Whether the element is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#editable" title='Read about this "editable" reference in the full HTML5 spec.'>editable</a>
      <td> "<code title="">true</code>"; "<code title="">false</code>"
     <tr><th> <code title="">contextmenu</code>
      <td> <a href="interactive-elements.html#attr-contextmenu" id="attr-contextmenu-0" title="attr-contextmenu">HTML elements</a>
@@ -1953,7 +1953,7 @@
      <td> <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-13">Valid non-empty URL potentially surrounded by spaces</a>
     <tr><th> <code title="">href</code>
      <td> <code title="attr-base-href"><a href="semantics.html#attr-base-href" id="base-17">base</a></code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document-base-url" title='Read about this "Document base URL" reference in the full HTML5 spec.'>Document base URL</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#document-base-url" title='Read about this "Document base URL" reference in the full HTML5 spec.'>Document base URL</a>
      <td> <a href="urls.html#valid-url-potentially-surrounded-by-spaces" id="valid-url-potentially-surrounded-by-spaces-11">Valid URL potentially surrounded by spaces</a>
     <tr><th> <code title="">hreflang</code>
      <td> <code title="attr-hyperlink-hreflang"><a href="links.html#attr-hyperlink-hreflang" id="a-85">a</a></code>;
@@ -2007,7 +2007,7 @@
      <td> <a href="common-microsyntaxes.html#valid-floating-point-number" id="valid-floating-point-number-12">Valid floating point number</a>*
     <tr><th> <code title="">manifest</code>
      <td> <code title="attr-html-manifest"><a href="semantics.html#attr-html-manifest" id="html-27">html</a></code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-appcache-manifest" title='Read about this "Application cache manifest" reference in the full HTML5 spec.'>Application cache manifest</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#concept-appcache-manifest" title='Read about this "Application cache manifest" reference in the full HTML5 spec.'>Application cache manifest</a>
      <td> <a href="urls.html#valid-non-empty-url-potentially-surrounded-by-spaces" id="valid-non-empty-url-potentially-surrounded-by-spaces-15">Valid non-empty URL potentially surrounded by spaces</a>
     <tr><th> <code title="">max</code>
      <td> <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="input-141">input</a></code>
@@ -2056,11 +2056,11 @@
           <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="output-1">output</a></code>;
           <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="select-3">select</a></code>;
           <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="textarea-4">textarea</a></code>
-     <td> Name of form control to use for <a href="association-of-controls-and-forms.html#form-submission" id="form-submission-12">form submission</a> and in the <code title="dom-form-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-elements" title='Read about this "form.elements" reference in the full HTML5 spec.'>form.elements</a></code> API
+     <td> Name of form control to use for <a href="association-of-controls-and-forms.html#form-submission" id="form-submission-12">form submission</a> and in the <code title="dom-form-elements"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "form.elements" reference in the full HTML5 spec.'>form.elements</a></code> API
      <td> <a href="elements.html#attribute-text">Text</a>*
     <tr><th> <code title="">name</code>
      <td> <code title="attr-form-name"><a href="forms.html#attr-form-name" id="form-74">form</a></code>
-     <td> Name of form to use in the <code title="dom-document-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-forms" title='Read about this "document.forms" reference in the full HTML5 spec.'>document.forms</a></code> API
+     <td> Name of form to use in the <code title="dom-document-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "document.forms" reference in the full HTML5 spec.'>document.forms</a></code> API
      <td> <a href="elements.html#attribute-text">Text</a>*
     <tr><th> <code title="">name</code>
      <td> <code title="attr-iframe-name"><a href="the-iframe-element.html#attr-iframe-name" id="iframe-59">iframe</a></code>;
@@ -2153,9 +2153,9 @@
      <td> <code title="attr-iframe-sandbox"><a href="the-iframe-element.html#attr-iframe-sandbox" id="iframe-60">iframe</a></code>
      <td> Security rules for nested content
      <td> <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens" id="unordered-set-of-unique-space-separated-tokens-7">Unordered set of unique space-separated tokens</a> consisting of
-          "<code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>",
-          "<code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code>", and
-          "<code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>"
+          "<code title="attr-iframe-sandbox-allow-same-origin"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-same-origin" title='Read about this "allow-same-origin" reference in the full HTML5 spec.'>allow-same-origin</a></code>",
+          "<code title="attr-iframe-sandbox-allow-forms"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-forms" title='Read about this "allow-forms" reference in the full HTML5 spec.'>allow-forms</a></code>", and
+          "<code title="attr-iframe-sandbox-allow-scripts"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-iframe-element.html#attr-iframe-sandbox-allow-scripts" title='Read about this "allow-scripts" reference in the full HTML5 spec.'>allow-scripts</a></code>"
     <tr><th> <code title="">spellcheck</code>
      <td> <a href="editing.html#attr-spellcheck" id="attr-spellcheck-0" title="attr-spellcheck">HTML elements</a>
      <td> Whether the element is to have its spelling and grammar checked
@@ -2238,11 +2238,11 @@
     <tr><th> <code title="">target</code>
      <td> <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target" id="a-88">a</a></code>;
           <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target" id="area-69">area</a></code>
-     <td> <a href="browsers.html#browsing-context" id="browsing-context-48">Browsing context</a> for <a href="links.html#hyperlink" id="hyperlink-71">hyperlink</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigation" reference in the full HTML5 spec.'>navigation</a>
+     <td> <a href="browsers.html#browsing-context" id="browsing-context-48">Browsing context</a> for <a href="links.html#hyperlink" id="hyperlink-71">hyperlink</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigation" reference in the full HTML5 spec.'>navigation</a>
      <td> <a href="browsers.html#valid-browsing-context-name-or-keyword" id="valid-browsing-context-name-or-keyword-5">Valid browsing context name or keyword</a>
     <tr><th> <code title="">target</code>
      <td> <code title="attr-base-target"><a href="semantics.html#attr-base-target" id="base-18">base</a></code>
-     <td> Default <a href="browsers.html#browsing-context" id="browsing-context-49">browsing context</a> for <a href="links.html#hyperlink" id="hyperlink-72">hyperlink</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigation" reference in the full HTML5 spec.'>navigation</a> and <a href="association-of-controls-and-forms.html#form-submission" id="form-submission-15">form submission</a>
+     <td> Default <a href="browsers.html#browsing-context" id="browsing-context-49">browsing context</a> for <a href="links.html#hyperlink" id="hyperlink-72">hyperlink</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigation" reference in the full HTML5 spec.'>navigation</a> and <a href="association-of-controls-and-forms.html#form-submission" id="form-submission-15">form submission</a>
      <td> <a href="browsers.html#valid-browsing-context-name-or-keyword" id="valid-browsing-context-name-or-keyword-6">Valid browsing context name or keyword</a>
     <tr><th> <code title="">target</code>
      <td> <code title="attr-fs-target"><a href="association-of-controls-and-forms.html#attr-fs-target" id="form-76">form</a></code>
@@ -2353,367 +2353,367 @@
      <th> Description
      <th> Value
    <tbody><tr><th id="ix-handler-onabort"> <code title="">onabort</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onabort" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onabort" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-abort">abort</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-8" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onafterprint"> <code title="">onafterprint</code>
-     <td> <code title="handler-window-onafterprint"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onafterprint" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="handler-window-onafterprint"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onafterprint" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      <td> <code title="event-afterprint">afterprint</code> event handler for <code><a href="browsers.html#window" id="window-19">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-9" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onbeforeprint"> <code title="">onbeforeprint</code>
-     <td> <code title="handler-window-onbeforeprint"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeprint" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="handler-window-onbeforeprint"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeprint" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      <td> <code title="event-beforeprint">beforeprint</code> event handler for <code><a href="browsers.html#window" id="window-20">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-10" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onbeforeunload"> <code title="">onbeforeunload</code>
-     <td> <code title="handler-window-onbeforeunload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeunload" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="handler-window-onbeforeunload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeunload" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      <td> <code title="event-beforeunload">beforeunload</code> event handler for <code><a href="browsers.html#window" id="window-21">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-11" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onblur"> <code title="">onblur</code>
-     <td> <code title="handler-window-onblur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onblur" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="handler-window-onblur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onblur" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      <td> <code title="event-blur">blur</code> event handler for <code><a href="browsers.html#window" id="window-22">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-12" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onblur"> <code title="">onblur</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onblur" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onblur" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-blur">blur</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-13" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-oncanplay"> <code title="">oncanplay</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncanplay" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplay" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-canplay"><a href="video.html#event-media-canplay" id="canplay">canplay</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-14" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-oncanplaythrough"> <code title="">oncanplaythrough</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncanplaythrough" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncanplaythrough" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-canplaythrough"><a href="video.html#event-media-canplaythrough" id="canplaythrough">canplaythrough</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-15" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onchange"> <code title="">onchange</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onchange" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onchange" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-change">change</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-16" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onclick"> <code title="">onclick</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onclick" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
-     <td> <code title="event-click"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-click" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code> event handler
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onclick" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <code title="event-click"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event-click" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-17" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-oncontextmenu"> <code title="">oncontextmenu</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oncontextmenu" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oncontextmenu" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-contextmenu">contextmenu</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-18" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-ondblclick"> <code title="">ondblclick</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondblclick" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondblclick" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-dblclick">dblclick</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-19" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-ondrag"> <code title="">ondrag</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondrag" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrag" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-drag"><a href="dnd.html#event-drag" id="drag">drag</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-20" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-ondragend"> <code title="">ondragend</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragend" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragend" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-dragend"><a href="dnd.html#event-dragend" id="dragend-0">dragend</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-21" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-ondragenter"> <code title="">ondragenter</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragenter" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragenter" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-dragenter"><a href="dnd.html#event-dragenter" id="dragenter-0">dragenter</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-22" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-ondragleave"> <code title="">ondragleave</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragleave" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragleave" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-dragleave"><a href="dnd.html#event-dragleave" id="dragleave">dragleave</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-23" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-ondragover"> <code title="">ondragover</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragover" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragover" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-dragover"><a href="dnd.html#event-dragover" id="dragover-0">dragover</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-24" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-ondragstart"> <code title="">ondragstart</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondragstart" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondragstart" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-dragstart"><a href="dnd.html#event-dragstart" id="dragstart-1">dragstart</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-25" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-ondrop"> <code title="">ondrop</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondrop" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondrop" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-drop"><a href="dnd.html#event-drop" id="drop-0">drop</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-26" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-ondurationchange"> <code title="">ondurationchange</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ondurationchange" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ondurationchange" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-durationchange"><a href="video.html#event-media-durationchange" id="durationchange">durationchange</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-27" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onemptied"> <code title="">onemptied</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onemptied" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onemptied" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-emptied"><a href="video.html#event-media-emptied" id="emptied">emptied</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-28" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onended"> <code title="">onended</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onended" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onended" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-ended"><a href="video.html#event-media-ended" id="ended">ended</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-29" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onerror"> <code title="">onerror</code>
-     <td> <code title="handler-window-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onerror" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
-     <td> <code title="event-error">error</code> event handler for <code><a href="browsers.html#window" id="window-23">Window</a></code> object, and handler for <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#runtime-script-errors" title='Read about this "script error notifications" reference in the full HTML5 spec.'>script error notifications</a>
+     <td> <code title="handler-window-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="event-error">error</code> event handler for <code><a href="browsers.html#window" id="window-23">Window</a></code> object, and handler for <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#runtime-script-errors" title='Read about this "script error notifications" reference in the full HTML5 spec.'>script error notifications</a>
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-30" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onerror"> <code title="">onerror</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onerror" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onerror" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-error">error</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-31" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onfocus"> <code title="">onfocus</code>
-     <td> <code title="handler-window-onfocus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onfocus" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="handler-window-onfocus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onfocus" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      <td> <code title="event-focus">focus</code> event handler for <code><a href="browsers.html#window" id="window-24">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-32" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onfocus"> <code title="">onfocus</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onfocus" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onfocus" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-focus">focus</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-33" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onformchange"> <code title="">onformchange</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onformchange" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onformchange" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-formchange">formchange</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-34" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onforminput"> <code title="">onforminput</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onforminput" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onforminput" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-forminput">forminput</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-35" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onhashchange"> <code title="">onhashchange</code>
-     <td> <code title="handler-window-onhashchange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onhashchange" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="handler-window-onhashchange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onhashchange" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      <td> <code title="event-hashchange"><a href="history.html#event-hashchange" id="hashchange">hashchange</a></code> event handler for <code><a href="browsers.html#window" id="window-25">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-36" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-oninput"> <code title="">oninput</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oninput" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninput" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-input">input</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-37" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-oninvalid"> <code title="">oninvalid</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-oninvalid" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-oninvalid" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-invalid">invalid</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-38" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onkeydown"> <code title="">onkeydown</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeydown" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeydown" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-keydown">keydown</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-39" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onkeypress"> <code title="">onkeypress</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeypress" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeypress" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-keypress">keypress</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-40" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onkeyup"> <code title="">onkeyup</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onkeyup" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onkeyup" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-keyup">keyup</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-41" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onload"> <code title="">onload</code>
-     <td> <code title="handler-window-onload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onload" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="handler-window-onload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onload" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      <td> <code title="event-load">load</code> event handler for <code><a href="browsers.html#window" id="window-26">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-42" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onload"> <code title="">onload</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onload" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onload" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-load">load</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-43" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onloadeddata"> <code title="">onloadeddata</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadeddata" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadeddata" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-loadeddata"><a href="video.html#event-media-loadeddata" id="loadeddata">loadeddata</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-44" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onloadedmetadata"> <code title="">onloadedmetadata</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadedmetadata" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadedmetadata" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-loadedmetadata"><a href="video.html#event-media-loadedmetadata" id="loadedmetadata">loadedmetadata</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-45" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onloadstart"> <code title="">onloadstart</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onloadstart" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onloadstart" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-loadstart"><a href="video.html#event-media-loadstart" id="loadstart">loadstart</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-46" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onmessage"> <code title="">onmessage</code>
-     <td> <code title="handler-window-onmessage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onmessage" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="handler-window-onmessage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onmessage" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      <td> <code title="event-message">message</code> event handler for <code><a href="browsers.html#window" id="window-27">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-47" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onmousedown"> <code title="">onmousedown</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousedown" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousedown" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-mousedown">mousedown</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-48" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onmousemove"> <code title="">onmousemove</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousemove" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousemove" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-mousemove">mousemove</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-49" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onmouseout"> <code title="">onmouseout</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseout" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseout" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-mouseout">mouseout</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-50" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onmouseover"> <code title="">onmouseover</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseover" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseover" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-mouseover">mouseover</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-51" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onmouseup"> <code title="">onmouseup</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmouseup" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmouseup" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-mouseup">mouseup</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-52" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onmousewheel"> <code title="">onmousewheel</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onmousewheel" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onmousewheel" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-mousewheel">mousewheel</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-53" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onoffline"> <code title="">onoffline</code>
-     <td> <code title="handler-window-onoffline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onoffline" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
-     <td> <code title="event-offline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-offline" title='Read about this "offline" reference in the full HTML5 spec.'>offline</a></code> event handler for <code><a href="browsers.html#window" id="window-28">Window</a></code> object
+     <td> <code title="handler-window-onoffline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onoffline" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="event-offline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#event-offline" title='Read about this "offline" reference in the full HTML5 spec.'>offline</a></code> event handler for <code><a href="browsers.html#window" id="window-28">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-54" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-ononline"> <code title="">ononline</code>
-     <td> <code title="handler-window-ononline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-ononline" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
-     <td> <code title="event-online"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-online" title='Read about this "online" reference in the full HTML5 spec.'>online</a></code> event handler for <code><a href="browsers.html#window" id="window-29">Window</a></code> object
+     <td> <code title="handler-window-ononline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-ononline" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="event-online"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#event-online" title='Read about this "online" reference in the full HTML5 spec.'>online</a></code> event handler for <code><a href="browsers.html#window" id="window-29">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-55" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onpagehide"> <code title="">onpagehide</code>
-     <td> <code title="handler-window-onpagehide"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpagehide" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="handler-window-onpagehide"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpagehide" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      <td> <code title="event-pagehide"><a href="history.html#event-pagehide" id="pagehide">pagehide</a></code> event handler for <code><a href="browsers.html#window" id="window-30">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-56" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onpageshow"> <code title="">onpageshow</code>
-     <td> <code title="handler-window-onpageshow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpageshow" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="handler-window-onpageshow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpageshow" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      <td> <code title="event-pageshow"><a href="history.html#event-pageshow" id="pageshow">pageshow</a></code> event handler for <code><a href="browsers.html#window" id="window-31">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-57" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onpause"> <code title="">onpause</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onpause" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onpause" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-pause"><a href="video.html#event-media-pause" id="pause">pause</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-58" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onplay"> <code title="">onplay</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onplay" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplay" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-play"><a href="video.html#event-media-play" id="play">play</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-59" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onplaying"> <code title="">onplaying</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onplaying" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onplaying" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-playing"><a href="video.html#event-media-playing" id="playing">playing</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-60" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onpopstate"> <code title="">onpopstate</code>
-     <td> <code title="handler-window-onpopstate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpopstate" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="handler-window-onpopstate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpopstate" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      <td> <code title="event-popstate"><a href="history.html#event-popstate" id="popstate">popstate</a></code> event handler for <code><a href="browsers.html#window" id="window-32">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-61" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onprogress"> <code title="">onprogress</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onprogress" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onprogress" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-progress"><a href="video.html#event-media-progress" id="progress-1">progress</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-62" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onratechange"> <code title="">onratechange</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onratechange" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onratechange" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-ratechange"><a href="video.html#event-media-ratechange" id="ratechange">ratechange</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-63" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onreadystatechange"> <code title="">onreadystatechange</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onreadystatechange" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onreadystatechange" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-readystatechange">readystatechange</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-64" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onredo"> <code title="">onredo</code>
-     <td> <code title="handler-window-onredo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onredo" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
-     <td> <code title="event-redo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-redo" title='Read about this "redo" reference in the full HTML5 spec.'>redo</a></code> event handler for <code><a href="browsers.html#window" id="window-33">Window</a></code> object
+     <td> <code title="handler-window-onredo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onredo" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="event-redo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#event-redo" title='Read about this "redo" reference in the full HTML5 spec.'>redo</a></code> event handler for <code><a href="browsers.html#window" id="window-33">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-65" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onresize"> <code title="">onresize</code>
-     <td> <code title="handler-window-onresize"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onresize" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="handler-window-onresize"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onresize" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      <td> <code title="event-resize">resize</code> event handler for <code><a href="browsers.html#window" id="window-34">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-66" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onscroll"> <code title="">onscroll</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onscroll" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onscroll" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-scroll">scroll</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-67" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onseeked"> <code title="">onseeked</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onseeked" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeked" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-seeked"><a href="video.html#event-media-seeked" id="seeked">seeked</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-68" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onseeking"> <code title="">onseeking</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onseeking" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onseeking" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-seeking"><a href="video.html#event-media-seeking" id="seeking-0">seeking</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-69" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onselect"> <code title="">onselect</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onselect" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onselect" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-select">select</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-70" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onshow"> <code title="">onshow</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onshow" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onshow" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-show">show</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-71" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onstalled"> <code title="">onstalled</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onstalled" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onstalled" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-stalled"><a href="video.html#event-media-stalled" id="stalled">stalled</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-72" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onstorage"> <code title="">onstorage</code>
-     <td> <code title="handler-window-onstorage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onstorage" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="handler-window-onstorage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onstorage" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      <td> <code title="event-storage">storage</code> event handler for <code><a href="browsers.html#window" id="window-35">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-73" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onsubmit"> <code title="">onsubmit</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onsubmit" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsubmit" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-submit">submit</code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-74" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onsuspend"> <code title="">onsuspend</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onsuspend" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onsuspend" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-suspend"><a href="video.html#event-media-suspend" id="suspend">suspend</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-75" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-ontimeupdate"> <code title="">ontimeupdate</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-ontimeupdate" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-ontimeupdate" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-timeupdate"><a href="video.html#event-media-timeupdate" id="timeupdate">timeupdate</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-76" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onundo"> <code title="">onundo</code>
-     <td> <code title="handler-window-onundo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onundo" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
-     <td> <code title="event-undo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-undo" title='Read about this "undo" reference in the full HTML5 spec.'>undo</a></code> event handler for <code><a href="browsers.html#window" id="window-36">Window</a></code> object
+     <td> <code title="handler-window-onundo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onundo" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="event-undo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#event-undo" title='Read about this "undo" reference in the full HTML5 spec.'>undo</a></code> event handler for <code><a href="browsers.html#window" id="window-36">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-77" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-window-onunload"> <code title="">onunload</code>
-     <td> <code title="handler-window-onunload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onunload" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+     <td> <code title="handler-window-onunload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onunload" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
      <td> <code title="event-unload">unload</code> event handler for <code><a href="browsers.html#window" id="window-37">Window</a></code> object
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-78" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onvolumechange"> <code title="">onvolumechange</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onvolumechange" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onvolumechange" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-volumechange"><a href="video.html#event-media-volumechange" id="volumechange-0">volumechange</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-79" title="event handler content attributes">Event handler content attribute</a>
 
     <tr><th id="ix-handler-onwaiting"> <code title="">onwaiting</code>
-     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onwaiting" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
+     <td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onwaiting" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
      <td> <code title="event-media-waiting"><a href="video.html#event-media-waiting" id="waiting">waiting</a></code> event handler
      <td> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-80" title="event handler content attributes">Event handler content attribute</a>
 
@@ -3052,24 +3052,24 @@
    <thead><tr><th> Event
      <th> Interface
      <th> Description
-   <tbody><tr><td> <code title="event-DOMActivate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-domactivate" title='Read about this "DOMActivate" reference in the full HTML5 spec.'>DOMActivate</a></code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td> Fired at an element before its <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#activation-behavior" title='Read about this "activation behavior" reference in the full HTML5 spec.'>activation behavior</a> is run
+   <tbody><tr><td> <code title="event-DOMActivate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event-domactivate" title='Read about this "DOMActivate" reference in the full HTML5 spec.'>DOMActivate</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> Fired at an element before its <a class="full-spec-link" href="http://dev.w3.org/html5/spec/content-models.html#activation-behavior" title='Read about this "activation behavior" reference in the full HTML5 spec.'>activation behavior</a> is run
 
     <tr><td> <code title="event-DOMContentLoaded">DOMContentLoaded</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td> Fired at the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> once it and its scripts have loaded, without waiting for other subresources
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> Fired at the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> once it and its scripts have loaded, without waiting for other subresources
 
     <tr><td> <code title="event-abort">abort</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at the <code><a href="browsers.html#window" id="window-38">Window</a></code> when the download was aborted by the user
 
     <tr><td> <code title="event-afterprint">afterprint</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at the <code><a href="browsers.html#window" id="window-39">Window</a></code> after printing
 
     <tr><td> <code title="event-beforeprint">beforeprint</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at the <code><a href="browsers.html#window" id="window-40">Window</a></code> before printing
 
     <tr><td> <code title="event-beforeunload">beforeunload</code>
@@ -3077,31 +3077,31 @@
      <td> Fired at the <code><a href="browsers.html#window" id="window-41">Window</a></code> when the page is about to be unloaded, in case the page would like to show a warning prompt
 
     <tr><td> <code title="event-blur">blur</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at nodes losing focus
 
     <tr><td> <code title="event-change">change</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at controls when the user commits a value change
 
     <tr><td> <code title="event-contextmenu">contextmenu</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at elements when the user requests their context menu
 
     <tr><td> <code title="event-error">error</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at elements when network and script errors occur
 
     <tr><td> <code title="event-focus">focus</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at nodes gaining focus
 
     <tr><td> <code title="event-formchange">formchange</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at form controls when the user commits a value change to a control on the form
 
     <tr><td> <code title="event-forminput">forminput</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at form controls when the user changes the value of a control on the form
 
     <tr><td> <code title="event-hashchange"><a href="history.html#event-hashchange" id="hashchange-0">hashchange</a></code>
@@ -3109,27 +3109,27 @@
      <td> Fired at the <code><a href="browsers.html#window" id="window-42">Window</a></code> when the fragment identifier part of <a href="dom.html#the-document-s-current-address" id="the-document-s-current-address-3">the document's current address</a> changes
 
     <tr><td> <code title="event-input">input</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at controls when the user changes the value
 
     <tr><td> <code title="event-invalid">invalid</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at controls during form validation if they do not satisfy their constraints
 
     <tr><td> <code title="event-load">load</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at the <code><a href="browsers.html#window" id="window-43">Window</a></code> when the document has finished loading; fired at an element containing a resource (e.g. <code><a href="embedded-content-1.html#the-img-element" id="img-45">img</a></code>, <code><a href="the-iframe-element.html#the-embed-element" id="embed-24">embed</a></code>) when its resource has finished loading
 
     <tr><td> <code title="event-message">message</code>
      <td> <code>MessageEvent</code>
      <td> Fired at an object when the object receives a message
 
-    <tr><td> <code title="event-offline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-offline" title='Read about this "offline" reference in the full HTML5 spec.'>offline</a></code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+    <tr><td> <code title="event-offline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#event-offline" title='Read about this "offline" reference in the full HTML5 spec.'>offline</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at the <code><a href="browsers.html#window" id="window-44">Window</a></code> when the network connections fails
 
-    <tr><td> <code title="event-online"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-online" title='Read about this "online" reference in the full HTML5 spec.'>online</a></code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+    <tr><td> <code title="event-online"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#event-online" title='Read about this "online" reference in the full HTML5 spec.'>online</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at the <code><a href="browsers.html#window" id="window-45">Window</a></code> when the network connections returns
 
     <tr><td> <code title="event-pagehide"><a href="history.html#event-pagehide" id="pagehide-0">pagehide</a></code>
@@ -3145,31 +3145,31 @@
      <td> Fired at the <code><a href="browsers.html#window" id="window-48">Window</a></code> when the user navigates the <a href="history.html#session-history" id="session-history-10">session history</a>
 
     <tr><td> <code title="event-readystatechange">readystatechange</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td> Fired at the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> when it finishes parsing and again when all its subresources have finished loading
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> Fired at the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> when it finishes parsing and again when all its subresources have finished loading
 
-    <tr><td> <code title="event-redo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-redo" title='Read about this "redo" reference in the full HTML5 spec.'>redo</a></code>
+    <tr><td> <code title="event-redo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#event-redo" title='Read about this "redo" reference in the full HTML5 spec.'>redo</a></code>
      <td> <code><a href="dnd.html#undomanagerevent" id="undomanagerevent-1">UndoManagerEvent</a></code>
-     <td> Fired at the <code><a href="browsers.html#window" id="window-49">Window</a></code> object when the user <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#redo:-moving-forward-in-the-undo-transaction-history" title='Read about this "goes forward in the undo transaction history" reference in the full HTML5 spec.'>goes forward in the undo transaction history</a>
+     <td> Fired at the <code><a href="browsers.html#window" id="window-49">Window</a></code> object when the user <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#redo:-moving-forward-in-the-undo-transaction-history" title='Read about this "goes forward in the undo transaction history" reference in the full HTML5 spec.'>goes forward in the undo transaction history</a>
 
     <tr><td> <code title="event-reset">reset</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td> Fired at a <code><a href="forms.html#the-form-element" id="form-37">form</a></code> element when it is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-form-reset" title='Read about this "reset" reference in the full HTML5 spec.'>reset</a>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> Fired at a <code><a href="forms.html#the-form-element" id="form-37">form</a></code> element when it is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-form-reset" title='Read about this "reset" reference in the full HTML5 spec.'>reset</a>
 
     <tr><td> <code title="event-show">show</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at a <code><a href="interactive-elements.html#menus" id="menu-25">menu</a></code> element when it is shown as a context menu
 
     <tr><td> <code title="event-submit">submit</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
-     <td> Fired at a <code><a href="forms.html#the-form-element" id="form-38">form</a></code> element when it is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-form-submit" title='Read about this "submitted" reference in the full HTML5 spec.'>submitted</a>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> Fired at a <code><a href="forms.html#the-form-element" id="form-38">form</a></code> element when it is <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-form-submit" title='Read about this "submitted" reference in the full HTML5 spec.'>submitted</a>
 
-    <tr><td> <code title="event-undo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-undo" title='Read about this "undo" reference in the full HTML5 spec.'>undo</a></code>
+    <tr><td> <code title="event-undo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#event-undo" title='Read about this "undo" reference in the full HTML5 spec.'>undo</a></code>
      <td> <code><a href="dnd.html#undomanagerevent" id="undomanagerevent-2">UndoManagerEvent</a></code>
-     <td> Fired at the <code><a href="browsers.html#window" id="window-50">Window</a></code> object when the user <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#undo:-moving-back-in-the-undo-transaction-history" title='Read about this "goes backward in the undo transaction history" reference in the full HTML5 spec.'>goes backward in the undo transaction history</a>
+     <td> Fired at the <code><a href="browsers.html#window" id="window-50">Window</a></code> object when the user <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#undo:-moving-back-in-the-undo-transaction-history" title='Read about this "goes backward in the undo transaction history" reference in the full HTML5 spec.'>goes backward in the undo transaction history</a>
 
     <tr><td> <code title="event-unload">unload</code>
-     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
+     <td> <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code>
      <td> Fired at the <code><a href="browsers.html#window" id="window-51">Window</a></code> object when the page is going away
 
   </table><p class="note">See also <a href="video.html#mediaevents">media element

Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-button-element.html	19 Aug 2010 20:42:53 -0000	1.161
+++ the-button-element.html	19 Aug 2010 20:46:08 -0000	1.162
@@ -338,28 +338,28 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlbuttonelement">HTMLButtonElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-93">HTMLElement</a> {
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
-  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-5">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-button-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-button-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-5">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-button-element" id="button-11">button</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  </dl><p>The <code><a href="#the-button-element" id="button-11">button</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   button. <p>The element is a <a href="forms.html#concept-button" id="concept-button-4" title="concept-button">button</a>.<p>The <dfn id="attr-button-type" title="attr-button-type"><code>type</code></dfn>
   attribute controls the behavior of the button when it is activated.
   It is an <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-8">enumerated attribute</a>. The following table
@@ -369,17 +369,17 @@
      <th> State
      <th> Brief description
    <tbody><tr><td><dfn id="attr-button-type-submit" title="attr-button-type-submit"><code>submit</code></dfn>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.'>Submit Button</a>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.'>Submit Button</a>
      <td>Submits the form.
     <tr><td><dfn id="attr-button-type-reset" title="attr-button-type-reset"><code>reset</code></dfn>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-button-type-reset-state" title='Read about this "Reset Button" reference in the full HTML5 spec.'>Reset Button</a>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#attr-button-type-reset-state" title='Read about this "Reset Button" reference in the full HTML5 spec.'>Reset Button</a>
      <td>Resets the form.
     <tr><td><dfn id="attr-button-type-button" title="attr-button-type-button"><code>button</code></dfn>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-button-type-button-state" title='Read about this "Button" reference in the full HTML5 spec.'>Button</a>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#attr-button-type-button-state" title='Read about this "Button" reference in the full HTML5 spec.'>Button</a>
      <td>Does nothing.
-  </table><p>The <i>missing value default</i> is the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.'>Submit Button</a>
+  </table><p>The <i>missing value default</i> is the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.'>Submit Button</a>
   state.<p>If the <code title="attr-button-type"><a href="#attr-button-type" id="type-69">type</a></code> attribute is in
-  the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.'>Submit Button</a>
+  the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.'>Submit Button</a>
   state, the element is specifically a <a href="forms.html#concept-submit-button" id="concept-submit-button-2" title="concept-submit-button">submit button</a>.<p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-49">form</a></code> attribute is used to
   explicitly associate the <code><a href="#the-button-element" id="button-12">button</a></code> element with its
   <a href="association-of-controls-and-forms.html#form-owner" id="form-owner-8">form owner</a>. The <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-38">name</a></code>
@@ -391,10 +391,10 @@
   be used to make submit buttons that do not trigger the constraint
   validation.<p>The <code title="attr-fs-formaction"><a href="association-of-controls-and-forms.html#attr-fs-formaction" id="formaction-28">formaction</a></code>, <code title="attr-fs-formenctype"><a href="association-of-controls-and-forms.html#attr-fs-formenctype" id="formenctype-28">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="association-of-controls-and-forms.html#attr-fs-formmethod" id="formmethod-28">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate" id="formnovalidate-30">formnovalidate</a></code>, and <code title="attr-fs-formtarget"><a href="association-of-controls-and-forms.html#attr-fs-formtarget" id="formtarget-28">formtarget</a></code> must not be specified
   if the element's <code title="attr-button-type"><a href="#attr-button-type" id="type-70">type</a></code>
-  attribute is not in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.'>Submit Button</a>
+  attribute is not in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#attr-button-type-submit-state" title='Read about this "Submit Button" reference in the full HTML5 spec.'>Submit Button</a>
   state.<p>The <dfn id="attr-button-value" title="attr-button-value"><code>value</code></dfn>
   attribute gives the element's value for the purposes of form
-  submission. The element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> is the value of the element's
+  submission. The element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> is the value of the element's
   <code title="attr-button-value"><a href="#attr-button-value" id="value-30">value</a></code> attribute, if there is
   one, or the empty string otherwise.<p class="note">A button (and its value) is only included in the
   form submission if the button itself was used to initiate the form
@@ -429,35 +429,35 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlselectelement">HTMLSelectElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-94">HTMLElement</a> {
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
-  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-6">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-6">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
            attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
 
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
 
-  readonly attribute <a href="urls.html#htmloptionscollection" id="htmloptionscollection-3">HTMLOptionsCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-options" title='Read about this "options" reference in the full HTML5 spec.'>options</a>;
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
-  caller getter any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>(in unsigned long index);
-  caller getter any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="elements.html#htmlelement" id="htmlelement-95">HTMLElement</a> element, in optional <a href="elements.html#htmlelement" id="htmlelement-96">HTMLElement</a> before);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="elements.html#htmlelement" id="htmlelement-97">HTMLElement</a> element, in long before);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a>(in long index);
+  readonly attribute <a href="urls.html#htmloptionscollection" id="htmloptionscollection-3">HTMLOptionsCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-options" title='Read about this "options" reference in the full HTML5 spec.'>options</a>;
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
+  caller getter any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>(in unsigned long index);
+  caller getter any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="elements.html#htmlelement" id="htmlelement-95">HTMLElement</a> element, in optional <a href="elements.html#htmlelement" id="htmlelement-96">HTMLElement</a> before);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="elements.html#htmlelement" id="htmlelement-97">HTMLElement</a> element, in long before);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a>(in long index);
 
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-35">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-selectedoptions" title='Read about this "selectedOptions" reference in the full HTML5 spec.'>selectedOptions</a>;
-           attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-selectedindex" title='Read about this "selectedIndex" reference in the full HTML5 spec.'>selectedIndex</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-35">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-selectedoptions" title='Read about this "selectedOptions" reference in the full HTML5 spec.'>selectedOptions</a>;
+           attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-selectedindex" title='Read about this "selectedIndex" reference in the full HTML5 spec.'>selectedIndex</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 };</pre>
    </dd>
   </dl><!-- Proposals for v2:
@@ -469,10 +469,10 @@
   selecting amongst a set of options.<p>The <dfn id="attr-select-multiple" title="attr-select-multiple"><code>multiple</code></dfn>
   attribute is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-13">boolean attribute</a>. If the attribute is
   present, then the <code><a href="#the-select-element" id="select-18">select</a></code> element
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control for selecting zero or more options
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control for selecting zero or more options
   from the <a href="#concept-select-option-list" id="concept-select-option-list-1" title="concept-select-option-list">list of
   options</a>. If the attribute is absent, then the
-  <code><a href="#the-select-element" id="select-19">select</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control for
+  <code><a href="#the-select-element" id="select-19">select</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control for
   selecting a single option from the <a href="#concept-select-option-list" id="concept-select-option-list-2" title="concept-select-option-list">list of options</a>.<p>The <dfn id="attr-select-size" title="attr-select-size"><code>size</code></dfn>
   attribute gives the number of options to show to the user. The <code title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size-26">size</a></code> attribute, if specified, must
   have a value that is a <a href="common-microsyntaxes.html#valid-non-negative-integer" id="valid-non-negative-integer-10">valid non-negative integer</a>
@@ -490,7 +490,7 @@
   user will be required to select a value before submitting the
   form.<p>If a <code><a href="#the-select-element" id="select-23">select</a></code> element has a <code title="attr-select-required"><a href="#attr-select-required" id="required-28">required</a></code> attribute specified,
   does not have a <code title="attr-select-multiple"><a href="#attr-select-multiple" id="multiple-32">multiple</a></code>
-  attribute specified, and has a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-select-size" title='Read about this "display size" reference in the full HTML5 spec.'>display size</a> of 1; and if the
+  attribute specified, and has a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#concept-select-size" title='Read about this "display size" reference in the full HTML5 spec.'>display size</a> of 1; and if the
   <a href="#concept-option-value" id="concept-option-value-0" title="concept-option-value">value</a> of the first
   <code><a href="#the-option-element" id="option-12">option</a></code> element in the <code><a href="#the-select-element" id="select-24">select</a></code> element's
   <a href="#concept-select-option-list" id="concept-select-option-list-3" title="concept-select-option-list">list of options</a> (if
@@ -504,7 +504,7 @@
   attribute represents the element's name. The <code title="attr-fe-disabled"><a href="association-of-controls-and-forms.html#attr-fe-disabled" id="disabled-15">disabled</a></code> attribute is used to make
   the control non-interactive and to prevent its value from being
   submitted. The <code title="attr-fe-autofocus"><a href="association-of-controls-and-forms.html#attr-fe-autofocus" id="autofocus-4">autofocus</a></code>
-  attribute controls focus.<dl class="domintro"><dt><var title="">select</var> . <code title="dom-select-type"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a></code></dt>
+  attribute controls focus.<dl class="domintro"><dt><var title="">select</var> . <code title="dom-select-type"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a></code></dt>
 
    <dd>
 
@@ -515,7 +515,7 @@
 
    </dd>
 
-   <dt><var title="">select</var> . <code title="dom-select-options"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-options" title='Read about this "options" reference in the full HTML5 spec.'>options</a></code></dt>
+   <dt><var title="">select</var> . <code title="dom-select-options"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-options" title='Read about this "options" reference in the full HTML5 spec.'>options</a></code></dt>
 
    <dd>
 
@@ -523,14 +523,14 @@
 
    </dd>
 
-   <dt><var title="">select</var> . <code title="dom-select-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">select</var> . <code title="dom-select-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the number of elements in the <a href="#concept-select-option-list" id="concept-select-option-list-5" title="concept-select-option-list">list of options</a>.</p>
     <p>When set to a smaller number, truncates the number of <code><a href="#the-option-element" id="option-16">option</a></code> elements in the <code><a href="#the-select-element" id="select-28">select</a></code>.</p>
     <p>When set to a greater number, adds new blank <code><a href="#the-option-element" id="option-17">option</a></code> elements to the <code><a href="#the-select-element" id="select-29">select</a></code>.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">select</var> . <code title="dom-select-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">element</var> = <var title="">select</var> . <code title="dom-select-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">select</var>[<var title="">index</var>]</dt>
    <dt><var title="">select</var>(<var title="">index</var>)</dt>
    <dd>
@@ -538,16 +538,16 @@
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">element</var> = <var title="">select</var> . <code title="dom-select-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-item" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
+   <dt><var title="">element</var> = <var title="">select</var> . <code title="dom-select-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-item" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a></code>(<var title="">name</var>)</dt>
    <dt><var title="">select</var>[<var title="">name</var>]</dt>
    <dt><var title="">select</var>(<var title="">name</var>)</dt>
    <dd>
     <p>Returns the item with ID or <code title="attr-option-name"><a href="obsolete.html#attr-option-name" id="name-59">name</a></code> <var title="">name</var> from the <a href="#concept-select-option-list" id="concept-select-option-list-7" title="concept-select-option-list">list of options</a>.</p>
-    <p>If there are multiple matching items, then a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> object containing all those elements is returned.</p>
+    <p>If there are multiple matching items, then a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a></code> object containing all those elements is returned.</p>
     <p>Returns null if no element with that ID could be found.</p>
    </dd>
 
-   <dt><var title="">select</var> . <code title="dom-select-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">element</var> [, <var title="">before</var> ])</dt>
+   <dt><var title="">select</var> . <code title="dom-select-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">element</var> [, <var title="">before</var> ])</dt>
    <dd>
     <p>Inserts <var title="">element</var> before the node given by <var title="">before</var>.</p>
     <p>The <var title="">before</var> argument can be a number, in
@@ -564,7 +564,7 @@
     <code><a href="#the-optgroup-element" id="optgroup-5">optgroup</a></code> element, then the method does nothing.</p>
    </dd>
 
-   <dt><var title="">select</var> . <code title="dom-select-selectedOptions"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-selectedoptions" title='Read about this "selectedOptions" reference in the full HTML5 spec.'>selectedOptions</a></code></dt>
+   <dt><var title="">select</var> . <code title="dom-select-selectedOptions"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-selectedoptions" title='Read about this "selectedOptions" reference in the full HTML5 spec.'>selectedOptions</a></code></dt>
 
    <dd>
 
@@ -573,7 +573,7 @@
 
    </dd>
 
-   <dt><var title="">select</var> . <code title="dom-select-selectedIndex"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-selectedindex" title='Read about this "selectedIndex" reference in the full HTML5 spec.'>selectedIndex</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">select</var> . <code title="dom-select-selectedIndex"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-selectedindex" title='Read about this "selectedIndex" reference in the full HTML5 spec.'>selectedIndex</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -584,11 +584,11 @@
 
    </dd>
 
-   <dt><var title="">select</var> . <code title="dom-select-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">select</var> . <code title="dom-select-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
-    <p>Returns the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> of the
+    <p>Returns the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> of the
     first selected item, if any, or the empty string if there is no
     selected item.</p>
 
@@ -643,7 +643,7 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmldatalistelement">HTMLDataListElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-98">HTMLElement</a> {
-  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-37">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datalist-options" title='Read about this "options" reference in the full HTML5 spec.'>options</a>;
+  readonly attribute <a href="urls.html#htmlcollection" id="htmlcollection-37">HTMLCollection</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-datalist-options" title='Read about this "options" reference in the full HTML5 spec.'>options</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href="#the-datalist-element" id="datalist-13">datalist</a></code> element represents a set of
@@ -651,7 +651,7 @@
   other controls. The contents of the element represents fallback
   content for legacy user agents, intermixed with <code><a href="#the-option-element" id="option-21">option</a></code>
   elements that represent the predefined options. In the rendering,
-  the <code><a href="#the-datalist-element" id="datalist-14">datalist</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>
+  the <code><a href="#the-datalist-element" id="datalist-14">datalist</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a>
   nothing.<p>The <code><a href="#the-datalist-element" id="datalist-15">datalist</a></code> element is hooked up to an
   <code><a href="the-input-element.html#the-input-element" id="input-114">input</a></code> element using the <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list-29">list</a></code> attribute on the
   <code><a href="the-input-element.html#the-input-element" id="input-115">input</a></code> element. <!-- v2DATAGRID The
@@ -662,7 +662,7 @@
   <code><a href="#the-datalist-element" id="datalist-16">datalist</a></code> element, that is not <a href="#concept-option-disabled" id="concept-option-disabled-1" title="concept-option-disabled">disabled</a>, and whose <a href="#concept-option-value" id="concept-option-value-1" title="concept-option-value">value</a> is a string that isn't the
   empty string, represents a suggestion. Each suggestion has a <a href="#concept-option-value" id="concept-option-value-2" title="concept-option-value">value</a> and a <a href="#concept-option-label" id="concept-option-label-0" title="concept-option-label">label</a>.
 
-  <dl class="domintro"><dt><var title="">datalist</var> . <code title="dom-datalist-options"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datalist-options" title='Read about this "options" reference in the full HTML5 spec.'>options</a></code></dt>
+  <dl class="domintro"><dt><var title="">datalist</var> . <code title="dom-datalist-options"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-datalist-options" title='Read about this "options" reference in the full HTML5 spec.'>options</a></code></dt>
 
    <dd>
     <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-38">HTMLCollection</a></code> of the <code>options</code> elements of the table.</p>
@@ -681,11 +681,11 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmloptgroupelement">HTMLOptGroupElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-99">HTMLElement</a> {
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-optgroup-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-optgroup-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-optgroup-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-optgroup-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
 };</pre>
    </dd>
-  </dl><!-- v2: make optgroups selectable if they have a value. --><p>The <code><a href="#the-optgroup-element" id="optgroup-6">optgroup</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a group of
+  </dl><!-- v2: make optgroups selectable if they have a value. --><p>The <code><a href="#the-optgroup-element" id="optgroup-6">optgroup</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a group of
   <code><a href="#the-option-element" id="option-24">option</a></code> elements with a common label.<p>The element's group of <code><a href="#the-option-element" id="option-25">option</a></code> elements consists of
   the <code><a href="#the-option-element" id="option-26">option</a></code> elements that are children of the
   <code><a href="#the-optgroup-element" id="optgroup-7">optgroup</a></code> element.<p>The <dfn id="attr-optgroup-disabled" title="attr-optgroup-disabled"><code>disabled</code></dfn> attribute
@@ -735,24 +735,24 @@
    <dd><code title="attr-option-value"><a href="#attr-option-value" id="value-33">value</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
-<pre class="idl">[NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(),
- NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-t" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text),
- NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-tv" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value),
- NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-tvd" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected),
- NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-tvds" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected, in boolean selected)]
+<pre class="idl">[NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(),
+ NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-t" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text),
+ NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-tv" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value),
+ NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-tvd" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected),
+ NamedConstructor=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-tvds" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected, in boolean selected)]
 interface <dfn id="htmloptionelement">HTMLOptionElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-100">HTMLElement</a> {
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
-  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-7">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-defaultselected" title='Read about this "defaultSelected" reference in the full HTML5 spec.'>defaultSelected</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-selected" title='Read about this "selected" reference in the full HTML5 spec.'>selected</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-7">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-defaultselected" title='Read about this "defaultSelected" reference in the full HTML5 spec.'>defaultSelected</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-selected" title='Read about this "selected" reference in the full HTML5 spec.'>selected</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>;
-  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-index" title='Read about this "index" reference in the full HTML5 spec.'>index</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>;
+  readonly attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-index" title='Read about this "index" reference in the full HTML5 spec.'>index</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-option-element" id="option-28">option</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an option
+  </dl><p>The <code><a href="#the-option-element" id="option-28">option</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> an option
   in a <code><a href="#the-select-element" id="select-34">select</a></code> element or as part of a list of suggestions
   in a <code><a href="#the-datalist-element" id="datalist-18">datalist</a></code> element.<p>In certain circumstances described in the definition of the
   <code><a href="#the-select-element" id="select-35">select</a></code> element, an <code><a href="#the-option-element" id="option-29">option</a></code> element can be a
@@ -766,15 +766,15 @@
   present.<p>The <dfn id="attr-option-label" title="attr-option-label"><code>label</code></dfn>
   attribute provides a label for element. The <dfn id="concept-option-label" title="concept-option-label">label</dfn> of an <code><a href="#the-option-element" id="option-31">option</a></code>
   element is the value of the <code title="attr-option-label"><a href="#attr-option-label" id="label-28">label</a></code> attribute, if there is one,
-  or the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of the element, if there isn't.<p>The <dfn id="attr-option-value" title="attr-option-value"><code>value</code></dfn>
+  or the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of the element, if there isn't.<p>The <dfn id="attr-option-value" title="attr-option-value"><code>value</code></dfn>
   attribute provides a value for element. The <dfn id="concept-option-value" title="concept-option-value">value</dfn> of an <code><a href="#the-option-element" id="option-32">option</a></code>
   element is the value of the <code title="attr-option-value"><a href="#attr-option-value" id="value-34">value</a></code> attribute, if there is one,
-  or the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of the element, if there isn't.<p>The <dfn id="attr-option-selected" title="attr-option-selected"><code>selected</code></dfn>
-  attribute represents the default <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-option-selectedness" title='Read about this "selectedness" reference in the full HTML5 spec.'>selectedness</a> of the
+  or the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> of the element, if there isn't.<p>The <dfn id="attr-option-selected" title="attr-option-selected"><code>selected</code></dfn>
+  attribute represents the default <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#concept-option-selectedness" title='Read about this "selectedness" reference in the full HTML5 spec.'>selectedness</a> of the
   element.<p>A <code><a href="#the-select-element" id="select-38">select</a></code> element whose <code title="attr-select-multiple"><a href="#attr-select-multiple" id="multiple-34">multiple</a></code> attribute is not
   specified must not have more than one descendant <code><a href="#the-option-element" id="option-33">option</a></code>
   element with its <code title="attr-option-selected"><a href="#attr-option-selected" id="selected-1">selected</a></code>
-  attribute set.<dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-selected"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-selected" title='Read about this "selected" reference in the full HTML5 spec.'>selected</a></code></dt>
+  attribute set.<dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-selected"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-selected" title='Read about this "selected" reference in the full HTML5 spec.'>selected</a></code></dt>
 
    <dd>
 
@@ -782,17 +782,17 @@
 
    </dd>
 
-   <dt><var title="">option</var> . <code title="dom-option-index"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-index" title='Read about this "index" reference in the full HTML5 spec.'>index</a></code></dt>
+   <dt><var title="">option</var> . <code title="dom-option-index"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-index" title='Read about this "index" reference in the full HTML5 spec.'>index</a></code></dt>
 
    <dd>
 
     <p>Returns the index of the element in its <code><a href="#the-select-element" id="select-39">select</a></code>
-    element's <code title="dom-select-options"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-select-options" title='Read about this "options" reference in the full HTML5 spec.'>options</a></code>
+    element's <code title="dom-select-options"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-options" title='Read about this "options" reference in the full HTML5 spec.'>options</a></code>
     list.</p>
 
    </dd>
 
-   <dt><var title="">option</var> . <code title="dom-option-form"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code></dt>
+   <dt><var title="">option</var> . <code title="dom-option-form"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a></code></dt>
 
    <dd>
 
@@ -801,15 +801,15 @@
 
    </dd>
 
-   <dt><var title="">option</var> . <code title="dom-option-text"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code></dt>
+   <dt><var title="">option</var> . <code title="dom-option-text"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a></code></dt>
 
    <dd>
 
-    <p>Same as <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code>.</p>
+    <p>Same as <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code>.</p>
 
    </dd>
 
-   <dt><var title="">option</var> = new <code title="dom-option"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-option" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a></code>( [ <var title="">text</var> [, <var title="">value</var> [, <var title="">defaultSelected</var> [, <var title="">selected</var> ] ] ] ] )</dt>
+   <dt><var title="">option</var> = new <code title="dom-option"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a></code>( [ <var title="">text</var> [, <var title="">value</var> [, <var title="">defaultSelected</var> [, <var title="">selected</var> ] ] ] ] )</dt>
 
    <dd>
 
@@ -847,38 +847,38 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmltextareaelement">HTMLTextAreaElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-101">HTMLElement</a> {
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-cols" title='Read about this "cols" reference in the full HTML5 spec.'>cols</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
-  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-8">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
-           attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-wrap" title='Read about this "wrap" reference in the full HTML5 spec.'>wrap</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-cols" title='Read about this "cols" reference in the full HTML5 spec.'>cols</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-8">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-wrap" title='Read about this "wrap" reference in the full HTML5 spec.'>wrap</a>;
 
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
-  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-textlength" title='Read about this "textLength" reference in the full HTML5 spec.'>textLength</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-textlength" title='Read about this "textLength" reference in the full HTML5 spec.'>textLength</a>;
 
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
-           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-textarea-element" id="textarea-21">textarea</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  </dl><p>The <code><a href="#the-textarea-element" id="textarea-21">textarea</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   multiline plain text edit control. The contents of the control represent the
   control's default value.<p>The <dfn id="attr-textarea-readonly" title="attr-textarea-readonly"><code>readonly</code></dfn> attribute
   is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-17">boolean attribute</a> used to control whether the text
@@ -901,10 +901,10 @@
   conforming; turns off the rendering of wrapping but otherwise acts
   like 'soft' --><p>The <dfn id="attr-textarea-maxlength" title="attr-textarea-maxlength"><code>maxlength</code></dfn>
   attribute is a <a href="association-of-controls-and-forms.html#attr-fe-maxlength" id="attr-fe-maxlength-1" title="attr-fe-maxlength">form control <code title="">maxlength</code> attribute</a> controlled by the
-  <code><a href="#the-textarea-element" id="textarea-22">textarea</a></code> element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-textarea-dirty" title='Read about this "dirty value flag" reference in the full HTML5 spec.'>dirty value flag</a>.<p>If the <code><a href="#the-textarea-element" id="textarea-23">textarea</a></code> element has a <a href="association-of-controls-and-forms.html#maximum-allowed-value-length" id="maximum-allowed-value-length-2">maximum allowed
+  <code><a href="#the-textarea-element" id="textarea-22">textarea</a></code> element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#concept-textarea-dirty" title='Read about this "dirty value flag" reference in the full HTML5 spec.'>dirty value flag</a>.<p>If the <code><a href="#the-textarea-element" id="textarea-23">textarea</a></code> element has a <a href="association-of-controls-and-forms.html#maximum-allowed-value-length" id="maximum-allowed-value-length-2">maximum allowed
   value length</a>, then the element's children must be such that
-  the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#code-point-length" title='Read about this "code-point length" reference in the full HTML5 spec.'>code-point length</a> of the value of the element's
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> IDL attribute is equal to or less than the
+  the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#code-point-length" title='Read about this "code-point length" reference in the full HTML5 spec.'>code-point length</a> of the value of the element's
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#textcontent" title='Read about this "textContent" reference in the full HTML5 spec.'>textContent</a></code> IDL attribute is equal to or less than the
   element's <a href="association-of-controls-and-forms.html#maximum-allowed-value-length" id="maximum-allowed-value-length-3">maximum allowed value length</a>.<p>The <dfn id="attr-textarea-required" title="attr-textarea-required"><code>required</code></dfn> attribute
   is a <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute-18">boolean attribute</a>. When specified, the user will
   be required to enter a value before submitting the form.</p><!-- similar text in the <input> section --><p>The <dfn id="attr-textarea-placeholder" title="attr-textarea-placeholder"><code>placeholder</code></dfn>
@@ -965,25 +965,25 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlkeygenelement">HTMLKeygenElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-102">HTMLElement</a> {
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-keygen-challenge" title='Read about this "challenge" reference in the full HTML5 spec.'>challenge</a>;
-           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
-  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-9">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-keygen-keytype" title='Read about this "keytype" reference in the full HTML5 spec.'>keytype</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-keygen-challenge" title='Read about this "challenge" reference in the full HTML5 spec.'>challenge</a>;
+           attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-9">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-keygen-keytype" title='Read about this "keytype" reference in the full HTML5 spec.'>keytype</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
 
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-keygen-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-keygen-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
 
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-keygen-element" id="keygen-11">keygen</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a key
+  </dl><p>The <code><a href="#the-keygen-element" id="keygen-11">keygen</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a key
   pair generator control. When the control's form is submitted, the
   private key is stored in the local keystore, and the public key is
   packaged and sent to the server.<p>The <dfn id="attr-keygen-challenge" title="attr-keygen-challenge"><code>challenge</code></dfn> attribute
@@ -1021,7 +1021,7 @@
 
   </dl><p class="note">This specification does not specify how the private
   key generated is to be used. It is expected that after receiving the
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#signedpublickeyandchallenge" title='Read about this "SignedPublicKeyAndChallenge" reference in the full HTML5 spec.'>SignedPublicKeyAndChallenge</a></code> (SPKAC) structure, the
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#signedpublickeyandchallenge" title='Read about this "SignedPublicKeyAndChallenge" reference in the full HTML5 spec.'>SignedPublicKeyAndChallenge</a></code> (SPKAC) structure, the
   server will generate a client certificate and offer it back to the
   user for download; this certificate, once downloaded and stored in
   the key store along with the private key, can then be used to
@@ -1060,24 +1060,24 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmloutputelement">HTMLOutputElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-103">HTMLElement</a> {
-  [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist" id="domsettabletokenlist-5">DOMSettableTokenList</a> <span title="dom-output-wrap">htmlFor</span>;
-  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-10">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+  [PutForwards=<a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist" id="domsettabletokenlist-5">DOMSettableTokenList</a> <span title="dom-output-wrap">htmlFor</span>;
+  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-10">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
 
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-output-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-output-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-output-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 
-  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
-  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
-  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-output-element" id="output-11">output</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the result of a
+  </dl><p>The <code><a href="#the-output-element" id="output-11">output</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the result of a
   calculation.<p>The <dfn id="attr-output-for" title="attr-output-for"><code>for</code></dfn> content
   attribute allows an explicit relationship to be made between the
   result of a calculation and the elements that represent the values
@@ -1086,10 +1086,10 @@
   if specified, must contain a string consisting of an <a href="common-microsyntaxes.html#unordered-set-of-unique-space-separated-tokens" id="unordered-set-of-unique-space-separated-tokens-2">unordered
   set of unique space-separated tokens</a>, each of which must have
   the value of an ID of an element in the same
-  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-57">form</a></code> attribute is used to
+  <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>.<p>The <code title="attr-fae-form"><a href="association-of-controls-and-forms.html#attr-fae-form" id="form-57">form</a></code> attribute is used to
   explicitly associate the <code><a href="#the-output-element" id="output-12">output</a></code> element with its
   <a href="association-of-controls-and-forms.html#form-owner" id="form-owner-12">form owner</a>. The <code title="attr-fe-name"><a href="association-of-controls-and-forms.html#attr-fe-name" id="name-46">name</a></code>
-  attribute represents the element's name.<dl class="domintro"><dt><var title="">output</var> . <code title="dom-output-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-output-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> [ = <var title="">value</var> ]</dt>
+  attribute represents the element's name.<dl class="domintro"><dt><var title="">output</var> . <code title="dom-output-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -1099,7 +1099,7 @@
 
    </dd>
 
-   <dt><var title="">output</var> . <code title="dom-output-defaultValue"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-output-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">output</var> . <code title="dom-output-defaultValue"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -1109,7 +1109,7 @@
 
    </dd>
 
-   <dt><var title="">output</var> . <code title="dom-output-type"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-output-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a></code></dt>
+   <dt><var title="">output</var> . <code title="dom-output-type"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a></code></dt>
 
    <dd>
 
@@ -1144,14 +1144,14 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlprogresselement">HTMLProgressElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-104">HTMLElement</a> {
-           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-progress-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
-           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-progress-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
-  readonly attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-progress-position" title='Read about this "position" reference in the full HTML5 spec.'>position</a>;
-  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-11">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
+           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-progress-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-progress-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+  readonly attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-progress-position" title='Read about this "position" reference in the full HTML5 spec.'>position</a>;
+  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-11">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-progress-element" id="progress-9">progress</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
+  </dl><p>The <code><a href="#the-progress-element" id="progress-9">progress</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
   completion progress of a task. The progress is either indeterminate,
   indicating that progress is being made but that it is not clear how
   much more work remains to be done before the task is complete
@@ -1191,7 +1191,7 @@
   element to use for something that is just a gauge, as opposed to
   task progress. For instance, indicating disk space usage using
   <code><a href="#the-progress-element" id="progress-11">progress</a></code> would be inappropriate. Instead, the
-  <code><a href="#the-meter-element" id="meter-7">meter</a></code> element is available for such use cases.<dl class="domintro"><dt><var title="">progress</var> . <code title="dom-progress-position"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-progress-position" title='Read about this "position" reference in the full HTML5 spec.'>position</a></code></dt>
+  <code><a href="#the-meter-element" id="meter-7">meter</a></code> element is available for such use cases.<dl class="domintro"><dt><var title="">progress</var> . <code title="dom-progress-position"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-progress-position" title='Read about this "position" reference in the full HTML5 spec.'>position</a></code></dt>
 
    <dd>
 
@@ -1221,17 +1221,17 @@
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlmeterelement">HTMLMeterElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-105">HTMLElement</a> {
-           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-meter-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
-           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-meter-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
-           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-meter-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
-           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-meter-low" title='Read about this "low" reference in the full HTML5 spec.'>low</a>;
-           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-meter-high" title='Read about this "high" reference in the full HTML5 spec.'>high</a>;
-           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-meter-optimum" title='Read about this "optimum" reference in the full HTML5 spec.'>optimum</a>;
-  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-12">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
-  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
+           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-low" title='Read about this "low" reference in the full HTML5 spec.'>low</a>;
+           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-high" title='Read about this "high" reference in the full HTML5 spec.'>high</a>;
+           attribute float <a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-optimum" title='Read about this "optimum" reference in the full HTML5 spec.'>optimum</a>;
+  readonly attribute <a href="forms.html#htmlformelement" id="htmlformelement-12">HTMLFormElement</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 };</pre>
    </dd>
-  </dl><p>The <code><a href="#the-meter-element" id="meter-9">meter</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a scalar
+  </dl><p>The <code><a href="#the-meter-element" id="meter-9">meter</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a scalar
   measurement within a known range, or a fractional value; for example
   disk usage, the relevance of a query result, or the fraction of a
   voting population to have selected a particular candidate.<p>This is also known as a gauge.<p class="note">The <code><a href="#the-meter-element" id="meter-10">meter</a></code> element should not be used to

Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dnd.html,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- dnd.html	19 Aug 2010 20:42:50 -0000	1.159
+++ dnd.html	19 Aug 2010 20:45:43 -0000	1.160
@@ -412,12 +412,12 @@
   has to be canceled. Second, the <code title="event-dragover"><a href="#event-dragover" id="dragover">dragover</a></code> event, which is used to
   determine what feedback is to be shown to the user. If the event is
   canceled, then the feedback (typically the cursor) is updated based
-  on the <code title="dom-DataTransfer-DropEffect"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-dropeffect" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a></code>
+  on the <code title="dom-DataTransfer-DropEffect"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-dropeffect" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a></code>
   attribute's value, as set by the event handler; otherwise, the
   default behavior (typically to do nothing) is used instead. Finally,
   the <code title="event-drop"><a href="#event-drop" id="drop">drop</a></code> event, which allows the
   actual drop to be performed. This event also needs to be canceled,
-  so that the <code title="dom-DataTransfer-DropEffect"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-dropeffect" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a></code> attribute's
+  so that the <code title="dom-DataTransfer-DropEffect"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-dropeffect" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a></code> attribute's
   value can be used by the source (otherwise it's reset).<p>For example:<pre>&lt;p&gt;Drop your favorite fruits below:&lt;/p&gt;
 &lt;ol class="dropzone"
     ondragenter="dragEnterHandler(event)"
@@ -467,10 +467,10 @@
   }
 &lt;/script&gt;</pre><h4 id="the-dragevent-and-datatransfer-interfaces"><span class="secno">7.9.2 </span>The <code><a href="#dragevent" id="dragevent-0">DragEvent</a></code> and <code><a href="#datatransfer" id="datatransfer-1">DataTransfer</a></code> interfaces</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The drag-and-drop processing model involves several events. They
   all use the <code><a href="#dragevent" id="dragevent-1">DragEvent</a></code> interface.<pre class="idl">interface <dfn id="dragevent">DragEvent</dfn> : <span>MouseEvent</span> {
-  readonly attribute <a href="#datatransfer" id="datatransfer-2">DataTransfer</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dragevent-datatransfer" title='Read about this "dataTransfer" reference in the full HTML5 spec.'>dataTransfer</a>;
+  readonly attribute <a href="#datatransfer" id="datatransfer-2">DataTransfer</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-dragevent-datatransfer" title='Read about this "dataTransfer" reference in the full HTML5 spec.'>dataTransfer</a>;
 
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dragevent-initdragevent" title='Read about this "initDragEvent" reference in the full HTML5 spec.'>initDragEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dummyArg<!-- used to be viewArg, back when we had views -->, in long detailArg, in long screenXArg, in long screenYArg, in long clientXArg, in long clientYArg, in boolean ctrlKeyArg, in boolean altKeyArg, in boolean shiftKeyArg, in boolean metaKeyArg, in unsigned short buttonArg, in EventTarget relatedTargetArg, in <a href="#datatransfer" id="datatransfer-3">DataTransfer</a> dataTransferArg);
-};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-DragEvent-dataTransfer"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-dragevent-datatransfer" title='Read about this "dataTransfer" reference in the full HTML5 spec.'>dataTransfer</a></code></dt>
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-dragevent-initdragevent" title='Read about this "initDragEvent" reference in the full HTML5 spec.'>initDragEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dummyArg<!-- used to be viewArg, back when we had views -->, in long detailArg, in long screenXArg, in long screenYArg, in long clientXArg, in long clientYArg, in boolean ctrlKeyArg, in boolean altKeyArg, in boolean shiftKeyArg, in boolean metaKeyArg, in unsigned short buttonArg, in EventTarget relatedTargetArg, in <a href="#datatransfer" id="datatransfer-3">DataTransfer</a> dataTransferArg);
+};</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-DragEvent-dataTransfer"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-dragevent-datatransfer" title='Read about this "dataTransfer" reference in the full HTML5 spec.'>dataTransfer</a></code></dt>
 
    <dd>
 
@@ -479,30 +479,30 @@
    </dd>
 
   </dl><pre class="idl">interface <dfn id="datatransfer">DataTransfer</dfn> {
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-dropeffect" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a>;
-           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-effectallowed" title='Read about this "effectAllowed" reference in the full HTML5 spec.'>effectAllowed</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-dropeffect" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a>;
+           attribute DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-effectallowed" title='Read about this "effectAllowed" reference in the full HTML5 spec.'>effectAllowed</a>;
 
-  readonly attribute DOMStringList <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-types" title='Read about this "types" reference in the full HTML5 spec.'>types</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-cleardata" title='Read about this "clearData" reference in the full HTML5 spec.'>clearData</a>(in optional DOMString format);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-setdata" title='Read about this "setData" reference in the full HTML5 spec.'>setData</a>(in DOMString format, in DOMString data);
-  DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-getdata" title='Read about this "getData" reference in the full HTML5 spec.'>getData</a>(in DOMString format);
-  readonly attribute <span>FileList</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+  readonly attribute DOMStringList <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-types" title='Read about this "types" reference in the full HTML5 spec.'>types</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-cleardata" title='Read about this "clearData" reference in the full HTML5 spec.'>clearData</a>(in optional DOMString format);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-setdata" title='Read about this "setData" reference in the full HTML5 spec.'>setData</a>(in DOMString format, in DOMString data);
+  DOMString <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-getdata" title='Read about this "getData" reference in the full HTML5 spec.'>getData</a>(in DOMString format);
+  readonly attribute <span>FileList</span> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
 
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-setdragimage" title='Read about this "setDragImage" reference in the full HTML5 spec.'>setDragImage</a>(in Element image, in long x, in long y);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-addelement" title='Read about this "addElement" reference in the full HTML5 spec.'>addElement</a>(in Element element);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-setdragimage" title='Read about this "setDragImage" reference in the full HTML5 spec.'>setDragImage</a>(in Element image, in long x, in long y);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-addelement" title='Read about this "addElement" reference in the full HTML5 spec.'>addElement</a>(in Element element);
 };</pre><p><code><a href="#datatransfer" id="datatransfer-5">DataTransfer</a></code> objects can hold pieces of data, each
   associated with a unique format. Formats are generally given by
   <a href="infrastructure.html#mime-type" id="mime-type-14" title="MIME type">MIME types</a>, with some values
   special-cased for legacy reasons. However, the API does not enforce
   this; non-MIME-type values can be added as well. All formats are
-  identified by strings that are <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#converted-to-ascii-lowercase" title='Read about this "converted to ASCII lowercase" reference in the full HTML5 spec.'>converted to ASCII
-  lowercase</a> by the API.<dl class="domintro"><dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-dropEffect"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-dropeffect" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a></code> [ = <var title="">value</var> ]</dt>
+  identified by strings that are <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#converted-to-ascii-lowercase" title='Read about this "converted to ASCII lowercase" reference in the full HTML5 spec.'>converted to ASCII
+  lowercase</a> by the API.<dl class="domintro"><dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-dropEffect"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-dropeffect" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
     <p>Returns the kind of operation that is currently selected. If
     the kind of operation isn't one of those that is allowed by the
-    <code title="dom-DataTransfer-effectAllowed"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-effectallowed" title='Read about this "effectAllowed" reference in the full HTML5 spec.'>effectAllowed</a></code>
+    <code title="dom-DataTransfer-effectAllowed"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-effectallowed" title='Read about this "effectAllowed" reference in the full HTML5 spec.'>effectAllowed</a></code>
     attribute, then the operation will fail.</p>
 
     <p>Can be set, to change the selected operation.</p>
@@ -511,7 +511,7 @@
 
    </dd>
 
-   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-effectAllowed"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-effectallowed" title='Read about this "effectAllowed" reference in the full HTML5 spec.'>effectAllowed</a></code> [ = <var title="">value</var> ]</dt>
+   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-effectAllowed"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-effectallowed" title='Read about this "effectAllowed" reference in the full HTML5 spec.'>effectAllowed</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -523,7 +523,7 @@
 
    </dd>
 
-   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-types"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-types" title='Read about this "types" reference in the full HTML5 spec.'>types</a></code></dt>
+   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-types"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-types" title='Read about this "types" reference in the full HTML5 spec.'>types</a></code></dt>
 
    <dd>
 
@@ -534,7 +534,7 @@
 
    </dd>
 
-   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-clearData"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-cleardata" title='Read about this "clearData" reference in the full HTML5 spec.'>clearData</a></code>( [ <var title="">format</var> ] )</dt>
+   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-clearData"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-cleardata" title='Read about this "clearData" reference in the full HTML5 spec.'>clearData</a></code>( [ <var title="">format</var> ] )</dt>
 
    <dd>
 
@@ -543,7 +543,7 @@
 
    </dd>
 
-   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-setData"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-setdata" title='Read about this "setData" reference in the full HTML5 spec.'>setData</a></code>(<var title="">format</var>, <var title="">data</var>)</dt>
+   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-setData"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-setdata" title='Read about this "setData" reference in the full HTML5 spec.'>setData</a></code>(<var title="">format</var>, <var title="">data</var>)</dt>
 
    <dd>
 
@@ -551,7 +551,7 @@
 
    </dd>
 
-   <dt><var title="">data</var> = <var title="">dataTransfer</var> . <code title="dom-DataTransfer-getData"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-getdata" title='Read about this "getData" reference in the full HTML5 spec.'>getData</a></code>(<var title="">format</var>)</dt>
+   <dt><var title="">data</var> = <var title="">dataTransfer</var> . <code title="dom-DataTransfer-getData"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-getdata" title='Read about this "getData" reference in the full HTML5 spec.'>getData</a></code>(<var title="">format</var>)</dt>
 
    <dd>
 
@@ -559,7 +559,7 @@
 
    </dd>
 
-   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code></dt>
+   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code></dt>
 
    <dd>
 
@@ -567,7 +567,7 @@
 
    </dd>
 
-   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-setDragImage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-setdragimage" title='Read about this "setDragImage" reference in the full HTML5 spec.'>setDragImage</a></code>(<var title="">element</var>, <var title="">x</var>, <var title="">y</var>)</dt>
+   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-setDragImage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-setdragimage" title='Read about this "setDragImage" reference in the full HTML5 spec.'>setDragImage</a></code>(<var title="">element</var>, <var title="">x</var>, <var title="">y</var>)</dt>
 
    <dd>
 
@@ -575,7 +575,7 @@
 
    </dd>
 
-   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-addElement"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-addelement" title='Read about this "addElement" reference in the full HTML5 spec.'>addElement</a></code>(<var title="">element</var>)</dt>
+   <dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-addElement"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-addelement" title='Read about this "addElement" reference in the full HTML5 spec.'>addElement</a></code>(<var title="">element</var>)</dt>
 
    <dd>
 
@@ -589,66 +589,66 @@
      <th> Bubbles? </th>
      <th> Cancelable? </th>
      <th> <code title="dom-DataTransfer-dataTransfer">dataTransfer</code> </th>
-     <th> <code title="dom-DataTransfer-effectAllowed"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-effectallowed" title='Read about this "effectAllowed" reference in the full HTML5 spec.'>effectAllowed</a></code> </th>
-     <th> <code title="dom-DataTransfer-dropEffect"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-dropeffect" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a></code> </th>
+     <th> <code title="dom-DataTransfer-effectAllowed"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-effectallowed" title='Read about this "effectAllowed" reference in the full HTML5 spec.'>effectAllowed</a></code> </th>
+     <th> <code title="dom-DataTransfer-dropEffect"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-dropeffect" title='Read about this "dropEffect" reference in the full HTML5 spec.'>dropEffect</a></code> </th>
      <th> Default Action </th>
     <tbody><tr><td><dfn id="event-dragstart" title="event-dragstart"><code>dragstart</code></dfn></td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#source-node" title='Read about this "Source node" reference in the full HTML5 spec.'>Source node</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#source-node" title='Read about this "Source node" reference in the full HTML5 spec.'>Source node</a></td>
      <td>&#10003; Bubbles</td>
      <td>&#10003; Cancelable</td>
-     <td>Contains <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#source-node" title='Read about this "source node" reference in the full HTML5 spec.'>source node</a> unless a selection is being dragged, in which case it is empty; <code title="dom-datatransfer-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code> returns any files included in the drag operation</td>
+     <td>Contains <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#source-node" title='Read about this "source node" reference in the full HTML5 spec.'>source node</a> unless a selection is being dragged, in which case it is empty; <code title="dom-datatransfer-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code> returns any files included in the drag operation</td>
      <td><code title="">uninitialized</code></td>
      <td><code title="">none</code></td>
      <td>Initiate the drag-and-drop operation</td>
     <tr><td><dfn id="event-drag" title="event-drag"><code>drag</code></dfn></td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#source-node" title='Read about this "Source node" reference in the full HTML5 spec.'>Source node</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#source-node" title='Read about this "Source node" reference in the full HTML5 spec.'>Source node</a></td>
      <td>&#10003; Bubbles</td>
      <td>&#10003; Cancelable</td>
      <td>Empty</td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#effectAllowed-initialization" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#effectAllowed-initialization" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
      <td><code title="">none</code></td>
      <td>Continue the drag-and-drop operation</td>
     <tr><td><dfn id="event-dragenter" title="event-dragenter"><code>dragenter</code></dfn></td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#immediate-user-selection" title='Read about this "Immediate user selection" reference in the full HTML5 spec.'>Immediate user selection</a> or <a href="dom.html#the-body-element" id="the-body-element-7">the body element</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#immediate-user-selection" title='Read about this "Immediate user selection" reference in the full HTML5 spec.'>Immediate user selection</a> or <a href="dom.html#the-body-element" id="the-body-element-7">the body element</a></td>
      <td>&#10003; Bubbles</td>
      <td>&#10003; Cancelable</td>
      <td>Empty</td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#effectAllowed-initialization" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dropEffect-initialization" title='Read about this "Based on effectAllowed value" reference in the full HTML5 spec.'>Based on <code>effectAllowed</code> value</a></td>
-     <td>Reject <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#immediate-user-selection" title='Read about this "immediate user selection" reference in the full HTML5 spec.'>immediate user selection</a> as potential <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-target-element" title='Read about this "target element" reference in the full HTML5 spec.'>target element</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#effectAllowed-initialization" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dropEffect-initialization" title='Read about this "Based on effectAllowed value" reference in the full HTML5 spec.'>Based on <code>effectAllowed</code> value</a></td>
+     <td>Reject <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#immediate-user-selection" title='Read about this "immediate user selection" reference in the full HTML5 spec.'>immediate user selection</a> as potential <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#current-target-element" title='Read about this "target element" reference in the full HTML5 spec.'>target element</a></td>
     <tr><td><dfn id="event-dragleave" title="event-dragleave"><code>dragleave</code></dfn></td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-target-element" title='Read about this "Previous target element" reference in the full HTML5 spec.'>Previous target element</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#current-target-element" title='Read about this "Previous target element" reference in the full HTML5 spec.'>Previous target element</a></td>
      <td>&#10003; Bubbles</td>
      <td>&mdash;</td>
      <td>Empty</td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#effectAllowed-initialization" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#effectAllowed-initialization" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
      <td><code title="">none</code></td>
      <td>None</td>
     <tr><td><dfn id="event-dragover" title="event-dragover"><code>dragover</code></dfn></td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-target-element" title='Read about this "Current target element" reference in the full HTML5 spec.'>Current target element</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#current-target-element" title='Read about this "Current target element" reference in the full HTML5 spec.'>Current target element</a></td>
      <td>&#10003; Bubbles</td>
      <td>&#10003; Cancelable</td>
      <td>Empty</td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#effectAllowed-initialization" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dropEffect-initialization" title='Read about this "Based on effectAllowed value" reference in the full HTML5 spec.'>Based on <code>effectAllowed</code> value</a></td>
-     <td>Reset the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-drag-operation" title='Read about this "current drag operation" reference in the full HTML5 spec.'>current drag operation</a> to "none"</td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#effectAllowed-initialization" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dropEffect-initialization" title='Read about this "Based on effectAllowed value" reference in the full HTML5 spec.'>Based on <code>effectAllowed</code> value</a></td>
+     <td>Reset the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#current-drag-operation" title='Read about this "current drag operation" reference in the full HTML5 spec.'>current drag operation</a> to "none"</td>
     <tr><td><dfn id="event-drop" title="event-drop"><code>drop</code></dfn></td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-target-element" title='Read about this "Current target element" reference in the full HTML5 spec.'>Current target element</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#current-target-element" title='Read about this "Current target element" reference in the full HTML5 spec.'>Current target element</a></td>
      <td>&#10003; Bubbles</td>
      <td>&#10003; Cancelable</td>
-     <td><code title="dom-datatransfer-getdata"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-getdata" title='Read about this "getData()" reference in the full HTML5 spec.'>getData()</a></code> returns data set in <code title="dom-dragstart">dragstart</code> event; <code title="dom-datatransfer-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code> returns any files included in the drag operation</td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#effectAllowed-initialization" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-drag-operation" title='Read about this "Current drag operation" reference in the full HTML5 spec.'>Current drag operation</a></td>
+     <td><code title="dom-datatransfer-getdata"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-getdata" title='Read about this "getData()" reference in the full HTML5 spec.'>getData()</a></code> returns data set in <code title="dom-dragstart">dragstart</code> event; <code title="dom-datatransfer-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code> returns any files included in the drag operation</td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#effectAllowed-initialization" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#current-drag-operation" title='Read about this "Current drag operation" reference in the full HTML5 spec.'>Current drag operation</a></td>
      <td>Varies</td>
     <tr><td><dfn id="event-dragend" title="event-dragend"><code>dragend</code></dfn></td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#source-node" title='Read about this "Source node" reference in the full HTML5 spec.'>Source node</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#source-node" title='Read about this "Source node" reference in the full HTML5 spec.'>Source node</a></td>
      <td>&#10003; Bubbles</td>
      <td>&mdash;</td>
      <td>Empty</td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#effectAllowed-initialization" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
-     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#current-drag-operation" title='Read about this "Current drag operation" reference in the full HTML5 spec.'>Current drag operation</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#effectAllowed-initialization" title='Read about this "Same as last event" reference in the full HTML5 spec.'>Same as last event</a></td>
+     <td><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#current-drag-operation" title='Read about this "Current drag operation" reference in the full HTML5 spec.'>Current drag operation</a></td>
      <td>Varies</td>
-    </table><p class="note">"Empty" in the table above means that the <code title="dom-datatransfer-getdata"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-getdata" title='Read about this "getData()" reference in the full HTML5 spec.'>getData()</a></code> and <code title="dom-dataTransfer-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-datatransfer-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code> attributes act as if
+    </table><p class="note">"Empty" in the table above means that the <code title="dom-datatransfer-getdata"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-getdata" title='Read about this "getData()" reference in the full HTML5 spec.'>getData()</a></code> and <code title="dom-dataTransfer-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-datatransfer-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code> attributes act as if
   there is no data being dragged.<h4 id="the-draggable-attribute"><span class="secno">7.9.4 </span>The <dfn title="attr-draggable"><code>draggable</code></dfn> attribute</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>All <a href="infrastructure.html#html-elements" id="html-elements-28">HTML elements</a> may have the <code title="attr-draggable"><a href="#the-draggable-attribute" id="draggable-1">draggable</a></code> content attribute set. The
   <code title="attr-draggable"><a href="#the-draggable-attribute" id="draggable-2">draggable</a></code> attribute is an
   <a href="common-microsyntaxes.html#enumerated-attribute" id="enumerated-attribute-17">enumerated attribute</a>. It has three states. The first
@@ -657,7 +657,7 @@
   <i>auto</i>; it has no keywords but it is the <i>missing value
   default</i>.<p>The <i>true</i> state means the element is draggable; the
   <i>false</i> state means that it is not. The <i>auto</i> state
-  uses the default behavior of the user agent.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-draggable"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-draggable" title='Read about this "draggable" reference in the full HTML5 spec.'>draggable</a></code> [ = <var title="">value</var> ]</dt>
+  uses the default behavior of the user agent.<dl class="domintro"><dt><var title="">element</var> . <code title="dom-draggable"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-draggable" title='Read about this "draggable" reference in the full HTML5 spec.'>draggable</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -746,17 +746,17 @@
   <p>All the drag-and-drop events can be involved in this process.</p>
 
   </div>
---><h3 id="undo"><span class="secno">7.10 </span><dfn>Undo history</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h4 id="the-undomanager-interface"><span class="secno">7.10.1 </span>The <code><a href="#undomanager" id="undomanager-1">UndoManager</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>To manage <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#undo-object" title='Read about this "undo object" reference in the full HTML5 spec.'>undo object</a> entries in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#undo-transaction-history" title='Read about this "undo transaction history" reference in the full HTML5 spec.'>undo
+--><h3 id="undo"><span class="secno">7.10 </span><dfn>Undo history</dfn></h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h4 id="the-undomanager-interface"><span class="secno">7.10.1 </span>The <code><a href="#undomanager" id="undomanager-1">UndoManager</a></code> interface</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>To manage <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#undo-object" title='Read about this "undo object" reference in the full HTML5 spec.'>undo object</a> entries in the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#undo-transaction-history" title='Read about this "undo transaction history" reference in the full HTML5 spec.'>undo
   transaction history</a>, the <code><a href="#undomanager" id="undomanager-2">UndoManager</a></code>
   interface can be used:<pre class="idl">interface <dfn id="undomanager">UndoManager</dfn> {
-  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
-  getter any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>(in unsigned long index);
-  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-position" title='Read about this "position" reference in the full HTML5 spec.'>position</a>;
-  unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in any data, in DOMString title);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a>(in unsigned long index);
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-clearundo" title='Read about this "clearUndo" reference in the full HTML5 spec.'>clearUndo</a>();
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-clearredo" title='Read about this "clearRedo" reference in the full HTML5 spec.'>clearRedo</a>();
-};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-undoManager"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager" title='Read about this "undoManager" reference in the full HTML5 spec.'>undoManager</a></code></dt>
+  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
+  getter any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>(in unsigned long index);
+  readonly attribute unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-position" title='Read about this "position" reference in the full HTML5 spec.'>position</a>;
+  unsigned long <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in any data, in DOMString title);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a>(in unsigned long index);
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-clearundo" title='Read about this "clearUndo" reference in the full HTML5 spec.'>clearUndo</a>();
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-clearredo" title='Read about this "clearRedo" reference in the full HTML5 spec.'>clearRedo</a>();
+};</pre><dl class="domintro"><dt><var title="">window</var> . <code title="dom-undoManager"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager" title='Read about this "undoManager" reference in the full HTML5 spec.'>undoManager</a></code></dt>
 
    <dd>
 
@@ -764,14 +764,14 @@
 
    </dd>
 
-   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
+   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-length"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a></code></dt>
    <dd>
 
     <p>Returns the number of entries in the undo history.</p>
 
    </dd>
 
-   <dt><var title="">data</var> = <var title="">undoManager</var> . <code title="dom-UndoManager-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">data</var> = <var title="">undoManager</var> . <code title="dom-UndoManager-item"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a></code>(<var title="">index</var>)</dt>
    <dt><var title="">undoManager</var>[<var title="">index</var>]</dt>
    <dd>
 
@@ -781,21 +781,21 @@
 
    </dd>
 
-   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-position"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-position" title='Read about this "position" reference in the full HTML5 spec.'>position</a></code></dt>
+   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-position"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-position" title='Read about this "position" reference in the full HTML5 spec.'>position</a></code></dt>
    <dd>
 
     <p>Returns the number of the current entry in the undo history. (Entries at and past this point are <em>redo</em> entries.)</p>
 
    </dd>
 
-   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">data</var>, <var title="">title</var>)</dt>
+   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a></code>(<var title="">data</var>, <var title="">title</var>)</dt>
    <dd>
 
     <p>Adds the specified entry to the undo history.</p>
 
    </dd>
 
-   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-remove"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a></code>(<var title="">index</var>)</dt>
+   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-remove"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a></code>(<var title="">index</var>)</dt>
    <dd>
 
     <p>Removes the specified entry to the undo history.</p>
@@ -804,32 +804,32 @@
 
    </dd>
 
-   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-clearUndo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-clearundo" title='Read about this "clearUndo" reference in the full HTML5 spec.'>clearUndo</a></code>()</dt>
+   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-clearUndo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-clearundo" title='Read about this "clearUndo" reference in the full HTML5 spec.'>clearUndo</a></code>()</dt>
    <dd>
 
     <p>Removes all entries before the current position in the undo history.</p>
 
    </dd>
 
-   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-clearRedo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-clearredo" title='Read about this "clearRedo" reference in the full HTML5 spec.'>clearRedo</a></code>()</dt>
+   <dt><var title="">undoManager</var> . <code title="dom-UndoManager-clearRedo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-clearredo" title='Read about this "clearRedo" reference in the full HTML5 spec.'>clearRedo</a></code>()</dt>
    <dd>
 
     <p>Removes all entries at and after the current position in the undo history.</p>
 
    </dd>
 
-  </dl><h4 id="the-undomanagerevent-interface-and-the-undo-and-redo-events"><span class="secno">7.10.2 </span>The <code><a href="#undomanagerevent" id="undomanagerevent-0">UndoManagerEvent</a></code> interface and the <code title="event-undo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-undo" title='Read about this "undo" reference in the full HTML5 spec.'>undo</a></code> and <code title="event-redo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-redo" title='Read about this "redo" reference in the full HTML5 spec.'>redo</a></code> events</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><pre class="idl">interface <dfn id="undomanagerevent">UndoManagerEvent</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
-  readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanagerevent-data" title='Read about this "data" reference in the full HTML5 spec.'>data</a>;
-  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanagerevent-initundomanagerevent" title='Read about this "initUndoManagerEvent" reference in the full HTML5 spec.'>initUndoManagerEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dataArg);
-};</pre><dl class="domintro"><dt><var title="">event</var>  . <code title="dom-UndoManagerEvent-data"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanagerevent-data" title='Read about this "data" reference in the full HTML5 spec.'>data</a></code></dt>
+  </dl><h4 id="the-undomanagerevent-interface-and-the-undo-and-redo-events"><span class="secno">7.10.2 </span>The <code><a href="#undomanagerevent" id="undomanagerevent-0">UndoManagerEvent</a></code> interface and the <code title="event-undo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#event-undo" title='Read about this "undo" reference in the full HTML5 spec.'>undo</a></code> and <code title="event-redo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#event-redo" title='Read about this "redo" reference in the full HTML5 spec.'>redo</a></code> events</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><pre class="idl">interface <dfn id="undomanagerevent">UndoManagerEvent</dfn> : <a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a> {
+  readonly attribute any <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanagerevent-data" title='Read about this "data" reference in the full HTML5 spec.'>data</a>;
+  void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanagerevent-initundomanagerevent" title='Read about this "initUndoManagerEvent" reference in the full HTML5 spec.'>initUndoManagerEvent</a>(in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in any dataArg);
+};</pre><dl class="domintro"><dt><var title="">event</var>  . <code title="dom-UndoManagerEvent-data"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanagerevent-data" title='Read about this "data" reference in the full HTML5 spec.'>data</a></code></dt>
 
    <dd>
 
-    <p>Returns the data that was passed to the <code title="dom-undomanager-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-undomanager-add" title='Read about this "add()" reference in the full HTML5 spec.'>add()</a></code> method.</p>
+    <p>Returns the data that was passed to the <code title="dom-undomanager-add"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-undomanager-add" title='Read about this "add()" reference in the full HTML5 spec.'>add()</a></code> method.</p>
 
    </dd>
 
-  </dl><h3 id="editing-apis"><span class="secno">7.11 </span>Editing APIs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-execCommand"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#execCommand" title='Read about this "execCommand" reference in the full HTML5 spec.'>execCommand</a></code>(<var title="">commandId</var> [, <var title="">showUI</var> [, <var title="">value</var> ] ] )</dt>
+  </dl><h3 id="editing-apis"><span class="secno">7.11 </span>Editing APIs</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-execCommand"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#execCommand" title='Read about this "execCommand" reference in the full HTML5 spec.'>execCommand</a></code>(<var title="">commandId</var> [, <var title="">showUI</var> [, <var title="">value</var> ] ] )</dt>
 
    <dd>
 
@@ -839,7 +839,7 @@
 
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-queryCommandEnabled"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandenabled" title='Read about this "queryCommandEnabled" reference in the full HTML5 spec.'>queryCommandEnabled</a></code>(<var title="">commandId</var>)</dt>
+   <dt><var title="">document</var> . <code title="dom-document-queryCommandEnabled"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-document-querycommandenabled" title='Read about this "queryCommandEnabled" reference in the full HTML5 spec.'>queryCommandEnabled</a></code>(<var title="">commandId</var>)</dt>
 
    <dd>
 
@@ -847,7 +847,7 @@
 
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-queryCommandIndeterm"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandindeterm" title='Read about this "queryCommandIndeterm" reference in the full HTML5 spec.'>queryCommandIndeterm</a></code>(<var title="">commandId</var>)</dt>
+   <dt><var title="">document</var> . <code title="dom-document-queryCommandIndeterm"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-document-querycommandindeterm" title='Read about this "queryCommandIndeterm" reference in the full HTML5 spec.'>queryCommandIndeterm</a></code>(<var title="">commandId</var>)</dt>
 
    <dd>
 
@@ -855,7 +855,7 @@
 
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-queryCommandState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandstate" title='Read about this "queryCommandState" reference in the full HTML5 spec.'>queryCommandState</a></code>(<var title="">commandId</var>)</dt>
+   <dt><var title="">document</var> . <code title="dom-document-queryCommandState"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-document-querycommandstate" title='Read about this "queryCommandState" reference in the full HTML5 spec.'>queryCommandState</a></code>(<var title="">commandId</var>)</dt>
 
    <dd>
 
@@ -863,7 +863,7 @@
 
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-queryCommandSupported"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandsupported" title='Read about this "queryCommandSupported" reference in the full HTML5 spec.'>queryCommandSupported</a></code>(<var title="">commandId</var>)</dt>
+   <dt><var title="">document</var> . <code title="dom-document-queryCommandSupported"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-document-querycommandsupported" title='Read about this "queryCommandSupported" reference in the full HTML5 spec.'>queryCommandSupported</a></code>(<var title="">commandId</var>)</dt>
 
    <dd>
 
@@ -871,7 +871,7 @@
 
    </dd>
 
-   <dt><var title="">document</var> . <code title="dom-document-queryCommandValue"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-querycommandvalue" title='Read about this "queryCommandValue" reference in the full HTML5 spec.'>queryCommandValue</a></code>(<var title="">commandId</var>)</dt>
+   <dt><var title="">document</var> . <code title="dom-document-queryCommandValue"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#dom-document-querycommandvalue" title='Read about this "queryCommandValue" reference in the full HTML5 spec.'>queryCommandValue</a></code>(<var title="">commandId</var>)</dt>
 
    <dd>
 
@@ -880,9 +880,9 @@
    </dd>
 
   </dl><p>A document is <dfn id="ready-for-editing-host-commands">ready for editing host commands</dfn> if it
-  has a selection that is entirely within an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#editing-host" title='Read about this "editing host" reference in the full HTML5 spec.'>editing
+  has a selection that is entirely within an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#editing-host" title='Read about this "editing host" reference in the full HTML5 spec.'>editing
   host</a>, or if it has no selection but its caret is inside an
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#editing-host" title='Read about this "editing host" reference in the full HTML5 spec.'>editing host</a>.<p>The possible values for <var title="">commandId</var>, and their
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#editing-host" title='Read about this "editing host" reference in the full HTML5 spec.'>editing host</a>.<p>The possible values for <var title="">commandId</var>, and their
   corresponding meanings, are as follows. <dl><dt><dfn id="command-bold" title="command-bold"><code>bold</code></dfn></dt>
    <dd><strong>Summary</strong>: Toggles whether the selection is bold.</dd>
    
@@ -1023,8 +1023,8 @@
    <dt><dfn id="command-redo" title="command-redo"><code>redo</code></dfn></dt>
    <dd><strong>Summary</strong>: Acts as if the user had requested a redo.</dd>
    
-   <dd><strong>Enabled When</strong>: The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#undo-position" title='Read about this "undo position" reference in the full HTML5 spec.'>undo position</a>
-   is not at the end of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#undo-transaction-history" title='Read about this "undo transaction history" reference in the full HTML5 spec.'>undo transaction
+   <dd><strong>Enabled When</strong>: The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#undo-position" title='Read about this "undo position" reference in the full HTML5 spec.'>undo position</a>
+   is not at the end of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#undo-transaction-history" title='Read about this "undo transaction history" reference in the full HTML5 spec.'>undo transaction
    history</a>.</dd>
    <dd><strong>Indeterminate When</strong>: Never.</dd>
    <dd><strong>State</strong>: Always false.</dd>
@@ -1067,8 +1067,8 @@
    <dt><dfn id="command-undo" title="command-undo"><code>undo</code></dfn></dt>
    <dd><strong>Summary</strong>: Acts as if the user had requested an undo.</dd>
    
-   <dd><strong>Enabled When</strong>: The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#undo-position" title='Read about this "undo position" reference in the full HTML5 spec.'>undo position</a>
-   is not at the start of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#undo-transaction-history" title='Read about this "undo transaction history" reference in the full HTML5 spec.'>undo transaction
+   <dd><strong>Enabled When</strong>: The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#undo-position" title='Read about this "undo position" reference in the full HTML5 spec.'>undo position</a>
+   is not at the start of the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dnd.html#undo-transaction-history" title='Read about this "undo transaction history" reference in the full HTML5 spec.'>undo transaction
    history</a>.</dd>
    <dd><strong>Indeterminate When</strong>: Never.</dd>
    <dd><strong>State</strong>: Always false.</dd>
@@ -1078,7 +1078,7 @@
    <dd><strong>Summary</strong>: Removes all links from the selection.</dd>
    
    <dd><strong>Enabled When</strong>: The document has a selection
-   that is entirely within an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#editing-host" title='Read about this "editing host" reference in the full HTML5 spec.'>editing host</a> and that
+   that is entirely within an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#editing-host" title='Read about this "editing host" reference in the full HTML5 spec.'>editing host</a> and that
    contains (either partially or completely) at least one
    <code><a href="text-level-semantics.html#the-a-element" id="a-64">a</a></code> element that has an <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-25">href</a></code> attribute.</dd>
    <dd><strong>Indeterminate When</strong>: Never.</dd>

Index: links.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/links.html,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- links.html	19 Aug 2010 20:42:52 -0000	1.166
+++ links.html	19 Aug 2010 20:46:02 -0000	1.167
@@ -319,8 +319,8 @@
     <ol><li><a href="links.html#the-main-part-of-the-content"><span class="secno">4.13.1 </span>The main part of the content</a><li><a href="links.html#tag-clouds"><span class="secno">4.13.2 </span>Tag clouds</a><li><a href="links.html#conversations"><span class="secno">4.13.3 </span>Conversations</a><li><a href="links.html#footnotes"><span class="secno">4.13.4 </span>Footnotes</a></ol></ol></ol></div>
 
   <h3 id="links"><span class="secno">4.12 </span>Links</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><h4 id="introduction-2"><span class="secno">4.12.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>Links are a conceptual construct, created by <code><a href="text-level-semantics.html#the-a-element" id="a-25">a</a></code>,
-  <code><a href="the-map-element.html#the-area-element" id="area-19">area</a></code>, and <code><a href="semantics.html#the-link-element" id="link-26">link</a></code> elements, that <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> a connection between two
-  resources, one of which is the current <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. There
+  <code><a href="the-map-element.html#the-area-element" id="area-19">area</a></code>, and <code><a href="semantics.html#the-link-element" id="link-26">link</a></code> elements, that <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> a connection between two
+  resources, one of which is the current <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>. There
   are two kinds of links in HTML:<dl><dt><dfn id="external-resource-link" title="external resource link">Links to external
    resources</dfn></dt>
 
@@ -332,7 +332,7 @@
 
    <dd><p>These are links to other resources that are generally
    exposed to the user by the user agent so that the user can cause
-   the user agent to <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigate" reference in the full HTML5 spec.'>navigate</a> to those resources, e.g. to
+   the user agent to <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigate" reference in the full HTML5 spec.'>navigate</a> to those resources, e.g. to
    visit them in a browser or download them.</dd>
 
   </dl><p>For <code><a href="semantics.html#the-link-element" id="link-27">link</a></code> elements with an <code title="attr-link-href"><a href="semantics.html#attr-link-href" id="href-4">href</a></code> attribute and a <code title="attr-link-rel"><a href="semantics.html#attr-link-rel" id="rel-5">rel</a></code> attribute, links must be created
@@ -590,7 +590,7 @@
   used with <code><a href="text-level-semantics.html#the-a-element" id="a-38">a</a></code> and <code><a href="the-map-element.html#the-area-element" id="area-32">area</a></code> elements. This
   keyword creates a <a href="#hyperlink" id="hyperlink-50">hyperlink</a>.<p>The <code title="rel-bookmark"><a href="#link-type-bookmark" id="bookmark-1">bookmark</a></code> keyword gives a
   permalink for the nearest ancestor <code><a href="sections.html#the-article-element" id="article-22">article</a></code> element of
-  the linking element in question, or of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#associatedSection" title='Read about this "the section the linking element is most closely associated with" reference in the full HTML5 spec.'>the section the linking element is most
+  the linking element in question, or of <a class="full-spec-link" href="http://dev.w3.org/html5/spec/sections.html#associatedSection" title='Read about this "the section the linking element is most closely associated with" reference in the full HTML5 spec.'>the section the linking element is most
   closely associated with</a>, if there are no ancestor
   <code><a href="sections.html#the-article-element" id="article-23">article</a></code> elements.<div class="example">
    <p>The following snippet has three permalinks. A user agent could
@@ -833,7 +833,7 @@
  &lt;/p&gt;
 &lt;/nav&gt;</pre>
 
-  </div><p class="note">The <code title="dom-a-relList"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-rellist" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a></code> IDL
+  </div><p class="note">The <code title="dom-a-relList"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-rellist" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a></code> IDL
   attribute (e.g. on the <code><a href="text-level-semantics.html#the-a-element" id="a-51">a</a></code> element) does not currently
   represent multiple <code title="rel-up"><a href="#link-type-up" id="up-6">up</a></code> keywords (the
   interface hides duplicates).<h5 id="sequential-link-types"><span class="secno">4.12.3.18 </span>Sequential link types</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>Some documents form part of a sequence of documents.<p>A sequence of documents is one where each document can have a

Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/number-state.html,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- number-state.html	19 Aug 2010 20:42:52 -0000	1.155
+++ number-state.html	19 Aug 2010 20:46:02 -0000	1.156
@@ -313,8 +313,8 @@
    <a href="common-input-element-attributes.html">4.10.7.2 Common input element attributes &rarr;</a>
   <ol class="toc"><li><ol><li><ol><li><ol><li><ol><li><a href="number-state.html#number-state" id="x4.10.7.1.13-number-state"><span class="secno">4.10.7.1.13 </span>Number state</a><li><a href="number-state.html#range-state" id="x4.10.7.1.14-range-state"><span class="secno">4.10.7.1.14 </span>Range state</a><li><a href="number-state.html#color-state" id="x4.10.7.1.15-color-state"><span class="secno">4.10.7.1.15 </span>Color state</a><li><a href="number-state.html#checkbox-state" id="x4.10.7.1.16-checkbox-state"><span class="secno">4.10.7.1.16 </span>Checkbox state</a><li><a href="number-state.html#radio-button-state" id="x4.10.7.1.17-radio-button-state"><span class="secno">4.10.7.1.17 </span>Radio Button state</a><li><a href="number-state.html#file-upload-state" id="x4.10.7.1.18-file-upload-state"><span class="secno">4.10.7.1.18 </span>File Upload state</a><li><a href="number-state.html#submit-button-state" id="x4.10.7.1.19-submit-button-state"><span class="secno">4.10.7.1.19 </span>Submit Button state</a>li><a href="number-state.html#image-button-state" id="x4.10.7.1.20-image-button-state"><span class="secno">4.10.7.1.20 </span>Image Button state</a><li><a href="number-state.html#reset-button-state" id="x4.10.7.1.21-reset-button-state"><span class="secno">4.10.7.1.21 </span>Reset Button state</a><li><a href="number-state.html#button-state" id="x4.10.7.1.22-button-state"><span class="secno">4.10.7.1.22 </span>Button state</a></ol></ol></ol></ol></ol></div>
 
-  <h6 id="number-state"><span class="secno">4.10.7.1.13 </span><dfn title="attr-input-type-number">Number</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-84">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
-  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
+  <h6 id="number-state"><span class="secno">4.10.7.1.13 </span><dfn title="attr-input-type-number">Number</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-84">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
   number.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-20">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number" id="valid-floating-point-number-2">valid floating point
   number</a>.</p><!-- ok to set out-of-range value, we never know
@@ -322,7 +322,7 @@
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number" id="valid-floating-point-number-3">valid floating point
   number</a>. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max-21">max</a></code>
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number" id="valid-floating-point-number-4">valid
-  floating point number</a>.<p> The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default
+  floating point number</a>.<p> The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default
   step</a> is 1 (allowing only integers, unless the <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min-22">min</a></code> attribute has a non-integer
   value).<div class="bookkeeping">
 
@@ -335,17 +335,17 @@
    <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly-28">readonly</a></code>,
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-15">required</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-21">step</a></code> content attributes;
-   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
-   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
-   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -368,29 +368,29 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
-  </div><h6 id="range-state"><span class="secno">4.10.7.1.14 </span><dfn title="attr-input-type-range">Range</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-86">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
-  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
+  </div><h6 id="range-state"><span class="secno">4.10.7.1.14 </span><dfn title="attr-input-type-range">Range</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-86">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
   number, but with the caveat that the exact value is not important,
   letting UAs provide a simpler interface than they do for the <a href="#number-state" id="attr-input-type-number-2" title="attr-input-type-number">Number</a> state.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-21">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number" id="valid-floating-point-number-5">valid floating point
   number</a>.</p><!-- ok to set out-of-range value, we never know
   when we might have to represent bogus input --><p>The <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min-24">min</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number" id="valid-floating-point-number-6">valid floating point
-  number</a>. The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-min-default" title='Read about this "default minimum" reference in the full HTML5 spec.'>default
+  number</a>. The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-min-default" title='Read about this "default minimum" reference in the full HTML5 spec.'>default
   minimum</a> is 0. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max-23">max</a></code>
   attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number" id="valid-floating-point-number-7">valid
-  floating point number</a>. The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-max-default" title='Read about this "default maximum" reference in the full HTML5 spec.'>default maximum</a> is 100.<p>The <dfn id="concept-input-value-default-range" title="concept-input-value-default-range">default
-  value</dfn> is the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a>
-  plus half the difference between the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a> and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.'>maximum</a>, unless the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.'>maximum</a> is less than the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a>, in which case the <a href="#concept-input-value-default-range" id="concept-input-value-default-range-1" title="concept-input-value-default-range">default value</a> is
-  the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a>.<p> The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default
+  floating point number</a>. The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-max-default" title='Read about this "default maximum" reference in the full HTML5 spec.'>default maximum</a> is 100.<p>The <dfn id="concept-input-value-default-range" title="concept-input-value-default-range">default
+  value</dfn> is the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a>
+  plus half the difference between the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a> and the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.'>maximum</a>, unless the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-max" title='Read about this "maximum" reference in the full HTML5 spec.'>maximum</a> is less than the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a>, in which case the <a href="#concept-input-value-default-range" id="concept-input-value-default-range-1" title="concept-input-value-default-range">default vaue</a> is
+  the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-min" title='Read about this "minimum" reference in the full HTML5 spec.'>minimum</a>.<p> The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#concept-input-step-default" title='Read about this "default step" reference in the full HTML5 spec.'>default
   step</a> is 1 (allowing only integers, unless the <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min-25">min</a></code> attribute has a non-integer
   value).<div class="bookkeeping">
 
@@ -401,17 +401,17 @@
    <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max-24">max</a></code>,
    <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min-26">min</a></code>, and
    <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step-22">step</a></code> content attributes;
-   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
-   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
-   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
-   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
-   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>,
+   <code title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code>, and
+   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes;
+   <code title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code> and
+   <code title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
-   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -436,13 +436,13 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code> and
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code> methods.</p>
 
   </div><div class="example">
 
@@ -499,8 +499,8 @@
    maintain the same resolution for the tick marks, despite the
    differences in width.</p>
 
-  </div><h6 id="color-state"><span class="secno">4.10.7.1.15 </span><dfn title="attr-input-type-color">Color</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-88">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a color
-  well control, for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
+  </div><h6 id="color-state"><span class="secno">4.10.7.1.15 </span><dfn title="attr-input-type-color">Color</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-88">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a color
+  well control, for setting the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> to a string representing a
   <a href="common-microsyntaxes.html#simple-color" id="simple-color-0">simple color</a>.<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value-22">value</a></code> attribute, if
   specified, must have a value that is a <a href="common-microsyntaxes.html#valid-simple-color" id="valid-simple-color-1">valid simple
   color</a>.<div class="bookkeeping">
@@ -509,14 +509,14 @@
    attributes, IDL attributes, and methods apply to the element:
    <code title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete-20">autocomplete</a></code> and
    <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list-18">list</a></code> content attributes;
-   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>, and
-   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes.</p>
+   <code title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code>, and
+   <code title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code> IDL attributes.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>.</p>
 
-   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
+   <p>The <code title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events apply.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -544,27 +544,27 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-  </div><h6 id="checkbox-state"><span class="secno">4.10.7.1.16 </span><dfn title="attr-input-type-checkbox">Checkbox</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-90">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
-  two-state control that represents the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> state. If the
-  element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> state
+  </div><h6 id="checkbox-state"><span class="secno">4.10.7.1.16 </span><dfn title="attr-input-type-checkbox">Checkbox</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-90">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  two-state control that represents the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> state. If the
+  element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> state
   is true, the control represents a positive selection, and if it is
-  false, a negative selection. If the element's <code title="dom-input-indeterminate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> IDL attribute
+  false, a negative selection. If the element's <code title="dom-input-indeterminate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> IDL attribute
   is set to true, then the control's selection should be obscured as
   if the control was in a third, indeterminate, state.<p class="note">The control is never a true tri-state control, even
-  if the element's <code title="dom-input-indeterminate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> IDL attribute
-  is set to true. The <code title="dom-input-indeterminate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> IDL attribute
-  only gives the appearance of a third state.<dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-indeterminate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> [ = <var title="">value</var> ]</dt>
+  if the element's <code title="dom-input-indeterminate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> IDL attribute
+  is set to true. The <code title="dom-input-indeterminate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> IDL attribute
+  only gives the appearance of a third state.<dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-indeterminate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a></code> [ = <var title="">value</var> ]</dt>
 
    <dd>
 
@@ -579,13 +579,13 @@
    attributes and IDL attributes apply to the element:
    <code title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked-17">checked</a></code>, and
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-18">required</a></code> content attributes;
-   <code title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code> and
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes.</p>
+   <code title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code> and
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-default-on" title='Read about this "default/on" reference in the full HTML5 spec.'>default/on</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-default-on" title='Read about this "default/on" reference in the full HTML5 spec.'>default/on</a>.</p>
 
-   <p>The <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> event applies.</p>
+   <p>The <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> event applies.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -613,25 +613,25 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> event does not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> event does not apply.</p>
 
-  </div><h6 id="radio-button-state"><span class="secno">4.10.7.1.17 </span><dfn title="attr-input-type-radio">Radio Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-92">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
+  </div><h6 id="radio-button-state"><span class="secno">4.10.7.1.17 </span><dfn title="attr-input-type-radio">Radio Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-92">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a control
   that, when used in conjunction with other <code><a href="the-input-element.html#the-input-element" id="input-93">input</a></code>
   elements, forms a <i><a href="#radio-button-group" id="radio-button-group-0">radio button group</a></i> in which only one
-  control can have its <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> state set to true. If
-  the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a>
+  control can have its <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a> state set to true. If
+  the element's <a class="full-spec-link" href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#concept-fe-checked" title='Read about this "checkedness" reference in the full HTML5 spec.'>checkedness</a>
   state is true, the control represents the selected control in the
   group, and if it is false, it indicates a control in the group that
   is not selected.<p>The <dfn id="radio-button-group"><i>radio button group</i></dfn> that contains an
@@ -659,13 +659,13 @@
    attributes and IDL attributes apply to the element:
    <code title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked-18">checked</a></code> and
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-19">required</a></code> content attributes;
-   <code title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code> and
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes.</p>
+   <code title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code> and
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-default-on" title='Read about this "default/on" reference in the full HTML5 spec.'>default/on</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-default-on" title='Read about this "default/on" reference in the full HTML5 spec.'>default/on</a>.</p>
 
-   <p>The <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> event applies.</p>
+   <p>The <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> event applies.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -693,24 +693,24 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> event does not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> event does not apply.</p>
 
   </div><h6 id="file-upload-state"><span class="secno">4.10.7.1.18 </span><dfn title="attr-input-type-file">File Upload</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><!-- v2 ideas:
    * maximum height/width or required ratio for image uploads? - Leons Petrazickis
    * maximum per-file upload size - Alfonso Mart&iacute;nez de Lizarrondo
-  --><p>The <code><a href="the-input-element.html#the-input-element" id="input-99">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list of
+  --><p>The <code><a href="the-input-element.html#the-input-element" id="input-99">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a list of
   <dfn id="concept-input-type-file-selected" title="concept-input-type-file-selected">selected files</dfn>,
   each file consisting of a file name, a file type, and a file body
   (the contents of the file).</p><hr><p>The <dfn id="attr-input-accept" title="attr-input-accept"><code>accept</code></dfn>
@@ -737,11 +737,11 @@
   matches for any of the other tokens (i.e. duplicates are not
   allowed). <div class="example">
 
-   <p>For historical reasons, the <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute prefixes the
+   <p>For historical reasons, the <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute prefixes the
    filename with the string "<code title="">C:\fakepath\</code>". Some
    legacy user agents actually included the full path (which was a
    security vulnerability). As a result of this, obtaining the
-   filename from the <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL
+   filename from the <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL
    attribute in a backwards-compatible way is non-trivial. The
    following function extracts the filename in a suitably compatible
    manner:</p>
@@ -782,13 +782,13 @@
    <code title="attr-input-accept"><a href="#attr-input-accept" id="accept-19">accept</a></code>,
    <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple-20">multiple</a></code>, and
    <code title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required-20">required</a></code>;
-   <code title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code> and
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes.</p>
+   <code title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code> and
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attributes.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-filename" title='Read about this "filename" reference in the full HTML5 spec.'>filename</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-filename" title='Read about this "filename" reference in the full HTML5 spec.'>filename</a>.</p>
 
-   <p>The <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> event applies.</p>
+   <p>The <code title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> event applies.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -818,21 +818,21 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> event does not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> event does not apply.</p>
 
-  </div><h6 id="submit-button-state"><span class="secno">4.10.7.1.19 </span><dfn title="attr-input-type-submit">Submit Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-102">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a button
+  </div><h6 id="submit-button-state"><span class="secno">4.10.7.1.19 </span><dfn title="attr-input-type-submit">Submit Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-102">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a button
   that, when activated, submits the form.  The element is a <a href="forms.html#concept-button" id="concept-button-0" title="concept-button">button</a>, specifically a <a href="forms.html#concept-submit-button" id="concept-submit-button-0" title="concept-submit-button">submit button</a>.<p>The <code title="attr-fs-formaction"><a href="association-of-controls-and-forms.html#attr-fs-formaction" id="formaction-20">formaction</a></code>, <code title="attr-fs-formenctype"><a href="association-of-controls-and-forms.html#attr-fs-formenctype" id="formenctype-20">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="association-of-controls-and-forms.html#attr-fs-formmethod" id="formmethod-20">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate" id="formnovalidate-20">formnovalidate</a></code>, and <code title="attr-fs-formtarget"><a href="association-of-controls-and-forms.html#attr-fs-formtarget" id="formtarget-20">formtarget/a></code> attributes are <a href="association-of-controls-and-forms.html#attributes-for-form-submission" id="attributes-for-form-submission-1">attributes
   for form submission</a>.<p class="note">The <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate" id="formnovalidate-21">formnovalidate</a></code> attribute can
   be used to make submit buttons that do not trigger the constraint
@@ -845,10 +845,10 @@
    <code title="attr-fs-formmethod"><a href="association-of-controls-and-forms.html#attr-fs-formmethod" id="formmethod-21">formmethod</a></code>,
    <code title="attr-fs-formnovalidate"><a href="association-of-controls-and-forms.html#attr-fs-formnovalidate" id="formnovalidate-22">formnovalidate</a></code>, and
    <code title="attr-fs-formtarget"><a href="association-of-controls-and-forms.html#attr-fs-formtarget" id="formtarget-21">formtarget</a></code> content attributes;
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute.</p>
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.'>default</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.'>default</a>.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -873,22 +873,22 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p>
 
-  </div><h6 id="image-button-state"><span class="secno">4.10.7.1.20 </span><dfn title="attr-input-type-image">Image Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-104">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> either an
+  </div><h6 id="image-button-state"><span class="secno">4.10.7.1.20 </span><dfn title="attr-input-type-image">Image Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-104">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> either an
   image from which a user can select a coordinate and submit the form,
   or alternatively a button from which the user can submit the
   form. The element is a <a href="forms.html#concept-button" id="concept-button-1" title="concept-button">button</a>,
@@ -914,10 +914,10 @@
    <code title="attr-dim-height"><a href="the-map-element.html#attr-dim-height" id="height-32">height</a></code>,
    <code title="attr-input-src"><a href="#attr-input-src" id="src-65">src</a></code>, and
    <code title="attr-dim-width"><a href="the-map-element.html#attr-dim-width" id="width-32">width</a></code> content attributes;
-   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute.</p>
+   <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute.</p>
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
-   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.'>default</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute is
+   in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.'>default</a>.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -941,29 +941,29 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p>
 
   </div><p class="note">Many aspects of this state's behavior are similar to
   the behavior of the <code><a href="embedded-content-1.html#the-img-element" id="img-25">img</a></code> element. Readers are encouraged
   to read that section, where many of the same requirements are
-  described in more detail.<h6 id="reset-button-state"><span class="secno">4.10.7.1.21 </span><dfn title="attr-input-type-reset">Reset Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-107">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a button
+  described in more detail.<h6 id="reset-button-state"><span class="secno">4.10.7.1.21 </span><dfn title="attr-input-type-reset">Reset Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-107">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a button
   that, when activated, resets the form.  The element is a <a href="forms.html#concept-button" id="concept-button-2" title="concept-button">button</a>.<div class="bookkeeping">
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute
-   applies to this element and is in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.'>default</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute
+   applies to this element and is in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.'>default</a>.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -993,26 +993,26 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p>
 
-  </div><h6 id="button-state"><span class="secno">4.10.7.1.22 </span><dfn title="attr-input-type-button">Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-108">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a button
+  </div><h6 id="button-state"><span class="secno">4.10.7.1.22 </span><dfn title="attr-input-type-button">Button</dfn> state</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="the-input-element.html#the-input-element" id="input-108">input</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a button
   with no default behavior.  The element is a <a href="forms.html#concept-button" id="concept-button-3" title="concept-button">button</a>.<div class="bookkeeping">
 
-   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute
-   applies to this element and is in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.'>default</a>.</p>
+   <p>The <code title="dom-input-value"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a></code> IDL attribute
+   applies to this element and is in mode <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value-default" title='Read about this "default" reference in the full HTML5 spec.'>default</a>.</p>
 
    <p>The following content attributes must not be specified and do not
    apply to the element:
@@ -1042,19 +1042,19 @@
 
    <p>The following IDL attributes and methods do not apply to the
    element:
-   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
-   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
-   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
-   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
-   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
-   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
-   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
-   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
-   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
-   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
-   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
+   <code class="no-backref" title="dom-input-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code>,
+   <code class="no-backref" title="dom-input-files"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a></code>,
+   <code class="no-backref" title="dom-input-list"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a></code>,
+   <code class="no-backref" title="dom-input-selectedOption"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionStart"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a></code>,
+   <code class="no-backref" title="dom-textarea/input-selectionEnd"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a></code>,
+   <code class="no-backref" title="dom-input-valueAsDate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a></code>, and
+   <code class="no-backref" title="dom-input-valueAsNumber"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a></code> IDL attributes;
+   <code class="no-backref" title="dom-textarea/input-select"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select()" reference in the full HTML5 spec.'>select()</a></code>,
+   <code class="no-backref" title="dom-textarea/input-setSelectionRange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange()" reference in the full HTML5 spec.'>setSelectionRange()</a></code>,
+   <code class="no-backref" title="dom-input-stepDown"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown()" reference in the full HTML5 spec.'>stepDown()</a></code>, and
+   <code class="no-backref" title="dom-input-stepUp"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp()" reference in the full HTML5 spec.'>stepUp()</a></code> methods.</p>
 
-   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p>
+   <p>The <code class="no-backref" title="event-input-input"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-input" title='Read about this "input" reference in the full HTML5 spec.'>input</a></code> and <code class="no-backref" title="event-input-change"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#event-input-change" title='Read about this "change" reference in the full HTML5 spec.'>change</a></code> events do not apply.</p>
 
   </div>
\ No newline at end of file

Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/sections.html,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- sections.html	19 Aug 2010 20:42:52 -0000	1.168
+++ sections.html	19 Aug 2010 20:46:05 -0000	1.169
@@ -326,69 +326,69 @@
    <dd><a href="content-models.html#flow-content" id="flow-content-10">Flow content</a>.</dd>
    <dt>Content attributes:</dt>
    <dd><a href="elements.html#global-attributes" id="global-attributes-9">Global attributes</a></dd>
-   <dd><code title="handler-window-onafterprint"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a></code></dd>
-   <dd><code title="handler-window-onbeforeprint"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a></code></dd>
-   <dd><code title="handler-window-onbeforeunload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a></code></dd>
-   <dd><code title="handler-window-onblur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code></dd>
-   <dd><code title="handler-window-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code></dd>
-   <dd><code title="handler-window-onfocus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a></code></dd>
-   <dd><code title="handler-window-onhashchange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a></code></dd>
-   <dd><code title="handler-window-onload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a></code></dd>
-   <dd><code title="handler-window-onmessage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a></code></dd>
-   <dd><code title="handler-window-onoffline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a></code></dd>
-   <dd><code title="handler-window-ononline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a></code></dd>
-   <dd><code title="handler-window-onpagehide"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a></code></dd>
-   <dd><code title="handler-window-onpageshow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a></code></dd>
-   <dd><code title="handler-window-onpopstate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a></code></dd>
-   <dd><code title="handler-window-onredo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a></code></dd>
-   <dd><code title="handler-window-onresize"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a></code></dd>
-   <dd><code title="handler-window-onstorage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a></code></dd>
-   <dd><code title="handler-window-onundo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a></code></dd>
-   <dd><code title="handler-window-onunload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a></code></dd>
+   <dd><code title="handler-window-onafterprint"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a></code></dd>
+   <dd><code title="handler-window-onbeforeprint"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a></code></dd>
+   <dd><code title="handler-window-onbeforeunload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a></code></dd>
+   <dd><code title="handler-window-onblur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code></dd>
+   <dd><code title="handler-window-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code></dd>
+   <dd><code title="handler-window-onfocus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a></code></dd>
+   <dd><code title="handler-window-onhashchange"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a></code></dd>
+   <dd><code title="handler-window-onload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a></code></dd>
+   <dd><code title="handler-window-onmessage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a></code></dd>
+   <dd><code title="handler-window-onoffline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a></code></dd>
+   <dd><code title="handler-window-ononline"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a></code></dd>
+   <dd><code title="handler-window-onpagehide"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a></code></dd>
+   <dd><code title="handler-window-onpageshow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a></code></dd>
+   <dd><code title="handler-window-onpopstate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a></code></dd>
+   <dd><code title="handler-window-onredo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a></code></dd>
+   <dd><code title="handler-window-onresize"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a></code></dd>
+   <dd><code title="handler-window-onstorage"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a></code></dd>
+   <dd><code title="handler-window-onundo"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a></code></dd>
+   <dd><code title="handler-window-onunload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a></code></dd>
    <dt>DOM interface:</dt>
    <dd>
 <pre class="idl">interface <dfn id="htmlbodyelement">HTMLBodyElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-16">HTMLElement</a> {
-           attribute <a href="webappapis.html#function" id="function-108">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a>;
-           attribute <a href="webappapis.html#function" id="function-109">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a>;
-           attribute <a href="webappapis.html#function" id="function-110">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a>;
-           attribute <a href="webappapis.html#function" id="function-111">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>;
-           attribute <a href="webappapis.html#function" id="function-112">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>;
-           attribute <a href="webappapis.html#function" id="function-113">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>;
-           attribute <a href="webappapis.html#function" id="function-114">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a>;
-           attribute <a href="webappapis.html#function" id="function-115">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>;
-           attribute <a href="webappapis.html#function" id="function-116">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a>;
-           attribute <a href="webappapis.html#function" id="function-117">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a>;
-           attribute <a href="webappapis.html#function" id="function-118">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a>;
-           attribute <a href="webappapis.html#function" id="function-119">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a>;
-           attribute <a href="webappapis.html#function" id="function-120">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a>;
-           attribute <a href="webappapis.html#function" id="function-121">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a>;
-           attribute <a href="webappapis.html#function" id="function-122">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a>;
-           attribute <a href="webappapis.html#function" id="function-123">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a>;
-           attribute <a href="webappapis.html#function" id="function-124">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a>;
-           attribute <a href="webappapis.html#function" id="function-125">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a>;
-           attribute <a href="webappapis.html#function" id="function-126">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a>;
+           attribute <a href="webappapis.html#function" id="function-108">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a>;
+           attribute <a href="webappapis.html#function" id="function-109">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a>;
+           attribute <a href="webappapis.html#function" id="function-110">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a>;
+           attribute <a href="webappapis.html#function" id="function-111">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>;
+           attribute <a href="webappapis.html#function" id="function-112">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>;
+           attribute <a href="webappapis.html#function" id="function-113">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>;
+           attribute <a href="webappapis.html#function" id="function-114">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a>;
+           attribute <a href="webappapis.html#function" id="function-115">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>;
+           attribute <a href="webappapis.html#function" id="function-116">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a>;
+           attribute <a href="webappapis.html#function" id="function-117">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a>;
+           attribute <a href="webappapis.html#function" id="function-118">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a>;
+           attribute <a href="webappapis.html#function" id="function-119">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a>;
+           attribute <a href="webappapis.html#function" id="function-120">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a>;
+           attribute <a href="webappapis.html#function" id="function-121">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a>;
+           attribute <a href="webappapis.html#function" id="function-122">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a>;
+           attribute <a href="webappapis.html#function" id="function-123">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a>;
+           attribute <a href="webappapis.html#function" id="function-124">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a>;
+           attribute <a href="webappapis.html#function" id="function-125">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a>;
+           attribute <a href="webappapis.html#function" id="function-126">Function</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a>;
 };</pre>
 </dd>
-  </dl><p>The <code><a href="#the-body-element-0" id="body-6">body</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the main
+  </dl><p>The <code><a href="#the-body-element-0" id="body-6">body</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the main
   content of the document.<p>In conforming documents, there is only one <code><a href="#the-body-element-0" id="body-7">body</a></code>
-  element. The <code title="dom-document-body"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-body" title='Read about this "document.body" reference in the full HTML5 spec.'>document.body</a></code>
+  element. The <code title="dom-document-body"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-body" title='Read about this "document.body" reference in the full HTML5 spec.'>document.body</a></code>
   IDL attribute provides scripts with easy access to a document's
   <code><a href="#the-body-element-0" id="body-8">body</a></code> element.<p>The <code><a href="#the-body-element-0" id="body-9">body</a></code> element exposes as <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-2">event handler
   content attributes</a> a number of the <a href="webappapis.html#event-handlers" id="event-handlers-1">event
   handlers</a> of the <code><a href="browsers.html#window" id="window-1">Window</a></code> object. It also mirrors
-  their <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>.<p>The <code title="handler-window-onblur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code>, <code title="handler-window-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code>, <code title="handler-window-onfocus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a></code>, and <code title="handler-window-onload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onload" title='Read aout this "onload" reference in the full HTML5 spec.'>onload</a></code> <a href="webappapis.html#event-handlers" id="event-handlers-2">event
+  their <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL attributes</a>.<p>The <code title="handler-window-onblur"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a></code>, <code title="handler-window-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code>, <code title="handler-window-onfocus"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a></code>, and <code title="handler-window-onload"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/weappapis.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a></code> <a href="webappapis.html#event-handlers" id="event-handlers-2">event
   handlers</a> of the <code><a href="browsers.html#window" id="window-2">Window</a></code> object, exposed on the
   <code><a href="#the-body-element-0" id="body-10">body</a></code> element, shadow the generic <a href="webappapis.html#event-handlers" id="event-handlers-3">event
   handlers</a> with the same names normally supported by <a href="infrastructure.html#html-elements" id="html-elements-24">HTML
   elements</a>.<p class="example">Thus, for example, a bubbling <code title="event-error">error</code> event fired on a child of <a href="dom.html#the-body-element" id="the-body-element-4">the
-  body element</a> of a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> would first trigger
-  the <code title="handler-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-3">event handler
+  body element</a> of a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> would first trigger
+  the <code title="handler-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-3">event handler
   content attributes</a> of that element, then that of the root
   <code><a href="semantics.html#the-html-element-0" id="html-8">html</a></code> element, and only <em>then</em> would it trigger
-  the <code title="handler-window-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-4" title="event handler content attributes">event handler content
+  the <code title="handler-window-onerror"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a></code> <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes-4" title="event handler content attributes">event handler content
   attribute</a> on the <code><a href="#the-body-element-0" id="body-11">body</a></code> element. This is because
   the event would bubble from the target, to the <code><a href="#the-body-element-0" id="body-12">body</a></code>, to
-  the <code><a href="semantics.html#the-html-element-0" id="html-9">html</a></code>, to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, to the
+  the <code><a href="semantics.html#the-html-element-0" id="html-9">html</a></code>, to the <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code>, to the
   <code><a href="browsers.html#window" id="window-3">Window</a></code>, and the <a href="webappapis.html#event-handlers" id="event-handlers-4" title="event handlers">event
   handler</a> on the <code><a href="#the-body-element-0" id="body-13">body</a></code> is watching the
   <code><a href="browsers.html#window" id="window-4">Window</a></code> not the <code><a href="#the-body-element-0" id="body-14">body</a></code>. A regular event
@@ -429,7 +429,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-10">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-17">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-section-element" id="section-3">section</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  </dl><p>The <code><a href="#the-section-element" id="section-3">section</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   generic section of a document or application. A section, in this
   context, is a thematic grouping of content, typically with a
   heading.<p class="example">Examples of sections would be chapters, the
@@ -535,7 +535,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-11">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-18">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-nav-element" id="nav-2">nav</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a section of
+  </dl><p>The <code><a href="#the-nav-element" id="nav-2">nav</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a section of
   a page that links to other pages or to parts within the page: a
   section with navigation links.<p>Not all groups of links on a page need to be in a
   <code><a href="#the-nav-element" id="nav-3">nav</a></code> element &mdash; only sections that consist of major
@@ -657,7 +657,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-12">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-19">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-article-element" id="article-3">article</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
+  </dl><p>The <code><a href="#the-article-element" id="article-3">article</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a
   self-contained composition in a document, page, application, or site
   and that is, in principle, independently distributable or reusable,
   e.g. in syndication. This could be a forum post, a magazine or
@@ -744,7 +744,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-13">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-20">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-aside-element" id="aside-2">aside</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a section
+  </dl><p>The <code><a href="#the-aside-element" id="aside-2">aside</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a section
   of a page that consists of content that is tangentially related to
   the content around the <code><a href="#the-aside-element" id="aside-3">aside</a></code> element, and which could
   be considered separate from that content. Such sections are often
@@ -881,7 +881,7 @@
    <dd>
     <pre class="idl">interface <dfn id="htmlheadingelement">HTMLHeadingElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement-21">HTMLElement</a> {};</pre>
    </dd>
-  </dl><p>These elements <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> headings
+  </dl><p>These elements <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> headings
   for their sections.<p>The semantics and meaning of these elements are defined in the
   section on <a href="#headings-and-sections" id="headings-and-sections-1">headings and sections</a>.<p>These elements have a <dfn id="rank">rank</dfn> given by the number in
   their name. The <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-6">h1</a></code> element is said to have the highest
@@ -930,7 +930,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-15">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-22">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-hgroup-element" id="hgroup-10">hgroup</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
+  </dl><p>The <code><a href="#the-hgroup-element" id="hgroup-10">hgroup</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
   heading of a section. The element is used to group a set of
   <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-8">h1</a></code>&ndash;<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-4">h6</a></code> elements when the heading has
   multiple levels, such as subheadings, alternative titles, or
@@ -983,7 +983,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-16">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-23">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-header-element" id="header-3">header</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a group
+  </dl><p>The <code><a href="#the-header-element" id="header-3">header</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a group
   of introductory or navigational aids.<p class="note">A <code><a href="#the-header-element" id="header-4">header</a></code> element is intended to usually
   contain the section's heading (an
   <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-12">h1</a></code>&ndash;<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-7">h6</a></code> element or an
@@ -1066,7 +1066,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-17">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-24">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-footer-element" id="footer-7">footer</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a footer
+  </dl><p>The <code><a href="#the-footer-element" id="footer-7">footer</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> a footer
   for its nearest ancestor <a href="content-models.html#sectioning-content" id="sectioning-content-10">sectioning content</a> or
   <a href="#sectioning-root" id="sectioning-root-2">sectioning root</a> element. A footer typically contains
   information about its section such as who wrote it, links to related
@@ -1074,7 +1074,7 @@
   section belongs in an <code><a href="#the-address-element" id="address-2">address</a></code> element, possibly itself
   inside a <code><a href="#the-footer-element" id="footer-8">footer</a></code>.<p>Footers don't necessarily have to appear at the <em>end</em> of a
   section, though they usually do.<p>When the <code><a href="#the-footer-element" id="footer-9">footer</a></code> element contains entire sections,
-  they <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> appendices, indexes,
+  they <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> appendices, indexes,
   long colophons, verbose license agreements, and other such
   content.<p class="note">The <code><a href="#the-footer-element" id="footer-10">footer</a></code> element is not
   <a href="content-models.html#sectioning-content" id="sectioning-content-11">sectioning content</a>; it doesn't introduce a new
@@ -1155,7 +1155,7 @@
    <dd><a href="elements.html#global-attributes" id="global-attributes-18">Global attributes</a></dd>
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="elements.html#htmlelement" id="htmlelement-25">HTMLElement</a></code>.</dd>
-  </dl><p>The <code><a href="#the-address-element" id="address-4">address</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
+  </dl><p>The <code><a href="#the-address-element" id="address-4">address</a></code> element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
   contact information for its nearest <code><a href="#the-article-element" id="article-13">article</a></code> or
   <code><a href="#the-body-element-0" id="body-17">body</a></code> element ancestor. If that is <a href="dom.html#the-body-element" id="the-body-element-6">the body
   element</a>, then the contact information applies to the document
@@ -1179,11 +1179,11 @@
   </div><p>Typically, the <code><a href="#the-address-element" id="address-8">address</a></code> element would be included
   along with other information in a <code><a href="#the-footer-element" id="footer-13">footer</a></code> element.<h4 id="headings-and-sections"><span class="secno">4.4.11 </span><dfn>Headings and sections</dfn></h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h1-14">h1</a></code>&ndash;<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements" id="h6-8">h6</a></code> elements and the
   <code><a href="#the-hgroup-element" id="hgroup-20">hgroup</a></code> element are headings.<p>The first element of <a href="content-models.html#heading-content" id="heading-content-7">heading content</a> in an element
-  of <a href="content-models.html#sectioning-content" id="sectioning-content-14">sectioning content</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
+  of <a href="content-models.html#sectioning-content" id="sectioning-content-14">sectioning content</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
   heading for that section. Subsequent headings of equal or higher
   <a href="#rank" id="rank-3">rank</a> start new (implied) sections, headings of lower
   <a href="#rank" id="rank-4">rank</a> start implied subsections that are part of the
-  previous one. In both cases, the element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
+  previous one. In both cases, the element <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> the
   heading of the implied section.<p>Certain elements are said to be <dfn id="sectioning-root" title="sectioning
   root">sectioning roots</dfn>, including <code><a href="grouping-content.html#the-blockquote-element" id="blockquote-0">blockquote</a></code> and
   <code><a href="tabular-data.html#the-td-element" id="td-5">td</a></code> elements. These elements can have their own

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.716
retrieving revision 1.717
diff -u -d -r1.716 -r1.717
--- introduction.html	19 Aug 2010 20:42:52 -0000	1.716
+++ introduction.html	19 Aug 2010 20:46:02 -0000	1.717
@@ -436,7 +436,7 @@
   script can ever detect the simultaneous execution of other
   scripts. Even with <span title="Worker">workers</span>, the intent
   is that the behavior of implementations can be thought of as
-  completely serializing the execution of all scripts in all <a href="browsers.html#browsing-context" id="browsing-context-0" title="browsing context">browsing contexts</a>.<p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
+  completely serializing the execution of all scripts in all <a href="browsers.html#browsing-context" id="browsing-context-0" title="browsing context">browsing contexts</a>.<p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/timers.html#dom-navigator-yieldforstorageupdates" title='Read about this "navigator.yieldForStorageUpdates()" reference in the full HTML5 spec.'>navigator.yieldForStorageUpdates()</a></code>
   method, in this model, is equivalent to allowing other scripts to
   run while the calling script is blocked.<h4 id="compliance-with-other-specifications"><span class="secno">1.5.2 </span>Compliance with other specifications</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><i>This section is non-normative.</i><p>This specification interacts with and relies on a wide variety of
   other specifications. In certain circumstances, unfortunately,
@@ -530,7 +530,7 @@
    how to parse content using those syntaxes.</dd>
 
 
-  </dl><p>There are also some appendices, defining <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#rendering" title='Read about this "rendering rules" reference in the full HTML5 spec.'>rendering rules</a> for Web browsers and listing
+  </dl><p>There are also some appendices, defining <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#rendering" title='Read about this "rendering rules" reference in the full HTML5 spec.'>rendering rules</a> for Web browsers and listing
   <a href="obsolete.html#obsolete">obsolete features</a> and <a href="iana.html#iana">IANA
   considerations</a>.<h4 id="how-to-read-this-specification"><span class="secno">1.7.1 </span>How to read this specification</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>This specification should be read like all other specifications.
   First, it should be read cover-to-cover, multiple times. Then, it
@@ -603,15 +603,15 @@
   <code><a href="the-button-element.html#the-output-element" id="output-2">output</a></code> element to say "Hello World":<pre>&lt;<a href="forms.html#the-form-element" id="form-3">form</a> <a href="forms.html#attr-form-name" id="attr-form-name-0" title="attr-form-name">name</a>="main"&gt;
  Result: &lt;<a href="the-button-element.html#the-output-element" id="output-3">output</a> <a href="association-of-controls-and-forms.html#attr-fe-name" id="attr-fe-name-0" title="attr-fe-name">name</a>="result"&gt;&lt;/output&gt;
  &lt;<a href="scripting-1.html#script" id="script-4">script</a>&gt;
-  <a href="dom.html#htmldocument" id="htmldocument-0" title="HTMLDocument">document</a>.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a>.main.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a>.result.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-output-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> = 'Hello World';
+  <a href="dom.html#htmldocument" id="htmldocument-0" title="HTMLDocument">document</a>.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-forms" title='Read about this "forms" reference in the full HTML5 spec.'>forms</a>.main.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a>.result.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a> = 'Hello World';
  &lt;/script&gt;
 &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" id="a-1">a</a></code> element in the tree above)
   can have its "<code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href-7">href</a></code>"
-  attribute changed in several ways:<pre>var a = <a href="dom.html#htmldocument" id="htmldocument-1" title="HTMLDocument">document</a>.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-links" title='Read about this "links" reference in the full HTML5 spec.'>links</a>[0]; // obtain the first link in the document
-a.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-a-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a> = 'sample.html'; // change the destination URL of the link
-a.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-uda-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a> = 'https'; // change just the scheme part of the URL
+  attribute changed in several ways:<pre>var a = <a href="dom.html#htmldocument" id="htmldocument-1" title="HTMLDocument">document</a>.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#dom-document-links" title='Read about this "links" reference in the full HTML5 spec.'>links</a>[0]; // obtain the first link in the document
+a.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a> = 'sample.html'; // change the destination URL of the link
+a.<a class="full-spec-link" href="http://dev.w3.org/html5/spec/urls.html#dom-uda-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a> = 'https'; // change just the scheme part of the URL
 a.setAttribute('href', 'http://example.com/'); // change the content attribute directly</pre><p>Since DOM trees are used as the way to represent HTML documents
   when they are processed and presented by implementations (especially
   interactive implementations like Web browsers), this specification
@@ -739,7 +739,7 @@
     <p>To allow user agents to be used in controlled environments
     without having to implement the more bizarre and convoluted error
     handling rules, user agents are permitted to fail whenever
-    encountering a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#parse-error" title='Read about this "parse error" reference in the full HTML5 spec.'>parse error</a>.</p>
+    encountering a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/parsing.html#parse-error" title='Read about this "parse error" reference in the full HTML5 spec.'>parse error</a>.</p>
 
    </dd>
 
@@ -856,8 +856,8 @@
     <div class="example">
 
      <p>Another example of this is the DOCTYPE, which is required to
-     trigger <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#no-quirks-mode" title='Read about this "no-quirks mode" reference in the full HTML5 spec.'>no-quirks mode</a>, because the behavior of
-     legacy user agents in <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#quirks-mode" title='Read about this "quirks mode" reference in the full HTML5 spec.'>quirks mode</a> is often largely
+     trigger <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#no-quirks-mode" title='Read about this "no-quirks mode" reference in the full HTML5 spec.'>no-quirks mode</a>, because the behavior of
+     legacy user agents in <a class="full-spec-link" href="http://dev.w3.org/html5/spec/dom.html#quirks-mode" title='Read about this "quirks mode" reference in the full HTML5 spec.'>quirks mode</a> is often largely
      undocumented.</p>
 
     </div>
@@ -1052,8 +1052,8 @@
 
     <p class="example">For example, the <code><a href="the-map-element.html#the-area-element" id="area-0">area</a></code> element's
     <code title="attr-area-shape"><a href="the-map-element.html#attr-area-shape" id="shape">shape</a></code> attribute, despite
-    accepting both <code title="attr-area-shape-keyword-circ"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-area-shape-keyword-circ" title='Read about this "circ" reference in the full HTML5 spec.'>circ</a></code> and <code title="attr-area-shape-keyword-circle"><a href="the-map-element.html#attr-area-shape-keyword-circle" id="circle">circle</a></code> values in
-    practice as synonyms, disallows the use of the <code title="attr-area-shape-keyword-circ"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#attr-area-shape-keyword-circ" title='Read about this "circ" reference in the full HTML5 spec.'>circ</a></code> value, so as to
+    accepting both <code title="attr-area-shape-keyword-circ"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#attr-area-shape-keyword-circ" title='Read about this "circ" reference in the full HTML5 spec.'>circ</a></code> and <code title="attr-area-shape-keyword-circle"><a href="the-map-element.html#attr-area-shape-keyword-circle" id="circle">circle</a></code> values in
+    practice as synonyms, disallows the use of the <code title="attr-area-shape-keyword-circ"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/the-map-element.html#attr-area-shape-keyword-circ" title='Read about this "circ" reference in the full HTML5 spec.'>circ</a></code> value, so as to
     simplify tutorials and other learning aids. There would be no
     benefit to allowing both, but it would cause extra confusion when
     teaching the language.</p>

Index: commands.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/commands.html,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- commands.html	19 Aug 2010 20:42:50 -0000	1.152
+++ commands.html	19 Aug 2010 20:45:42 -0000	1.153
@@ -370,7 +370,7 @@
 
    <dd>The actual effect that triggering the command will have. This
    could be a scripted event handler, a <a href="urls.html#url" id="url-12">URL</a> to which to
-   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#navigate" title='Read about this "navigate" reference in the full HTML5 spec.'>navigate</a>, or a form submission.</dd>
+   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/history.html#navigate" title='Read about this "navigate" reference in the full HTML5 spec.'>navigate</a>, or a form submission.</dd>
 
 <!-- v2COMMAND
    <dt><dfn title="command-facet-Triggers">Triggers</dfn></dt>
@@ -383,7 +383,7 @@
 -->
 
   </dl><p>These facets are exposed on elements using the <dfn id="command-api">command
-  API</dfn>:<dl class="domintro"><dt><var title="">element</var> . <code title="dom-command-ro-commandType"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-ro-commandtype" title='Read about this "commandType" reference in the full HTML5 spec.'>commandType</a></code></dt>
+  API</dfn>:<dl class="domintro"><dt><var title="">element</var> . <code title="dom-command-ro-commandType"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-commandtype" title='Read about this "commandType" reference in the full HTML5 spec.'>commandType</a></code></dt>
 
    <dd>
 
@@ -391,7 +391,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-id"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-id" title='Read about this "id" reference in the full HTML5 spec.'>id</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-id"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-id" title='Read about this "id" reference in the full HTML5 spec.'>id</a></code></dt>
 
    <dd>
 
@@ -399,7 +399,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-command-ro-label"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-ro-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-command-ro-label"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a></code></dt>
 
    <dd>
 
@@ -407,7 +407,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-title"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-title" title='Read about this "title" reference in the full HTML5 spec.'>title</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-title"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/elements.html#dom-title" title='Read about this "title" reference in the full HTML5 spec.'>title</a></code></dt>
 
    <dd>
 
@@ -415,7 +415,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-command-ro-icon"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-ro-icon" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-command-ro-icon"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-icon" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a></code></dt>
 
    <dd>
 
@@ -423,7 +423,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-accessKeyLabel"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-accesskeylabel" title='Read about this "accessKeyLabel" reference in the full HTML5 spec.'>accessKeyLabel</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-accessKeyLabel"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-accesskeylabel" title='Read about this "accessKeyLabel" reference in the full HTML5 spec.'>accessKeyLabel</a></code></dt>
 
    <dd>
 
@@ -431,7 +431,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-hidden"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-hidden" title='Read about this "hidden" reference in the full HTML5 spec.'>hidden</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-hidden"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-hidden" title='Read about this "hidden" reference in the full HTML5 spec.'>hidden</a></code></dt>
 
    <dd>
 
@@ -439,7 +439,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-command-ro-disabled"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-ro-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-command-ro-disabled"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a></code></dt>
 
    <dd>
 
@@ -447,7 +447,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-command-ro-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-command-ro-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code></dt>
+   <dt><var title="">element</var> . <code title="dom-command-ro-checked"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-command-ro-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a></code></dt>
 
    <dd>
 
@@ -455,7 +455,7 @@
 
    </dd>
 
-   <dt><var title="">element</var> . <code title="dom-click"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-click" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code>()</dt>
+   <dt><var title="">element</var> . <code title="dom-click"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/editing.html#dom-click" title='Read about this "click" reference in the full HTML5 spec.'>click</a></code>()</dt>
 
    <dd>
 
@@ -473,10 +473,10 @@
    </dd>
 -->
 
-  </dl><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-commands"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-document-commands" title='Read about this "commands" reference in the full HTML5 spec.'>commands</a></code></dt>
+  </dl><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-commands"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/commands.html#dom-document-commands" title='Read about this "commands" reference in the full HTML5 spec.'>commands</a></code></dt>
    <dd>
     <p>Returns an <code><a href="urls.html#htmlcollection" id="htmlcollection-39">HTMLCollection</a></code> of the elements in the
-    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that define commands and have IDs.</p>
+    <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that define commands and have IDs.</p>
    </dd>
 
   </dl><hr><p>User agents may expose the <a href="#concept-command" id="concept-command-4" title="concept-command">commands</a> whose <a href="#command-facet-hiddenstate" id="command-facet-hiddenstate-1" title="command-facet-HiddenState">Hidden State</a> facet is false

Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- common-microsyntaxes.html	19 Aug 2010 20:42:50 -0000	1.157
+++ common-microsyntaxes.html	19 Aug 2010 20:45:42 -0000	1.158
@@ -405,7 +405,7 @@
   treated as zero.<p class="note">The Infinity and Not-a-Number (NaN) values are not
   <a href="#valid-floating-point-number" id="valid-floating-point-number-1" title="valid floating point number">valid floating point
   numbers</a>.<h5 id="lists-of-integers"><span class="secno">2.4.3.4 </span>Lists of integers</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>A <dfn id="valid-list-of-integers">valid list of integers</dfn> is a number of <a href="#valid-integer" id="valid-integer-2" title="valid integer">valid integers</a> separated by U+002C
-  COMMA characters, with no other characters (e.g. no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>). In addition, there
+  COMMA characters, with no other characters (e.g. no <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>). In addition, there
   might be restrictions on the number of integers that can be given,
   or on the range of values allowed.<h4 id="dates-and-times"><span class="secno">2.4.4 </span>Dates and times</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>In the algorithms below, the <dfn id="number-of-days-in-month-month-of-year-year">number of days in month <var title="">month</var> of year <var title="">year</var></dfn> is:
   <em>31</em> if <var title="">month</var> is 1, 3, 5, 7, 8, 10, or
@@ -619,18 +619,18 @@
    <li>A <a href="#valid-global-date-and-time-string" id="valid-global-date-and-time-string-1">valid global date and time string</a>.</li>
 
   </ul><p>A string is a <dfn id="valid-date-or-time-string-in-content">valid date or time string in content</dfn> if
-  it consists of zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#white_space" title='Read about this "White_Space" reference in the full HTML5 spec.'>White_Space</a> characters,
+  it consists of zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#white_space" title='Read about this "White_Space" reference in the full HTML5 spec.'>White_Space</a> characters,
   followed by a <a href="#valid-date-or-time-string" id="valid-date-or-time-string-0">valid date or time string</a>, followed by
-  zero or more further <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#white_space" title='Read about this "White_Space" reference in the full HTML5 spec.'>White_Space</a> characters.</p><hr><p>A string is a <dfn id="valid-date-string-with-optional-time">valid date string with optional time</dfn> if
+  zero or more further <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#white_space" title='Read about this "White_Space" reference in the full HTML5 spec.'>White_Space</a> characters.</p><hr><p>A string is a <dfn id="valid-date-string-with-optional-time">valid date string with optional time</dfn> if
   it is also one of the following:<ul><li>A <a href="#valid-date-string" id="valid-date-string-3">valid date string</a>.</li>
 
    <li>A <a href="#valid-global-date-and-time-string" id="valid-global-date-and-time-string-2">valid global date and time string</a>.</li>
 
   </ul><p>A string is a <dfn id="valid-date-string-in-content-with-optional-time">valid date string in content with optional
-  time</dfn> if it consists of zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#white_space" title='Read about this "White_Space" reference in the full HTML5 spec.'>White_Space</a>
+  time</dfn> if it consists of zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#white_space" title='Read about this "White_Space" reference in the full HTML5 spec.'>White_Space</a>
   characters, followed by a <a href="#valid-date-string-with-optional-time" id="valid-date-string-with-optional-time-0">valid date string with optional
   time</a>, followed by zero or more further
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#white_space" title='Read about this "White_Space" reference in the full HTML5 spec.'>White_Space</a> characters.<h4 id="colors"><span class="secno">2.4.5 </span>Colors</h4><p class="XXX annotation"><b>Status: </b><i>Awaiting implementation feedback</i><p>A <dfn id="simple-color">simple color</dfn> consists of three 8-bit numbers in the
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#white_space" title='Read about this "White_Space" reference in the full HTML5 spec.'>White_Space</a> characters.<h4 id="colors"><span class="secno">2.4.5 </span>Colors</h4><p class="XXX annotation"><b>Status: </b><i>Awaiting implementation feedback</i><p>A <dfn id="simple-color">simple color</dfn> consists of three 8-bit numbers in the
   range 0..255, representing the red, green, and blue components of
   the color respectively, in the sRGB color space. <a href="references.html#refsSRGB">[SRGB]</a><p>A string is a <dfn id="valid-simple-color">valid simple color</dfn> if it is exactly
   seven characters long, and the first character is a U+0023 NUMBER
@@ -644,9 +644,9 @@
   <a href="#valid-simple-color" id="valid-simple-color-0">valid simple color</a> and doesn't use any characters in
   the range U+0041 LATIN CAPITAL LETTER A to U+0046 LATIN CAPITAL
   LETTER F.</p><hr><h4 id="space-separated-tokens"><span class="secno">2.4.6 </span>Space-separated tokens</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>A <dfn id="set-of-space-separated-tokens">set of space-separated tokens</dfn> is a string containing
-  zero or more words separated by one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, where words consist of any
-  string of one or more characters, none of which are <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.<p>A string containing a <a href="#set-of-space-separated-tokens" id="set-of-space-separated-tokens-0">set of space-separated tokens</a>
-  may have leading or trailing <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
+  zero or more words separated by one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, where words consist of any
+  string of one or more characters, none of which are <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.<p>A string containing a <a href="#set-of-space-separated-tokens" id="set-of-space-separated-tokens-0">set of space-separated tokens</a>
+  may have leading or trailing <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
   characters</a>.<p>An <dfn id="unordered-set-of-unique-space-separated-tokens">unordered set of unique space-separated tokens</dfn> is a
   <a href="#set-of-space-separated-tokens" id="set-of-space-separated-tokens-1">set of space-separated tokens</a> where none of the words
   are duplicated.<p>An <dfn id="ordered-set-of-unique-space-separated-tokens">ordered set of unique space-separated tokens</dfn> is a
@@ -659,8 +659,8 @@
   all values are conforming.<h4 id="comma-separated-tokens"><span class="secno">2.4.7 </span>Comma-separated tokens</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>A <dfn id="set-of-comma-separated-tokens">set of comma-separated tokens</dfn> is a string containing
   zero or more tokens each separated from the next by a single U+002C
   COMMA character (,), where tokens consist of any string of zero or
-  more characters, neither beginning nor ending with <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, nor containing any
-  U+002C COMMA characters (,), and optionally surrounded by <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.<p class="example">For instance, the string "<code title="">&nbsp;a&nbsp;,b,,d&nbsp;d&nbsp;</code>" consists of four
+  more characters, neither beginning nor ending with <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, nor containing any
+  U+002C COMMA characters (,), and optionally surrounded by <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.<p class="example">For instance, the string "<code title="">&nbsp;a&nbsp;,b,,d&nbsp;d&nbsp;</code>" consists of four
   tokens: "a", "b", the empty string, and "d&nbsp;d". Leading and
   trailing whitespace around each token doesn't count as part of the
   token, and the empty string can be a token.<p><a href="#set-of-comma-separated-tokens" id="set-of-comma-separated-tokens-0" title="set of comma-separated tokens">Sets of
@@ -674,6 +674,6 @@
   <var title="">type</var> in the document.<h4 id="mq"><span class="secno">2.4.9 </span>Media queries</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>A string is a <dfn id="valid-media-query">valid media query</dfn> if it matches the
   <code title="">media_query_list</code> production of the Media
   Queries specification. <a href="references.html#refsMQ">[MQ]</a><p>A string <dfn id="matches-the-environment">matches the environment</dfn> of the user if it is
-  the empty string, a string consisting of only <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, or is a media query that matches
+  the empty string, a string consisting of only <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, or is a media query that matches
   the user's environment according to the definitions given in the
   Media Queries specification. <a href="references.html#refsMQ">[MQ]</a>
\ No newline at end of file

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.719
retrieving revision 1.720
diff -u -d -r1.719 -r1.720
--- syntax.html	19 Aug 2010 20:42:53 -0000	1.719
+++ syntax.html	19 Aug 2010 20:46:07 -0000	1.720
@@ -324,17 +324,17 @@
   order:<ol><li>Optionally, a single U+FEFF BYTE ORDER MARK (BOM) character.</li>
 
    <li>Any number of <a href="#syntax-comments" id="syntax-comments-3" title="syntax-comments">comments</a> and
-   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
 
    <li>A <a href="#syntax-doctype" id="syntax-doctype-2" title="syntax-doctype">DOCTYPE</a>.
 
    <li>Any number of <a href="#syntax-comments" id="syntax-comments-4" title="syntax-comments">comments</a> and
-   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
 
    <li>The root element, in the form of an <code><a href="semantics.html#the-html-element-0" id="html-11">html</a></code> <a href="#syntax-elements" id="syntax-elements-1" title="syntax-elements">element</a>.</li>
 
    <li>Any number of <a href="#syntax-comments" id="syntax-comments-5" title="syntax-comments">comments</a> and
-   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
 
   </ol><p>The various types of content mentioned above are described in the
   next few sections.<p>In addition, there are some restrictions on how <a href="semantics.html#character-encoding-declaration" id="character-encoding-declaration-5" title="character encoding declaration">character encoding
@@ -367,19 +367,19 @@
   document ensures that the browser makes a best-effort attempt at
   following the relevant specifications.<p>A DOCTYPE must consist of the following characters, in this
   order:<ol class="brief"><li>A string that is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-16">ASCII case-insensitive</a> match for the string "<code title="">&lt;!DOCTYPE</code>".</li>
-   <li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+   <li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
    <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-17">ASCII case-insensitive</a> match for the string "<code title="">HTML</code>".</li>
    <li>Optionally, a <a href="#doctype-legacy-string" id="doctype-legacy-string-0">DOCTYPE legacy string</a> or an <a href="#obsolete-permitted-doctype-string" id="obsolete-permitted-doctype-string-0">obsolete permitted DOCTYPE string</a> (defined below).</li>
-   <li>Zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+   <li>Zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
    <li>A U+003E GREATER-THAN SIGN character (&gt;).</li>
   </ol><p class="note">In other words, <code>&lt;!DOCTYPE HTML&gt;</code>,
   case-insensitively.</p><hr><p>For the purposes of HTML generators that cannot output HTML
   markup with the short DOCTYPE "<code title="">&lt;!DOCTYPE
   HTML&gt;</code>", a <dfn id="doctype-legacy-string">DOCTYPE legacy string</dfn> may be inserted
   into the DOCTYPE (in the position defined above). This string must
-  consist of:<ol class="brief"><li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+  consist of:<ol class="brief"><li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
    <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-18">ASCII case-insensitive</a> match for the string "<code title="">SYSTEM</code>".</li>
-   <li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+   <li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
    <li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>quote mark</i>).</li>
    <li>The literal string "<code><a href="urls.html#about:legacy-compat" id="about:legacy-compat-0">about:legacy-compat</a></code>".</li>
    <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>quote mark</i>).</li>
@@ -391,13 +391,13 @@
   shorter string.</p><hr><!-- see the parser section before changing this bit --><p>To help authors transition from HTML4 and XHTML1, an
   <dfn id="obsolete-permitted-doctype-string">obsolete permitted DOCTYPE string</dfn> can be inserted into
   the DOCTYPE (in the position defined above). This string must
-  consist of:<ol class="brief"><li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+  consist of:<ol class="brief"><li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
    <li>A string that is an <a href="infrastructure.html#ascii-case-insensitive" id="ascii-case-insensitive-19">ASCII case-insensitive</a> match for the string "<code title="">PUBLIC</code>".</li>
-   <li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+   <li>One or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
    <li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>first quote mark</i>).</li>
    <li>The string from one of the cells in the first column of the table below. The row to which this cell belongs is the <i>selected row</i>.</li>
    <li>A matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>first quote mark</i>).</li>
-   <li>If the cell in the second column of the <i>selected row</i> is not blank, one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+   <li>If the cell in the second column of the <i>selected row</i> is not blank, one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
    <li>If the cell in the second column of the <i>selected row</i> is not blank, a U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (the <i>third quote mark</i>).</li>
    <li>If the cell in the second column of the <i>selected row</i> is not blank, the string from the cell in the second column of the <i>selected row</i>.</li>
    <li>If the cell in the second column of the <i>selected row</i> is not blank, a matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character (i.e. the same character as in the earlier step labeled <i>third quote mark</i>).</li>
@@ -527,15 +527,15 @@
    <a href="#syntax-tag-name" id="syntax-tag-name-0" title="syntax-tag-name">tag name</a>.</li>
 
    <li>If there are to be any attributes in the next step, there must
-   first be one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
+   first be one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
    characters</a>.</li>
 
    <li>Then, the start tag may have a number of attributes, the <a href="#syntax-attributes" id="syntax-attributes-1" title="syntax-attributes">syntax for which</a> is described
    below. Attributes must be separated from each other by one or more
-   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+   <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
 
    <li>After the attributes, or after the <a href="#syntax-tag-name" id="syntax-tag-name-1" title="syntax-tag-name">tag name</a> if there are no attributes,
-   there may be one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
+   there may be one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
    characters</a>. (Some attributes are required to be followed by
    a space. See the <a href="#syntax-attributes" id="syntax-attributes-2" title="syntax-attributes">attributes
    section</a> below.)</li>
@@ -560,14 +560,14 @@
    <li>The next few characters of an end tag must be the element's
    <a href="#syntax-tag-name" id="syntax-tag-name-2" title="syntax-tag-name">tag name</a>.</li>
 
-   <li>After the tag name, there may be one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
+   <li>After the tag name, there may be one or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>.</li>
 
    <li>Finally, end tags must be closed by a U+003E GREATER-THAN SIGN
    character (&gt;).</li>
 
   </ol><h5 id="attributes-0"><span class="secno">8.1.2.3 </span>Attributes</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><dfn id="syntax-attributes" title="syntax-attributes">Attributes</dfn> for an element
   are expressed inside the element's start tag.<p>Attributes have a name and a value. <dfn id="syntax-attribute-name" title="syntax-attribute-name">Attribute names</dfn> must consist of
-  one or more characters other than the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, U+0000 NULL, U+0022 QUOTATION
+  one or more characters other than the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, U+0000 NULL, U+0022 QUOTATION
   MARK ("), U+0027 APOSTROPHE ('), U+003E GREATER-THAN SIGN
   (&gt;), U+002F SOLIDUS (/), and U+003D EQUALS SIGN (=) characters,
   the control characters, and any characters that are not defined by
@@ -593,7 +593,7 @@
     </div>
 
     <p>If an attribute using the empty attribute syntax is to be
-    followed by another attribute, then there must be a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space
+    followed by another attribute, then there must be a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space
     character</a> separating the two.</p>
 
    </dd>
@@ -603,11 +603,11 @@
    <dd>
 
     <p>The <a href="#syntax-attribute-name" id="syntax-attribute-name-2" title="syntax-attribute-name">attribute name</a>,
-    followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
+    followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
     characters</a>, followed by a single U+003D EQUALS SIGN
-    character, followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by the <a href="#syntax-attribute-value" id="syntax-attribute-value-1" title="syntax-attribute-value">attribute value</a>, which, in
+    character, followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by the <a href="#syntax-attribute-value" id="syntax-attribute-value-1" title="syntax-attribute-value">attribute value</a>, which, in
     addition to the requirements given above for attribute values,
-    must not contain any literal <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
+    must not contain any literal <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
     characters</a>, any U+0022 QUOTATION MARK characters ("),
     U+0027 APOSTROPHE characters ('), U+003D EQUALS SIGN
     characters (=), U+003C LESS-THAN SIGN characters (&lt;), U+003E
@@ -656,7 +656,7 @@
     <p>If an attribute using the unquoted attribute syntax is to be
     followed by another attribute or by the optional U+002F SOLIDUS
     character (/) allowed in step 6 of the <a href="#syntax-start-tag" id="syntax-start-tag-2" title="syntax-start-tag">start tag</a> syntax above, then there
-    must be a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> separating the two.</p>
+    must be a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> separating the two.</p>
 
    </dd>
 
@@ -665,9 +665,9 @@
    <dd>
 
     <p>The <a href="#syntax-attribute-name" id="syntax-attribute-name-3" title="syntax-attribute-name">attribute name</a>,
-    followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
+    followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
     characters</a>, followed by a single U+003D EQUALS SIGN
-    character, followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by a single U+0027
+    character, followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by a single U+0027
     APOSTROPHE character ('), followed by the <a href="#syntax-attribute-value" id="syntax-attribute-value-2" title="syntax-attribute-value">attribute value</a>, which, in
     addition to the requirements given above for attribute values,
     must not contain any literal U+0027 APOSTROPHE characters ('), and
@@ -684,7 +684,7 @@
     </div>
 
     <p>If an attribute using the single-quoted attribute syntax is to
-    be followed by another attribute, then there must be a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space
+    be followed by another attribute, then there must be a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space
     character</a> separating the two.</p>
 
    </dd>
@@ -694,9 +694,9 @@
    <dd>
 
     <p>The <a href="#syntax-attribute-name" id="syntax-attribute-name-4" title="syntax-attribute-name">attribute name</a>,
-    followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
+    followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
     characters</a>, followed by a single U+003D EQUALS SIGN
-    character, followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by a single U+0022
+    character, followed by zero or more <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>, followed by a single U+0022
     QUOTATION MARK character ("), followed by the <a href="#syntax-attribute-value" id="syntax-attribute-value-3" title="syntax-attribute-value">attribute value</a>, which, in
     addition to the requirements given above for attribute values,
     must not contain any literal U+0022 QUOTATION MARK characters ("),
@@ -713,7 +713,7 @@
     </div>
 
     <p>If an attribute using the double-quoted attribute syntax is to
-    be followed by another attribute, then there must be a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space
+    be followed by another attribute, then there must be a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space
     character</a> separating the two.</p>
 
    </dd>
@@ -749,9 +749,9 @@
   element is empty, or if the first thing inside the
   <code><a href="semantics.html#the-head-element-0" id="head-27">head</a></code> element is an element.</p><!-- </head> --><p>A <code><a href="semantics.html#the-head-element-0" id="head-28">head</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-3" title="syntax-end-tag">end
   tag</a> may be omitted if the <code><a href="semantics.html#the-head-element-0" id="head-29">head</a></code> element is not
-  immediately followed by a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" id="syntax-comments-10" title="syntax-comments">comment</a>.</p><!-- <body> --><p>A <code><a href="sections.html#the-body-element-0" id="body-25">body</a></code> element's <a href="#syntax-start-tag" id="syntax-start-tag-6" title="syntax-start-tag">start tag</a> may be omitted if the
+  immediately followed by a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" id="syntax-comments-10" title="syntax-comments">comment</a>.</p><!-- <body> --><p>A <code><a href="sections.html#the-body-element-0" id="body-25">body</a></code> element's <a href="#syntax-start-tag" id="syntax-start-tag-6" title="syntax-start-tag">start tag</a> may be omitted if the
   element is empty, or if the first thing inside the <code><a href="sections.html#the-body-element-0" id="body-26">body</a></code>
-  element is not a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" id="syntax-comments-11" title="syntax-comments">comment</a>, except if the first thing
+  element is not a <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" id="syntax-comments-11" title="syntax-comments">comment</a>, except if the first thing
   inside the <code><a href="sections.html#the-body-element-0" id="body-27">body</a></code> element is a <code><a href="scripting-1.html#script" id="script-28">script</a></code> or
   <code><a href="semantics.html#the-style-element" id="style-31">style</a></code> element. <!-- Note that even if the </head> end
   tag is present, the parser makes <style type="text/css"> and <script type="text/javascript"> elements
@@ -812,7 +812,7 @@
   preceded by another <code><a href="tabular-data.html#the-colgroup-element" id="colgroup-13">colgroup</a></code> element whose <a href="#syntax-end-tag" id="syntax-end-tag-13" title="syntax-end-tag">end tag</a> has been omitted. (It can't be
   omitted if the element is empty.)</p><!-- </colgroup> --><p>A <code><a href="tabular-data.html#the-colgroup-element" id="colgroup-14">colgroup</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-14" title="syntax-end-tag">end tag</a> may be omitted if the
   <code><a href="tabular-data.html#the-colgroup-element" id="colgroup-15">colgroup</a></code> element is not immediately followed by a
-  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" id="syntax-comments-13" title="syntax-comments">comment</a>.</p><!-- </thead> --><p>A <code><a href="tabular-data.html#the-thead-element" id="thead-16">thead</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-15" title="syntax-end-tag">end
+  <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space character" reference in the full HTML5 spec.'>space character</a> or a <a href="#syntax-comments" id="syntax-comments-13" title="syntax-comments">comment</a>.</p><!-- </thead> --><p>A <code><a href="tabular-data.html#the-thead-element" id="thead-16">thead</a></code> element's <a href="#syntax-end-tag" id="syntax-end-tag-15" title="syntax-end-tag">end
   tag</a> may be omitted if the <code><a href="tabular-data.html#the-thead-element" id="thead-17">thead</a></code> element is
   immediately followed by a <code><a href="tabular-data.html#the-tbody-element" id="tbody-13">tbody</a></code> or <code><a href="tabular-data.html#the-tfoot-element" id="tfoot-15">tfoot</a></code>
   element.</p><!-- <tbody> --><p>A <code><a href="tabular-data.html#the-tbody-element" id="tbody-14">tbody</a></code> element's <a href="#syntax-start-tag" id="syntax-start-tag-8" title="syntax-start-tag">start tag</a> may be omitted if the
@@ -866,7 +866,7 @@
   attribute values, and comments. Text must consist of Unicode
   characters. Text must not contain U+0000 characters. Text must not
   contain permanently undefined Unicode characters (noncharacters).
-  Text must not contain control characters other than <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>. Extra constraints
+  Text must not contain control characters other than <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space characters</a>. Extra constraints
   are placed on what is and what is not allowed in text based on where
   the text is to be put, as described in the other sections.<h5 id="newlines"><span class="secno">8.1.3.1 </span>Newlines</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><dfn id="syntax-newlines" title="syntax-newlines">Newlines</dfn> in HTML may be
   represented either as U+000D CARRIAGE RETURN (CR) characters, U+000A
@@ -912,7 +912,7 @@
   </dl><p>The numeric character reference forms described above are allowed
   to reference any Unicode code point other than U+0000, U+000D,
   permanently undefined Unicode characters (noncharacters), and
-  control characters other than <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
+  control characters other than <a class="full-spec-link" href="http://dev.w3.org/html5/spec/common-microsyntaxes.html#space-character" title='Read about this "space characters" reference in the full HTML5 spec.'>space
   characters</a>.<p>An <dfn id="syntax-ambiguous-ampersand" title="syntax-ambiguous-ampersand">ambiguous
   ampersand</dfn> is a U+0026 AMPERSAND character (&amp;) that is
   followed by one or more characters in the range U+0030 DIGIT ZERO

Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/webappapis.html,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- webappapis.html	19 Aug 2010 20:42:53 -0000	1.139
+++ webappapis.html	19 Aug 2010 20:46:12 -0000	1.140
@@ -320,12 +320,12 @@
   probably not limited to:<ul><li>Processing of <code><a href="scripting-1.html#script" id="script-26">script</a></code> elements.</li>
 
    <li>Processing of inline <code title="javascript
-   protocol"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#javascript-protocol" title='Read about this "javascript:" reference in the full HTML5 spec.'>javascript:</a></code> URLs (e.g. the <code title="attr-img-src"><a href="embedded-content-1.html#attr-img-src" id="src-15">src</a></code> attribute of <code><a href="embedded-content-1.html#the-img-element" id="img-26">img</a></code>
+   protocol"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#javascript-protocol" title='Read about this "javascript:" reference in the full HTML5 spec.'>javascript:</a></code> URLs (e.g. the <code title="attr-img-src"><a href="embedded-content-1.html#attr-img-src" id="src-15">src</a></code> attribute of <code><a href="embedded-content-1.html#the-img-element" id="img-26">img</a></code>
    elements, or an <code title="">@import</code> rule in a CSS
    <code><a href="semantics.html#the-style-element" id="style-29">style</a></code> element block).</li>
 
    <li>Event handlers, whether registered through the DOM using <code title="">addEventListener()</code>, by explicit <a href="#event-handler-content-attributes" id="event-handler-content-attributes-5">event handler
-   content attributes</a>, by <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL
+   content attributes</a>, by <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" title='Read about this "event handler IDL attributes" reference in the full HTML5 spec.'>event handler IDL
    attributes</a>, or otherwise.</li>
 
    <li>Processing of technologies like XBL or SVG that have their own
@@ -335,14 +335,14 @@
   act as bubbling event listeners for the object on which they are
   specified.<p>An <a href="#event-handlers" id="event-handlers-5" title="event handlers">event handler</a> can either
   have the value null or be set to a <code><a href="#function" id="function-204">Function</a></code>
-  object. <p>Event handlers are exposed in one or two ways.<p>The first way, common to all event handlers, is as an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#event-handler-idl-attributes" title='Read about this "event handler IDL attribute" reference in the full HTML5 spec.'>event handler IDL
+  object. <p>Event handlers are exposed in one or two ways.<p>The first way, common to all event handlers, is as an <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#event-handler-idl-attributes" title='Read about this "event handler IDL attribute" reference in the full HTML5 spec.'>event handler IDL
   attribute</a>.<p>The second way is as an <a href="#event-handler-content-attributes" id="event-handler-content-attributes-6" title="event handler content
   attributes">event handler content attribute</a>. Event handlers
   on <a href="infrastructure.html#html-elements" id="html-elements-25">HTML elements</a> and some of the event handlers on
   <code><a href="browsers.html#window" id="window-17">Window</a></code> objects are exposed in this way.<p><dfn id="event-handler-content-attributes">Event handler content attributes</dfn>, when specified, must
   contain valid JavaScript code matching the <code title="">FunctionBody</code> production. <a href="references.html#refsECMA262">[ECMA262]</a><p class="note">When an <a href="#event-handler-content-attributes" id="event-handler-content-attributes-7" title="event handler content
   attributes">event handler content attribute</a> is set on an
-  element owned by a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that is not in a
+  element owned by a <code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#document" title='Read about this "Document" reference in the full HTML5 spec.'>Document</a></code> that is not in a
   <a href="browsers.html#browsing-context" id="browsing-context-42">browsing context</a>, the corresponding event handler is
   not changed.</p><!-- v2: we should probably support HTML4's Content-Script-Type header here. --><p class="note"><a href="#event-handlers" id="event-handlers-6">Event handlers</a>  always fire before event listeners
   attached using <code title="dom-EventTarget-addEventListener">addEventListener()</code>.</p><!-- IE actually uncancels the event if the function returns true --><hr><p>The <code><a href="#function" id="function-205">Function</a></code> interface represents a function in the

Received on Thursday, 19 August 2010 20:46:20 UTC