html5/spec-author-view Makefile,1.79,1.80 Overview.html,1.1829,1.1830 association-of-controls-and-forms.html,1.613,1.614 attributes-common-to-form-controls.html,1.47,1.48 attributes-common-to-ins-and-del-elements.html,1.28,1.29 attributes-common-to-td-and-th-elements.html,1.30,1.31 browsers.html,1.1216,1.1217 commands.html,1.610,1.611 common-dom-interfaces.html,1.144,1.145 common-input-element-apis.html,1.34,1.35 constraints.html,1.25,1.26 dnd.html,1.631,1.632 dom.html,1.1192,1.1193 dynamic-markup-insertion.html,1.37,1.38 editing-apis.html,1.33,1.34 editing.html,1.1183,1.1184 elements.html,1.632,1.633 forms.html,1.1160,1.1161 global-attributes.html,1.156,1.157 history.html,1.1181,1.1182 index-of-terms.html,1.603,1.604 index.html,1.1259,1.1260 infrastructure.html,1.1164,1.1165 introduction.html,1.1179,1.1180 media-elements.html,1.84,1.85 offline.html,1.1176,1.1177 spec.html,1.1977,1.1978 spec.preprocessed.html,1.813,1.814 states-of-the-type-attribute.html,1.614,1.615 system-state-and-capabilities.ht

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

Modified Files:
	Makefile Overview.html association-of-controls-and-forms.html 
	attributes-common-to-form-controls.html 
	attributes-common-to-ins-and-del-elements.html 
	attributes-common-to-td-and-th-elements.html browsers.html 
	commands.html common-dom-interfaces.html 
	common-input-element-apis.html constraints.html dnd.html 
	dom.html dynamic-markup-insertion.html editing-apis.html 
	editing.html elements.html forms.html global-attributes.html 
	history.html index-of-terms.html index.html 
	infrastructure.html introduction.html media-elements.html 
	offline.html spec.html spec.preprocessed.html 
	states-of-the-type-attribute.html 
	system-state-and-capabilities.html the-a-element.html 
	the-area-element.html the-audio-element.html 
	the-base-element.html the-blockquote-element.html 
	the-body-element.html the-button-element.html 
	the-canvas-element.html the-col-element.html 
	the-colgroup-element.html the-command-element.html 
	the-datalist-element.html the-details-element.html 
	the-embed-element.html the-fieldset-element.html 
	the-form-element.html the-html-element.html 
	the-iframe-element.html the-img-element.html 
	the-input-element.html the-keygen-element.html 
	the-label-element.html the-legend-element.html 
	the-li-element.html the-link-element.html the-map-element.html 
	the-menu-element.html the-meta-element.html 
	the-meter-element.html the-noscript-element.html 
	the-object-element.html the-ol-element.html 
	the-optgroup-element.html the-option-element.html 
	the-output-element.html the-param-element.html 
	the-progress-element.html the-script-element.html 
	the-select-element.html the-source-element.html 
	the-style-element.html the-table-element.html 
	the-tbody-element.html the-textarea-element.html 
	the-th-element.html the-time-element.html 
	the-title-element.html the-tr-element.html 
	the-track-element.html the-video-element.html tidy-out.html 
	timers.html urls.html user-prompts.html wai-aria.html 
	webappapis.html 
Log Message:
updated

Index: the-a-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-a-element.html,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- the-a-element.html	11 Oct 2012 08:24:21 -0000	1.149
+++ the-a-element.html	11 Oct 2012 09:16:13 -0000	1.150
@@ -434,25 +434,25 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlanchorelement">HTMLAnchorElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_37">HTMLElement</a> {
-  stringifier attribute DOMString <a href="#dom-a-href" title="dom-a-href">href</a>;
-           attribute DOMString <a href="#dom-a-target" title="dom-a-target">target</a>;
+  stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#doma-href" title="dom-a-href">href</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#doma-target" title="dom-a-target">target</a>;
 <!--DOWNLOAD--><!--PING-->
-           attribute DOMString <a href="#dom-a-rel" title="dom-a-rel">rel</a>;
-  readonly attribute <a href="#domtokenlist">DOMTokenList</a> <a href="#dom-a-rellist" title="dom-a-relList">relList</a>;
-           attribute DOMString <a href="#dom-a-media" title="dom-a-media">media</a>;
-           attribute DOMString <a href="#dom-a-hreflang" title="dom-a-hreflang">hreflang</a>;
-           attribute DOMString <a href="#dom-a-type" title="dom-a-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#doma-rel" title="dom-a-rel">rel</a>;
+  readonly attribute <a href="#domtokenlist">DOMTokenList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#doma-rellist" title="dom-a-relList">relList</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#doma-media" title="dom-a-media">media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#doma-hreflang" title="dom-a-hreflang">hreflang</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#doma-type" title="dom-a-type">type</a>;
 
-           attribute DOMString <a href="#dom-a-text" title="dom-a-text">text</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#doma-text" title="dom-a-text">text</a>;
 
   // <a href="urls.html#url-decomposition-idl-attributes" id="url-decomposition-idl-attributes_1">URL decomposition IDL attributes</a>
-           attribute DOMString <a href="#dom-a-protocol" title="dom-a-protocol">protocol</a>;
-           attribute DOMString <a href="#dom-a-host" title="dom-a-host">host</a>;
-           attribute DOMString <a href="#dom-a-hostname" title="dom-a-hostname">hostname</a>;
-           attribute DOMString <a href="#dom-a-port" title="dom-a-port">port</a>;
-           attribute DOMString <a href="#dom-a-pathname" title="dom-a-pathname">pathname</a>;
-           attribute DOMString <a href="#dom-a-search" title="dom-a-search">search</a>;
-           attribute DOMString <a href="#dom-a-hash" title="dom-a-hash">hash</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#doma-protocol" title="dom-a-protocol">protocol</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#doma-host" title="dom-a-host">host</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#doma-hostname" title="dom-a-hostname">hostname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#doma-port" title="dom-a-port">port</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#doma-pathname" title="dom-a-pathname">pathname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#doma-search" title="dom-a-search">search</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#doma-hash" title="dom-a-hash">hash</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>If the <code><a href="#the-a-element" id="a_15">a</a></code>
@@ -489,7 +489,7 @@
 &lt;/nav&gt;
 </pre></div>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">a</var> . <code title="dom-a-text"><a href="#dom-a-text">text</a></code></dt>
+<dl class="domintro"><dt><var title="">a</var> . <code title="dom-a-text"><a href="http://dev.w3.org/html5/spec/single-page.html#doma-text">text</a></code></dt>
 <dd>
 <p>Same as <code><a href="#textcontent">textContent</a></code>.</p>
 </dd>

Index: the-img-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-img-element.html,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- the-img-element.html	11 Oct 2012 08:24:23 -0000	1.154
+++ the-img-element.html	11 Oct 2012 09:16:15 -0000	1.155
@@ -455,21 +455,21 @@
 <!--TOPIC:DOM APIs-->
 <dd>
 <pre class="idl">
-[NamedConstructor=<a href="#dom-image" title="dom-image">Image</a>(),
- NamedConstructor=<a href="#dom-image-w" title="dom-image-w">Image</a>(unsigned long width),
- NamedConstructor=<a href="#dom-image-wh" title="dom-image-wh">Image</a>(unsigned long width, unsigned long height)]
+[NamedConstructor=<a href="http://dev.w3.org/html5/spec/single-page.html#domimage" title="dom-image">Image</a>(),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/single-page.html#domimage-w" title="dom-image-w">Image</a>(unsigned long width),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/single-page.html#domimage-wh" title="dom-image-wh">Image</a>(unsigned long width, unsigned long height)]
 interface <dfn id="htmlimageelement">HTMLImageElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_64">HTMLElement</a> {
-           attribute DOMString <a href="#dom-img-alt" title="dom-img-alt">alt</a>;
-           attribute DOMString <a href="#dom-img-src" title="dom-img-src">src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domimg-alt" title="dom-img-alt">alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domimg-src" title="dom-img-src">src</a>;
 
-           attribute DOMString <a href="#dom-img-crossorigin" title="dom-img-crossOrigin">crossOrigin</a>;
-           attribute DOMString <a href="#dom-img-usemap" title="dom-img-useMap">useMap</a>;
-           attribute boolean <a href="#dom-img-ismap" title="dom-img-isMap">isMap</a>;
-           attribute unsigned long <a href="#dom-img-width" title="dom-img-width">width</a>;
-           attribute unsigned long <a href="#dom-img-height" title="dom-img-height">height</a>;
-  readonly attribute unsigned long <a href="#dom-img-naturalwidth" title="dom-img-naturalWidth">naturalWidth</a>;
-  readonly attribute unsigned long <a href="#dom-img-naturalheight" title="dom-img-naturalHeight">naturalHeight</a>;
-  readonly attribute boolean <a href="#dom-img-complete" title="dom-img-complete">complete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domimg-crossorigin" title="dom-img-crossOrigin">crossOrigin</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domimg-usemap" title="dom-img-useMap">useMap</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domimg-ismap" title="dom-img-isMap">isMap</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domimg-width" title="dom-img-width">width</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domimg-height" title="dom-img-height">height</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domimg-naturalwidth" title="dom-img-naturalWidth">naturalWidth</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domimg-naturalheight" title="dom-img-naturalHeight">naturalHeight</a>;
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domimg-complete" title="dom-img-complete">complete</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>An <code><a href="#the-img-element" id="img_16">img</a></code>
@@ -534,9 +534,9 @@
 <p>The <code><a href="#the-img-element" id="img_19">img</a></code>
 element supports <a href="dimension-attributes.html#dimension-attributes" id="dimension-attributes_0">dimension attributes</a>.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">image</var> . <code title="dom-img-width"><a href="#dom-img-width">width</a></code> [ =
+<dl class="domintro"><dt><var title="">image</var> . <code title="dom-img-width"><a href="http://dev.w3.org/html5/spec/single-page.html#domimg-width">width</a></code> [ =
 <var title="">value</var> ]</dt>
-<dt><var title="">image</var> . <code title="dom-img-height"><a href="#dom-img-height">height</a></code> [ =
+<dt><var title="">image</var> . <code title="dom-img-height"><a href="http://dev.w3.org/html5/spec/single-page.html#domimg-height">height</a></code> [ =
 <var title="">value</var> ]</dt>
 <dd>
 <p>These attributes return the actual rendered dimensions of the
@@ -544,18 +544,18 @@
 <p>They can be set, to change the corresponding content
 attributes.</p>
 </dd>
-<dt><var title="">image</var> . <code title="dom-img-naturalWidth"><a href="#dom-img-naturalwidth">naturalWidth</a></code></dt>
-<dt><var title="">image</var> . <code title="dom-img-naturalHeight"><a href="#dom-img-naturalheight">naturalHeight</a></code></dt>
+<dt><var title="">image</var> . <code title="dom-img-naturalWidth"><a href="http://dev.w3.org/html5/spec/single-page.html#domimg-naturalwidth">naturalWidth</a></code></dt>
+<dt><var title="">image</var> . <code title="dom-img-naturalHeight"><a href="http://dev.w3.org/html5/spec/single-page.html#domimg-naturalheight">naturalHeight</a></code></dt>
 <dd>
 <p>These attributes return the intrinsic dimensions of the image,
 or zero if the dimensions are not known.</p>
 </dd>
-<dt><var title="">image</var> . <code title="dom-img-complete"><a href="#dom-img-complete">complete</a></code></dt>
+<dt><var title="">image</var> . <code title="dom-img-complete"><a href="http://dev.w3.org/html5/spec/single-page.html#domimg-complete">complete</a></code></dt>
 <dd>
 <p>Returns true if the image has been completely downloaded or if
 no image is specified; otherwise, returns false.</p>
 </dd>
-<dt><var title="">image</var> = new <code title="dom-image"><a href="#dom-image">Image</a></code>( [ <var title="">width</var> [, <var title="">height</var> ] ] )</dt>
+<dt><var title="">image</var> = new <code title="dom-image"><a href="http://dev.w3.org/html5/spec/single-page.html#domimage">Image</a></code>( [ <var title="">width</var> [, <var title="">height</var> ] ] )</dt>
 <dd>
 <p>Returns a new <code><a href="#the-img-element" id="img_20">img</a></code> element, with the <code title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_3">width</a></code> and <code title="attr-dim-height"><a href="dimension-attributes.html#attr-dim-height" id="height_3">height</a></code> attributes set to the values passed in
 the relevant arguments, if applicable.</p>

Index: the-option-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-option-element.html,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- the-option-element.html	11 Oct 2012 08:24:25 -0000	1.152
+++ the-option-element.html	11 Oct 2012 09:16:16 -0000	1.153
@@ -425,21 +425,21 @@
 <!--TOPIC:DOM APIs-->
 <dd>
 <pre class="idl">
-[NamedConstructor=<a href="#dom-option" title="dom-option">Option</a>(),
- NamedConstructor=<a href="#dom-option-t" title="dom-option-t">Option</a>(DOMString text),
- NamedConstructor=<a href="#dom-option-tv" title="dom-option-tv">Option</a>(DOMString text, DOMString value),
- NamedConstructor=<a href="#dom-option-tvd" title="dom-option-tvd">Option</a>(DOMString text, DOMString value, boolean defaultSelected),
- NamedConstructor=<a href="#dom-option-tvds" title="dom-option-tvds">Option</a>(DOMString text, DOMString value, boolean defaultSelected, boolean selected)]
+[NamedConstructor=<a href="http://dev.w3.org/html5/spec/single-page.html#domoption" title="dom-option">Option</a>(),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/single-page.html#domoption-t" title="dom-option-t">Option</a>(DOMString text),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/single-page.html#domoption-tv" title="dom-option-tv">Option</a>(DOMString text, DOMString value),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/single-page.html#domoption-tvd" title="dom-option-tvd">Option</a>(DOMString text, DOMString value, boolean defaultSelected),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/single-page.html#domoption-tvds" title="dom-option-tvds">Option</a>(DOMString text, DOMString value, boolean defaultSelected, boolean selected)]
 interface <dfn id="htmloptionelement">HTMLOptionElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_100">HTMLElement</a> {
-           attribute boolean <a href="#dom-option-disabled" title="dom-option-disabled">disabled</a>;
-  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_7">HTMLFormElement</a>? <a href="#dom-option-form" title="dom-option-form">form</a>;
-           attribute DOMString <a href="#dom-option-label" title="dom-option-label">label</a>;
-           attribute boolean <a href="#dom-option-defaultselected" title="dom-option-defaultSelected">defaultSelected</a>;
-           attribute boolean <a href="#dom-option-selected" title="dom-option-selected">selected</a>;
-           attribute DOMString <a href="#dom-option-value" title="dom-option-value">value</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domoption-disabled" title="dom-option-disabled">disabled</a>;
+  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_7">HTMLFormElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domoption-form" title="dom-option-form">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domoption-label" title="dom-option-label">label</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domoption-defaultselected" title="dom-option-defaultSelected">defaultSelected</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domoption-selected" title="dom-option-selected">selected</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domoption-value" title="dom-option-value">value</a>;
 
-           attribute DOMString <a href="#dom-option-text" title="dom-option-text">text</a>;
-  readonly attribute long <a href="#dom-option-index" title="dom-option-index">index</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domoption-text" title="dom-option-text">text</a>;
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/single-page.html#domoption-index" title="dom-option-index">index</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-option-element" id="option_24">option</a></code> element <a href="#represents">represents</a> an option in a <code><a href="the-select-element.html#the-select-element" id="select_39">select</a></code> element or
@@ -459,12 +459,12 @@
 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_27">option</a></code> element is
 the value of the <code title="attr-option-label"><a href="#attr-option-label" id="label_40">label</a></code> content
 attribute, if there is one, or, if there is not, the value of the
-element's <code title="dom-option-text"><a href="#dom-option-text">text</a></code> IDL attribute.</p>
+element's <code title="dom-option-text"><a href="http://dev.w3.org/html5/spec/single-page.html#domoption-text">text</a></code> IDL attribute.</p>
 <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_28">option</a></code> element is
 the value of the <code title="attr-option-value"><a href="#attr-option-value" id="value_35">value</a></code> content
 attribute, if there is one, or, if there is not, the value of the
-element's <code title="dom-option-text"><a href="#dom-option-text">text</a></code> IDL attribute.</p>
+element's <code title="dom-option-text"><a href="http://dev.w3.org/html5/spec/single-page.html#domoption-text">text</a></code> IDL attribute.</p>
 <p>The <dfn id="attr-option-selected" title="attr-option-selected"><code>selected</code></dfn> attribute is a
 <a href="common-microsyntaxes.html#boolean-attribute" id="boolean-attribute_18">boolean
 attribute</a>. It represents the default <a href="#concept-option-selectedness" title="concept-option-selectedness">selectedness</a> of the element.</p>
@@ -473,27 +473,27 @@
 its <code title="attr-option-selected"><a href="#attr-option-selected" id="selected_1">selected</a></code>
 attribute set.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-selected"><a href="#dom-option-selected">selected</a></code></dt>
+<dl class="domintro"><dt><var title="">option</var> . <code title="dom-option-selected"><a href="http://dev.w3.org/html5/spec/single-page.html#domoption-selected">selected</a></code></dt>
 <dd>
 <p>Returns true if the element is selected, and false
 otherwise.</p>
 <p>Can be set, to override the current state of the element.</p>
 </dd>
-<dt><var title="">option</var> . <code title="dom-option-index"><a href="#dom-option-index">index</a></code></dt>
+<dt><var title="">option</var> . <code title="dom-option-index"><a href="http://dev.w3.org/html5/spec/single-page.html#domoption-index">index</a></code></dt>
 <dd>
 <p>Returns the index of the element in its <code><a href="the-select-element.html#the-select-element" id="select_44">select</a></code> element's
-<code title="dom-select-options"><a href="#dom-select-options">options</a></code> list.</p>
+<code title="dom-select-options"><a href="http://dev.w3.org/html5/spec/single-page.html#domselect-options">options</a></code> list.</p>
 </dd>
-<dt><var title="">option</var> . <code title="dom-option-form"><a href="#dom-option-form">form</a></code></dt>
+<dt><var title="">option</var> . <code title="dom-option-form"><a href="http://dev.w3.org/html5/spec/single-page.html#domoption-form">form</a></code></dt>
 <dd>
 <p>Returns the element's <code><a href="the-form-element.html#the-form-element" id="form_22">form</a></code> element, if any, or null otherwise.</p>
 </dd>
-<dt><var title="">option</var> . <code title="dom-option-text"><a href="#dom-option-text">text</a></code></dt>
+<dt><var title="">option</var> . <code title="dom-option-text"><a href="http://dev.w3.org/html5/spec/single-page.html#domoption-text">text</a></code></dt>
 <dd>
 <p>Same as <code><a href="#textcontent">textContent</a></code>,
 except that spaces are collapsed.</p>
 </dd>
-<dt><var title="">option</var> = new <code title="dom-option"><a href="#dom-option">Option</a></code>( [ <var title="">text</var> [, <var title="">value</var> [, <var title="">defaultSelected</var> [, <var title="">selected</var> ] ] ] ]
+<dt><var title="">option</var> = new <code title="dom-option"><a href="http://dev.w3.org/html5/spec/single-page.html#domoption">Option</a></code>( [ <var title="">text</var> [, <var title="">value</var> [, <var title="">defaultSelected</var> [, <var title="">selected</var> ] ] ] ]
 )</dt>
 <dd>
 <p>Returns a new <code><a href="#the-option-element" id="option_30">option</a></code> element.</p>

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1829
retrieving revision 1.1830
diff -u -d -r1.1829 -r1.1830
--- Overview.html	11 Oct 2012 08:42:21 -0000	1.1829
+++ Overview.html	11 Oct 2012 09:16:01 -0000	1.1830
@@ -603,7 +603,7 @@
 <ol><li><a href="infrastructure.html#resources"><span class="secno">2.1.1</span>
 Resources</a></li>
 <li><a href="infrastructure.html#xml"><span class="secno">2.1.2</span> XML</a></li>
-<li><a href="infrastructure.html#dom-trees"><span class="secno">2.1.3</span> DOM
+<li><a href="http://dev.w3.org/html5/spec/single-page.html#domtrees"><span class="secno">2.1.3</span> DOM
 trees</a></li>
 <li><a href="infrastructure.html#scripting-0"><span class="secno">2.1.4</span>
 Scripting</a></li>
@@ -683,7 +683,7 @@
 <li><a href="common-dom-interfaces.html#domstringmap"><span class="secno">2.6.3</span>
 DOMStringMap</a></li>
 <li><a href="common-dom-interfaces.html#transferable-objects"><span class="secno">2.6.4</span> Transferable objects</a></li>
-<li><a href="common-dom-interfaces.html#dom-feature-strings"><span class="secno">2.6.5</span>
+<li><a href="http://dev.w3.org/html5/spec/single-page.html#domfeature-strings"><span class="secno">2.6.5</span>
 DOM feature strings</a></li>
 </ol></li>
 <li><a href="namespaces.html#namespaces"><span class="secno">2.7</span>
@@ -698,7 +698,7 @@
 <li><a href="dom.html#security-document"><span class="secno">3.1.2</span>
 Security</a></li>
 <li><a href="dom.html#resource-metadata-management" id="3.1.3-resource-metadata-management"><span class="secno">3.1.3</span> Resource metadata management</a></li>
-<li><a href="dom.html#dom-tree-accessors" id="3.1.4-dom-tree-accessors"><span class="secno">3.1.4</span> DOM
+<li><a href="http://dev.w3.org/html5/spec/single-page.html#domtree-accessors" id="3.1.4-dom-tree-accessors"><span class="secno">3.1.4</span> DOM
 tree accessors</a></li>
 </ol></li>
 <li><a href="elements.html#elements"><span class="secno">3.2</span> Elements</a>

Index: the-fieldset-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-fieldset-element.html,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- the-fieldset-element.html	11 Oct 2012 08:24:23 -0000	1.153
+++ the-fieldset-element.html	11 Oct 2012 09:16:14 -0000	1.154
@@ -430,19 +430,19 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlfieldsetelement">HTMLFieldSetElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_89">HTMLElement</a> {
-           attribute boolean <a href="#dom-fieldset-disabled" title="dom-fieldset-disabled">disabled</a>;
-  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_1">HTMLFormElement</a>? <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="#dom-fe-name" title="dom-fe-name">name</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domfieldset-disabled" title="dom-fieldset-disabled">disabled</a>;
+  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_1">HTMLFormElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domfae-form" title="dom-fae-form">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-name" title="dom-fe-name">name</a>;
 
-  readonly attribute DOMString <a href="#dom-fieldset-type" title="dom-fieldset-type">type</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfieldset-type" title="dom-fieldset-type">type</a>;
 
-  readonly attribute <a href="common-dom-interfaces.html#htmlformcontrolscollection-0" id="htmlformcontrolscollection_3">HTMLFormControlsCollection</a> <a href="#dom-fieldset-elements" title="dom-fieldset-elements">elements</a>;
+  readonly attribute <a href="common-dom-interfaces.html#htmlformcontrolscollection-0" id="htmlformcontrolscollection_3">HTMLFormControlsCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domfieldset-elements" title="dom-fieldset-elements">elements</a>;
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
+  readonly attribute <a href="#validitystate">ValidityState</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity" title="dom-cva-validity">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-fieldset-element" id="fieldset_9">fieldset</a></code> element <a href="#represents">represents</a> a set of form controls optionally
@@ -459,11 +459,11 @@
 the <code><a href="#the-fieldset-element" id="fieldset_13">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="attributes-common-to-form-controls.html#attr-fe-name" id="name_29">name</a></code>
 attribute represents the element's name.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">fieldset</var> . <code title="dom-fieldset-type"><a href="#dom-fieldset-type">type</a></code></dt>
+<dl class="domintro"><dt><var title="">fieldset</var> . <code title="dom-fieldset-type"><a href="http://dev.w3.org/html5/spec/single-page.html#domfieldset-type">type</a></code></dt>
 <dd>
 <p>Returns the string "fieldset".</p>
 </dd>
-<dt><var title="">fieldset</var> . <code title="dom-form-elements"><a href="#dom-form-elements">elements</a></code></dt>
+<dt><var title="">fieldset</var> . <code title="dom-form-elements"><a href="http://dev.w3.org/html5/spec/single-page.html#domform-elements">elements</a></code></dt>
 <dd>
 <p>Returns an <code><a href="common-dom-interfaces.html#htmlformcontrolscollection-0" id="htmlformcontrolscollection_4">HTMLFormControlsCollection</a></code>
 of the form controls in the element.</p>

Index: the-script-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-script-element.html,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- the-script-element.html	11 Oct 2012 08:24:25 -0000	1.144
+++ the-script-element.html	11 Oct 2012 09:16:16 -0000	1.145
@@ -440,12 +440,12 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlscriptelement">HTMLScriptElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_12">HTMLElement</a> {
-           attribute DOMString <a href="#dom-script-src" title="dom-script-src">src</a>;
-           attribute boolean <a href="#dom-script-async" title="dom-script-async">async</a>;
-           attribute boolean <a href="#dom-script-defer" title="dom-script-defer">defer</a>;
-           attribute DOMString <a href="#dom-script-type" title="dom-script-type">type</a>;
-           attribute DOMString <a href="#dom-script-charset" title="dom-script-charset">charset</a>;
-           attribute DOMString <a href="#dom-script-text" title="dom-script-text">text</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domscript-src" title="dom-script-src">src</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domscript-async" title="dom-script-async">async</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domscript-defer" title="dom-script-defer">defer</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domscript-type" title="dom-script-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domscript-charset" title="dom-script-charset">charset</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domscript-text" title="dom-script-text">text</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-script-element">script</a></code>
@@ -508,7 +508,7 @@
 processing, but these algorithms reference and are referenced by
 the parsing rules for <code><a href="#the-script-element">script</a></code> <a href="#scriptTag">start</a> and <a href="#scriptEndTag">end</a> tags in
 HTML, <a href="#scriptForeignEndTag">in foreign content</a>, and
-<a href="#scriptTagXML">in XML</a>, the rules for the <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code> method, the
+<a href="#scriptTagXML">in XML</a>, the rules for the <code title="dom-document-write"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-write">document.write()</a></code> method, the
 handling of <a href="webappapis.html#scripting">scripting</a>, etc.</p>
 <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
@@ -520,7 +520,7 @@
 <!-- by implication, changes to the base URL
   also have no effect -->
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">script</var> . <code title="dom-script-text"><a href="#dom-script-text">text</a></code> [ =
+<dl class="domintro"><dt><var title="">script</var> . <code title="dom-script-text"><a href="http://dev.w3.org/html5/spec/single-page.html#domscript-text">text</a></code> [ =
 <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the contents of the element, ignoring child nodes that
@@ -528,10 +528,10 @@
 <p>Can be set, to replace the element's children with the given
 value.</p>
 </dd>
-</dl><!--TOPIC:HTML--><p class="note">When inserted using the <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code> method,
+</dl><!--TOPIC:HTML--><p class="note">When inserted using the <code title="dom-document-write"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-write">document.write()</a></code> method,
 <code><a href="#the-script-element">script</a></code> elements
 execute (typically synchronously), but when inserted using
-<code title="dom-innerHTML"><a href="#dom-innerhtml">innerHTML</a></code> and <code title="dom-outerHTML"><a href="#dom-outerhtml">outerHTML</a></code>
+<code title="dom-innerHTML"><a href="http://dev.w3.org/html5/spec/single-page.html#dominnerhtml">innerHTML</a></code> and <code title="dom-outerHTML"><a href="http://dev.w3.org/html5/spec/single-page.html#domouterhtml">outerHTML</a></code>
 attributes, they do not execute at all.</p>
 <div class="example">
 <p>In this example, two <code><a href="#the-script-element">script</a></code> elements are used. One
@@ -670,7 +670,7 @@
 <p>If a <code><a href="#the-script-element">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="#the-script-element">script</a></code>
-element, if any, must be such that the value of the <code title="dom-script-text"><a href="#dom-script-text">text</a></code> IDL
+element, if any, must be such that the value of the <code title="dom-script-text"><a href="http://dev.w3.org/html5/spec/single-page.html#domscript-text">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></p>

Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v
retrieving revision 1.616
retrieving revision 1.617
diff -u -d -r1.616 -r1.617
--- the-input-element.html	11 Oct 2012 08:24:24 -0000	1.616
+++ the-input-element.html	11 Oct 2012 09:16:15 -0000	1.617
@@ -463,53 +463,53 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlinputelement">HTMLInputElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_93">HTMLElement</a> {
-           attribute DOMString <a href="#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute DOMString <a href="#dom-input-dirname" title="dom-input-dirName">dirName</a>;
-           attribute boolean <a href="#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_4">HTMLFormElement</a>? <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute <a href="#filelist">FileList</a>? <a href="#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute unsigned long <a href="#dom-input-height" title="dom-input-height">height</a>;
-           attribute boolean <a href="#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="elements.html#htmlelement" id="htmlelement_94">HTMLElement</a>? <a href="#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="#dom-input-value" title="dom-input-value">value</a>;
-           attribute <span>Date</span>? <a href="#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute unrestricted double <a href="#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-           attribute unsigned long <a href="#dom-input-width" title="dom-input-width">width</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-accept" title="dom-input-accept">accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-alt" title="dom-input-alt">alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-autofocus" title="dom-fe-autofocus">autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked" title="dom-input-checked">checked</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-dirname" title="dom-input-dirName">dirName</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-disabled" title="dom-fe-disabled">disabled</a>;
+  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_4">HTMLFormElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domfae-form" title="dom-fae-form">form</a>;
+  readonly attribute <a href="#filelist">FileList</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files" title="dom-input-files">files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-formaction" title="dom-fs-formAction">formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-formmethod" title="dom-fs-formMethod">formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-formtarget" title="dom-fs-formTarget">formTarget</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-height" title="dom-input-height">height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" id="htmlelement_94">HTMLElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list" title="dom-input-list">list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-max" title="dom-input-max">max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-maxlength" title="dom-input-maxLength">maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-min" title="dom-input-min">min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-multiple" title="dom-input-multiple">multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-name" title="dom-fe-name">name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-pattern" title="dom-input-pattern">pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-placeholder" title="dom-input-placeholder">placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-readonly" title="dom-input-readOnly">readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-required" title="dom-input-required">required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-size" title="dom-input-size">size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-src" title="dom-input-src">src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-step" title="dom-input-step">step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-type" title="dom-input-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value" title="dom-input-value">value</a>;
+           attribute <span>Date</span>? <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
+           attribute unrestricted double <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-width" title="dom-input-width">width</a>;
 
-  void <a href="#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(optional long n);
-  void <a href="#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(optional long n);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup" title="dom-input-stepUp">stepUp</a>(optional long n);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown" title="dom-input-stepDown">stepDown</a>(optional long n);
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
+  readonly attribute <a href="#validitystate">ValidityState</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity" title="dom-cva-validity">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
 
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="#nodelist">NodeList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domlfe-labels" title="dom-lfe-labels">labels</a>;
 
   void <span title="dom-textarea/input-select">select</span>();
            attribute unsigned long <span title="dom-textarea/input-selectionStart">selectionStart</span>;
@@ -641,14 +641,14 @@
 state.</p>
 <p>Which of the <code title="attr-input-accept"><a href="states-of-the-type-attribute.html#attr-input-accept" id="accept_0">accept</a></code>, <code title="attr-input-alt"><a href="states-of-the-type-attribute.html#attr-input-alt" id="alt_39">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_1">checked</a></code>, <code title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_0">dirname</a></code>, <code title="attr-fs-formaction"><a href="form-submission.html#attr-fs-formaction" id="formaction_0">formaction</a></code>, <code title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_0">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="form-submission.html#attr-fs-formmethod" id="formmethod_0">formmethod</a></code>, code title="attr-fs-formnovalidate"><a href="form-submission.html#attr-fs-formnovalidate" id="formnovalidate_0">formnovalidate</a></code>, <code title="attr-fs-formtarget"><a href="form-submission.html#attr-fs-formtarget" id="formtarget_0">formtarget</a></code>, <code title="attr-dim-height"><a href="dimension-attributes.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-multiple"><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="states-of-the-type-attribute.html#attr-input-src" id="src_48">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 <code title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_11">with</a></code> content
-attributes, the <code title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>, <code title="dom-input-files"><a href="#dom-input-files">files</a></code>,
-<code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code>, and
-<code title="dom-input-list"><a href="#dom-input-list">list</a></code> IDL attributes, the <code title="dom-textarea/input-select">select()</code> method, the
+attributes, the <code title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>, <code title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>,
+<code title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code>, and
+<code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code> IDL attributes, the <code title="dom-textarea/input-select">select()</code> method, the
 <code title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code title="dom-textarea/input-selectionEnd">selectionEnd</code>,
 and <code title="dom-textarea/input-selectionDirection">selectionDirection</code>,
 IDL attributes, the <code title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>
-methods, the <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> and <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> methods, and the
+methods, the <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> and <code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code> methods, and the
 <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply to an
 <code><a href="#the-input-element" id="input_62">input</a></code>
 element depends on the state of its <code title="attr-input-type"><a href="#attr-input-type" id="type_73">type</a></code> attribute. The following table summarizes
@@ -1232,7 +1232,7 @@
 <td class="no">&middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button --></td>
 <tbody><tr><th colspan="16" scope="rowgroup">IDL attributes and methods</th>
-<tr><th><code title="dom-input-checked"><a href="#dom-input-checked">checked</a></code></th>
+<tr><th><code title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code></th>
 <td class="no">&middot; <!-- Hidden --></td>
 <td class="no">&middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search --></td>
@@ -1255,7 +1255,7 @@
 <td class="no">&middot; <!-- Image Button --></td>
 <td class="no">&middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button --></td>
-<tr><th><code title="dom-input-files"><a href="#dom-input-files">files</a></code></th>
+<tr><th><code title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code></th>
 <td class="no">&middot; <!-- Hidden --></td>
 <td class="no">&middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search --></td>
@@ -1278,7 +1278,7 @@
 <td class="no">&middot; <!-- Image Button --></td>
 <td class="no">&middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button --></td>
-<tr><th><code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code></th>
+<tr><th><code title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code></th>
 <td class="no">&middot; <!-- Hidden --></td>
 <td class="no">&middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search --></td>
@@ -1301,7 +1301,7 @@
 <td class="no">&middot; <!-- Image Button --></td>
 <td class="no">&middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button --></td>
-<tr><th><code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code></th>
+<tr><th><code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code></th>
 <td class="no">&middot; <!-- Hidden --></td>
 <td class="no">&middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search --></td>
@@ -1324,7 +1324,7 @@
 <td class="no">&middot; <!-- Image Button --></td>
 <td class="no">&middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button --></td>
-<tr><th><code title="dom-input-list"><a href="#dom-input-list">list</a></code></th>
+<tr><th><code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code></th>
 <td class="no">&middot; <!-- Hidden --></td>
 <td class="yes">Yes <!-- Text -->
 <!-- <td class="yes"> Yes          Search --></td>
@@ -1462,7 +1462,7 @@
 <td class="no">&middot; <!-- Image Button --></td>
 <td class="no">&middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button --></td>
-<tr><th><code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code></th>
+<tr><th><code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code></th>
 <td class="no">&middot; <!-- Hidden --></td>
 <td class="no">&middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search --></td>
@@ -1485,7 +1485,7 @@
 <td class="no">&middot; <!-- Image Button --></td>
 <td class="no">&middot; <!-- Reset Button -->
 <!-- <td class="no"> &middot;      Button --></td>
-<tr><th><code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code></th>
+<tr><th><code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code></th>
 <td class="no">&middot; <!-- Hidden --></td>
 <td class="no">&middot; <!-- Text -->
 <!-- <td class="no"> &middot;      Search --></td>

Index: constraints.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/constraints.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- constraints.html	11 Oct 2012 08:24:09 -0000	1.25
+++ constraints.html	11 Oct 2012 09:16:02 -0000	1.26
@@ -415,12 +415,12 @@
 <!--TOPIC:DOM APIs-->
 <h5 id="the-constraint-validation-api"><span class="secno">4.10.21.2</span> The <dfn>constraint validation
 API</dfn></h5>
-<dl class="domintro"><dt><var title="">element</var> . <code title="dom-cva-willValidate"><a href="#dom-cva-willvalidate">willValidate</a></code></dt>
+<dl class="domintro"><dt><var title="">element</var> . <code title="dom-cva-willValidate"><a href="http://dev.w3.org/html5/spec/single-page.html#domcva-willvalidate">willValidate</a></code></dt>
 <dd>
 <p>Returns true if the element will be validated when the form is
 submitted; false otherwise.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-cva-setCustomValidity"><a href="#dom-cva-setcustomvalidity">setCustomValidity</a></code>(<var title="">message</var>)</dt>
+<dt><var title="">element</var> . <code title="dom-cva-setCustomValidity"><a href="http://dev.w3.org/html5/spec/single-page.html#domcva-setcustomvalidity">setCustomValidity</a></code>(<var title="">message</var>)</dt>
 <dd>
 <p>Sets a custom error, so that the element would fail to validate.
 The given message is the message to be shown to the user when
@@ -428,68 +428,68 @@
 <p>If the argument is the empty string, clears the custom
 error.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code>
-. <code title="dom-validitystate-valueMissing"><a href="#dom-validitystate-valuemissing">valueMissing</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity">validity</a></code>
+. <code title="dom-validitystate-valueMissing"><a href="http://dev.w3.org/html5/spec/single-page.html#domvaliditystate-valuemissing">valueMissing</a></code></dt>
 <dd>
 <p>Returns true if the element has no value but is a required
 field; false otherwise.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code>
-. <code title="dom-validitystate-typeMismatch"><a href="#dom-validitystate-typemismatch">typeMismatch</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity">validity</a></code>
+. <code title="dom-validitystate-typeMismatch"><a href="http://dev.w3.org/html5/spec/single-page.html#domvaliditystate-typemismatch">typeMismatch</a></code></dt>
 <dd>
 <p>Returns true if the element's value is not in the correct
 syntax; false otherwise.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code>
-. <code title="dom-validitystate-patternMismatch"><a href="#dom-validitystate-patternmismatch">patternMismatch</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity">validity</a></code>
+. <code title="dom-validitystate-patternMismatch"><a href="http://dev.w3.org/html5/spec/single-page.html#domvaliditystate-patternmismatch">patternMismatch</a></code></dt>
 <dd>
 <p>Returns true if the element's value doesn't match the provided
 pattern; false otherwise.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code>
-. <code title="dom-validitystate-tooLong"><a href="#dom-validitystate-toolong">tooLong</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity">validity</a></code>
+. <code title="dom-validitystate-tooLong"><a href="http://dev.w3.org/html5/spec/single-page.html#domvaliditystate-toolong">tooLong</a></code></dt>
 <dd>
 <p>Returns true if the element's value is longer than the provided
 maximum length; false otherwise.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code>
-. <code title="dom-validitystate-rangeUnderflow"><a href="#dom-validitystate-rangeunderflow">rangeUnderflow</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity">validity</a></code>
+. <code title="dom-validitystate-rangeUnderflow"><a href="http://dev.w3.org/html5/spec/single-page.html#domvaliditystate-rangeunderflow">rangeUnderflow</a></code></dt>
 <dd>
 <p>Returns true if the element's value is lower than the provided
 minimum; false otherwise.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code>
-. <code title="dom-validitystate-rangeOverflow"><a href="#dom-validitystate-rangeoverflow">rangeOverflow</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity">validity</a></code>
+. <code title="dom-validitystate-rangeOverflow"><a href="http://dev.w3.org/html5/spec/single-page.html#domvaliditystate-rangeoverflow">rangeOverflow</a></code></dt>
 <dd>
 <p>Returns true if the element's value is higher than the provided
 maximum; false otherwise.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code>
-. <code title="dom-validitystate-stepMismatch"><a href="#dom-validitystate-stepmismatch">stepMismatch</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity">validity</a></code>
+. <code title="dom-validitystate-stepMismatch"><a href="http://dev.w3.org/html5/spec/single-page.html#domvaliditystate-stepmismatch">stepMismatch</a></code></dt>
 <dd>
 <p>Returns true if the element's value doesn't fit the rules given
 by the <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step_36">step</a></code> attribute; false otherwise.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code>
-. <code title="dom-validitystate-customError"><a href="#dom-validitystate-customerror">customError</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity">validity</a></code>
+. <code title="dom-validitystate-customError"><a href="http://dev.w3.org/html5/spec/single-page.html#domvaliditystate-customerror">customError</a></code></dt>
 <dd>
 <p>Returns true if the element has a custom error; false
 otherwise.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="#dom-cva-validity">validity</a></code>
-. <code title="dom-validitystate-valid"><a href="#dom-validitystate-valid">valid</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-cva-validity"><a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity">validity</a></code>
+. <code title="dom-validitystate-valid"><a href="http://dev.w3.org/html5/spec/single-page.html#domvaliditystate-valid">valid</a></code></dt>
 <dd>
 <p>Returns true if the element's value has no validity problems;
 false otherwise.</p>
 </dd>
 <dt><var title="">valid</var> = <var title="">element</var> .
-<code title="dom-cva-checkValidity"><a href="#dom-cva-checkvalidity">checkValidity</a></code>()</dt>
+<code title="dom-cva-checkValidity"><a href="http://dev.w3.org/html5/spec/single-page.html#domcva-checkvalidity">checkValidity</a></code>()</dt>
 <dd>
 <p>Returns true if the element's value has no validity problems;
 false otherwise. Fires an <code title="event-invalid">invalid</code> event at the element in the latter
 case.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-cva-validationMessage"><a href="#dom-cva-validationmessage">validationMessage</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-cva-validationMessage"><a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validationmessage">validationMessage</a></code></dt>
 <dd>
 <p>Returns the error message that would be shown to the user if the
 element was to be checked for validity.</p>
@@ -497,7 +497,7 @@
 </dl><div class="example">
 <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 href="#dom-cva-setcustomvalidity">setCustomValidity()</a></code> method
+value, uses the <code title="dom-cva-setCustomValidity"><a href="http://dev.w3.org/html5/spec/single-page.html#domcva-setcustomvalidity">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: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v
retrieving revision 1.607
retrieving revision 1.608
diff -u -d -r1.607 -r1.608
--- the-map-element.html	11 Oct 2012 08:24:24 -0000	1.607
+++ the-map-element.html	11 Oct 2012 09:16:16 -0000	1.608
@@ -425,9 +425,9 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlmapelement">HTMLMapElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_73">HTMLElement</a> {
-           attribute DOMString <a href="#dom-map-name" title="dom-map-name">name</a>;
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-map-areas" title="dom-map-areas">areas</a>;
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-map-images" title="dom-map-images">images</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dommap-name" title="dom-map-name">name</a>;
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#dommap-areas" title="dom-map-areas">areas</a>;
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#dommap-images" title="dom-map-images">images</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-map-element" id="map_6">map</a></code>
@@ -442,12 +442,12 @@
 document. If the <code title="attr-id"><a href="global-attributes.html#the-id-attribute" id="id_2">id</a></code> attribute is also specified, both
 attributes must have the same value.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">map</var> . <code title="dom-map-areas"><a href="#dom-map-areas">areas</a></code></dt>
+<dl class="domintro"><dt><var title="">map</var> . <code title="dom-map-areas"><a href="http://dev.w3.org/html5/spec/single-page.html#dommap-areas">areas</a></code></dt>
 <dd>
 <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="the-area-element.html#the-area-element" id="area_8">area</a></code> elements in the
 <code><a href="#the-map-element" id="map_8">map</a></code>.</p>
 </dd>
-<dt><var title="">map</var> . <code title="dom-map-images"><a href="#dom-map-images">images</a></code></dt>
+<dt><var title="">map</var> . <code title="dom-map-images"><a href="http://dev.w3.org/html5/spec/single-page.html#dommap-images">images</a></code></dt>
 <dd>
 <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="the-img-element.html#the-img-element" id="img_26">img</a></code> and <code><a href="the-object-element.html#the-object-element" id="object_20">object</a></code> elements
 that use the <code><a href="#the-map-element" id="map_9">map</a></code>.</p>

Index: the-blockquote-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-blockquote-element.html,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- the-blockquote-element.html	11 Oct 2012 08:24:21 -0000	1.138
+++ the-blockquote-element.html	11 Oct 2012 09:16:13 -0000	1.139
@@ -428,7 +428,7 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlquoteelement">HTMLQuoteElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_27">HTMLElement</a> {
-           attribute DOMString <a href="#dom-quote-cite" title="dom-quote-cite">cite</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domquote-cite" title="dom-quote-cite">cite</a>;
 };
 </pre>
 <p class="note">The <code><a href="#htmlquoteelement" id="htmlquoteelement_0">HTMLQuoteElement</a></code> interface is also


Index: the-details-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-details-element.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- the-details-element.html	11 Oct 2012 08:24:22 -0000	1.141
+++ the-details-element.html	11 Oct 2012 09:16:14 -0000	1.142
@@ -428,7 +428,7 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmldetailselement">HTMLDetailsElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_106">HTMLElement</a> {
-           attribute boolean <a href="#dom-details-open" title="dom-details-open">open</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domdetails-open" title="dom-details-open">open</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-details-element" id="details_8">details</a></code> element <a href="#represents">represents</a> a disclosure widget from which the

Index: the-title-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-title-element.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- the-title-element.html	11 Oct 2012 08:24:26 -0000	1.134
+++ the-title-element.html	11 Oct 2012 09:16:17 -0000	1.135
@@ -420,7 +420,7 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmltitleelement">HTMLTitleElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_7">HTMLElement</a> {
-           attribute DOMString <a href="#dom-title-text" title="dom-title-text">text</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domtitle-text" title="dom-title-text">text</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-title-element" id="title_49">title</a></code> element <a href="#represents">represents</a> the document's title or name. Authors
@@ -432,7 +432,7 @@
 <p>There must be no more than one <code><a href="#the-title-element" id="title_50">title</a></code> element per
 document.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">title</var> . <code title="dom-title-text"><a href="#dom-title-text">text</a></code> [ =
+<dl class="domintro"><dt><var title="">title</var> . <code title="dom-title-text"><a href="http://dev.w3.org/html5/spec/single-page.html#domtitle-text">text</a></code> [ =
 <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the contents of the element, ignoring child nodes that

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.1176
retrieving revision 1.1177
diff -u -d -r1.1176 -r1.1177
--- offline.html	11 Oct 2012 08:24:13 -0000	1.1176
+++ offline.html	11 Oct 2012 09:16:06 -0000	1.1177
@@ -559,7 +559,7 @@
 <tr><td><dfn id="event-appcache-updateready" title="event-appcache-updateready"><code>updateready</code></dfn></td>
 <td><code><a href="#event">Event</a></code></td>
 <td>The resources listed in the manifest have been newly
-redownloaded, and the script can use <code title="dom-appcache-swapCache"><a href="#dom-appcache-swapcache">swapCache()</a></code> to switch to the
+redownloaded, and the script can use <code title="dom-appcache-swapCache"><a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-swapcache">swapCache()</a></code> to switch to the
 new cache.</td>
 <td>Last event in sequence.</td>
 <tr><td><dfn id="event-appcache-obsolete" title="event-appcache-obsolete"><code>obsolete</code></dfn></td>
@@ -786,18 +786,18 @@
 interface <dfn id="applicationcache">ApplicationCache</dfn> : <a href="#eventtarget">EventTarget</a> {
 
   // <a href="#concept-appcache-status" title="concept-appcache-status">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 href="#dom-appcache-status" title="dom-appcache-status">status</a>;
+  const unsigned short <a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-uncached" id="dom-appcache-uncached_0" title="dom-appcache-UNCACHED">UNCACHED</a> = 0;
+  const unsigned short <a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-idle" id="dom-appcache-idle_0" title="dom-appcache-IDLE">IDLE</a> = 1;
+  const unsigned short <a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-checking" id="dom-appcache-checking_0" title="dom-appcache-CHECKING">CHECKING</a> = 2;
+  const unsigned short <a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-downloading" id="dom-appcache-downloading_0" title="dom-appcache-DOWNLOADING">DOWNLOADING</a> = 3;
+  const unsigned short <a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-updateready" id="dom-appcache-updateready_0" title="dom-appcache-UPDATEREADY">UPDATEREADY</a> = 4;
+  const unsigned short <a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-obsolete" id="dom-appcache-obsolete_0" title="dom-appcache-OBSOLETE">OBSOLETE</a> = 5;
+  readonly attribute unsigned short <a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-status" title="dom-appcache-status">status</a>;
 
   // updates
-  void <a href="#dom-appcache-update" title="dom-appcache-update">update</a>();
-  void <a href="#dom-appcache-abort" title="dom-appcache-abort">abort</a>();
-  void <a href="#dom-appcache-swapcache" title="dom-appcache-swapCache">swapCache</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-update" title="dom-appcache-update">update</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-abort" title="dom-appcache-abort">abort</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-swapcache" title="dom-appcache-swapCache">swapCache</a>();
 
   // events
            attribute <a href="webappapis.html#eventhandler" id="eventhandler_218">EventHandler</a> <a href="#handler-appcache-onchecking" title="handler-appcache-onchecking">onchecking</a>;
@@ -811,23 +811,23 @@
 };
 </pre>
 <dl class="domintro"><dt><var title="">cache</var> = <var title="">window</var> .
-<code title="dom-applicationCache"><a href="#dom-applicationcache">applicationCache</a></code></dt>
+<code title="dom-applicationCache"><a href="http://dev.w3.org/html5/spec/single-page.html#domapplicationcache">applicationCache</a></code></dt>
 <dd>
 <p>(In a window.) Returns the <code><a href="#applicationcache" id="applicationcache_2">ApplicationCache</a></code> object that
 applies to the <a href="browsers.html#active-document" id="active-document_8">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 href="#dom-applicationcache">applicationCache</a></code></dt>
+<code title="dom-applicationCache"><a href="http://dev.w3.org/html5/spec/single-page.html#domapplicationcache">applicationCache</a></code></dt>
 <dd>
 <p>(In a shared worker.) Returns the <code><a href="#applicationcache" id="applicationcache_3">ApplicationCache</a></code> object that
 applies to the current shared worker. <a href="references.html#refsWEBWORKERS">[WEBWORKERS]</a></p>
 </dd>
-<dt><var title="">cache</var> . <code title="dom-appcache-status"><a href="#dom-appcache-status">status</a></code></dt>
+<dt><var title="">cache</var> . <code title="dom-appcache-status"><a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-status">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 href="#dom-appcache-update">update</a></code>()</dt>
+<dt><var title="">cache</var> . <code title="dom-appcache-update"><a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-update">update</a></code>()</dt>
 <dd>
 <p>Invokes the <a href="#application-cache-download-process">application cache download
 process</a>.</p>
@@ -840,7 +840,7 @@
 in a browser tab for weeks at a time. Such an application could
 want to test for updates each day.</p>
 </dd>
-<dt><var title="">cache</var> . <code title="dom-appcache-abort"><a href="#dom-appcache-abort">abort</a></code>()</dt>
+<dt><var title="">cache</var> . <code title="dom-appcache-abort"><a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-abort">abort</a></code>()</dt>
 <dd>
 <p>Cancels the <a href="#application-cache-download-process">application cache download
 process</a>.</p>
@@ -848,7 +848,7 @@
 their own caching progress UI, in case the user wants to stop the
 update (e.g. because bandwidth is limited).</p>
 </dd>
-<dt><var title="">cache</var> . <code title="dom-appcache-swapCache"><a href="#dom-appcache-swapcache">swapCache</a></code>()</dt>
+<dt><var title="">cache</var> . <code title="dom-appcache-swapCache"><a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-swapcache">swapCache</a></code>()</dt>
 <dd>
 <p>Switches to the most recent application cache, if there is a
 newer one. If there isn't, throws an <code><a href="#invalidstateerror">InvalidStateError</a></code> exception.</p>
@@ -863,8 +863,8 @@
 one with the more recent updates. To make proper use of this,
 applications have to be able to bring the new features into play;
 for example, reloading scripts to enable new features.</p>
-<p>An easier alternative to <code title="dom-appcache-swapCache"><a href="#dom-appcache-swapcache">swapCache()</a></code> is just to reload
-the entire page at a time suitable for the user, using <code title="dom-location-reload"><a href="#dom-location-reload">location.reload()</a></code>.</p>
+<p>An easier alternative to <code title="dom-appcache-swapCache"><a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-swapcache">swapCache()</a></code> is just to reload
+the entire page at a time suitable for the user, using <code title="dom-location-reload"><a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-reload">location.reload()</a></code>.</p>
 </dd>
 </dl><dl><dt><dfn id="dom-appcache-uncached" title="dom-appcache-UNCACHED"><code>UNCACHED</code></dfn> (numeric value
 0)</dt>
@@ -910,11 +910,11 @@
 <pre class="idl">
 [NoInterfaceObject]
 interface <dfn id="navigatoronline">NavigatorOnLine</dfn> {
-  readonly attribute boolean <a href="#dom-navigator-online" title="dom-navigator-onLine">onLine</a>;
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-online" title="dom-navigator-onLine">onLine</a>;
 };
 </pre>
-<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> .
-<code title="dom-navigator-onLine"><a href="#dom-navigator-online">onLine</a></code></dt>
+<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator">navigator</a></code> .
+<code title="dom-navigator-onLine"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-online">onLine</a></code></dt>
 <dd>
 <p>Returns false if the user agent is definitely offline
 (disconnected from the network). Returns true if the user agent

Index: global-attributes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/global-attributes.html,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- global-attributes.html	11 Oct 2012 08:24:11 -0000	1.156
+++ global-attributes.html	11 Oct 2012 09:16:04 -0000	1.157
@@ -807,7 +807,7 @@
 defines a mapping from this attribute to the CSS 'direction' and
 'unicode-bidi' properties, and CSS defines rendering in terms of
 those properties.</p>
-<hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-dir"><a href="#dom-dir">dir</a></code> [ = <var title="">value</var> ]</dt>
+<hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-dir"><a href="http://dev.w3.org/html5/spec/single-page.html#domdir">dir</a></code> [ = <var title="">value</var> ]</dt>
 <dd>
 <p>Returns <a href="dom.html#the-html-element-0" id="the-html-element_2">the <code>html</code> element</a>'s
 <code title="attr-dir"><a href="#the-dir-attribute" id="dir_12">dir</a></code> attribute's value, if any.</p>
@@ -881,7 +881,7 @@
 <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 href="#dom-style">style</a></code></dt>
+<hr><dl class="domintro"><dt><var title="">element</var> . <code title="dom-style"><a href="http://dev.w3.org/html5/spec/single-page.html#domstyle">style</a></code></dt>
 <dd>
 <p>Returns a <code><a href="#cssstyledeclaration">CSSStyleDeclaration</a></code> object for
 the element's <code title="attr-style"><a href="#the-style-attribute" id="style_7">style</a></code> attribute.</p>
@@ -933,7 +933,7 @@
 </div>
 <p>Every <a href="infrastructure.html#html-elements" id="html-elements_18" 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 href="#dom-dataset">dataset</a></code></dt>
+<hr><dl class="domintro"><dt><var title="">element</var> . <code title="dom-dataset"><a href="http://dev.w3.org/html5/spec/single-page.html#domdataset">dataset</a></code></dt>
 <dd>
 <p>Returns a <code><a href="#domstringmap-0">DOMStringMap</a></code> object for the element's
 <code title="attr-data-*"><a href="#attr-data-*" id="data-*_1">data-*</a></code> attributes.</p>

Index: the-legend-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-legend-element.html,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- the-legend-element.html	11 Oct 2012 08:24:24 -0000	1.136
+++ the-legend-element.html	11 Oct 2012 09:16:15 -0000	1.137
@@ -420,14 +420,14 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmllegendelement">HTMLLegendElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_90">HTMLElement</a> {
-  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_2">HTMLFormElement</a>? <a href="#dom-legend-form" title="dom-legend-form">form</a>;
+  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_2">HTMLFormElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domlegend-form" title="dom-legend-form">form</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-legend-element" id="legend_4">legend</a></code> element <a href="#represents">represents</a> a caption for the rest of the contents
 of the <code><a href="#the-legend-element" id="legend_5">legend</a></code> element's parent <code><a href="the-fieldset-element.html#the-fieldset-element" id="fieldset_20">fieldset</a></code>
 element.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">legend</var> . <code title="dom-legend-form"><a href="#dom-legend-form">form</a></code></dt>
+<dl class="domintro"><dt><var title="">legend</var> . <code title="dom-legend-form"><a href="http://dev.w3.org/html5/spec/single-page.html#domlegend-form">form</a></code></dt>
 <dd>
 <p>Returns the element's <code><a href="the-form-element.html#the-form-element" id="form_20">form</a></code> element, if any, or null otherwise.</p>
 </dd>

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.1181
retrieving revision 1.1182
diff -u -d -r1.1181 -r1.1182
--- history.html	11 Oct 2012 08:24:11 -0000	1.1181
+++ history.html	11 Oct 2012 09:16:04 -0000	1.1182
@@ -439,7 +439,7 @@
 to page.</p>
 <p>A <dfn id="state-object">state object</dfn> is an object
 representing a user interface state.</p>
-<p>Pages can <a href="#dom-history-pushstate" title="dom-history-pushState">add</a> <a href="#state-object" id="state-object_2" title="state object">state objects</a> between
+<p>Pages can <a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-pushstate" title="dom-history-pushState">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
@@ -470,7 +470,7 @@
 defined in this specification, e.g. during <a href="#traverse-the-history" title="traverse the history">session
 history traversal</a>.</p>
 <p class="note">The <a href="#current-entry" id="current-entry_1">current entry</a> is usually an entry for the
-<a href="#dom-location-href" title="dom-location-href">location</a>
+<a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-href" title="dom-location-href">location</a>
 of the <code><a href="dom.html#document" id="document_111">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>
@@ -505,25 +505,25 @@
 interface</h4>
 <pre class="idl">
 interface <dfn id="history-1">History</dfn> {
-  readonly attribute long <a href="#dom-history-length" title="dom-history-length">length</a>;
-  readonly attribute any <a href="#dom-history-state" title="dom-history-state">state</a>;
-  void <a href="#dom-history-go" title="dom-history-go">go</a>(optional long delta);
-  void <a href="#dom-history-back" title="dom-history-back">back</a>();
-  void <a href="#dom-history-forward" title="dom-history-forward">forward</a>();
-  void <a href="#dom-history-pushstate" title="dom-history-pushState">pushState</a>(any data, DOMString title, optional DOMString? url);
-  void <a href="#dom-history-replacestate" title="dom-history-replaceState">replaceState</a>(any data, DOMString title, optional DOMString? url);
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-length" title="dom-history-length">length</a>;
+  readonly attribute any <a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-state" title="dom-history-state">state</a>;
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-go" title="dom-history-go">go</a>(optional long delta);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-back" title="dom-history-back">back</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-forward" title="dom-history-forward">forward</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-pushstate" title="dom-history-pushState">pushState</a>(any data, DOMString title, optional DOMString? url);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-replacestate" title="dom-history-replaceState">replaceState</a>(any data, DOMString title, optional DOMString? url);
 };
 </pre>
-<dl class="domintro"><dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-length"><a href="#dom-history-length">length</a></code></dt>
+<dl class="domintro"><dt><var title="">window</var> . <code title="dom-history"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory">history</a></code> . <code title="dom-history-length"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-length">length</a></code></dt>
 <dd>
 <p>Returns the number of entries in the <a href="#joint-session-history" id="joint-session-history_0">joint session
 history</a>.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-state"><a href="#dom-history-state">state</a></code></dt>
+<dt><var title="">window</var> . <code title="dom-history"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory">history</a></code> . <code title="dom-history-state"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-state">state</a></code></dt>
 <dd>
 <p>Returns the current <a href="#state-object" id="state-object_6">state object</a>.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-go"><a href="#dom-history-go">go</a></code>( [
+<dt><var title="">window</var> . <code title="dom-history"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory">history</a></code> . <code title="dom-history-go"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-go">go</a></code>( [
 <var title="">delta</var> ] )</dt>
 <dd>
 <p>Goes back or forward the specified number of steps in the
@@ -532,23 +532,23 @@
 <p>A zero delta will reload the current page.</p>
 <p>If the delta is out of range, does nothing.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-back"><a href="#dom-history-back">back</a></code>()</dt>
+<dt><var title="">window</var> . <code title="dom-history"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory">history</a></code> . <code title="dom-history-back"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-back">back</a></code>()</dt>
 <dd>
 <p>Goes back one step in the <a href="#joint-session-history" id="joint-session-history_2">joint session history</a>.</p>
 <p>If there is no previous page, does nothing.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-forward"><a href="#dom-history-forward">forward</a></code>()</dt>
+<dt><var title="">window</var> . <code title="dom-history"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory">history</a></code> . <code title="dom-history-forward"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-forward">forward</a></code>()</dt>
 <dd>
 <p>Goes forward one step in the <a href="#joint-session-history" id="joint-session-history_3">joint session history</a>.</p>
 <p>If there is no next page, does nothing.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var>
+<dt><var title="">window</var> . <code title="dom-history"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory">history</a></code> . <code title="dom-history-pushState"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-pushstate">pushState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var>
 ] )</dt>
 <dd>
 <p>Pushes the given data onto the session history, with the given
 title, and, if provided, the given URL.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-history"><a href="#dom-history">history</a></code> . <code title="dom-history-replaceState"><a href="#dom-history-replacestate">replaceState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var>
+<dt><var title="">window</var> . <code title="dom-history"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory">history</a></code> . <code title="dom-history-replaceState"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-replacestate">replaceState</a></code>(<var title="">data</var>, <var title="">title</var> [, <var title="">url</var>
 ] )</dt>
 <dd>
 <p>Updates the current entry in the session history to have the
@@ -631,7 +631,7 @@
 would have with just a na&iuml;ve script-based approach, 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 href="#dom-history-pushstate">pushState()</a></code> method is the same
+the <code title="dom-history-pushState"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-pushstate">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>
@@ -671,8 +671,8 @@
 session history is associated with a unique instance of a
 <code><a href="#location" id="location_3">Location</a></code>
 object.</p>
-<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-location"><a href="#dom-document-location">location</a></code> [ = <var title="">value</var> ]</dt>
-<dt><var title="">window</var> . <code title="dom-location"><a href="#dom-location">location</a></code> [ =
+<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-location"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-location">location</a></code> [ = <var title="">value</var> ]</dt>
+<dt><var title="">window</var> . <code title="dom-location"><a href="http://dev.w3.org/html5/spec/single-page.html#domlocation">location</a></code> [ =
 <var title="">value</var> ]</dt>
 <dd>
 <p>Returns a <code><a href="#location" id="location_4">Location</a></code> object with the current page's
@@ -683,40 +683,40 @@
 objects provide a representation of <a href="dom.html#the-document's-address" id="the-document's-address_7" title="the document's address">their document's address</a>, and allow
 the <a href="#current-entry" id="current-entry_4">current entry</a>
 of the <a href="browsers.html#browsing-context" id="browsing-context_58">browsing context</a>'s session history to be
-changed, by adding or replacing entries in the <code title="dom-history"><a href="#dom-history">history</a></code> object.</p>
+changed, by adding or replacing entries in the <code title="dom-history"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory">history</a></code> object.</p>
 <pre class="idl">
 interface <dfn id="location">Location</dfn> {
-  stringifier attribute DOMString <a href="#dom-location-href" title="dom-location-href">href</a>;
-  void <a href="#dom-location-assign" title="dom-location-assign">assign</a>(DOMString url);
-  void <a href="#dom-location-replace" title="dom-location-replace">replace</a>(DOMString url);
-  void <a href="#dom-location-reload" title="dom-location-reload">reload</a>();
+  stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-href" title="dom-location-href">href</a>;
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-assign" title="dom-location-assign">assign</a>(DOMString url);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-replace" title="dom-location-replace">replace</a>(DOMString url);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-reload" title="dom-location-reload">reload</a>();
 
   // <a href="urls.html#url-decomposition-idl-attributes" id="url-decomposition-idl-attributes_3">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>;
-           attribute DOMString <a href="#dom-location-host" id="dom-location-host_0" title="dom-location-host">host</a>;
-           attribute DOMString <a href="#dom-location-hostname" id="dom-location-hostname_0" title="dom-location-hostname">hostname</a>;
-           attribute DOMString <a href="#dom-location-port" id="dom-location-port_0" title="dom-location-port">port</a>;
-           attribute DOMString <a href="#dom-location-pathname" id="dom-location-pathname_0" title="dom-location-pathname">pathname</a>;
-           attribute DOMString <a href="#dom-location-search" id="dom-location-search_0" title="dom-location-search">search</a>;
-           attribute DOMString <a href="#dom-location-hash" id="dom-location-hash_0" title="dom-location-hash">hash</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-protocol" id="dom-location-protocol_0" title="dom-location-protocol">protocol</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-host" id="dom-location-host_0" title="dom-location-host">host</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-hostname" id="dom-location-hostname_0" title="dom-location-hostname">hostname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-port" id="dom-location-port_0" title="dom-location-port">port</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-pathname" id="dom-location-pathname_0" title="dom-location-pathname">pathname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-search" id="dom-location-search_0" title="dom-location-search">search</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-hash" id="dom-location-hash_0" title="dom-location-hash">hash</a>;
 };
 </pre>
-<dl class="domintro"><dt><var title="">location</var> . <code title="dom-location-href"><a href="#dom-location-href">href</a></code> [
+<dl class="domintro"><dt><var title="">location</var> . <code title="dom-location-href"><a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-href">href</a></code> [
 = <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the current page's location.</p>
 <p>Can be set, to navigate to another page.</p>
 </dd>
-<dt><var title="">location</var> . <code title="dom-location-assign"><a href="#dom-location-assign">assign</a></code>(<var title="">url</var>)</dt>
+<dt><var title="">location</var> . <code title="dom-location-assign"><a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-assign">assign</a></code>(<var title="">url</var>)</dt>
 <dd>
 <p>Navigates to the given page.</p>
 </dd>
-<dt><var title="">location</var> . <code title="dom-location-replace"><a href="#dom-location-replace">replace</a></code>(<var title="">url</var>)</dt>
+<dt><var title="">location</var> . <code title="dom-location-replace"><a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-replace">replace</a></code>(<var title="">url</var>)</dt>
 <dd>
 <p>Removes the current page from the session history and navigates
 to the given page.</p>
 </dd>
-<dt><var title="">location</var> . <code title="dom-location-reload"><a href="#dom-location-reload">reload</a></code>()</dt>
+<dt><var title="">location</var> . <code title="dom-location-reload"><a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-reload">reload</a></code>()</dt>
 <dd>
 <p>Reloads the current page.</p>
 </dd>
@@ -736,17 +736,17 @@
 <pre class="idl">
 [Constructor(DOMString type, optional <a href="#popstateeventinit" id="popstateeventinit_0">PopStateEventInit</a> eventInitDict)]
 interface <dfn id="popstateevent">PopStateEvent</dfn> : <a href="#event">Event</a> {
-  readonly attribute any <a href="#dom-popstateevent-state" title="dom-PopStateEvent-state">state</a>;
+  readonly attribute any <a href="http://dev.w3.org/html5/spec/single-page.html#dompopstateevent-state" title="dom-PopStateEvent-state">state</a>;
 };
 
 dictionary <dfn id="popstateeventinit">PopStateEventInit</dfn> : <a href="#eventinit">EventInit</a> {
   any state;
 };
 </pre>
-<dl class="domintro"><dt><var title="">event</var> . <code title="dom-PopStateEvent-state"><a href="#dom-popstateevent-state">state</a></code></dt>
+<dl class="domintro"><dt><var title="">event</var> . <code title="dom-PopStateEvent-state"><a href="http://dev.w3.org/html5/spec/single-page.html#dompopstateevent-state">state</a></code></dt>
 <dd>
 <p>Returns a copy of the information that was provided to
-<code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState()</a></code> or <code title="dom-history-replaceState"><a href="#dom-history-replacestate">replaceState()</a></code>.</p>
+<code title="dom-history-pushState"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-pushstate">pushState()</a></code> or <code title="dom-history-replaceState"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-replacestate">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_21">URL</a> differs from that of the previous one
@@ -754,8 +754,8 @@
 <pre class="idl">
 [Constructor(DOMString type, optional <a href="#hashchangeeventinit" id="hashchangeeventinit_0">HashChangeEventInit</a> eventInitDict)]
 interface <dfn id="hashchangeevent">HashChangeEvent</dfn> : <a href="#event">Event</a> {
-  readonly attribute DOMString <a href="#dom-hashchangeevent-oldurl" title="dom-HashChangeEvent-oldURL">oldURL</a>;
-  readonly attribute DOMString <a href="#dom-hashchangeevent-newurl" title="dom-HashChangeEvent-newURL">newURL</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domhashchangeevent-oldurl" title="dom-HashChangeEvent-oldURL">oldURL</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domhashchangeevent-newurl" title="dom-HashChangeEvent-newURL">newURL</a>;
 };
 
 dictionary <dfn id="hashchangeeventinit">HashChangeEventInit</dfn> : <a href="#eventinit">EventInit</a> {
@@ -763,12 +763,12 @@
   DOMString newURL;
 };
 </pre>
-<dl class="domintro"><dt><var title="">event</var> . <code title="dom-HashChangeEvent-oldURL"><a href="#dom-hashchangeevent-oldurl">oldURL</a></code></dt>
+<dl class="domintro"><dt><var title="">event</var> . <code title="dom-HashChangeEvent-oldURL"><a href="http://dev.w3.org/html5/spec/single-page.html#domhashchangeevent-oldurl">oldURL</a></code></dt>
 <dd>
 <p>Returns the <a href="urls.html#url" id="url_22">URL</a> of the <a href="#session-history-entry" id="session-history-entry_6">session
 history entry</a> that was previously current.</p>
 </dd>
-<dt><var title="">event</var> . <code title="dom-HashChangeEvent-newURL"><a href="#dom-hashchangeevent-newurl">newURL</a></code></dt>
+<dt><var title="">event</var> . <code title="dom-HashChangeEvent-newURL"><a href="http://dev.w3.org/html5/spec/single-page.html#domhashchangeevent-newurl">newURL</a></code></dt>
 <dd>
 <p>Returns the <a href="urls.html#url" id="url_23">URL</a> of the <a href="#session-history-entry" id="session-history-entry_7">session
 history entry</a> that is now current.</p>
@@ -783,14 +783,14 @@
 <pre class="idl">
 [Constructor(DOMString type, optional <a href="#pagetransitioneventinit" id="pagetransitioneventinit_0">PageTransitionEventInit</a> eventInitDict)]
 interface <dfn id="pagetransitionevent">PageTransitionEvent</dfn> : <a href="#event">Event</a> {
-  readonly attribute boolean <a href="#dom-pagetransitionevent-persisted" title="dom-PageTransitionEvent-persisted">persisted</a>;
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#dompagetransitionevent-persisted" title="dom-PageTransitionEvent-persisted">persisted</a>;
 };
 
 dictionary <dfn id="pagetransitioneventinit">PageTransitionEventInit</dfn> : <a href="#eventinit">EventInit</a> {
   boolean persisted;
 };
 </pre>
-<dl class="domintro"><dt><var title="">event</var> . <code title="dom-PageTransitionEvent-persisted"><a href="#dom-pagetransitionevent-persisted">persisted</a></code></dt>
+<dl class="domintro"><dt><var title="">event</var> . <code title="dom-PageTransitionEvent-persisted"><a href="http://dev.w3.org/html5/spec/single-page.html#dompagetransitionevent-persisted">persisted</a></code></dt>
 <dd>
 <p>Returns false if the page is newly being loaded (and the
 <code title="event-load">load</code> event will fire). Otherwise,
@@ -800,10 +800,10 @@
 Unloading documents</h4>
 <pre class="idl">
 interface <dfn id="beforeunloadevent">BeforeUnloadEvent</dfn> : <a href="#event">Event</a> {
-           attribute DOMString <a href="#dom-beforeunloadevent-returnvalue" title="dom-BeforeUnloadEvent-returnValue">returnValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dombeforeunloadevent-returnvalue" title="dom-BeforeUnloadEvent-returnValue">returnValue</a>;
 };
 </pre>
-<dl class="domintro"><dt><var title="">event</var> . <code title="dom-BeforeUnloadEvent-returnValue"><a href="#dom-beforeunloadevent-returnvalue">returnValue</a></code> [ =
+<dl class="domintro"><dt><var title="">event</var> . <code title="dom-BeforeUnloadEvent-returnValue"><a href="http://dev.w3.org/html5/spec/single-page.html#dombeforeunloadevent-returnvalue">returnValue</a></code> [ =
 <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the current return value of the event (the message to

Index: the-source-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-source-element.html,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- the-source-element.html	11 Oct 2012 08:24:25 -0000	1.144
+++ the-source-element.html	11 Oct 2012 09:16:17 -0000	1.145
@@ -425,9 +425,9 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlsourceelement">HTMLSourceElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_69">HTMLElement</a> {
-           attribute DOMString <a href="#dom-source-src" title="dom-source-src">src</a>;
-           attribute DOMString <a href="#dom-source-type" title="dom-source-type">type</a>;
-           attribute DOMString <a href="#dom-source-media" title="dom-source-media">media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domsource-src" title="dom-source-src">src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domsource-type" title="dom-source-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domsource-media" title="dom-source-media">media</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-source-element" id="source_3">source</a></code> element allows authors to specify
@@ -444,7 +444,7 @@
 <code><a href="the-audio-element.html#the-audio-element">audio</a></code> element will
 have no effect. To change what is playing, just use the
 <code title="attr-media-src"><a href="media-elements.html#attr-media-src" id="src_40">src</a></code> attribute on the <a href="media-elements.html#media-element" id="media-element_9">media element</a> directly, possibly making
-use of the <code title="dom-navigator-canPlayType"><a href="#dom-navigator-canplaytype">canPlayType()</a></code> method to
+use of the <code title="dom-navigator-canPlayType"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-canplaytype">canPlayType()</a></code> method to
 pick from amongst available resources. Generally, manipulating
 <code><a href="#the-source-element" id="source_5">source</a></code>
 elements manually after the document has been parsed is an

Index: the-embed-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-embed-element.html,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- the-embed-element.html	11 Oct 2012 08:24:23 -0000	1.140
+++ the-embed-element.html	11 Oct 2012 09:16:14 -0000	1.141
@@ -447,11 +447,11 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlembedelement">HTMLEmbedElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_66">HTMLElement</a> {
-           attribute DOMString <a href="#dom-embed-src" title="dom-embed-src">src</a>;
-           attribute DOMString <a href="#dom-embed-type" title="dom-embed-type">type</a>;
-           attribute DOMString <a href="#dom-dim-width" title="dom-dim-width">width</a>;
-           attribute DOMString <a href="#dom-dim-height" title="dom-dim-height">height</a>;
-  <a href="#dom-embed-caller" title="dom-embed-caller">legacycaller</a> any (any... arguments);
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domembed-src" title="dom-embed-src">src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domembed-type" title="dom-embed-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdim-width" title="dom-dim-width">width</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdim-height" title="dom-dim-height">height</a>;
+  <a href="http://dev.w3.org/html5/spec/single-page.html#domembed-caller" title="dom-embed-caller">legacycaller</a> any (any... arguments);
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-embed-element" id="embed_8">embed</a></code> element <a href="#represents">represents</a> an integration point for an external

Index: the-col-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-col-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-col-element.html	11 Oct 2012 08:24:22 -0000	1.131
+++ the-col-element.html	11 Oct 2012 09:16:14 -0000	1.132
@@ -423,7 +423,7 @@
 <dd>
 <p><code><a href="the-colgroup-element.html#htmltablecolelement" id="htmltablecolelement_0">HTMLTableColElement</a></code>, same as for
 <code><a href="the-colgroup-element.html#the-colgroup-element" id="colgroup_3">colgroup</a></code> elements. This interface defines
-one member, <code title="dom-col-span"><a href="#dom-col-span">span</a></code>.</p>
+one member, <code title="dom-col-span"><a href="http://dev.w3.org/html5/spec/single-page.html#domcol-span">span</a></code>.</p>
 </dd>
 </dl><!--TOPIC:HTML--><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.html#the-colgroup-element" id="colgroup_4">colgroup</a></code> element

Index: the-style-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-style-element.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- the-style-element.html	11 Oct 2012 08:24:26 -0000	1.142
+++ the-style-element.html	11 Oct 2012 09:16:17 -0000	1.143
@@ -439,10 +439,10 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlstyleelement">HTMLStyleElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_11">HTMLElement</a> {
-           attribute boolean <a href="#dom-style-disabled" id="dom-style-disabled_0" title="dom-style-disabled">disabled</a>;
-           attribute DOMString <a href="#dom-style-media" title="dom-style-media">media</a>;
-           attribute DOMString <a href="#dom-style-type" title="dom-style-type">type</a>;
-           attribute boolean <a href="#dom-style-scoped" title="dom-style-scoped">scoped</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domstyle-disabled" id="dom-style-disabled_0" title="dom-style-disabled">disabled</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domstyle-media" title="dom-style-media">media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domstyle-type" title="dom-style-type">type</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domstyle-scoped" title="dom-style-scoped">scoped</a>;
 };
 <a href="#htmlstyleelement" id="htmlstyleelement_0">HTMLStyleElement</a> implements <a href="#linkstyle">LinkStyle</a>;
 </pre></dd>
@@ -516,7 +516,7 @@
 <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>
 <p>The <dfn id="dom-style-disabled" title="dom-style-disabled"><code>disabled</code></dfn> IDL attribute
-behaves as defined <a href="#dom-linkstyle-disabled" title="dom-linkstyle-disabled">for the alternative style sheets
+behaves as defined <a href="http://dev.w3.org/html5/spec/single-page.html#domlinkstyle-disabled" title="dom-linkstyle-disabled">for the alternative style sheets
 DOM</a>.</p>
 <p>The <code><a href="#linkstyle">LinkStyle</a></code> interface is
 also implemented by this element; the <a href="styling.html#styling" id="styling-processing-model_1">styling processing model</a> defines

Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/webappapis.html,v
retrieving revision 1.616
retrieving revision 1.617
diff -u -d -r1.616 -r1.617
--- webappapis.html	11 Oct 2012 08:24:27 -0000	1.616
+++ webappapis.html	11 Oct 2012 09:16:18 -0000	1.617
@@ -729,14 +729,14 @@
 <td><code title="event-readystatechange"><a href="#event-readystatechange">readystatechange</a></code></td>
 </table><h3 id="atob"><span class="secno">6.2</span> Base64 utility
 methods</h3>
-<p>The <code title="dom-windowbase64-atob"><a href="#dom-windowbase64-atob">atob()</a></code> and <code title="dom-windowbase64-btoa"><a href="#dom-windowbase64-btoa">btoa()</a></code> methods allow authors to
+<p>The <code title="dom-windowbase64-atob"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowbase64-atob">atob()</a></code> and <code title="dom-windowbase64-btoa"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowbase64-btoa">btoa()</a></code> methods allow authors to
 transform content to and from the base64 encoding.</p>
 <!-- v2: actual binary support -->
 <pre class="idl">
 [NoInterfaceObject]
 interface <dfn id="windowbase64">WindowBase64</dfn> {
-  DOMString <a href="#dom-windowbase64-btoa" title="dom-windowbase64-btoa">btoa</a>(DOMString btoa);
-  DOMString <a href="#dom-windowbase64-atob" title="dom-windowbase64-atob">atob</a>(DOMString atob);
+  DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domwindowbase64-btoa" title="dom-windowbase64-btoa">btoa</a>(DOMString btoa);
+  DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domwindowbase64-atob" title="dom-windowbase64-atob">atob</a>(DOMString atob);
 };
 <a href="browsers.html#window" id="window_22">Window</a> implements <a href="#windowbase64" id="windowbase64_0">WindowBase64</a>;
 </pre>
@@ -745,7 +745,7 @@
 practice, though, for primarily historical reasons, both the input
 and output of these functions are Unicode strings.</p>
 <dl class="domintro"><dt><var title="">result</var> = <var title="">window</var> .
-<code title="dom-windowbase64-btoa"><a href="#dom-windowbase64-btoa">btoa</a></code>( <var title="">data</var>
+<code title="dom-windowbase64-btoa"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowbase64-btoa">btoa</a></code>( <var title="">data</var>
 )</dt>
 <dd>
 <p>Takes the input data, in the form of a Unicode string containing
@@ -756,7 +756,7 @@
 if the input string contains any out-of-range characters.</p>
 </dd>
 <dt><var title="">result</var> = <var title="">window</var> .
-<code title="dom-windowbase64-atob"><a href="#dom-windowbase64-atob">atob</a></code>( <var title="">data</var>
+<code title="dom-windowbase64-atob"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowbase64-atob">atob</a></code>( <var title="">data</var>
 )</dt>
 <dd>
 <p>Takes the input data, in the form of a Unicode string containing
@@ -768,8 +768,8 @@
 if the input string is not valid base64 data.</p>
 </dd>
 </dl><p class="note">Some base64 encoders add newlines or other
-whitespace to their output. The <code title="dom-windowbase64-atob"><a href="#dom-windowbase64-atob">atob()</a></code> method throws an
+whitespace to their output. The <code title="dom-windowbase64-atob"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowbase64-atob">atob()</a></code> method throws an
 exception if its input contains characters other than those
 described by the regular expression bracket expression <code title="">[+/=0-9A-Za-z]</code>, so other characters need to be removed
-before <code title="dom-windowbase64-atob"><a href="#dom-windowbase64-atob">atob()</a></code> is used for
+before <code title="dom-windowbase64-atob"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowbase64-atob">atob()</a></code> is used for
 decoding.</p>

Index: the-tbody-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-tbody-element.html,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- the-tbody-element.html	11 Oct 2012 08:24:26 -0000	1.137
+++ the-tbody-element.html	11 Oct 2012 09:16:17 -0000	1.138
@@ -424,9 +424,9 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmltablesectionelement">HTMLTableSectionElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_83">HTMLElement</a> {
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-tbody-rows" title="dom-tbody-rows">rows</a>;
-  <a href="elements.html#htmlelement" id="htmlelement_84">HTMLElement</a> <a href="#dom-tbody-insertrow" title="dom-tbody-insertRow">insertRow</a>(optional long index);
-  void <a href="#dom-tbody-deleterow" title="dom-tbody-deleteRow">deleteRow</a>(long index);
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domtbody-rows" title="dom-tbody-rows">rows</a>;
+  <a href="elements.html#htmlelement" id="htmlelement_84">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domtbody-insertrow" title="dom-tbody-insertRow">insertRow</a>(optional long index);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domtbody-deleterow" title="dom-tbody-deleteRow">deleteRow</a>(long index);
 };
 </pre>
 <p>The <code><a href="#htmltablesectionelement" id="htmltablesectionelement_2">HTMLTableSectionElement</a></code>
@@ -436,13 +436,13 @@
 parent <code><a href="the-table-element.html#the-table-element" id="table_18">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.html#the-table-element" id="table_19">table</a></code>.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">tbody</var> . <code title="dom-tbody-rows"><a href="#dom-tbody-rows">rows</a></code></dt>
+<dl class="domintro"><dt><var title="">tbody</var> . <code title="dom-tbody-rows"><a href="http://dev.w3.org/html5/spec/single-page.html#domtbody-rows">rows</a></code></dt>
 <dd>
 <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="the-tr-element.html#the-tr-element" id="tr_8">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 href="#dom-tbody-insertrow">insertRow</a></code>( [ <var title="">index</var> ] )</dt>
+<code title="dom-tbody-insertRow"><a href="http://dev.w3.org/html5/spec/single-page.html#domtbody-insertrow">insertRow</a></code>( [ <var title="">index</var> ] )</dt>
 <dd>
 <p>Creates a <code><a href="the-tr-element.html#the-tr-element" id="tr_9">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.html#the-tr-element" id="tr_10">tr</a></code>.</p>
@@ -452,7 +452,7 @@
 <p>If the given position is less than &minus;1 or greater than the number
 of rows, throws an <code><a href="#indexsizeerror">IndexSizeError</a></code> exception.</p>
 </dd>
-<dt><var title="">tbody</var> . <code title="dom-tbody-deleteRow"><a href="#dom-tbody-deleterow">deleteRow</a></code>(<var title="">index</var>)</dt>
+<dt><var title="">tbody</var> . <code title="dom-tbody-deleteRow"><a href="http://dev.w3.org/html5/spec/single-page.html#domtbody-deleterow">deleteRow</a></code>(<var title="">index</var>)</dt>
 <dd>
 <p>Removes the <code><a href="the-tr-element.html#the-tr-element" id="tr_11">tr</a></code> element with the given position in the table
 section.</p>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1977
retrieving revision 1.1978
diff -u -d -r1.1977 -r1.1978
--- spec.html	11 Oct 2012 08:42:22 -0000	1.1977
+++ spec.html	11 Oct 2012 09:16:06 -0000	1.1978
@@ -674,7 +674,7 @@
 <li><a href="#resources"><span class="secno">2.1.1</span>
 Resources</a></li>
 <li><a href="#xml"><span class="secno">2.1.2</span> XML</a></li>
-<li><a href="#dom-trees"><span class="secno">2.1.3</span> DOM
+<li><a href="http://dev.w3.org/html5/spec/single-page.html#domtrees"><span class="secno">2.1.3</span> DOM
 trees</a></li>
 <li><a href="#scripting-0"><span class="secno">2.1.4</span>
 Scripting</a></li>
@@ -768,7 +768,7 @@
 <li><a href="#domstringmap"><span class="secno">2.6.3</span>
 DOMStringMap</a></li>
[...7114 lines suppressed...]
 <dl class="has-norefs" id="attr-ol-type-state-upper-alpha_index">
 <dt><span title="attr-ol-type-state-upper-alpha">upper-alpha</span></dt>
@@ -56387,7 +56387,7 @@
 for element. The</span> <span>... of an</span> <code><a href="#the-option-element">option</a></code> element is the value of the
 <code title="attr-option-value"><a href="#attr-option-value">value</a></code> content attribute, if there
 is one, or, if there is not, the value of the element's
-<code title="dom-option-text"><a href="#dom-option-text">text</a></code> IDL attribute.</span></dd>
+<code title="dom-option-text"><a href="http://dev.w3.org/html5/spec/single-page.html#domoption-text">text</a></code> IDL attribute.</span></dd>
 <dd><a href="#value_33"><span class="secno">4.10.7.2.3</span> The
 <code title="attr-input-list"><span>list</span></code>
 attribute</a></dd>
@@ -56402,7 +56402,7 @@
 for element. The</span> <span>... of an</span> <code><a href="#the-option-element">option</a></code> element is the value of the
 <code title="attr-option-value"><a>...</a></code> content
 attribute, if there is one, or, if there is not, the value of the
-element's <code title="dom-option-text"><a href="#dom-option-text">text</a></code> IDL attribute.</span></dd>
+element's <code title="dom-option-text"><a href="http://dev.w3.org/html5/spec/single-page.html#domoption-text">text</a></code> IDL attribute.</span></dd>
 <dd><a href="#concept-option-value_0"><span class="secno">4.10.9</span> The <span><code>select</code></span>
 element</a></dd>
 <dd><a href="#concept-option-value_1"><span class="secno">4.10.10</span> The <span><code>datalist</code></span>

Index: system-state-and-capabilities.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/system-state-and-capabilities.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- system-state-and-capabilities.html	11 Oct 2012 08:24:20 -0000	1.37
+++ system-state-and-capabilities.html	11 Oct 2012 09:16:13 -0000	1.38
@@ -431,10 +431,10 @@
 [NoInterfaceObject]
 interface <dfn id="navigatorid">NavigatorID</dfn> {<!--
   readonly attribute DOMString <span title="dom-navigator-appCodeName">appCodeName</span>;-->
-  readonly attribute DOMString <a href="#dom-navigator-appname" title="dom-navigator-appName">appName</a>;
-  readonly attribute DOMString <a href="#dom-navigator-appversion" title="dom-navigator-appVersion">appVersion</a>;
-  readonly attribute DOMString <a href="#dom-navigator-platform" title="dom-navigator-platform">platform</a>;
-  readonly attribute DOMString <a href="#dom-navigator-useragent" title="dom-navigator-userAgent">userAgent</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-appname" title="dom-navigator-appName">appName</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-appversion" title="dom-navigator-appVersion">appVersion</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-platform" title="dom-navigator-platform">platform</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-useragent" title="dom-navigator-userAgent">userAgent</a>;
 };
 </pre>
 <p>In certain cases, despite the best efforts of the entire
@@ -446,23 +446,23 @@
 <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.</p>
-<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> .
-<code title="dom-navigator-appName"><a href="#dom-navigator-appname">appName</a></code></dt>
+<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator">navigator</a></code> .
+<code title="dom-navigator-appName"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-appname">appName</a></code></dt>
 <dd>
 <p>Returns the name of the browser.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> .
-<code title="dom-navigator-appVersion"><a href="#dom-navigator-appversion">appVersion</a></code></dt>
+<dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator">navigator</a></code> .
+<code title="dom-navigator-appVersion"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-appversion">appVersion</a></code></dt>
 <dd>
 <p>Returns the version of the browser.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> .
-<code title="dom-navigator-platform"><a href="#dom-navigator-platform">platform</a></code></dt>
+<dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator">navigator</a></code> .
+<code title="dom-navigator-platform"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-platform">platform</a></code></dt>
 <dd>
 <p>Returns the name of the platform.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> .
-<code title="dom-navigator-userAgent"><a href="#dom-navigator-useragent">userAgent</a></code></dt>
+<dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator">navigator</a></code> .
+<code title="dom-navigator-userAgent"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-useragent">userAgent</a></code></dt>
 <dd>
 <p>Returns the complete User-Agent header.</p>
 </dd>
@@ -472,12 +472,12 @@
 [NoInterfaceObject]
 interface <dfn id="navigatorcontentutils">NavigatorContentUtils</dfn> {
   // content handler registration
-  void <a href="#dom-navigator-registerprotocolhandler" id="dom-navigator-registerprotocolhandler_0" title="dom-navigator-registerProtocolHandler">registerProtocolHandler</a>(DOMString scheme, DOMString url, DOMString title);
-  void <a href="#dom-navigator-registercontenthandler" id="dom-navigator-registercontenthandler_0" title="dom-navigator-registerContentHandler">registerContentHandler</a>(DOMString mimeType, DOMString url, DOMString title);
-  DOMString <a href="#dom-navigator-isprotocolhandlerregistered" title="dom-navigator-isProtocolHandlerRegistered">isProtocolHandlerRegistered</a>(DOMString scheme, DOMString url);
-  DOMString <a href="#dom-navigator-iscontenthandlerregistered" title="dom-navigator-isContentHandlerRegistered">isContentHandlerRegistered</a>(DOMString mimeType, DOMString url);
-  void <a href="#dom-navigator-unregisterprotocolhandler" title="dom-navigator-unregisterProtocolHandler">unregisterProtocolHandler</a>(DOMString scheme, DOMString url);
-  void <a href="#dom-navigator-unregistercontenthandler" title="dom-navigator-unregisterContentHandler">unregisterContentHandler</a>(DOMString mimeType, DOMString url);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-registerprotocolhandler" id="dom-navigator-registerprotocolhandler_0" title="dom-navigator-registerProtocolHandler">registerProtocolHandler</a>(DOMString scheme, DOMString url, DOMString title);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-registercontenthandler" id="dom-navigator-registercontenthandler_0" title="dom-navigator-registerContentHandler">registerContentHandler</a>(DOMString mimeType, DOMString url, DOMString title);
+  DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-isprotocolhandlerregistered" title="dom-navigator-isProtocolHandlerRegistered">isProtocolHandlerRegistered</a>(DOMString scheme, DOMString url);
+  DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-iscontenthandlerregistered" title="dom-navigator-isContentHandlerRegistered">isContentHandlerRegistered</a>(DOMString mimeType, DOMString url);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-unregisterprotocolhandler" title="dom-navigator-unregisterProtocolHandler">unregisterProtocolHandler</a>(DOMString scheme, DOMString url);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-unregistercontenthandler" title="dom-navigator-unregisterContentHandler">unregisterContentHandler</a>(DOMString mimeType, DOMString url);
 };
 </pre>
 <p>The <dfn id="dom-navigator-registerprotocolhandler" title="dom-navigator-registerProtocolHandler"><code>registerProtocolHandler()</code></dfn>
@@ -493,11 +493,11 @@
 application capable of handling vCards, his Web browser can instead
 suggest he use that site to view contact information stored on
 vCards that he opens. <a href="references.html#refsRFC5724">[RFC5724]</a> <a href="references.html#refsRFC6350">RFC6350</a></p>
-<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> .
-<code title="dom-navigator-registerProtocolHandler"><a href="#dom-navigator-registerprotocolhandler" id="registerprotocolhandler">registerProtocolHandler</a></code>(<var title="">scheme</var>,
+<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator">navigator</a></code> .
+<code title="dom-navigator-registerProtocolHandler"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-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 href="#dom-navigator">navigator</a></code> .
-<code title="dom-navigator-registerContentHandler"><a href="#dom-navigator-registercontenthandler" id="registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>,
+<dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator">navigator</a></code> .
+<code title="dom-navigator-registerContentHandler"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-registercontenthandler" id="registercontenthandler">registerContentHandler</a></code>(<var title="">mimeType</var>,
 <var title="">url</var>, <var title="">title</var>)</dt>
 <dd>
 <p>Registers a handler for the given scheme or content type, at the
@@ -516,10 +516,10 @@
 for determining if particular handlers have been registered, and
 for unregistering handlers.</p>
 <dl class="domintro"><dt><var title="">state</var> = <var title="">window</var> .
-<code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-isProtocolHandlerRegistered"><a href="#dom-navigator-isprotocolhandlerregistered">isProtocolHandlerRegistered</a></code>(<var title="">scheme</var>,
+<code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator">navigator</a></code> . <code title="dom-navigator-isProtocolHandlerRegistered"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-isprotocolhandlerregistered">isProtocolHandlerRegistered</a></code>(<var title="">scheme</var>,
 <var title="">url</var>)</dt>
 <dt><var title="">state</var> = <var title="">window</var> .
-<code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-isContentHandlerRegistered"><a href="#dom-navigator-iscontenthandlerregistered">isContentHandlerRegistered</a></code>(<var title="">mimeType</var>,
+<code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator">navigator</a></code> . <code title="dom-navigator-isContentHandlerRegistered"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-iscontenthandlerregistered">isContentHandlerRegistered</a></code>(<var title="">mimeType</var>,
 <var title="">url</var>)</dt>
 <dd>
 <p>Returns one of the following strings describing the state of the
@@ -539,10 +539,10 @@
 again.</dd>
 </dl></dd>
 <dt><var title="">state</var> = <var title="">window</var> .
-<code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-unregisterProtocolHandler"><a href="#dom-navigator-unregisterprotocolhandler">unregisterProtocolHandler</a></code>(<var title="">scheme</var>,
+<code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator">navigator</a></code> . <code title="dom-navigator-unregisterProtocolHandler"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-unregisterprotocolhandler">unregisterProtocolHandler</a></code>(<var title="">scheme</var>,
 <var title="">url</var>)</dt>
 <dt><var title="">state</var> = <var title="">window</var> .
-<code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> . <code title="dom-navigator-unregisterContentHandler"><a href="#dom-navigator-unregistercontenthandler">unregisterContentHandler</a></code>(<var title="">mimeType</var>,
+<code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator">navigator</a></code> . <code title="dom-navigator-unregisterContentHandler"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-unregistercontenthandler">unregisterContentHandler</a></code>(<var title="">mimeType</var>,
 <var title="">url</var>)</dt>
 <dd>
 <p>Unregisters the handler given by the arguments.</p>
@@ -551,17 +551,17 @@
 <pre class="idl">
 [NoInterfaceObject]
 interface <dfn id="navigatorstorageutils">NavigatorStorageUtils</dfn> {
-  void <a href="#dom-navigator-yieldforstorageupdates" title="dom-navigator-yieldForStorageUpdates">yieldForStorageUpdates</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-yieldforstorageupdates" title="dom-navigator-yieldForStorageUpdates">yieldForStorageUpdates</a>();
 };
 </pre>
-<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="#dom-navigator">navigator</a></code> .
-<code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">yieldForStorageUpdates</a></code>()</dt>
+<dl class="domintro"><dt><var title="">window</var> . <code title="dom-navigator"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator">navigator</a></code> .
+<code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-yieldforstorageupdates">yieldForStorageUpdates</a></code>()</dt>
 <dd>
-<p>If a script uses the <code title="dom-document-cookie"><a href="#dom-document-cookie">document.cookie</a></code> API, or the
+<p>If a script uses the <code title="dom-document-cookie"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-cookie">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. <a href="references.html#refsWEBSTORAGE">[WEBSTORAGE]</a></p>
-<p>Calling the <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+<p>Calling the <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-yieldforstorageupdates">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>
 <p>Values of cookies and items in the <code>Storage</code> objects
@@ -573,12 +573,12 @@
 interface</h4>
 <pre class="idl">
 interface <dfn id="external">External</dfn> {
-  void <a href="#dom-external-addsearchprovider" title="dom-external-AddSearchProvider">AddSearchProvider</a>(DOMString engineURL);
-  unsigned long <a href="#dom-external-issearchproviderinstalled" title="dom-external-IsSearchProviderInstalled">IsSearchProviderInstalled</a>(DOMString engineURL);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domexternal-addsearchprovider" title="dom-external-AddSearchProvider">AddSearchProvider</a>(DOMString engineURL);
+  unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domexternal-issearchproviderinstalled" title="dom-external-IsSearchProviderInstalled">IsSearchProviderInstalled</a>(DOMString engineURL);
 };
 </pre>
-<dl class="domintro"><dt><var title="">window</var> . <code title="dom-external"><a href="#dom-external">external</a></code> .
-<code title="dom-external-AddSearchProvider"><a href="#dom-external-addsearchprovider">AddSearchProvider</a></code>(
+<dl class="domintro"><dt><var title="">window</var> . <code title="dom-external"><a href="http://dev.w3.org/html5/spec/single-page.html#domexternal">external</a></code> .
+<code title="dom-external-AddSearchProvider"><a href="http://dev.w3.org/html5/spec/single-page.html#domexternal-addsearchprovider">AddSearchProvider</a></code>(
 <var title="">url</var> )</dt>
 <dd>
 <p>Adds the search engine described by the OpenSearch description
@@ -587,7 +587,7 @@
 as the script that calls this method.</p>
 </dd>
 <dt><var title="">installed</var> = <var title="">window</var> .
-<code title="dom-external"><a href="#dom-external">external</a></code> . <code title="dom-external-IsSearchProviderInstalled"><a href="#dom-external-issearchproviderinstalled">IsSearchProviderInstalled</a></code>(
+<code title="dom-external"><a href="http://dev.w3.org/html5/spec/single-page.html#domexternal">external</a></code> . <code title="dom-external-IsSearchProviderInstalled"><a href="http://dev.w3.org/html5/spec/single-page.html#domexternal-issearchproviderinstalled">IsSearchProviderInstalled</a></code>(
 <var title="">url</var> )</dt>
 <dd>
 <p>Returns a value based on comparing <var title="">url</var> to

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.1216
retrieving revision 1.1217
diff -u -d -r1.1216 -r1.1217
--- browsers.html	11 Oct 2012 08:24:09 -0000	1.1216
+++ browsers.html	11 Oct 2012 09:16:02 -0000	1.1217
@@ -439,7 +439,7 @@
 <a href="#browsing-context" id="browsing-context_17">browsing
 context</a> is that <a href="#browsing-context" id="browsing-context_18">browsing context</a> whose <a href="history.html#session-history" id="session-history_1">session history</a>
 contains the <code><a href="dom.html#document" id="document_79">Document</a></code>, if any. (A <code><a href="dom.html#document" id="document_80">Document</a></code> created using an
-API such as <code title="dom-DOMImplementation-createDocument"><a href="#dom-domimplementation-createdocument">createDocument()</a></code>
+API such as <code title="dom-DOMImplementation-createDocument"><a href="http://dev.w3.org/html5/spec/single-page.html#domdomimplementation-createdocument">createDocument()</a></code>
 has no <a href="#browsing-context" id="browsing-context_19">browsing context</a>.)</p>
 <p>Each <code><a href="dom.html#document" id="document_81">Document</a></code> is associated with a
 <code><a href="#window" id="window_7">Window</a></code> object. A
@@ -459,7 +459,7 @@
 another, with <a href="#replacement-enabled">replacement
 enabled</a>. Second, a <code><a href="dom.html#document" id="document_85">Document</a></code> can end up being reused for
 several <code><a href="#window" id="window_11">Window</a></code>
-objects when the <code title="dom-document-open"><a href="dynamic-markup-insertion.html#dom-document-open" id="document.open()_2">document.open()</a></code> method is used, such
+objects when the <code title="dom-document-open"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open" id="document.open()_2">document.open()</a></code> method is used, such
 that the mapping is then many-to-1.</p>
 <p class="note">A <code><a href="dom.html#document" id="document_86">Document</a></code> does not necessarily have a
 <a href="#browsing-context" id="browsing-context_24">browsing
@@ -585,17 +585,17 @@
 <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>
-<dl class="domintro"><dt><var title="">window</var> . <code title="dom-top"><a href="#dom-top">top</a></code></dt>
+<dl class="domintro"><dt><var title="">window</var> . <code title="dom-top"><a href="http://dev.w3.org/html5/spec/single-page.html#domtop">top</a></code></dt>
 <dd>
 <p>Returns the <code><a href="#windowproxy">WindowProxy</a></code>
 for the <a href="#top-level-browsing-context" id="top-level-browsing-context_3">top-level browsing context</a>.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-parent"><a href="#dom-parent">parent</a></code></dt>
+<dt><var title="">window</var> . <code title="dom-parent"><a href="http://dev.w3.org/html5/spec/single-page.html#domparent">parent</a></code></dt>
 <dd>
 <p>Returns the <code><a href="#windowproxy">WindowProxy</a></code>
 for the <a href="#parent-browsing-context" id="parent-browsing-context_10">parent browsing context</a>.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-frameElement"><a href="#dom-frameelement">frameElement</a></code></dt>
+<dt><var title="">window</var> . <code title="dom-frameElement"><a href="http://dev.w3.org/html5/spec/single-page.html#domframeelement">frameElement</a></code></dt>
 <dd>
 <p>Returns the <code><a href="#element">Element</a></code> for the
 <a href="#browsing-context-container" id="browsing-context-container_4">browsing context container</a>.</p>
@@ -686,7 +686,7 @@
 <td>master</td>
 <td>current</td>
 <td>master</td>
-<tr><td>none specified, for <code title="dom-open"><a href="#dom-open">window.open()</a></code> <!-- same as _blank --></td>
+<tr><td>none specified, for <code title="dom-open"><a href="http://dev.w3.org/html5/spec/single-page.html#domopen">window.open()</a></code> <!-- same as _blank --></td>
 <td>new</td>
 <td>new</td>
 <td>maybe new&dagger;</td>
@@ -795,49 +795,49 @@
 [NamedPropertiesObject]
 interface <dfn id="window">Window</dfn> : <a href="#eventtarget">EventTarget</a> {
   // the current browsing context
-  [Unforgeable] readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-window" title="dom-window">window</a>;
-  [Replaceable] readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-self" title="dom-self">self</a>;
-  [Unforgeable] readonly attribute <a href="dom.html#document" id="document_103">Document</a> <a href="#dom-document-0" title="dom-document">document</a>;
-           attribute DOMString <a href="#dom-name" title="dom-name">name</a>; <!-- not [Replaceable] per WebKit and IE8 -->
-  [PutForwards=<a href="#dom-location-href" title="dom-location-href">href</a>, Unforgeable] readonly attribute <a href="history.html#location" id="location_1">Location</a> <a href="#dom-location" title="dom-location">location</a>;
-  readonly attribute <a href="history.html#history-1" id="history_0">History</a> <a href="#dom-history" title="dom-history">history</a>;
+  [Unforgeable] readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domwindow" title="dom-window">window</a>;
+  [Replaceable] readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domself" title="dom-self">self</a>;
+  [Unforgeable] readonly attribute <a href="dom.html#document" id="document_103">Document</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-0" title="dom-document">document</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domname" title="dom-name">name</a>; <!-- not [Replaceable] per WebKit and IE8 -->
+  [PutForwards=<a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-href" title="dom-location-href">href</a>, Unforgeable] readonly attribute <a href="history.html#location" id="location_1">Location</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domlocation" title="dom-location">location</a>;
+  readonly attribute <a href="history.html#history-1" id="history_0">History</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domhistory" title="dom-history">history</a>;
 <!--FIND-->
-  [Replaceable] readonly attribute <a href="#barprop" id="barprop_0">BarProp</a> <a href="#dom-window-locationbar" title="dom-window-locationbar">locationbar</a>;
-  [Replaceable] readonly attribute <a href="#barprop" id="barprop_1">BarProp</a> <a href="#dom-window-menubar" title="dom-window-menubar">menubar</a>;
-  [Replaceable] readonly attribute <a href="#barprop" id="barprop_2">BarProp</a> <a href="#dom-window-personalbar" title="dom-window-personalbar">personalbar</a>;
-  [Replaceable] readonly attribute <a href="#barprop" id="barprop_3">BarProp</a> <a href="#dom-window-scrollbars" title="dom-window-scrollbars">scrollbars</a>;
-  [Replaceable] readonly attribute <a href="#barprop" id="barprop_4">BarProp</a> <a href="#dom-window-statusbar" title="dom-window-statusbar">statusbar</a>;
-  [Replaceable] readonly attribute <a href="#barprop" id="barprop_5">BarProp</a> <a href="#dom-window-toolbar" title="dom-window-toolbar">toolbar</a>;<!--
+  [Replaceable] readonly attribute <a href="#barprop" id="barprop_0">BarProp</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-locationbar" title="dom-window-locationbar">locationbar</a>;
+  [Replaceable] readonly attribute <a href="#barprop" id="barprop_1">BarProp</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-menubar" title="dom-window-menubar">menubar</a>;
+  [Replaceable] readonly attribute <a href="#barprop" id="barprop_2">BarProp</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-personalbar" title="dom-window-personalbar">personalbar</a>;
+  [Replaceable] readonly attribute <a href="#barprop" id="barprop_3">BarProp</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-scrollbars" title="dom-window-scrollbars">scrollbars</a>;
+  [Replaceable] readonly attribute <a href="#barprop" id="barprop_4">BarProp</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-statusbar" title="dom-window-statusbar">statusbar</a>;
+  [Replaceable] readonly attribute <a href="#barprop" id="barprop_5">BarProp</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-toolbar" title="dom-window-toolbar">toolbar</a>;<!--
   [Replaceable] readonly attribute <span>BarProp</span> <span title="dom-window-directories">directories</span>; // legacy (Gecko-only) -->
-           attribute DOMString <a href="#dom-window-status" title="dom-window-status">status</a>;
-  void <a href="#dom-window-close" title="dom-window-close">close</a>();
-  void <a href="#dom-window-stop" title="dom-window-stop">stop</a>();
-  void <a href="#dom-window-focus" title="dom-window-focus">focus</a>();
-  void <a href="#dom-window-blur" title="dom-window-blur">blur</a>();
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-status" title="dom-window-status">status</a>;
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-close" title="dom-window-close">close</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-stop" title="dom-window-stop">stop</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-focus" title="dom-window-focus">focus</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-blur" title="dom-window-blur">blur</a>();
 
   // other browsing contexts
-  [Replaceable] readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-frames" title="dom-frames">frames</a>;
-  [Replaceable] readonly attribute unsigned long <a href="#dom-length" title="dom-length">length</a>;
-  [Unforgeable] readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-top" title="dom-top">top</a>;
-           attribute <a href="#windowproxy">WindowProxy</a>? <a href="#dom-opener" id="dom-opener_0" title="dom-opener">opener</a>;
-  readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="#dom-parent" title="dom-parent">parent</a>;
-  readonly attribute <a href="#element">Element</a>? <a href="#dom-frameelement" title="dom-frameElement">frameElement</a>;
-  <a href="#windowproxy">WindowProxy</a> <a href="#dom-open" title="dom-open">open</a>(optional DOMString url, optional DOMString target, optional DOMString features, optional boolean replace);
-  <a href="#dom-window-item" title="dom-window-item">getter</a> <a href="#windowproxy">WindowProxy</a> (unsigned long index);
-  <a href="#dom-window-nameditem" title="dom-window-namedItem">getter</a> object (DOMString name);
+  [Replaceable] readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domframes" title="dom-frames">frames</a>;
+  [Replaceable] readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domlength" title="dom-length">length</a>;
+  [Unforgeable] readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domtop" title="dom-top">top</a>;
+           attribute <a href="#windowproxy">WindowProxy</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domopener" id="dom-opener_0" title="dom-opener">opener</a>;
+  readonly attribute <a href="#windowproxy">WindowProxy</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domparent" title="dom-parent">parent</a>;
+  readonly attribute <a href="#element">Element</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domframeelement" title="dom-frameElement">frameElement</a>;
+  <a href="#windowproxy">WindowProxy</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domopen" title="dom-open">open</a>(optional DOMString url, optional DOMString target, optional DOMString features, optional boolean replace);
+  <a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-item" title="dom-window-item">getter</a> <a href="#windowproxy">WindowProxy</a> (unsigned long index);
+  <a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-nameditem" title="dom-window-namedItem">getter</a> object (DOMString name);
 
   // the user agent
-  readonly attribute <a href="system-state-and-capabilities.html#navigator" id="navigator_0">Navigator</a> <a href="#dom-navigator" title="dom-navigator">navigator</a>; 
+  readonly attribute <a href="system-state-and-capabilities.html#navigator" id="navigator_0">Navigator</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator" title="dom-navigator">navigator</a>; 
 <!-- IE also has window.clientInformation === window.navigator -->
-  readonly attribute <a href="system-state-and-capabilities.html#external" id="external_0">External</a> <a href="#dom-external" title="dom-external">external</a>;
-  readonly attribute <a href="offline.html#applicationcache" id="applicationcache_0">ApplicationCache</a> <a href="#dom-applicationcache" title="dom-applicationCache">applicationCache</a>;
+  readonly attribute <a href="system-state-and-capabilities.html#external" id="external_0">External</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domexternal" title="dom-external">external</a>;
+  readonly attribute <a href="offline.html#applicationcache" id="applicationcache_0">ApplicationCache</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domapplicationcache" title="dom-applicationCache">applicationCache</a>;
 
   // user prompts
-  void <a href="#dom-alert" title="dom-alert">alert</a>(DOMString message);
-  boolean <a href="#dom-confirm" title="dom-confirm">confirm</a>(DOMString message);
-  DOMString? <a href="#dom-prompt" title="dom-prompt">prompt</a>(DOMString message, optional DOMString default);
-  void <a href="#dom-print" title="dom-print">print</a>();
-  any <a href="#dom-showmodaldialog" title="dom-showModalDialog">showModalDialog</a>(DOMString url, optional any argument<!--, optional DOMString features-->);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domalert" title="dom-alert">alert</a>(DOMString message);
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domconfirm" title="dom-confirm">confirm</a>(DOMString message);
+  DOMString? <a href="http://dev.w3.org/html5/spec/single-page.html#domprompt" title="dom-prompt">prompt</a>(DOMString message, optional DOMString default);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domprint" title="dom-print">print</a>();
+  any <a href="http://dev.w3.org/html5/spec/single-page.html#domshowmodaldialog" title="dom-showModalDialog">showModalDialog</a>(DOMString url, optional any argument<!--, optional DOMString features-->);
 
 <!--POSTMSG-->
   // <a href="#event-handler-idl-attributes">event handler IDL attributes</a>
@@ -917,17 +917,17 @@
  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 href="#dom-window">window</a></code></dt>
-<dt><var title="">window</var> . <code title="dom-frames"><a href="#dom-frames">frames</a></code></dt>
-<dt><var title="">window</var> . <code title="dom-self"><a href="#dom-self">self</a></code></dt>
+<dl class="domintro"><dt><var title="">window</var> . <code title="dom-window"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindow">window</a></code></dt>
+<dt><var title="">window</var> . <code title="dom-frames"><a href="http://dev.w3.org/html5/spec/single-page.html#domframes">frames</a></code></dt>
+<dt><var title="">window</var> . <code title="dom-self"><a href="http://dev.w3.org/html5/spec/single-page.html#domself">self</a></code></dt>
 <dd>
 <p>These attributes all return <var title="">window</var>.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-document"><a href="#dom-document-0">document</a></code></dt>
+<dt><var title="">window</var> . <code title="dom-document"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-0">document</a></code></dt>
 <dd>
 <p>Returns the <a href="#active-document" id="active-document_5">active document</a>.</p>
 </dd>
-<dt><var title="">document</var> . <code title="dom-document-defaultView"><a href="#dom-document-defaultview">defaultView</a></code></dt>
+<dt><var title="">document</var> . <code title="dom-document-defaultView"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-defaultview">defaultView</a></code></dt>
 <dd>
 <p>Returns the <code><a href="#window" id="window_14">Window</a></code> object of the <a href="#active-document" id="active-document_6">active document</a>.</p>
 </dd>
@@ -935,7 +935,7 @@
 <span class="secno">5.2.1</span> APIs for creating and navigating
 browsing contexts by name</h4>
 <dl class="domintro"><dt><var title="">window</var> = <var title="">window</var> .
-<code title="dom-open"><a href="#dom-open">open</a></code>( [
+<code title="dom-open"><a href="http://dev.w3.org/html5/spec/single-page.html#domopen">open</a></code>( [
 <var title="">url</var> [, <var title="">target</var> [,
 <var title="">features</var> [, <var title="">replace</var> ] ] ] ]
 )</dt>
@@ -949,21 +949,21 @@
 from the window's session history. The <var title="">features</var>
 argument is ignored.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-name"><a href="#dom-name">name</a></code> [ = <var title="">value</var> ]</dt>
+<dt><var title="">window</var> . <code title="dom-name"><a href="http://dev.w3.org/html5/spec/single-page.html#domname">name</a></code> [ = <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the name of the window.</p>
 <p>Can be set, to change the name.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-window-close"><a href="#dom-window-close">close</a></code>()</dt>
+<dt><var title="">window</var> . <code title="dom-window-close"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-close">close</a></code>()</dt>
 <dd>
 <p>Closes the window.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-window-stop"><a href="#dom-window-stop">stop</a></code>()</dt>
+<dt><var title="">window</var> . <code title="dom-window-stop"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-stop">stop</a></code>()</dt>
 <dd>
 <p>Cancels the document load.</p>
 </dd>
 </dl><h4 id="accessing-other-browsing-contexts"><span class="secno">5.2.2</span> Accessing other browsing contexts</h4>
-<dl class="domintro"><dt><var title="">window</var> . <code title="dom-length"><a href="#dom-length">length</a></code></dt>
+<dl class="domintro"><dt><var title="">window</var> . <code title="dom-length"><a href="http://dev.w3.org/html5/spec/single-page.html#domlength">length</a></code></dt>
 <dd>
 <p>Returns the number of <a href="#child-browsing-context" id="child-browsing-context_8" title="child browsing context">child
 browsing contexts</a>.</p>
@@ -984,36 +984,36 @@
 <p>Each interface element is represented by a <code><a href="#barprop" id="barprop_6">BarProp</a></code> object:</p>
 <pre class="idl">
 interface <dfn id="barprop">BarProp</dfn> {
-           attribute boolean <a href="#dom-barprop-visible" title="dom-BarProp-visible">visible</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#dombarprop-visible" title="dom-BarProp-visible">visible</a>;
 };
 </pre>
-<dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-locationbar"><a href="#dom-window-locationbar">locationbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt>
+<dl class="domintro"><dt><var title="">window</var> . <code title="dom-window-locationbar"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-locationbar">locationbar</a></code> . <code title="dom-BarProp-visible"><a href="http://dev.w3.org/html5/spec/single-page.html#dombarprop-visible">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 href="#dom-window-menubar">menubar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt>
+<dt><var title="">window</var> . <code title="dom-window-menubar"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-menubar">menubar</a></code> . <code title="dom-BarProp-visible"><a href="http://dev.w3.org/html5/spec/single-page.html#dombarprop-visible">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 href="#dom-window-personalbar">personalbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt>
+<dt><var title="">window</var> . <code title="dom-window-personalbar"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-personalbar">personalbar</a></code> . <code title="dom-BarProp-visible"><a href="http://dev.w3.org/html5/spec/single-page.html#dombarprop-visible">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 href="#dom-window-scrollbars">scrollbars</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt>
+<dt><var title="">window</var> . <code title="dom-window-scrollbars"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-scrollbars">scrollbars</a></code> . <code title="dom-BarProp-visible"><a href="http://dev.w3.org/html5/spec/single-page.html#dombarprop-visible">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 href="#dom-window-statusbar">statusbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt>
+<dt><var title="">window</var> . <code title="dom-window-statusbar"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-statusbar">statusbar</a></code> . <code title="dom-BarProp-visible"><a href="http://dev.w3.org/html5/spec/single-page.html#dombarprop-visible">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 href="#dom-window-toolbar">toolbar</a></code> . <code title="dom-BarProp-visible"><a href="#dom-barprop-visible">visible</a></code></dt>
+<dt><var title="">window</var> . <code title="dom-window-toolbar"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-toolbar">toolbar</a></code> . <code title="dom-BarProp-visible"><a href="http://dev.w3.org/html5/spec/single-page.html#dombarprop-visible">visible</a></code></dt>
 <dd>
 <p>Returns true if the toolbar is visible; otherwise, returns
 false.</p>
@@ -1030,7 +1030,7 @@
 secure certificate changes, the origin is considered to change as
 well.</p>
 <h4 id="relaxing-the-same-origin-restriction"><span class="secno">5.3.1</span> Relaxing the same-origin restriction</h4>
-<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-domain"><a href="#dom-document-domain">domain</a></code> [ = <var title="">domain</var> ]</dt>
+<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-domain"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-domain">domain</a></code> [ = <var title="">domain</var> ]</dt>
 <dd>
 <p>Returns the current domain used for security checks.</p>
 <p>Can be set to a value that removes subdomains, to change the
@@ -1038,15 +1038,15 @@
 pages on other subdomains of the same domain (if they do the same
 thing) to access each other.</p>
 </dd>
-</dl><p class="note">The <code title="dom-document-domain"><a href="#dom-document-domain">domain</a></code> attribute is used to
+</dl><p class="note">The <code title="dom-document-domain"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-domain">domain</a></code> attribute is used to
 enable pages on different hosts of a domain to access each others'
 DOMs.</p>
-<p class="warning">Do not use the <code title="dom-document-domain"><a href="#dom-document-domain">document.domain</a></code> attribute when
+<p class="warning">Do not use the <code title="dom-document-domain"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-domain">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 href="#dom-document-domain">document.domain</a></code> attribute has
+comparing origins after the <code title="dom-document-domain"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-domain">document.domain</a></code> attribute has
 been used.</p>
 <!--TOPIC:HTML-->
 <h3 id="sandboxing"><span class="secno">5.4</span> Sandboxing</h3>
@@ -1083,7 +1083,7 @@
 <p>This flag <a href="#sandboxWindowOpen">prevents content from
 creating new auxiliary browsing contexts</a>, e.g. using the
 <code title="attr-hyperlink-target"><a href="links.html#attr-hyperlink-target" id="target_16">target</a></code>
-attribute, the <code title="dom-open"><a href="#dom-open">window.open()</a></code> method, or the <code title="dom-showModalDialog"><a href="#dom-showmodaldialog">showModalDialog()</a></code> method.</p>
+attribute, the <code title="dom-open"><a href="http://dev.w3.org/html5/spec/single-page.html#domopen">window.open()</a></code> method, or the <code title="dom-showModalDialog"><a href="http://dev.w3.org/html5/spec/single-page.html#domshowmodaldialog">showModalDialog()</a></code> method.</p>
 </dd>
 <dt>The <dfn id="sandboxed-top-level-navigation-browsing-context-flag">sandboxed
 top-level navigation browsing context flag</dfn></dt>

Index: media-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/media-elements.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- media-elements.html	11 Oct 2012 08:24:12 -0000	1.84
+++ media-elements.html	11 Oct 2012 09:16:06 -0000	1.85
@@ -431,63 +431,63 @@
 interface <dfn id="htmlmediaelement">HTMLMediaElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_71">HTMLElement</a> {
 
   // error state
-  readonly attribute <a href="#mediaerror" id="mediaerror_0">MediaError</a>? <a href="#dom-media-error" title="dom-media-error">error</a>;
+  readonly attribute <a href="#mediaerror" id="mediaerror_0">MediaError</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#dommedia-error" title="dom-media-error">error</a>;
 
   // network state
-           attribute DOMString <a href="#dom-media-src" title="dom-media-src">src</a>;
-  readonly attribute DOMString <a href="#dom-media-currentsrc" title="dom-media-currentSrc">currentSrc</a>;
-           attribute DOMString <a href="#dom-media-crossorigin" title="dom-media-crossOrigin">crossOrigin</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;
[...1418 lines suppressed...]
+attribute or the <code title="dom-MediaController-playbackRate"><a href="http://dev.w3.org/html5/spec/single-page.html#dommediacontroller-playbackrate">playbackRate</a></code>
 attribute has just been updated.</td>
 <tr><td><dfn id="event-mediacontroller-volumechange" title="event-MediaController-volumechange"><code>volumechange</code></dfn></td>
 <td><code><a href="#event">Event</a></code></td>
-<td>Either the <code title="dom-MediaController-volume"><a href="#dom-mediacontroller-volume">volume</a></code> attribute or the
-<code title="dom-MediaController-muted"><a href="#dom-mediacontroller-muted">muted</a></code> attribute has just
+<td>Either the <code title="dom-MediaController-volume"><a href="http://dev.w3.org/html5/spec/single-page.html#dommediacontroller-volume">volume</a></code> attribute or the
+<code title="dom-MediaController-muted"><a href="http://dev.w3.org/html5/spec/single-page.html#dommediacontroller-muted">muted</a></code> attribute has just
 been updated.</td>
 </table><!--ADD-TOPIC:Security--><!--REMOVE-TOPIC:Security--><h5 id="best-practices-for-authors-using-media-elements">
 <span class="secno">4.8.10.17</span> Best practices for authors
@@ -2619,7 +2619,7 @@
 they are done playing, either by being very careful about removing
 all references to the element and allowing it to be garbage
 collected, or, even better, by removing the element's <code title="attr-media-src"><a href="#attr-media-src" id="src_44">src</a></code> attribute and any <code><a href="the-source-element.html#the-source-element" id="source_9">source</a></code> element
-descendants, and invoking the element's <code title="dom-media-load"><a href="#dom-media-load">load()</a></code>
+descendants, and invoking the element's <code title="dom-media-load"><a href="http://dev.w3.org/html5/spec/single-page.html#dommedia-load">load()</a></code>
 method.</p>
 <p>Similarly, when the playback rate is not exactly 1.0, hardware,
 software, or format limitations can cause video frames to be

Index: the-base-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-base-element.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- the-base-element.html	11 Oct 2012 08:24:21 -0000	1.141
+++ the-base-element.html	11 Oct 2012 09:16:13 -0000	1.142
@@ -424,8 +424,8 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlbaseelement">HTMLBaseElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_8">HTMLElement</a> {
-           attribute DOMString <a href="#dom-base-href" title="dom-base-href">href</a>;
-           attribute DOMString <a href="#dom-base-target" title="dom-base-target">target</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dombase-href" title="dom-base-href">href</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dombase-target" title="dom-base-target">target</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-base-element" id="base_6">base</a></code> element allows authors to specify the

Index: the-menu-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-menu-element.html,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- the-menu-element.html	11 Oct 2012 08:24:24 -0000	1.149
+++ the-menu-element.html	11 Oct 2012 09:16:16 -0000	1.150
@@ -435,8 +435,8 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlmenuelement">HTMLMenuElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_110">HTMLElement</a> {
-           attribute DOMString <a href="#dom-menu-type" title="dom-menu-type">type</a>;
-           attribute DOMString <a href="#dom-menu-label" title="dom-menu-label">label</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dommenu-type" title="dom-menu-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dommenu-label" title="dom-menu-label">label</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-menu-element">menu</a></code> element

Index: the-noscript-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-noscript-element.html,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- the-noscript-element.html	11 Oct 2012 08:24:24 -0000	1.135
+++ the-noscript-element.html	11 Oct 2012 09:16:16 -0000	1.136
@@ -496,7 +496,7 @@
 <li>Let <var title="">s</var> be the concatenation of all the
 <code><a href="#text-0">Text</a></code> node children of the
 <code><a href="#the-noscript-element" id="noscript_30">noscript</a></code> element.</li>
-<li>Set the <code title="dom-innerHTML"><a href="#dom-innerhtml">innerHTML</a></code> attribute of the <var title="">parent element</var> to the value of <var title="">s</var>.
+<li>Set the <code title="dom-innerHTML"><a href="http://dev.w3.org/html5/spec/single-page.html#dominnerhtml">innerHTML</a></code> attribute of the <var title="">parent element</var> to the value of <var title="">s</var>.
 (This, as a side-effect, causes the <code><a href="#the-noscript-element" id="noscript_31">noscript</a></code>
 element to be removed from the document.)</li>
 <li>Insert <var title="">the before children</var> at the start of

Index: the-command-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-command-element.html,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- the-command-element.html	11 Oct 2012 08:24:22 -0000	1.149
+++ the-command-element.html	11 Oct 2012 09:16:14 -0000	1.150
@@ -435,14 +435,14 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlcommandelement">HTMLCommandElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_108">HTMLElement</a> {
-           attribute DOMString <a href="#dom-command-type" title="dom-command-type">type</a>;
-           attribute DOMString <a href="#dom-command-label" title="dom-command-label">label</a>;
-           attribute DOMString <a href="#dom-command-icon" title="dom-command-icon">icon</a>;
-           attribute boolean <a href="#dom-command-disabled" title="dom-command-disabled">disabled</a>;
-           attribute boolean <a href="#dom-command-checked" title="dom-command-checked">checked</a>;
-           attribute DOMString <a href="#dom-command-radiogroup" title="dom-command-radiogroup">radiogroup</a>;<!--
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-type" title="dom-command-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-label" title="dom-command-label">label</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-icon" title="dom-command-icon">icon</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-disabled" title="dom-command-disabled">disabled</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-checked" title="dom-command-checked">checked</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-radiogroup" title="dom-command-radiogroup">radiogroup</a>;<!--
            attribute boolean <span title="dom-command-default">default</span>;-->
-  readonly attribute <a href="elements.html#htmlelement" id="htmlelement_109">HTMLElement</a>? <a href="#dom-command-command" title="dom-command-command">command</a>;
+  readonly attribute <a href="elements.html#htmlelement" id="htmlelement_109">HTMLElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-command" title="dom-command-command">command</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-command-element">command</a></code>

Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/urls.html,v
retrieving revision 1.604
retrieving revision 1.605
diff -u -d -r1.604 -r1.605
--- urls.html	11 Oct 2012 08:24:27 -0000	1.604
+++ urls.html	11 Oct 2012 09:16:18 -0000	1.605
@@ -544,20 +544,20 @@
 attributes</dfn> has seven attributes with the following
 definitions:</p>
 <pre class="idl extract">
-           attribute DOMString <a href="#dom-uda-protocol" title="dom-uda-protocol">protocol</a>;
-           attribute DOMString <a href="#dom-uda-host" title="dom-uda-host">host</a>;
-           attribute DOMString <a href="#dom-uda-hostname" title="dom-uda-hostname">hostname</a>;
-           attribute DOMString <a href="#dom-uda-port" title="dom-uda-port">port</a>;
-           attribute DOMString <a href="#dom-uda-pathname" title="dom-uda-pathname">pathname</a>;
-           attribute DOMString <a href="#dom-uda-search" title="dom-uda-search">search</a>;
-           attribute DOMString <a href="#dom-uda-hash" title="dom-uda-hash">hash</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domuda-protocol" title="dom-uda-protocol">protocol</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domuda-host" title="dom-uda-host">host</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domuda-hostname" title="dom-uda-hostname">hostname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domuda-port" title="dom-uda-port">port</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domuda-pathname" title="dom-uda-pathname">pathname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domuda-search" title="dom-uda-search">search</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domuda-hash" title="dom-uda-hash">hash</a>;
 </pre>
-<dl class="domintro"><dt><var title="">o</var> . <code title="dom-uda-protocol"><a href="#dom-uda-protocol">protocol</a></code> [ = <var title="">value</var> ]</dt>
+<dl class="domintro"><dt><var title="">o</var> . <code title="dom-uda-protocol"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-protocol">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 href="#dom-uda-host">host</a></code> [ = <var title="">value</var>
+<dt><var title="">o</var> . <code title="dom-uda-host"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-host">host</a></code> [ = <var title="">value</var>
 ]</dt>
 <dd>
 <p>Returns the current host and port (if it's not the default port)
@@ -567,29 +567,29 @@
 if omitted, will be assumed to be the current scheme's default
 port.</p>
 </dd>
-<dt><var title="">o</var> . <code title="dom-uda-hostname"><a href="#dom-uda-hostname">hostname</a></code> [ = <var title="">value</var> ]</dt>
+<dt><var title="">o</var> . <code title="dom-uda-hostname"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-hostname">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 href="#dom-uda-port">port</a></code> [ = <var title="">value</var>
+<dt><var title="">o</var> . <code title="dom-uda-port"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-port">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 href="#dom-uda-pathname">pathname</a></code> [ = <var title="">value</var> ]</dt>
+<dt><var title="">o</var> . <code title="dom-uda-pathname"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-pathname">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 href="#dom-uda-search">search</a></code> [ = <var title="">value</var>
+<dt><var title="">o</var> . <code title="dom-uda-search"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-search">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 href="#dom-uda-hash">hash</a></code> [ = <var title="">value</var>
+<dt><var title="">o</var> . <code title="dom-uda-hash"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-hash">hash</a></code> [ = <var title="">value</var>
 ]</dt>
 <dd>
 <p>Returns the current fragment identifier in the underlying
@@ -598,11 +598,11 @@
 identifier.</p>
 </dd>
 </dl><div class="example">
-<p>The table below demonstrates how the getter for <code title="dom-uda-search"><a href="#dom-uda-search">search</a></code>
+<p>The table below demonstrates how the getter for <code title="dom-uda-search"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-search">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>
-<th><code title="dom-uda-search"><a href="#dom-uda-search">search</a></code> value</th>
+<th><code title="dom-uda-search"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-search">search</a></code> value</th>
 <th>Explanation</th>
 <tbody><tr><td><code title="">http://example.com/</code></td>
 <td><i>empty string</i></td>
@@ -627,13 +627,13 @@
 attributes</a> returns for a given <var title="">input</var>
 URL.</p>
 <table><thead><tr><th>Input</th>
-<th><code title="dom-uda-protocol"><a href="#dom-uda-protocol">protocol</a></code></th>
-<th><code title="dom-uda-host"><a href="#dom-uda-host">host</a></code></th>
-<th><code title="dom-uda-hostname"><a href="#dom-uda-hostname">hostname</a></code></th>
-<th><code title="dom-uda-port"><a href="#dom-uda-port">port</a></code></th>
-<th><code title="dom-uda-pathname"><a href="#dom-uda-pathname">pathname</a></code></th>
-<th><code title="dom-uda-search"><a href="#dom-uda-search">search</a></code></th>
-<th><code title="dom-uda-hash"><a href="#dom-uda-hash">hash</a></code></th>
+<th><code title="dom-uda-protocol"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-protocol">protocol</a></code></th>
+<th><code title="dom-uda-host"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-host">host</a></code></th>
+<th><code title="dom-uda-hostname"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-hostname">hostname</a></code></th>
+<th><code title="dom-uda-port"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-port">port</a></code></th>
+<th><code title="dom-uda-pathname"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-pathname">pathname</a></code></th>
+<th><code title="dom-uda-search"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-search">search</a></code></th>
+<th><code title="dom-uda-hash"><a href="http://dev.w3.org/html5/spec/single-page.html#domuda-hash">hash</a></code></th>
 <tbody><tr><td><code title="">http://example.com/carrot#question%3f</code></td>
 <td><code title="">http:</code></td>
 <td><code title="">example.com</code></td>

Index: the-output-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-output-element.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- the-output-element.html	11 Oct 2012 08:24:25 -0000	1.162
+++ the-output-element.html	11 Oct 2012 09:16:16 -0000	1.163
@@ -429,21 +429,21 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmloutputelement">HTMLOutputElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_103">HTMLElement</a> {
-  [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <a href="#domsettabletokenlist">DOMSettableTokenList</a> <a href="#dom-output-htmlfor" title="dom-output-htmlFor">htmlFor</a>;
-  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_10">HTMLFormElement</a>? <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="#dom-fe-name" title="dom-fe-name">name</a>;
+  [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <a href="#domsettabletokenlist">DOMSettableTokenList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domoutput-htmlfor" title="dom-output-htmlFor">htmlFor</a>;
+  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_10">HTMLFormElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domfae-form" title="dom-fae-form">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-name" title="dom-fe-name">name</a>;
 
-  readonly attribute DOMString <a href="#dom-output-type" title="dom-output-type">type</a>;
-           attribute DOMString <a href="#dom-output-defaultvalue" title="dom-output-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="#dom-output-value" title="dom-output-value">value</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domoutput-type" title="dom-output-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domoutput-defaultvalue" title="dom-output-defaultValue">defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domoutput-value" title="dom-output-value">value</a>;
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
+  readonly attribute <a href="#validitystate">ValidityState</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity" title="dom-cva-validity">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
 
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="#nodelist">NodeList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domlfe-labels" title="dom-lfe-labels">labels</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-output-element" id="output_12">output</a></code> element <a href="#represents">represents</a> the result of a calculation.</p>
@@ -459,18 +459,18 @@
 the <code><a href="#the-output-element" id="output_13">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="attributes-common-to-form-controls.html#attr-fe-name" id="name_46">name</a></code>
 attribute represents the element's name.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">output</var> . <code title="dom-output-value"><a href="#dom-output-value">value</a></code> [ =
+<dl class="domintro"><dt><var title="">output</var> . <code title="dom-output-value"><a href="http://dev.w3.org/html5/spec/single-page.html#domoutput-value">value</a></code> [ =
 <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the element's current value.</p>
 <p>Can be set, to change the value.</p>
 </dd>
-<dt><var title="">output</var> . <code title="dom-output-defaultValue"><a href="#dom-output-defaultvalue">defaultValue</a></code> [ = <var title="">value</var> ]</dt>
+<dt><var title="">output</var> . <code title="dom-output-defaultValue"><a href="http://dev.w3.org/html5/spec/single-page.html#domoutput-defaultvalue">defaultValue</a></code> [ = <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the element's current default value.</p>
 <p>Can be set, to change the default value.</p>
 </dd>
-<dt><var title="">output</var> . <code title="dom-output-type"><a href="#dom-output-type">type</a></code></dt>
+<dt><var title="">output</var> . <code title="dom-output-type"><a href="http://dev.w3.org/html5/spec/single-page.html#domoutput-type">type</a></code></dt>
 <dd>
 <p>Returns the string "<code title="">output</code>".</p>
 </dd>

Index: the-label-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-label-element.html,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- the-label-element.html	11 Oct 2012 08:24:24 -0000	1.158
+++ the-label-element.html	11 Oct 2012 09:16:15 -0000	1.159
@@ -432,9 +432,9 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmllabelelement">HTMLLabelElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_91">HTMLElement</a> {
-  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_3">HTMLFormElement</a>? <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="#dom-label-htmlfor" title="dom-label-htmlFor">htmlFor</a>;
-  readonly attribute <a href="elements.html#htmlelement" id="htmlelement_92">HTMLElement</a>? <a href="#dom-label-control" title="dom-label-control">control</a>;
+  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_3">HTMLFormElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domfae-form" title="dom-fae-form">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlabel-htmlfor" title="dom-label-htmlFor">htmlFor</a>;
+  readonly attribute <a href="elements.html#htmlelement" id="htmlelement_92">HTMLElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domlabel-control" title="dom-label-control">control</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-label-element" id="label_15">label</a></code> <a href="#represents">represents</a> a
@@ -460,12 +460,12 @@
 &lt;p&gt;&lt;label&gt;Post code: &lt;input name=pc&gt; &lt;small&gt;Format: AB12 3CD&lt;/small&gt;&lt;/label&gt;&lt;/p&gt;
 </pre></div>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">label</var> . <code title="dom-label-control"><a href="#dom-label-control">control</a></code></dt>
+<dl class="domintro"><dt><var title="">label</var> . <code title="dom-label-control"><a href="http://dev.w3.org/html5/spec/single-page.html#domlabel-control">control</a></code></dt>
 <dd>
 <p>Returns the form control that is associated with this
 element.</p>
 </dd>
-</dl><hr><dl class="domintro"><dt><var title="">control</var> . <code title="dom-lfe-labels"><a href="#dom-lfe-labels">labels</a></code></dt>
+</dl><hr><dl class="domintro"><dt><var title="">control</var> . <code title="dom-lfe-labels"><a href="http://dev.w3.org/html5/spec/single-page.html#domlfe-labels">labels</a></code></dt>
 <dd>
 <p>Returns a <code><a href="#nodelist">NodeList</a></code> of all
 the <code><a href="#the-label-element" id="label_19">label</a></code> elements that the form control is

Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dnd.html,v
retrieving revision 1.631
retrieving revision 1.632
diff -u -d -r1.631 -r1.632
--- dnd.html	11 Oct 2012 08:24:09 -0000	1.631
+++ dnd.html	11 Oct 2012 09:16:02 -0000	1.632
@@ -536,7 +536,7 @@
 to be shown to the user).</p>
 <p>The <code title="event-drop"><a href="#event-drop" id="drop_0">drop</a></code> event allows the actual drop to be
 performed. This event needs to be canceled, so that the
-<code title="dom-DataTransfer-DropEffect"><a href="#dom-datatransfer-dropeffect">dropEffect</a></code> attribute's
+<code title="dom-DataTransfer-DropEffect"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-dropeffect">dropEffect</a></code> attribute's
 value can be used by the source (otherwise it's reset).</p>
 <p>For example:</p>
 <pre>
@@ -697,34 +697,34 @@
 store</a> that underlies a drag-and-drop operation.</p>
 <pre class="idl">
 interface <dfn id="datatransfer">DataTransfer</dfn> {
-           attribute DOMString <a href="#dom-datatransfer-dropeffect" title="dom-DataTransfer-dropEffect">dropEffect</a>;
-           attribute DOMString <a href="#dom-datatransfer-effectallowed" title="dom-DataTransfer-effectAllowed">effectAllowed</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-dropeffect" title="dom-DataTransfer-dropEffect">dropEffect</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-effectallowed" title="dom-DataTransfer-effectAllowed">effectAllowed</a>;
 
-  readonly attribute <a href="#datatransferitemlist" id="datatransferitemlist_0">DataTransferItemList</a> <a href="#dom-datatransfer-items" title="dom-DataTransfer-items">items</a>;
+  readonly attribute <a href="#datatransferitemlist" id="datatransferitemlist_0">DataTransferItemList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-items" title="dom-DataTransfer-items">items</a>;
 
-  void <a href="#dom-datatransfer-setdragimage" title="dom-DataTransfer-setDragImage">setDragImage</a>(Element image, long x, long y);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-setdragimage" title="dom-DataTransfer-setDragImage">setDragImage</a>(Element image, long x, long y);
 
   /* old interface */
-  readonly attribute <span>DOMString</span>[] <a href="#dom-datatransfer-types" title="dom-DataTransfer-types">types</a>;
-  DOMString <a href="#dom-datatransfer-getdata" title="dom-DataTransfer-getData">getData</a>(DOMString format);
-  void <a href="#dom-datatransfer-setdata" title="dom-DataTransfer-setData">setData</a>(DOMString format, DOMString data);
-  void <a href="#dom-datatransfer-cleardata" title="dom-DataTransfer-clearData">clearData</a>(optional DOMString format);
-  readonly attribute <a href="#filelist">FileList</a> <a href="#dom-datatransfer-files" title="dom-DataTransfer-files">files</a>;
+  readonly attribute <span>DOMString</span>[] <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-types" title="dom-DataTransfer-types">types</a>;
+  DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-getdata" title="dom-DataTransfer-getData">getData</a>(DOMString format);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-setdata" title="dom-DataTransfer-setData">setData</a>(DOMString format, DOMString data);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-cleardata" title="dom-DataTransfer-clearData">clearData</a>(optional DOMString format);
+  readonly attribute <a href="#filelist">FileList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-files" title="dom-DataTransfer-files">files</a>;
 };
 </pre>
-<dl class="domintro"><dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-dropEffect"><a href="#dom-datatransfer-dropeffect">dropEffect</a></code> [ =
+<dl class="domintro"><dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-dropEffect"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-dropeffect">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 href="#dom-datatransfer-effectallowed">effectAllowed</a></code>
+<code title="dom-DataTransfer-effectAllowed"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-effectallowed">effectAllowed</a></code>
 attribute, then the operation will fail.</p>
 <p>Can be set, to change the selected operation.</p>
 <p>The possible values are "<code title="">none</code>",
 "<code title="">copy</code>", "<code title="">link</code>", and
 "<code title="">move</code>".</p>
 </dd>
-<dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-effectAllowed"><a href="#dom-datatransfer-effectallowed">effectAllowed</a></code> [ =
+<dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-effectAllowed"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-effectallowed">effectAllowed</a></code> [ =
 <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the kinds of operations that are to be allowed.</p>
@@ -736,18 +736,18 @@
 "<code title="">linkMove</code>", "<code title="">move</code>",
 "<code title="">all</code>", and "<code title="">uninitialized</code>",</p>
 </dd>
-<dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-items"><a href="#dom-datatransfer-items">items</a></code></dt>
+<dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-items"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-items">items</a></code></dt>
 <dd>
 <p>Returns a <code><a href="#datatransferitemlist" id="datatransferitemlist_1">DataTransferItemList</a></code> object,
 with the drag data.</p>
 </dd>
-<dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-setDragImage"><a href="#dom-datatransfer-setdragimage">setDragImage</a></code>(<var title="">element</var>,
+<dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-setDragImage"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-setdragimage">setDragImage</a></code>(<var title="">element</var>,
 <var title="">x</var>, <var title="">y</var>)</dt>
 <dd>
 <p>Uses the given element to update the drag feedback, replacing
 any previously specified feedback.</p>
 </dd>
-<dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-types"><a href="#dom-datatransfer-types">types</a></code></dt>
+<dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-types"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-types">types</a></code></dt>
 <dd>
 <p>Returns an array listing the formats that were set in the
 <code title="event-dragstart"><a href="#event-dragstart" id="dragstart_3">dragstart</a></code> event. In addition, if any files
@@ -755,21 +755,21 @@
 "<code title="">Files</code>".</p>
 </dd>
 <dt><var title="">data</var> = <var title="">dataTransfer</var> .
-<code title="dom-DataTransfer-getData"><a href="#dom-datatransfer-getdata">getData</a></code>(<var title="">format</var>)</dt>
+<code title="dom-DataTransfer-getData"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-getdata">getData</a></code>(<var title="">format</var>)</dt>
 <dd>
 <p>Returns the specified data. If there is no such data, returns
 the empty string.</p>
 </dd>
-<dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-setData"><a href="#dom-datatransfer-setdata">setData</a></code>(<var title="">format</var>, <var title="">data</var>)</dt>
+<dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-setData"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-setdata">setData</a></code>(<var title="">format</var>, <var title="">data</var>)</dt>
 <dd>
 <p>Adds the specified data.</p>
 </dd>
-<dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-clearData"><a href="#dom-datatransfer-cleardata">clearData</a></code>( [ <var title="">format</var> ] )</dt>
+<dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-clearData"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-cleardata">clearData</a></code>( [ <var title="">format</var> ] )</dt>
 <dd>
 <p>Removes the data of the specified formats. Removes all data if
 the argument is omitted.</p>
 </dd>
-<dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-files"><a href="#dom-datatransfer-files">files</a></code></dt>
+<dt><var title="">dataTransfer</var> . <code title="dom-DataTransfer-files"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-files">files</a></code></dt>
 <dd>
 <p>Returns a <code><a href="#filelist">FileList</a></code> of the
 files being dragged, if any.</p>
@@ -784,19 +784,19 @@
 object.</p>
 <pre class="idl">
 interface <dfn id="datatransferitemlist">DataTransferItemList</dfn> {
-  readonly attribute unsigned long <a href="#dom-datatransferitemlist-length" title="dom-DataTransferItemList-length">length</a>;
-  <a href="#dom-datatransferitemlist-item" title="dom-DataTransferItemList-item">getter</a> <a href="#datatransferitem" id="datatransferitem_0">DataTransferItem</a> (unsigned long index);
-  <a href="#dom-datatransferitemlist-removeitem" title="dom-DataTransferItemList-removeItem">deleter</a> void (unsigned long index);
-  void <a href="#dom-datatransferitemlist-clear" title="dom-DataTransferItemList-clear">clear</a>();
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitemlist-length" title="dom-DataTransferItemList-length">length</a>;
+  <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitemlist-item" title="dom-DataTransferItemList-item">getter</a> <a href="#datatransferitem" id="datatransferitem_0">DataTransferItem</a> (unsigned long index);
+  <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitemlist-removeitem" title="dom-DataTransferItemList-removeItem">deleter</a> void (unsigned long index);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitemlist-clear" title="dom-DataTransferItemList-clear">clear</a>();
 
-  <a href="#datatransferitem" id="datatransferitem_1">DataTransferItem</a>? <a href="#dom-datatransferitemlist-add" title="dom-DataTransferItemList-add">add</a>(DOMString data, DOMString type);<!--
+  <a href="#datatransferitem" id="datatransferitem_1">DataTransferItem</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitemlist-add" title="dom-DataTransferItemList-add">add</a>(DOMString data, DOMString type);<!--
 DND-v3:  <span>DataTransferItem</span>? <span title="dom-DataTransferItemList-add">add</span>(<span>Blob</span> data);-->
-  <a href="#datatransferitem" id="datatransferitem_2">DataTransferItem</a>? <a href="#dom-datatransferitemlist-add" title="dom-DataTransferItemList-add">add</a>(<a href="#file">File</a> data);<!--
+  <a href="#datatransferitem" id="datatransferitem_2">DataTransferItem</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitemlist-add" title="dom-DataTransferItemList-add">add</a>(<a href="#file">File</a> data);<!--
 DND-v4:  <span>DataTransferItem</span>? <span title="dom-DataTransferItemList-add">add</span>(any data, DOMString type);--><!--
 DND-v5:  <span>DataTransferItem</span>? <span title="dom-DataTransferItemList-add">add</span>(<span>DataTransferPromise</span> data);-->
 };
 </pre>
-<dl class="domintro"><dt><var title="">items</var> . <code title="dom-DataTransferItemList-length"><a href="#dom-datatransferitemlist-length">length</a></code></dt>
+<dl class="domintro"><dt><var title="">items</var> . <code title="dom-DataTransferItemList-length"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitemlist-length">length</a></code></dt>
 <dd>
 <p>Returns the number of items in the <a href="#drag-data-store" id="drag-data-store_4">drag data store</a>.</p>
 </dd>
@@ -809,12 +809,12 @@
 <dd>
 <p>Removes the <var title="">index</var>th entry in the <a href="#drag-data-store" id="drag-data-store_6">drag data store</a>.</p>
 </dd>
-<dt><var title="">items</var> . <code title="dom-DataTransferItemList-clear"><a href="#dom-datatransferitemlist-clear">clear</a></code>()</dt>
+<dt><var title="">items</var> . <code title="dom-DataTransferItemList-clear"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitemlist-clear">clear</a></code>()</dt>
 <dd>
 <p>Removes all the entries in the <a href="#drag-data-store" id="drag-data-store_7">drag data store</a>.</p>
 </dd>
-<dt><var title="">items</var> . <code title="dom-DataTransferItemList-add"><a href="#dom-datatransferitemlist-add">add</a></code>(<var title="">data</var>)</dt>
-<dt><var title="">items</var> . <code title="dom-DataTransferItemList-add"><a href="#dom-datatransferitemlist-add">add</a></code>(<var title="">data</var>, <var title="">type</var>)</dt>
+<dt><var title="">items</var> . <code title="dom-DataTransferItemList-add"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitemlist-add">add</a></code>(<var title="">data</var>)</dt>
+<dt><var title="">items</var> . <code title="dom-DataTransferItemList-add"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitemlist-add">add</a></code>(<var title="">data</var>, <var title="">type</var>)</dt>
 <dd>
 <p>Adds a new entry for the given data to the <a href="#drag-data-store" id="drag-data-store_8">drag data store</a>. If
 the data is plain text <!-- DND-v4: or an object -->
@@ -826,12 +826,12 @@
 associated with a <code><a href="#datatransfer" id="datatransfer_5">DataTransfer</a></code> object.</p>
 <pre class="idl">
 interface <dfn id="datatransferitem">DataTransferItem</dfn> {
-  readonly attribute DOMString <a href="#dom-datatransferitem-kind" title="dom-DataTransferItem-kind">kind</a>;
-  readonly attribute DOMString <a href="#dom-datatransferitem-type" title="dom-DataTransferItem-type">type</a>;
-  void <a href="#dom-datatransferitem-getasstring" title="dom-DataTransferItem-getAsString">getAsString</a>(<a href="#functionstringcallback" id="functionstringcallback_0">FunctionStringCallback</a>? _callback);
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitem-kind" title="dom-DataTransferItem-kind">kind</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitem-type" title="dom-DataTransferItem-type">type</a>;
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitem-getasstring" title="dom-DataTransferItem-getAsString">getAsString</a>(<a href="#functionstringcallback" id="functionstringcallback_0">FunctionStringCallback</a>? _callback);
 <!--
 DND-v3:  <span>Blob</span> <span title="dom-DataTransferItem-getAsBlob">getAsBlob</span>();-->
-  <a href="#file">File</a>? <a href="#dom-datatransferitem-getasfile" title="dom-DataTransferItem-getAsFile">getAsFile</a>();<!--
+  <a href="#file">File</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitem-getasfile" title="dom-DataTransferItem-getAsFile">getAsFile</a>();<!--
 DND-v4:  void <span title="dom-DataTransferItem-getAsObject">getAsObject</span>(<span>FunctionObjectCallback</span> _callback);-->
 };
 
@@ -846,18 +846,18 @@
   void <span title="dom-FunctionObjectCallback-handleEvent">handleEvent</span>(any data);
 };-->
 </pre>
-<dl class="domintro"><dt><var title="">item</var> . <code title="dom-DataTransferItem-kind"><a href="#dom-datatransferitem-kind">kind</a></code></dt>
+<dl class="domintro"><dt><var title="">item</var> . <code title="dom-DataTransferItem-kind"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitem-kind">kind</a></code></dt>
 <dd>
 <p>Returns <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind_1">the drag data item kind</a>, one of:
 "string", <!-- DND-v3: "blob", --> "file" 
 <!-- DND-v4: , "object" -->.</p>
 </dd>
-<dt><var title="">item</var> . <code title="dom-DataTransferItem-type"><a href="#dom-datatransferitem-type">type</a></code></dt>
+<dt><var title="">item</var> . <code title="dom-DataTransferItem-type"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitem-type">type</a></code></dt>
 <dd>
 <p>Returns <a href="#the-drag-data-item-type-string" id="the-drag-data-item-type-string_1">the drag data item type
 string</a>.</p>
 </dd>
-<dt><var title="">item</var> . <code title="dom-DataTransferItem-getAsString"><a href="#dom-datatransferitem-getasstring">getAsString</a></code>(<var title="">callback</var>)</dt>
+<dt><var title="">item</var> . <code title="dom-DataTransferItem-getAsString"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitem-getasstring">getAsString</a></code>(<var title="">callback</var>)</dt>
 <dd>
 <p>Invokes the callback with the string data as the argument, if
 <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind_2">the drag data item kind</a> is <i>Plain
@@ -872,7 +872,7 @@
    </dd>
 -->
 <dt><var title="">file</var> = <var title="">item</var> .
-<code title="dom-DataTransferItem-getAsFile"><a href="#dom-datatransferitem-getasfile">getAsFile</a></code>()</dt>
+<code title="dom-DataTransferItem-getAsFile"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransferitem-getasfile">getAsFile</a></code>()</dt>
 <dd>
 <p>Returns a <code><a href="#file">File</a></code> object, if
 <a href="#the-drag-data-item-kind" id="the-drag-data-item-kind_3">the drag data item kind</a> is
@@ -892,30 +892,30 @@
 <pre class="idl">
 [Constructor(DOMString type, optional <a href="#drageventinit" id="drageventinit_0">DragEventInit</a> eventInitDict)]
 interface <dfn id="dragevent">DragEvent</dfn> : <a href="#mouseevent-10">MouseEvent</a> {
-  readonly attribute <a href="#datatransfer" id="datatransfer_6">DataTransfer</a>? <a href="#dom-dragevent-datatransfer" title="dom-DragEvent-dataTransfer">dataTransfer</a>;
+  readonly attribute <a href="#datatransfer" id="datatransfer_6">DataTransfer</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domdragevent-datatransfer" title="dom-DragEvent-dataTransfer">dataTransfer</a>;
 };
 
 dictionary <dfn id="drageventinit">DragEventInit</dfn> : <a href="#eventinit">EventInit</a> {
   // Attributes from UIEvent:
-  <a href="browsers.html#window" id="window_24">Window</a>? <a href="#dom-uievent-view" title="dom-UIEvent-view">view</a> = null;
-  long <a href="#dom-uievent-detail" title="dom-UIEvent-detail">detail</a> = 0;
+  <a href="browsers.html#window" id="window_24">Window</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domuievent-view" title="dom-UIEvent-view">view</a> = null;
+  long <a href="http://dev.w3.org/html5/spec/single-page.html#domuievent-detail" title="dom-UIEvent-detail">detail</a> = 0;
   // Attributes for MouseEvent:
-  long <a href="#dom-mouseevent-screenx" title="dom-MouseEvent-screenX">screenX</a> = 0;
-  long <a href="#dom-mouseevent-screeny" title="dom-MouseEvent-screenY">screenY</a> = 0;
-  long <a href="#dom-mouseevent-clientx" title="dom-MouseEvent-clientX">clientX</a> = 0;
-  long <a href="#dom-mouseevent-clienty" title="dom-MouseEvent-clientY">clientY</a> = 0;
-  boolean <a href="#dom-mouseevent-ctrlkey" title="dom-MouseEvent-ctrlKey">ctrlKey</a> = false;
-  boolean <a href="#dom-mouseevent-shiftkey" title="dom-MouseEvent-shiftKey">shiftKey</a> = false;
-  boolean <a href="#dom-mouseevent-altkey" title="dom-MouseEvent-altKey">altKey</a> = false;
-  boolean <a href="#dom-mouseevent-metakey" title="dom-MouseEvent-metaKey">metaKey</a> = false;
-  unsigned short <a href="#dom-mouseevent-button" title="dom-MouseEvent-button">button</a> = 0;
-  unsigned short <a href="#dom-mouseevent-buttons" title="dom-MouseEvent-buttons">buttons</a> = 0;
-  EventTarget? <a href="#dom-mouseevent-relatedtarget" title="dom-MouseEvent-relatedTarget">relatedTarget</a> = null;
+  long <a href="http://dev.w3.org/html5/spec/single-page.html#dommouseevent-screenx" title="dom-MouseEvent-screenX">screenX</a> = 0;
+  long <a href="http://dev.w3.org/html5/spec/single-page.html#dommouseevent-screeny" title="dom-MouseEvent-screenY">screenY</a> = 0;
+  long <a href="http://dev.w3.org/html5/spec/single-page.html#dommouseevent-clientx" title="dom-MouseEvent-clientX">clientX</a> = 0;
+  long <a href="http://dev.w3.org/html5/spec/single-page.html#dommouseevent-clienty" title="dom-MouseEvent-clientY">clientY</a> = 0;
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#dommouseevent-ctrlkey" title="dom-MouseEvent-ctrlKey">ctrlKey</a> = false;
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#dommouseevent-shiftkey" title="dom-MouseEvent-shiftKey">shiftKey</a> = false;
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#dommouseevent-altkey" title="dom-MouseEvent-altKey">altKey</a> = false;
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#dommouseevent-metakey" title="dom-MouseEvent-metaKey">metaKey</a> = false;
+  unsigned short <a href="http://dev.w3.org/html5/spec/single-page.html#dommouseevent-button" title="dom-MouseEvent-button">button</a> = 0;
+  unsigned short <a href="http://dev.w3.org/html5/spec/single-page.html#dommouseevent-buttons" title="dom-MouseEvent-buttons">buttons</a> = 0;
+  EventTarget? <a href="http://dev.w3.org/html5/spec/single-page.html#dommouseevent-relatedtarget" title="dom-MouseEvent-relatedTarget">relatedTarget</a> = null;
   // Attributes for <a href="#dragevent" id="dragevent_2">DragEvent</a>:
   <a href="#datatransfer" id="datatransfer_7">DataTransfer</a>? dataTransfer;
 };
 </pre>
-<dl class="domintro"><dt><var title="">event</var> . <code title="dom-DragEvent-dataTransfer"><a href="#dom-dragevent-datatransfer">dataTransfer</a></code></dt>
+<dl class="domintro"><dt><var title="">event</var> . <code title="dom-DragEvent-dataTransfer"><a href="http://dev.w3.org/html5/spec/single-page.html#domdragevent-datatransfer">dataTransfer</a></code></dt>
 <dd>
 <p>Returns the <code><a href="#datatransfer" id="datatransfer_8">DataTransfer</a></code> object for the event.</p>
 </dd>
@@ -930,7 +930,7 @@
 <th>Cancelable?</th>
 <th><a href="#drag-data-store-mode" id="drag-data-store-mode_1">Drag data store mode</a></th>
 <!-- <th> <code title="dom-DataTransfer-effectAllowed">effectAllowed</code> </th> -->
-<th><code title="dom-DataTransfer-dropEffect"><a href="#dom-datatransfer-dropeffect">dropEffect</a></code></th>
+<th><code title="dom-DataTransfer-dropEffect"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-dropeffect">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 href="#source-node">Source node</a></td>
@@ -998,7 +998,7 @@
 operation</a></td>
 <td>Varies</td>
 </table><p>Not shown in the above table: all these events bubble, and the
-<code title="dom-DataTransfer-effectAllowed"><a href="#dom-datatransfer-effectallowed">effectAllowed</a></code>
+<code title="dom-DataTransfer-effectAllowed"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatatransfer-effectallowed">effectAllowed</a></code>
 attribute always has the value it had after the <code title="event-dragstart"><a href="#event-dragstart" id="dragstart_4">dragstart</a></code> event, defaulting to
 "<code title="">uninitialized</code>" in the <code title="event-dragstart"><a href="#event-dragstart" id="dragstart_5">dragstart</a></code> event.</p>
 <h4 id="the-draggable-attribute"><span class="secno">7.7.6</span>
@@ -1026,7 +1026,7 @@
   ATs? Indeed, shouldn't the element generally be distinguishable
   anyway for it to be useful to drag? See also the dropzone attribute.
   --></p>
-<dl class="domintro"><dt><var title="">element</var> . <code title="dom-draggable"><a href="#dom-draggable">draggable</a></code> [ =
+<dl class="domintro"><dt><var title="">element</var> . <code title="dom-draggable"><a href="http://dev.w3.org/html5/spec/single-page.html#domdraggable">draggable</a></code> [ =
 <var title="">value</var> ]</dt>
 <dd>
 <p>Returns true if the element is draggable; otherwise, returns

Index: the-select-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-select-element.html,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- the-select-element.html	11 Oct 2012 08:24:25 -0000	1.164
+++ the-select-element.html	11 Oct 2012 09:16:16 -0000	1.165
@@ -435,35 +435,35 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlselectelement">HTMLSelectElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_96">HTMLElement</a> {
-           attribute boolean <a href="#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_6">HTMLFormElement</a>? <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute boolean <a href="#dom-select-multiple" title="dom-select-multiple">multiple</a>;
-           attribute DOMString <a href="#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute boolean <a href="#dom-select-required" title="dom-select-required">required</a>;
-           attribute unsigned long <a href="#dom-select-size" title="dom-select-size">size</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-autofocus" title="dom-fe-autofocus">autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-disabled" title="dom-fe-disabled">disabled</a>;
+  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_6">HTMLFormElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domfae-form" title="dom-fae-form">form</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domselect-multiple" title="dom-select-multiple">multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-name" title="dom-fe-name">name</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domselect-required" title="dom-select-required">required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domselect-size" title="dom-select-size">size</a>;
 
-  readonly attribute DOMString <a href="#dom-select-type" title="dom-select-type">type</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domselect-type" title="dom-select-type">type</a>;
 
-  readonly attribute <a href="common-dom-interfaces.html#htmloptionscollection-0" id="htmloptionscollection_2">HTMLOptionsCollection</a> <a href="#dom-select-options" title="dom-select-options">options</a>;
-           attribute unsigned long <a href="#dom-select-length" title="dom-select-length">length</a>;
-  getter <a href="#element">Element</a> <a href="#dom-select-item" title="dom-select-item">item</a>(unsigned long index);
-  object <a href="#dom-select-nameditem" title="dom-select-namedItem">namedItem</a>(DOMString name);
-  void <a href="#dom-select-add" title="dom-select-add">add</a>((<a href="the-option-element.html#htmloptionelement" id="htmloptionelement_2">HTMLOptionElement</a> or <a href="the-optgroup-element.html#htmloptgroupelement" id="htmloptgroupelement_1">HTMLOptGroupElement</a>) element, optional (<a href="elements.html#htmlelement" id="htmlelement_97">HTMLElement</a> or long)? before = null);
-  void <a href="#dom-select-remove" title="dom-select-remove">remove</a>(long index);
-  <a href="#dom-htmloptionscollection-setter" title="dom-HTMLOptionsCollection-setter">setter creator</a> void (unsigned long index, <a href="the-option-element.html#htmloptionelement" id="htmloptionelement_3">HTMLOptionElement</a>? option);
+  readonly attribute <a href="common-dom-interfaces.html#htmloptionscollection-0" id="htmloptionscollection_2">HTMLOptionsCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domselect-options" title="dom-select-options">options</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domselect-length" title="dom-select-length">length</a>;
+  getter <a href="#element">Element</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domselect-item" title="dom-select-item">item</a>(unsigned long index);
+  object <a href="http://dev.w3.org/html5/spec/single-page.html#domselect-nameditem" title="dom-select-namedItem">namedItem</a>(DOMString name);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domselect-add" title="dom-select-add">add</a>((<a href="the-option-element.html#htmloptionelement" id="htmloptionelement_2">HTMLOptionElement</a> or <a href="the-optgroup-element.html#htmloptgroupelement" id="htmloptgroupelement_1">HTMLOptGroupElement</a>) element, optional (<a href="elements.html#htmlelement" id="htmlelement_97">HTMLElement</a> or long)? before = null);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domselect-remove" title="dom-select-remove">remove</a>(long index);
+  <a href="http://dev.w3.org/html5/spec/single-page.html#domhtmloptionscollection-setter" title="dom-HTMLOptionsCollection-setter">setter creator</a> void (unsigned long index, <a href="the-option-element.html#htmloptionelement" id="htmloptionelement_3">HTMLOptionElement</a>? option);
 
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-select-selectedoptions" title="dom-select-selectedOptions">selectedOptions</a>;
-           attribute long <a href="#dom-select-selectedindex" title="dom-select-selectedIndex">selectedIndex</a>;
-           attribute DOMString <a href="#dom-select-value" title="dom-select-value">value</a>;
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domselect-selectedoptions" title="dom-select-selectedOptions">selectedOptions</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/single-page.html#domselect-selectedindex" title="dom-select-selectedIndex">selectedIndex</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domselect-value" title="dom-select-value">value</a>;
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
+  readonly attribute <a href="#validitystate">ValidityState</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity" title="dom-cva-validity">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
 
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="#nodelist">NodeList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domlfe-labels" title="dom-lfe-labels">labels</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><!-- Proposals for v2:
@@ -515,18 +515,18 @@
 submitted. The <code title="attr-fe-autofocus"><a href="attributes-common-to-form-controls.html#attr-fe-autofocus" id="autofocus_4">autofocus</a></code>
 attribute controls focus.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">select</var> . <code title="dom-select-type"><a href="#dom-select-type">type</a></code></dt>
+<dl class="domintro"><dt><var title="">select</var> . <code title="dom-select-type"><a href="http://dev.w3.org/html5/spec/single-page.html#domselect-type">type</a></code></dt>
 <dd>
 <p>Returns "<code title="">select-multiple</code>" if the element
 has a <code title="attr-select-multiple"><a href="#attr-select-multiple" id="multiple_35">multiple</a></code>
 attribute, and "<code title="">select-one</code>" otherwise.</p>
 </dd>
-<dt><var title="">select</var> . <code title="dom-select-options"><a href="#dom-select-options">options</a></code></dt>
+<dt><var title="">select</var> . <code title="dom-select-options"><a href="http://dev.w3.org/html5/spec/single-page.html#domselect-options">options</a></code></dt>
 <dd>
 <p>Returns an <code><a href="common-dom-interfaces.html#htmloptionscollection-0" id="htmloptionscollection_3">HTMLOptionsCollection</a></code> of the
 <a href="#concept-select-option-list" id="concept-select-option-list_4" title="concept-select-option-list">list of options</a>.</p>
 </dd>
-<dt><var title="">select</var> . <code title="dom-select-length"><a href="#dom-select-length">length</a></code>
+<dt><var title="">select</var> . <code title="dom-select-length"><a href="http://dev.w3.org/html5/spec/single-page.html#domselect-length">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>
@@ -536,7 +536,7 @@
 the <code><a href="#the-select-element" id="select_34">select</a></code>.</p>
 </dd>
 <dt><var title="">element</var> = <var title="">select</var> .
-<code title="dom-select-item"><a href="#dom-select-item">item</a></code>(<var title="">index</var>)</dt>
+<code title="dom-select-item"><a href="http://dev.w3.org/html5/spec/single-page.html#domselect-item">item</a></code>(<var title="">index</var>)</dt>
 <dt><var title="">select</var>[<var title="">index</var>]</dt>
 <dd>
 <p>Returns the item with index <var title="">index</var> from the
@@ -545,14 +545,14 @@
 order</a>.</p>
 </dd>
 <dt><var title="">element</var> = <var title="">select</var> .
-<code title="dom-select-item"><a href="#dom-select-item">namedItem</a></code>(<var title="">name</var>)</dt>
+<code title="dom-select-item"><a href="http://dev.w3.org/html5/spec/single-page.html#domselect-item">namedItem</a></code>(<var title="">name</var>)</dt>
 <dd>
 <p>Returns the item with <a href="#concept-id" title="concept-id">ID</a> 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 href="#nodelist">NodeList</a></code> object containing all those
 elements is returned.</p>
 <p>Returns null if no element with that <a href="#concept-id" title="concept-id">ID</a> could be found.</p>
 </dd>
-<dt><var title="">select</var> . <code title="dom-select-add"><a href="#dom-select-add">add</a></code>(<var title="">element</var> [,
+<dt><var title="">select</var> . <code title="dom-select-add"><a href="http://dev.w3.org/html5/spec/single-page.html#domselect-add">add</a></code>(<var title="">element</var> [,
 <var title="">before</var> ])</dt>
 <dd>
 <p>Inserts <var title="">element</var> before the node given by
@@ -569,19 +569,19 @@
 if <var title="">element</var> is an ancestor of the element into
 which it is to be inserted.</p>
 </dd>
-<dt><var title="">select</var> . <code title="dom-select-selectedOptions"><a href="#dom-select-selectedoptions">selectedOptions</a></code></dt>
+<dt><var title="">select</var> . <code title="dom-select-selectedOptions"><a href="http://dev.w3.org/html5/spec/single-page.html#domselect-selectedoptions">selectedOptions</a></code></dt>
 <dd>
 <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <a href="#concept-select-option-list" id="concept-select-option-list_9" title="concept-select-option-list">list of options</a> that are
 selected.</p>
 </dd>
-<dt><var title="">select</var> . <code title="dom-select-selectedIndex"><a href="#dom-select-selectedindex">selectedIndex</a></code> [ =
+<dt><var title="">select</var> . <code title="dom-select-selectedIndex"><a href="http://dev.w3.org/html5/spec/single-page.html#domselect-selectedindex">selectedIndex</a></code> [ =
 <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the index of the first selected item, if any, or &minus;1 if
 there is no selected item.</p>
 <p>Can be set, to change the selection.</p>
 </dd>
-<dt><var title="">select</var> . <code title="dom-select-value"><a href="#dom-select-value">value</a></code> [ =
+<dt><var title="">select</var> . <code title="dom-select-value"><a href="http://dev.w3.org/html5/spec/single-page.html#domselect-value">value</a></code> [ =
 <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the <a href="#concept-fe-value" title="concept-fe-value">value</a> of the first selected item, if any, or

Index: editing-apis.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing-apis.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- editing-apis.html	11 Oct 2012 08:24:10 -0000	1.33
+++ editing-apis.html	11 Oct 2012 09:16:03 -0000	1.34
@@ -433,7 +433,7 @@
 behavior, possibly based on the parent element's own <code title="attr-spellcheck"><a href="#attr-spellcheck" id="spellcheck_0">spellcheck</a></code> state, as defined below. The
 <i>false</i> state indicates that the element is not to be
 checked.</p>
-<dl class="domintro"><dt><var title="">element</var> . <code title="dom-spellcheck"><a href="#dom-spellcheck">spellcheck</a></code> [
+<dl class="domintro"><dt><var title="">element</var> . <code title="dom-spellcheck"><a href="http://dev.w3.org/html5/spec/single-page.html#domspellcheck">spellcheck</a></code> [
 = <var title="">value</var> ]</dt>
 <dd>
 <p>Returns true if the element is to have its spelling and grammar

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.1192
retrieving revision 1.1193
diff -u -d -r1.1192 -r1.1193
--- dom.html	11 Oct 2012 08:24:10 -0000	1.1192
+++ dom.html	11 Oct 2012 09:16:02 -0000	1.1193
@@ -406,8 +406,7 @@
 Documents</a>
 <ol><li><a href="dom.html#the-document-object"><span class="secno">3.1.1</span>
 The <code>Document</code> object</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="3.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="3.1.4-dom-tree-accessors"><span class="secno">3.1.4</span> DOM
-tree accessors</a></ol></ol></ol></div>
+Security</a><li><a href="dom.html#resource-metadata-management" id="3.1.3-resource-metadata-management"><span class="secno">3.1.3</span> Resource metadata management</a></ol></ol></ol></div>
 
   <h2 id="dom"><span class="secno">3</span> Semantics, structure, and
 APIs of HTML documents</h2>
@@ -420,7 +419,7 @@
 that is initially set when the <code><a href="#document" id="document_28">Document</a></code> is created but that can change
 during the lifetime of the <code><a href="#document" id="document_29">Document</a></code>, for example when the user
 <a href="#navigate" title="navigate">navigates</a> to a <a href="#scroll-to-fragid" title="navigate-fragid">fragment identifier</a>
-on the page or when the <code title="dom-history-pushState"><a href="#dom-history-pushstate">pushState()</a></code>
+on the page or when the <code title="dom-history-pushState"><a href="http://dev.w3.org/html5/spec/single-page.html#domhistory-pushstate">pushState()</a></code>
 method is called with a new <a href="urls.html#url" id="url_8">URL</a>.</p>
 <!--
     http://www.hixie.ch/tests/adhoc/dom/level0/history/pushState/002/
@@ -432,7 +431,7 @@
 mechanism by which a user can tell if a site is attempting to
 impersonate another.</p>
 <p>When a <code><a href="#document" id="document_30">Document</a></code> is created by a <a href="#concept-script" title="concept-script">script</a> using the
-<code title="dom-DOMImplementation-createDocument"><a href="#dom-domimplementation-createdocument">createDocument()</a></code>
+<code title="dom-DOMImplementation-createDocument"><a href="http://dev.w3.org/html5/spec/single-page.html#domdomimplementation-createdocument">createDocument()</a></code>
 or <code title="dom-DOMHTMLImplementation-createHTMLDocument">createHTMLDocument()</code>
 APIs, <a href="#the-document's-address" id="the-document's-address_4">the document's address</a> is the same
 as <a href="#the-document's-address" id="the-document's-address_5">the document's address</a> of the
@@ -442,7 +441,7 @@
 tasks</a> and <a href="#completely-loaded">completely loaded</a>
 immediately.</p>
 <p>Each <code><a href="#document" id="document_32">Document</a></code> object has a <dfn id="reload-override-flag">reload override flag</dfn> that is
-originally unset. The flag is set by the <code title="dom-document-open"><a href="dynamic-markup-insertion.html#dom-document-open" id="document.open()">document.open()</a></code> and <code title="dom-document-open"><a href="dynamic-markup-insertion.html#dom-document-open" id="document.write()_0">document.write()</a></code> methods in certain
+originally unset. The flag is set by the <code title="dom-document-open"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open" id="document.open()">document.open()</a></code> and <code title="dom-document-open"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open" id="document.write()_0">document.write()</a></code> methods in certain
 situations. When the flag is set, the <code><a href="#document" id="document_33">Document</a></code> also has a <dfn id="reload-override-buffer">reload override buffer</dfn> which is a
 Unicode string that is used as the source of the document when it
 is reloaded.</p>
@@ -464,56 +463,56 @@
 </ol><h4 id="the-document-object"><span class="secno">3.1.1</span> The
 <code><a href="#document" id="document_36">Document</a></code>
 object</h4>
-<p>The DOM Core specification defines a <code title="DOM Document"><a href="#dom-document">Document</a></code>
+<p>The DOM Core specification defines a <code title="DOM Document"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument">Document</a></code>
 interface, which this specification extends significantly:</p>
 <pre class="idl">
 [OverrideBuiltins]
 partial interface <dfn id="document">Document</dfn> {
   // <a href="#resource-metadata-management" id="resource-metadata-management_0">resource metadata management</a>
-  [PutForwards=<a href="#dom-location-href" title="dom-location-href">href</a>] readonly attribute <a href="history.html#location" id="location_0">Location</a>? <a href="#dom-document-location" title="dom-document-location">location</a>;
-           attribute DOMString <a href="#dom-document-domain" title="dom-document-domain">domain</a>;
-  readonly attribute DOMString <a href="#dom-document-referrer" title="dom-document-referrer">referrer</a>;
-           attribute DOMString <a href="#dom-document-cookie" title="dom-document-cookie">cookie</a>;
-  readonly attribute DOMString <a href="#dom-document-lastmodified" title="dom-document-lastModified">lastModified</a>;
-  readonly attribute DOMString <a href="#dom-document-readystate" title="dom-document-readyState">readyState</a>;
+  [PutForwards=<a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-href" title="dom-location-href">href</a>] readonly attribute <a href="history.html#location" id="location_0">Location</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-location" title="dom-document-location">location</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-domain" title="dom-document-domain">domain</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-referrer" title="dom-document-referrer">referrer</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-cookie" title="dom-document-cookie">cookie</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-lastmodified" title="dom-document-lastModified">lastModified</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-readystate" title="dom-document-readyState">readyState</a>;
 
-  // <a href="#dom-tree-accessors" id="dom-tree-accessors_0">DOM tree accessors</a>
-  <a href="#dom-document-nameditem" title="dom-document-namedItem">getter</a> object (DOMString name);
+  // <a href="http://dev.w3.org/html5/spec/single-page.html#domtree-accessors" id="dom-tree-accessors_0">DOM tree accessors</a>
+  <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-nameditem" title="dom-document-namedItem">getter</a> object (DOMString name);
            attribute DOMString <a href="#document.title" title="dom-document-title">title</a>;
-           attribute DOMString <a href="#dom-document-dir" title="dom-document-dir">dir</a>;
-           attribute <a href="elements.html#htmlelement" id="htmlelement_1">HTMLElement</a>? <a href="#dom-document-body" title="dom-document-body">body</a>;
-  readonly attribute <a href="the-head-element.html#htmlheadelement" id="htmlheadelement_0">HTMLHeadElement</a>? <a href="#dom-document-head" title="dom-document-head">head</a>;
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-document-images" title="dom-document-images">images</a>;
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-document-embeds" title="dom-document-embeds">embeds</a>;
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-document-plugins" title="dom-document-plugins">plugins</a>;
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-document-links" title="dom-document-links">links</a>;
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-document-forms" title="dom-document-forms">forms</a>;
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-document-scripts" title="dom-document-scripts">scripts</a>;
-  NodeList <a href="#dom-document-getelementsbyname" title="dom-document-getElementsByName">getElementsByName</a>(DOMString elementName);
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-dir" title="dom-document-dir">dir</a>;
+           attribute <a href="elements.html#htmlelement" id="htmlelement_1">HTMLElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-body" title="dom-document-body">body</a>;
+  readonly attribute <a href="the-head-element.html#htmlheadelement" id="htmlheadelement_0">HTMLHeadElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-head" title="dom-document-head">head</a>;
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-images" title="dom-document-images">images</a>;
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-embeds" title="dom-document-embeds">embeds</a>;
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-plugins" title="dom-document-plugins">plugins</a>;
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-links" title="dom-document-links">links</a>;
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-forms" title="dom-document-forms">forms</a>;
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-scripts" title="dom-document-scripts">scripts</a>;
+  NodeList <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-getelementsbyname" title="dom-document-getElementsByName">getElementsByName</a>(DOMString elementName);
 <!--MD-->
 <!--CSSREF-->
 
   // <a href="dynamic-markup-insertion.html#dynamic-markup-insertion" id="dynamic-markup-insertion_0">dynamic markup insertion</a>
-  <a href="#document" id="document_37">Document</a> <a href="dynamic-markup-insertion.html#dom-document-open" id="dom-document-open_0" title="dom-document-open">open</a>(optional DOMString type, optional DOMString replace);
-  <a href="#windowproxy">WindowProxy</a> <a href="dynamic-markup-insertion.html#dom-document-open" id="dom-document-open_1" title="dom-document-open">open</a>(DOMString url, DOMString name, DOMString features, optional boolean replace);
-  void <a href="#dom-document-close" title="dom-document-close">close</a>();
-  void <a href="#dom-document-write" title="dom-document-write">write</a>(DOMString... text);
-  void <a href="#dom-document-writeln" title="dom-document-writeln">writeln</a>(DOMString... text);
+  <a href="#document" id="document_37">Document</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open" id="dom-document-open_0" title="dom-document-open">open</a>(optional DOMString type, optional DOMString replace);
+  <a href="#windowproxy">WindowProxy</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open" id="dom-document-open_1" title="dom-document-open">open</a>(DOMString url, DOMString name, DOMString features, optional boolean replace);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-close" title="dom-document-close">close</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-write" title="dom-document-write">write</a>(DOMString... text);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-writeln" title="dom-document-writeln">writeln</a>(DOMString... text);
 
   // <a href="editing.html#editing" id="user-interaction_0">user interaction</a>
-  readonly attribute <a href="#windowproxy">WindowProxy</a>? <a href="#dom-document-defaultview" title="dom-document-defaultView">defaultView</a>;
-  readonly attribute <a href="#element">Element</a>? <a href="#dom-document-activeelement" title="dom-document-activeElement">activeElement</a>;
-  boolean <a href="#dom-document-hasfocus" title="dom-document-hasFocus">hasFocus</a>();
+  readonly attribute <a href="#windowproxy">WindowProxy</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-defaultview" title="dom-document-defaultView">defaultView</a>;
+  readonly attribute <a href="#element">Element</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-activeelement" title="dom-document-activeElement">activeElement</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-hasfocus" title="dom-document-hasFocus">hasFocus</a>();
            attribute DOMString <a href="#designMode" title="dom-document-designMode">designMode</a>;
   boolean <a href="editing-apis.html#execCommand" id="dom-document-execcommand" title="dom-document-execCommand">execCommand</a>(DOMString commandId);
   boolean <a href="editing-apis.html#execCommand" id="dom-document-execcommand_0" title="dom-document-execCommand">execCommand</a>(DOMString commandId, boolean showUI);
   boolean <a href="editing-apis.html#execCommand" id="dom-document-execcommand_1" title="dom-document-execCommand">execCommand</a>(DOMString commandId, boolean showUI, DOMString value);
-  boolean <a href="editing-apis.html#dom-document-querycommandenabled" id="dom-document-querycommandenabled_0" title="dom-document-queryCommandEnabled">queryCommandEnabled</a>(DOMString commandId);
-  boolean <a href="editing-apis.html#dom-document-querycommandindeterm" id="dom-document-querycommandindeterm_0" title="dom-document-queryCommandIndeterm">queryCommandIndeterm</a>(DOMString commandId);
-  boolean <a href="editing-apis.html#dom-document-querycommandstate" id="dom-document-querycommandstate_0" title="dom-document-queryCommandState">queryCommandState</a>(DOMString commandId);
-  boolean <a href="editing-apis.html#dom-document-querycommandsupported" id="dom-document-querycommandsupported_0" title="dom-document-queryCommandSupported">queryCommandSupported</a>(DOMString commandId);
-  DOMString <a href="editing-apis.html#dom-document-querycommandvalue" id="dom-document-querycommandvalue_0" title="dom-document-queryCommandValue">queryCommandValue</a>(DOMString commandId);
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-document-commands" title="dom-document-commands">commands</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandenabled" id="dom-document-querycommandenabled_0" title="dom-document-queryCommandEnabled">queryCommandEnabled</a>(DOMString commandId);
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandindeterm" id="dom-document-querycommandindeterm_0" title="dom-document-queryCommandIndeterm">queryCommandIndeterm</a>(DOMString commandId);
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandstate" id="dom-document-querycommandstate_0" title="dom-document-queryCommandState">queryCommandState</a>(DOMString commandId);
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandsupported" id="dom-document-querycommandsupported_0" title="dom-document-queryCommandSupported">queryCommandSupported</a>(DOMString commandId);
+  DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandvalue" id="dom-document-querycommandvalue_0" title="dom-document-queryCommandValue">queryCommandValue</a>(DOMString commandId);
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-commands" title="dom-document-commands">commands</a>;
 
   // <a href="#event-handler-idl-attributes">event handler IDL attributes</a>
            attribute <a href="webappapis.html#eventhandler" id="eventhandler_0">EventHandler</a> <a href="webappapis.html#handler-onabort" id="handler-onabort_0" title="handler-onabort">onabort</a>;
@@ -587,7 +586,7 @@
 <a href="browsers.html#effective-script-origin" id="effective-script-origin_1">effective script origin</a>.</p>
 <!--REMOVE-TOPIC:Security-->
 <h4 id="resource-metadata-management"><span class="secno">3.1.3</span> <dfn>Resource metadata management</dfn></h4>
-<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-referrer"><a href="#dom-document-referrer">referrer</a></code></dt>
+<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-referrer"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-referrer">referrer</a></code></dt>
 <dd>
 <p>Returns <a href="#the-document's-address" id="the-document's-address_6" title="the document's address">the
 address</a> of the <code><a href="#document" id="document_40">Document</a></code> from which the user navigated to
@@ -596,7 +595,7 @@
 <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 href="#dom-document-referrer">referrer</a></code> IDL attribute will
+</dl><p class="note">In the case of HTTP, the <code title="dom-document-referrer"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-referrer">referrer</a></code> IDL attribute will
 match the <code title="http-referer">Referer</code> (sic) header
 that was sent when <a href="#fetch" title="fetch">fetching</a> the
 current page.</p>
@@ -605,7 +604,7 @@
 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 href="#dom-document-cookie">cookie</a></code> [ = <var title="">value</var> ]</dt>
+<hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-cookie"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-cookie">cookie</a></code> [ = <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the HTTP cookies that apply to the <code><a href="#document" id="document_41">Document</a></code>. If there are no
 cookies or cookies can't be applied to this resource, the empty
@@ -616,7 +615,7 @@
 origin</a> (e.g. in an <code><a href="the-iframe-element.html#the-iframe-element" id="iframe_3">iframe</a></code> with the <code title="attr-iframe-sandbox"><a href="the-iframe-element.html#attr-iframe-sandbox" id="sandbox_0">sandbox</a></code> attribute), a <code><a href="#securityerror">SecurityError</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 href="#dom-document-lastmodified">lastModified</a></code></dt>
+</dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-lastmodified"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-lastmodified">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 time
@@ -624,7 +623,7 @@
 <p>If the last modification date is not known, the current time is
 returned instead.</p>
 </dd>
-</dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-readyState"><a href="#dom-document-readystate">readyState</a></code></dt>
+</dl><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-readyState"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-readystate">readyState</a></code></dt>
 <dd>
 <p>Returns "<code title="">loading</code>" while the <code><a href="#document" id="document_42">Document</a></code> is loading,
 "<code title="">interactive</code>" once it is finished parsing but
@@ -639,7 +638,7 @@
 <p><dfn id="the-html-element-0">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="the-html-element.html#the-html-element" id="html_1">html</a></code> element, or null otherwise.</p>
-<hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-head"><a href="#dom-document-head">head</a></code></dt>
+<hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-head"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-head">head</a></code></dt>
 <dd>
 <p>Returns <a href="#the-head-element-0" id="the-head-element_0">the <code>head</code> element</a>.</p>
 </dd>
@@ -661,7 +660,7 @@
 </dl><p><dfn id="the-title-element-0">The <code>title</code>
 element</dfn> of a document is the first <code><a href="the-title-element.html#the-title-element" id="title_42">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 href="#dom-document-body">body</a></code> [
+<hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-body"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-body">body</a></code> [
 = <var title="">value</var> ]</dt>
 <dd>
 <p>Returns <a href="#the-body-element-0" id="the-body-element_0">the body element</a>.</p>
@@ -674,40 +673,40 @@
 document is the first child of <a href="#the-html-element-0" id="the-html-element_1">the <code>html</code> element</a> that is
 either a <code><a href="the-body-element.html#the-body-element" id="body_5">body</a></code> element or a <code><a href="#frameset">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 href="#dom-document-images">images</a></code></dt>
+<hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-images"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-images">images</a></code></dt>
 <dd>
 <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="the-img-element.html#the-img-element" id="img_7">img</a></code> elements in the
 <code><a href="#document" id="document_44">Document</a></code>.</p>
 </dd>
-<dt><var title="">document</var> . <code title="dom-document-embeds"><a href="#dom-document-embeds">embeds</a></code></dt>
-<dt><var title="">document</var> . <code title="dom-document-plugins"><a href="#dom-document-plugins">plugins</a></code></dt>
+<dt><var title="">document</var> . <code title="dom-document-embeds"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-embeds">embeds</a></code></dt>
+<dt><var title="">document</var> . <code title="dom-document-plugins"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-plugins">plugins</a></code></dt>
 <dd>
 <p>Return an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="the-embed-element.html#the-embed-element" id="embed_1">embed</a></code> elements in the
 <code><a href="#document" id="document_45">Document</a></code>.</p>
 </dd>
-<dt><var title="">document</var> . <code title="dom-document-links"><a href="#dom-document-links">links</a></code></dt>
+<dt><var title="">document</var> . <code title="dom-document-links"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-links">links</a></code></dt>
 <dd>
 <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="the-a-element.html#the-a-element" id="a_3">a</a></code> and <code><a href="the-area-element.html#the-area-element" id="area_2">area</a></code> elements in the
 <code><a href="#document" id="document_46">Document</a></code> that
 have <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href_11">href</a></code> attributes.</p>
 </dd>
-<dt><var title="">document</var> . <code title="dom-document-forms"><a href="#dom-document-forms">forms</a></code></dt>
+<dt><var title="">document</var> . <code title="dom-document-forms"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-forms">forms</a></code></dt>
 <dd>
 <p>Return an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="the-form-element.html#the-form-element" id="form_8">form</a></code> elements in the
 <code><a href="#document" id="document_47">Document</a></code>.</p>
 </dd>
-<dt><var title="">document</var> . <code title="dom-document-scripts"><a href="#dom-document-scripts">scripts</a></code></dt>
+<dt><var title="">document</var> . <code title="dom-document-scripts"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-scripts">scripts</a></code></dt>
 <dd>
 <p>Return an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="the-script-element.html#the-script-element">script</a></code> elements in the
 <code><a href="#document" id="document_48">Document</a></code>.</p>
 </dd>
 </dl><dl class="domintro"><dt><var title="">collection</var> = <var title="">document</var> .
-<code title="dom-document-getElementsByName"><a href="#dom-document-getelementsbyname">getElementsByName</a></code>(<var title="">name</var>)</dt>
+<code title="dom-document-getElementsByName"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-getelementsbyname">getElementsByName</a></code>(<var title="">name</var>)</dt>
 <dd>
 <p>Returns a <code><a href="#nodelist">NodeList</a></code> of
 elements in the <code><a href="#document" id="document_49">Document</a></code> that have a <code title="">name</code> attribute with the value <var title="">name</var>.</p>
 </dd>
-</dl><!--CSSREF--><hr><p class="note">The <code title="dom-document-dir"><a href="#dom-document-dir">dir</a></code> attribute on the <code><a href="#document" id="document_50">Document</a></code> interface is
+</dl><!--CSSREF--><hr><p class="note">The <code title="dom-document-dir"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-dir">dir</a></code> attribute on the <code><a href="#document" id="document_50">Document</a></code> interface is
 defined along with the <code title="attr-dir"><a href="global-attributes.html#the-dir-attribute" id="dir_0">dir</a></code> content
 attribute.</p>
 <!--TOPIC:HTML-->

Index: the-textarea-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-textarea-element.html,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- the-textarea-element.html	11 Oct 2012 08:24:26 -0000	1.158
+++ the-textarea-element.html	11 Oct 2012 09:16:17 -0000	1.159
@@ -439,31 +439,31 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmltextareaelement">HTMLTextAreaElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_101">HTMLElement</a> {
-           attribute boolean <a href="#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute unsigned long <a href="#dom-textarea-cols" title="dom-textarea-cols">cols</a>;
-           attribute DOMString <a href="#dom-textarea-dirname" title="dom-textarea-dirName">dirName</a>;
-           attribute boolean <a href="#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_8">HTMLFormElement</a>? <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute long <a href="#dom-textarea-maxlength" title="dom-textarea-maxLength">maxLength</a>;
-           attribute DOMString <a href="#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="#dom-textarea-placeholder" title="dom-textarea-placeholder">placeholder</a>;
-           attribute boolean <a href="#dom-textarea-readonly" title="dom-textarea-readOnly">readOnly</a>;
-           attribute boolean <a href="#dom-textarea-required" title="dom-textarea-required">required</a>;
-           attribute unsigned long <a href="#dom-textarea-rows" title="dom-textarea-rows">rows</a>;
-           attribute DOMString <a href="#dom-textarea-wrap" title="dom-textarea-wrap">wrap</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-autofocus" title="dom-fe-autofocus">autofocus</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domtextarea-cols" title="dom-textarea-cols">cols</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domtextarea-dirname" title="dom-textarea-dirName">dirName</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-disabled" title="dom-fe-disabled">disabled</a>;
+  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_8">HTMLFormElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domfae-form" title="dom-fae-form">form</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/single-page.html#domtextarea-maxlength" title="dom-textarea-maxLength">maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-name" title="dom-fe-name">name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domtextarea-placeholder" title="dom-textarea-placeholder">placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domtextarea-readonly" title="dom-textarea-readOnly">readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domtextarea-required" title="dom-textarea-required">required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domtextarea-rows" title="dom-textarea-rows">rows</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domtextarea-wrap" title="dom-textarea-wrap">wrap</a>;
 
-  readonly attribute DOMString <a href="#dom-textarea-type" title="dom-textarea-type">type</a>;
-           attribute DOMString <a href="#dom-textarea-defaultvalue" title="dom-textarea-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="#dom-textarea-value" title="dom-textarea-value">value</a>;
-  readonly attribute unsigned long <a href="#dom-textarea-textlength" title="dom-textarea-textLength">textLength</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domtextarea-type" title="dom-textarea-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domtextarea-defaultvalue" title="dom-textarea-defaultValue">defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domtextarea-value" title="dom-textarea-value">value</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domtextarea-textlength" title="dom-textarea-textLength">textLength</a>;
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
+  readonly attribute <a href="#validitystate">ValidityState</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity" title="dom-cva-validity">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
 
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="#nodelist">NodeList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domlfe-labels" title="dom-lfe-labels">labels</a>;
 
   void <span title="dom-textarea/input-select">select</span>();
            attribute unsigned long <span title="dom-textarea/input-selectionStart">selectionStart</span>;

Index: the-colgroup-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-colgroup-element.html,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- the-colgroup-element.html	11 Oct 2012 08:24:22 -0000	1.133
+++ the-colgroup-element.html	11 Oct 2012 09:16:14 -0000	1.134
@@ -425,7 +425,7 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmltablecolelement">HTMLTableColElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_82">HTMLElement</a> {
-           attribute unsigned long <a href="#dom-colgroup-span" title="dom-colgroup-span">span</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domcolgroup-span" title="dom-colgroup-span">span</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-colgroup-element" id="colgroup_0">colgroup</a></code> element <a href="#represents">represents</a> a <a href="#concept-column-group" title="concept-column-group">group</a> of one or more <a href="#concept-column" title="concept-column">columns</a> in the

Index: attributes-common-to-ins-and-del-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/attributes-common-to-ins-and-del-elements.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- attributes-common-to-ins-and-del-elements.html	11 Oct 2012 08:24:09 -0000	1.28
+++ attributes-common-to-ins-and-del-elements.html	11 Oct 2012 09:16:01 -0000	1.29
@@ -421,7 +421,7 @@
 elements implement the <code><a href="#htmlmodelement" id="htmlmodelement_2">HTMLModElement</a></code> interface:</p>
 <pre class="idl">
 interface <dfn id="htmlmodelement">HTMLModElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_63">HTMLElement</a> {
-           attribute DOMString <a href="#dom-mod-cite" title="dom-mod-cite">cite</a>;
-           attribute DOMString <a href="#dom-mod-datetime" title="dom-mod-datetime">dateTime</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dommod-cite" title="dom-mod-cite">cite</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dommod-datetime" title="dom-mod-datetime">dateTime</a>;
 };
 </pre>

Index: the-video-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-video-element.html,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- the-video-element.html	11 Oct 2012 08:24:27 -0000	1.144
+++ the-video-element.html	11 Oct 2012 09:16:18 -0000	1.145
@@ -444,11 +444,11 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlvideoelement">HTMLVideoElement</dfn> : <a href="media-elements.html#htmlmediaelement" id="htmlmediaelement_0">HTMLMediaElement</a> {
-           attribute unsigned long <a href="#dom-dim-width" title="dom-dim-width">width</a>;
-           attribute unsigned long <a href="#dom-dim-height" title="dom-dim-height">height</a>;
-  readonly attribute unsigned long <a href="#dom-video-videowidth" title="dom-video-videoWidth">videoWidth</a>;
-  readonly attribute unsigned long <a href="#dom-video-videoheight" title="dom-video-videoHeight">videoHeight</a>;
-           attribute DOMString <a href="#dom-video-poster" title="dom-video-poster">poster</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domdim-width" title="dom-dim-width">width</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domdim-height" title="dom-dim-height">height</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domvideo-videowidth" title="dom-video-videoWidth">videoWidth</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domvideo-videoheight" title="dom-video-videoHeight">videoHeight</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domvideo-poster" title="dom-video-poster">poster</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>A <code><a href="#the-video-element">video</a></code> element is
@@ -497,8 +497,8 @@
 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.</p>
-<dl class="domintro"><dt><var title="">video</var> . <code title="dom-video-videoWidth"><a href="#dom-video-videowidth">videoWidth</a></code></dt>
-<dt><var title="">video</var> . <code title="dom-video-videoHeight"><a href="#dom-video-videoheight">videoHeight</a></code></dt>
+<dl class="domintro"><dt><var title="">video</var> . <code title="dom-video-videoWidth"><a href="http://dev.w3.org/html5/spec/single-page.html#domvideo-videowidth">videoWidth</a></code></dt>
+<dt><var title="">video</var> . <code title="dom-video-videoHeight"><a href="http://dev.w3.org/html5/spec/single-page.html#domvideo-videoheight">videoHeight</a></code></dt>
 <dd>
 <p>These attributes return the intrinsic dimensions of the video,
 or zero if the dimensions are not known.</p>

Index: the-table-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-table-element.html,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- the-table-element.html	11 Oct 2012 08:24:26 -0000	1.148
+++ the-table-element.html	11 Oct 2012 09:16:17 -0000	1.149
@@ -434,21 +434,21 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmltableelement">HTMLTableElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_75">HTMLElement</a> {
-           attribute <a href="the-caption-element.html#htmltablecaptionelement" id="htmltablecaptionelement_0">HTMLTableCaptionElement</a>? <a href="#dom-table-caption" title="dom-table-caption">caption</a>;
-  <a href="elements.html#htmlelement" id="htmlelement_76">HTMLElement</a> <a href="#dom-table-createcaption" title="dom-table-createCaption">createCaption</a>();
-  void <a href="#dom-table-deletecaption" title="dom-table-deleteCaption">deleteCaption</a>();
-           attribute <a href="the-tbody-element.html#htmltablesectionelement" id="htmltablesectionelement_0">HTMLTableSectionElement</a>? <a href="#dom-table-thead" title="dom-table-tHead">tHead</a>;
-  <a href="elements.html#htmlelement" id="htmlelement_77">HTMLElement</a> <a href="#dom-table-createthead" title="dom-table-createTHead">createTHead</a>();
-  void <a href="#dom-table-deletethead" title="dom-table-deleteTHead">deleteTHead</a>();
-           attribute <a href="the-tbody-element.html#htmltablesectionelement" id="htmltablesectionelement_1">HTMLTableSectionElement</a>? <a href="#dom-table-tfoot" title="dom-table-tFoot">tFoot</a>;
-  <a href="elements.html#htmlelement" id="htmlelement_78">HTMLElement</a> <a href="#dom-table-createtfoot" title="dom-table-createTFoot">createTFoot</a>();
-  void <a href="#dom-table-deletetfoot" title="dom-table-deleteTFoot">deleteTFoot</a>();
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-table-tbodies" title="dom-table-tBodies">tBodies</a>;
-  <a href="elements.html#htmlelement" id="htmlelement_79">HTMLElement</a> <a href="#dom-table-createtbody" title="dom-table-createTBody">createTBody</a>();
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-table-rows" title="dom-table-rows">rows</a>;
-  <a href="elements.html#htmlelement" id="htmlelement_80">HTMLElement</a> <a href="#dom-table-insertrow" title="dom-table-insertRow">insertRow</a>(optional long index);
-  void <a href="#dom-table-deleterow" title="dom-table-deleteRow">deleteRow</a>(long index);
-           attribute DOMString <a href="#dom-table-border" title="dom-table-border">border</a>;
+           attribute <a href="the-caption-element.html#htmltablecaptionelement" id="htmltablecaptionelement_0">HTMLTableCaptionElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-caption" title="dom-table-caption">caption</a>;
+  <a href="elements.html#htmlelement" id="htmlelement_76">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-createcaption" title="dom-table-createCaption">createCaption</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-deletecaption" title="dom-table-deleteCaption">deleteCaption</a>();
+           attribute <a href="the-tbody-element.html#htmltablesectionelement" id="htmltablesectionelement_0">HTMLTableSectionElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-thead" title="dom-table-tHead">tHead</a>;
+  <a href="elements.html#htmlelement" id="htmlelement_77">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-createthead" title="dom-table-createTHead">createTHead</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-deletethead" title="dom-table-deleteTHead">deleteTHead</a>();
+           attribute <a href="the-tbody-element.html#htmltablesectionelement" id="htmltablesectionelement_1">HTMLTableSectionElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-tfoot" title="dom-table-tFoot">tFoot</a>;
+  <a href="elements.html#htmlelement" id="htmlelement_78">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-createtfoot" title="dom-table-createTFoot">createTFoot</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-deletetfoot" title="dom-table-deleteTFoot">deleteTFoot</a>();
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-tbodies" title="dom-table-tBodies">tBodies</a>;
+  <a href="elements.html#htmlelement" id="htmlelement_79">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-createtbody" title="dom-table-createTBody">createTBody</a>();
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-rows" title="dom-table-rows">rows</a>;
+  <a href="elements.html#htmlelement" id="htmlelement_80">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-insertrow" title="dom-table-insertRow">insertRow</a>(optional long index);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-deleterow" title="dom-table-deleteRow">deleteRow</a>(long index);
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domtable-border" title="dom-table-border">border</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-table-element" id="table_4">table</a></code> element <a href="#represents">represents</a> data with more than one dimension, in
@@ -487,7 +487,7 @@
 <p class="note">Authors are encouraged to consider using some of
 the <a href="#table-layout-techniques">table layout techniques</a>
 described below to make tables easier to navigate for users.</p>
-<hr><!--TOPIC:DOM APIs--><dl class="domintro"><dt><var title="">table</var> . <code title="dom-table-caption"><a href="#dom-table-caption">caption</a></code>
+<hr><!--TOPIC:DOM APIs--><dl class="domintro"><dt><var title="">table</var> . <code title="dom-table-caption"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-caption">caption</a></code>
 [ = <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the table's <code><a href="the-caption-element.html#the-caption-element" id="caption_3">caption</a></code> element.</p>
@@ -496,16 +496,16 @@
 exception.</p>
 </dd>
 <dt><var title="">caption</var> = <var title="">table</var> .
-<code title="dom-table-createCaption"><a href="#dom-table-createcaption">createCaption</a></code>()</dt>
+<code title="dom-table-createCaption"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-createcaption">createCaption</a></code>()</dt>
 <dd>
 <p>Ensures the table has a <code><a href="the-caption-element.html#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 href="#dom-table-deletecaption">deleteCaption</a></code>()</dt>
+<dt><var title="">table</var> . <code title="dom-table-deleteCaption"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-deletecaption">deleteCaption</a></code>()</dt>
 <dd>
 <p>Ensures the table does not have a <code><a href="the-caption-element.html#the-caption-element" id="caption_7">caption</a></code>
 element.</p>
 </dd>
-<dt><var title="">table</var> . <code title="dom-table-tHead"><a href="#dom-table-thead">tHead</a></code> [ =
+<dt><var title="">table</var> . <code title="dom-table-tHead"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-thead">tHead</a></code> [ =
 <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the table's <code><a href="the-thead-element.html#the-thead-element" id="thead_0">thead</a></code> element.</p>
@@ -515,15 +515,15 @@
 exception.</p>
 </dd>
 <dt><var title="">thead</var> = <var title="">table</var> .
-<code title="dom-table-createTHead"><a href="#dom-table-createthead">createTHead</a></code>()</dt>
+<code title="dom-table-createTHead"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-createthead">createTHead</a></code>()</dt>
 <dd>
 <p>Ensures the table has a <code><a href="the-thead-element.html#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 href="#dom-table-deletethead">deleteTHead</a></code>()</dt>
+<dt><var title="">table</var> . <code title="dom-table-deleteTHead"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-deletethead">deleteTHead</a></code>()</dt>
 <dd>
 <p>Ensures the table does not have a <code><a href="the-thead-element.html#the-thead-element" id="thead_4">thead</a></code> element.</p>
 </dd>
-<dt><var title="">table</var> . <code title="dom-table-tFoot"><a href="#dom-table-tfoot">tFoot</a></code> [ =
+<dt><var title="">table</var> . <code title="dom-table-tFoot"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-tfoot">tFoot</a></code> [ =
 <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the table's <code><a href="the-tfoot-element.html#the-tfoot-element" id="tfoot_2">tfoot</a></code> element.</p>
@@ -533,32 +533,32 @@
 exception.</p>
 </dd>
 <dt><var title="">tfoot</var> = <var title="">table</var> .
-<code title="dom-table-createTFoot"><a href="#dom-table-createtfoot">createTFoot</a></code>()</dt>
+<code title="dom-table-createTFoot"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-createtfoot">createTFoot</a></code>()</dt>
 <dd>
 <p>Ensures the table has a <code><a href="the-tfoot-element.html#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 href="#dom-table-deletetfoot">deleteTFoot</a></code>()</dt>
+<dt><var title="">table</var> . <code title="dom-table-deleteTFoot"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-deletetfoot">deleteTFoot</a></code>()</dt>
 <dd>
 <p>Ensures the table does not have a <code><a href="the-tfoot-element.html#the-tfoot-element" id="tfoot_6">tfoot</a></code> element.</p>
 </dd>
-<dt><var title="">table</var> . <code title="dom-table-tBodies"><a href="#dom-table-tbodies">tBodies</a></code></dt>
+<dt><var title="">table</var> . <code title="dom-table-tBodies"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-tbodies">tBodies</a></code></dt>
 <dd>
 <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="the-tbody-element.html#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 href="#dom-table-createtbody">createTBody</a></code>()</dt>
+<code title="dom-table-createTBody"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-createtbody">createTBody</a></code>()</dt>
 <dd>
 <p>Creates a <code><a href="the-tbody-element.html#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 href="#dom-table-rows">rows</a></code></dt>
+<dt><var title="">table</var> . <code title="dom-table-rows"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-rows">rows</a></code></dt>
 <dd>
 <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="the-tr-element.html#the-tr-element" id="tr_1">tr</a></code> elements of the
 table.</p>
 </dd>
 <dt><var title="">tr</var> = <var title="">table</var> .
-<code title="dom-table-insertRow"><a href="#dom-table-insertrow">insertRow</a></code>(<var title="">index</var>)</dt>
+<code title="dom-table-insertRow"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-insertrow">insertRow</a></code>(<var title="">index</var>)</dt>
 <dd>
 <p>Creates a <code><a href="the-tr-element.html#the-tr-element" id="tr_2">tr</a></code> element, along with a <code><a href="the-tbody-element.html#the-tbody-element" id="tbody_2">tbody</a></code> if required,
 inserts them into the table at the position given by the argument,
@@ -568,7 +568,7 @@
 <p>If the given position is less than &minus;1 or greater than the number
 of rows, throws an <code><a href="#indexsizeerror">IndexSizeError</a></code> exception.</p>
 </dd>
-<dt><var title="">table</var> . <code title="dom-table-deleteRow"><a href="#dom-table-deleterow">deleteRow</a></code>(<var title="">index</var>)</dt>
+<dt><var title="">table</var> . <code title="dom-table-deleteRow"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-deleterow">deleteRow</a></code>(<var title="">index</var>)</dt>
 <dd>
 <p>Removes the <code><a href="the-tr-element.html#the-tr-element" id="tr_4">tr</a></code> element with the given position in the
 table.</p>

Index: the-audio-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-audio-element.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- the-audio-element.html	11 Oct 2012 08:24:21 -0000	1.142
+++ the-audio-element.html	11 Oct 2012 09:16:13 -0000	1.143
@@ -440,8 +440,8 @@
 <!--TOPIC:DOM APIs-->
 <dd>
 <pre class="idl">
-[NamedConstructor=<a href="#dom-audio" title="dom-Audio">Audio</a>(),
- NamedConstructor=<a href="#dom-audio-s" title="dom-Audio-s">Audio</a>(DOMString src)]
+[NamedConstructor=<a href="http://dev.w3.org/html5/spec/single-page.html#domaudio" title="dom-Audio">Audio</a>(),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/single-page.html#domaudio-s" title="dom-Audio-s">Audio</a>(DOMString src)]
 interface <dfn id="htmlaudioelement">HTMLAudioElement</dfn> : <a href="media-elements.html#htmlmediaelement" id="htmlmediaelement_1">HTMLMediaElement</a> {};
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>An <code><a href="#the-audio-element">audio</a></code> element
@@ -487,7 +487,7 @@
 <p>The <code title="attr-media-src"><a href="media-elements.html#attr-media-src" id="src_38">src</a></code>, <code title="attr-media-preload"><a href="media-elements.html#attr-media-preload" id="preload_2">preload</a></code>,
 <code title="attr-media-autoplay"><a href="media-elements.html#attr-media-autoplay" id="autoplay_2">autoplay</a></code>, <code title="attr-media-mediagroup"><a href="media-elements.html#attr-media-mediagroup" id="mediagroup_3">mediagroup</a></code>, <code title="attr-media-loop"><a href="media-elements.html#attr-media-loop" id="loop_2">loop</a></code>, <code title="attr-media-muted"><a href="media-elements.html#attr-media-muted" id="muted_2">muted</a></code>, and <code title="attr-media-controls"><a href="media-elements.html#attr-media-controls" id="controls_8">controls</a></code> attributes are <a href="media-elements.html#media-element-attributes" id="media-element-attributes_1" title="media element attributes">the attributes common to all media
 elements</a>.</p>
-<dl class="domintro"><dt><var title="">audio</var> = new <code title="dom-Audio"><a href="#dom-audio">Audio</a></code>( [ <var title="">url</var> ] )</dt>
+<dl class="domintro"><dt><var title="">audio</var> = new <code title="dom-Audio"><a href="http://dev.w3.org/html5/spec/single-page.html#domaudio">Audio</a></code>( [ <var title="">url</var> ] )</dt>
 <dd>
 <p>Returns a new <code><a href="#the-audio-element">audio</a></code> element, with the
 <code title="attr-media-src"><a href="media-elements.html#attr-media-src" id="src_39">src</a></code> attribute set to the value passed in the

Index: dynamic-markup-insertion.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dynamic-markup-insertion.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- dynamic-markup-insertion.html	11 Oct 2012 08:24:10 -0000	1.37
+++ dynamic-markup-insertion.html	11 Oct 2012 09:16:03 -0000	1.38
@@ -416,7 +416,7 @@
 <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.</p>
 <dl class="domintro"><dt><var title="">document</var> = <var title="">document</var> .
-<code title="dom-document-open"><a href="#dom-document-open" id="open_6">open</a></code>( [ <var title="">type</var> [, <var title="">replace</var> ] ] )</dt>
+<code title="dom-document-open"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open" id="open_6">open</a></code>( [ <var title="">type</var> [, <var title="">replace</var> ] ] )</dt>
 <dd>
 <p>Causes the <code><a href="dom.html#document" id="document_51">Document</a></code> to be replaced in-place, as if it
 was a new <code><a href="dom.html#document" id="document_52">Document</a></code> object, but reusing the previous
@@ -425,8 +425,8 @@
 value "<code><a href="iana.html#text-html" id="text-html_4">text/html</a></code>", then the resulting
 <code><a href="dom.html#document" id="document_53">Document</a></code> has
 an HTML parser associated with it, which can be given data to parse
-using <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code>. Otherwise, all
-content passed to <code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code> will be parsed as
+using <code title="dom-document-write"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-write">document.write()</a></code>. Otherwise, all
+content passed to <code title="dom-document-write"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-write">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
@@ -438,23 +438,23 @@
 document</a>.</p>
 </dd>
 <dt><var title="">window</var> = <var title="">document</var> .
-<code title="dom-document-open"><a href="#dom-document-open" id="open_7">open</a></code>( <var title="">url</var>, <var title="">name</var>, <var title="">features</var> [, <var title="">replace</var> ] )</dt>
+<code title="dom-document-open"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open" id="open_7">open</a></code>( <var title="">url</var>, <var title="">name</var>, <var title="">features</var> [, <var title="">replace</var> ] )</dt>
 <dd>
-<p>Works like the <code title="dom-open"><a href="#dom-open">window.open()</a></code> method.</p>
+<p>Works like the <code title="dom-open"><a href="http://dev.w3.org/html5/spec/single-page.html#domopen">window.open()</a></code> method.</p>
 </dd>
 </dl><h4 id="closing-the-input-stream"><span class="secno">3.3.2</span>
 Closing the input stream</h4>
-<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-close"><a href="#dom-document-close">close</a></code>()</dt>
+<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-close"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-close">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()_0">document.open()</a></code> method.</p>
+<p>Closes the input stream that was opened by the <code title="dom-document-open"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open" id="document.open()_0">document.open()</a></code> method.</p>
 <p>Throws an <code><a href="#invalidstateerror">InvalidStateError</a></code> exception if the
 <code><a href="dom.html#document" id="document_57">Document</a></code> is
 an <a href="#xml-documents" title="XML documents">XML
 document</a>.</p>
 </dd>
 </dl><h4 id="document.write()"><span class="secno">3.3.3</span>
-<code title="dom-document-write"><a href="#dom-document-write">document.write()</a></code></h4>
-<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-write"><a href="#dom-document-write">write</a></code>(<var title="">text</var>...)</dt>
+<code title="dom-document-write"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-write">document.write()</a></code></h4>
+<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-write"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-write">write</a></code>(<var title="">text</var>...)</dt>
 <dd>
 <p>In general, adds the given string(s) to the <code><a href="dom.html#document" id="document_58">Document</a></code>'s input
 stream.</p>
@@ -463,7 +463,7 @@
 resulting in a DOM that does not correspond to the source of the
 document (e.g. if the string written is the string "<code title="">&lt;plaintext&gt;</code>" or "<code title="">&lt;!--</code>").
 In other cases, the call can clear the current page first, as if
-<code title="dom-document-open"><a href="#dom-document-open" id="document.open()_1">document.open()</a></code> had been called. In
+<code title="dom-document-open"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open" id="document.open()_1">document.open()</a></code> had been called. In
 yet more cases, the method is simply ignored, or throws an
 exception. To make matters worse, the exact behavior of this method
 can in some cases be dependent on network latency<!--
@@ -482,11 +482,11 @@
 invoked on <a href="#xml-documents">XML documents</a>.</p>
 </dd>
 </dl><h4 id="document.writeln()"><span class="secno">3.3.4</span>
-<code title="dom-document-writeln"><a href="#dom-document-writeln">document.writeln()</a></code></h4>
-<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-writeln"><a href="#dom-document-writeln">writeln</a></code>(<var title="">text</var>...)</dt>
+<code title="dom-document-writeln"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-writeln">document.writeln()</a></code></h4>
+<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-writeln"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-writeln">writeln</a></code>(<var title="">text</var>...)</dt>
 <dd>
 <p>Adds the given string(s) to the <code><a href="dom.html#document" id="document_59">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()">open()</a></code> method implicitly first.</p>
+newline character. If necessary, calls the <code title="dom-document-open"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open" id="open()">open()</a></code> method implicitly first.</p>
 <p>This method throws an <code><a href="#invalidstateerror">InvalidStateError</a></code> exception when
 invoked on <a href="#xml-documents">XML documents</a>.</p>
 </dd>

Index: the-meta-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-meta-element.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- the-meta-element.html	11 Oct 2012 08:24:24 -0000	1.142
+++ the-meta-element.html	11 Oct 2012 09:16:16 -0000	1.143
@@ -444,9 +444,9 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlmetaelement">HTMLMetaElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_10">HTMLElement</a> {
-           attribute DOMString <a href="#dom-meta-name" title="dom-meta-name">name</a>;
-           attribute DOMString <a href="#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
-           attribute DOMString <a href="#dom-meta-content" title="dom-meta-content">content</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dommeta-name" title="dom-meta-name">name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dommeta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dommeta-content" title="dom-meta-content">content</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-meta-element">meta</a></code> element

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.1179
retrieving revision 1.1180
diff -u -d -r1.1179 -r1.1180
--- introduction.html	11 Oct 2012 08:24:12 -0000	1.1179
+++ introduction.html	11 Oct 2012 09:16:06 -0000	1.1180
@@ -586,7 +586,7 @@
 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>
-<p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+<p class="note">The <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
 method, in this model, is equivalent to allowing other scripts to
 run while the calling script is blocked.</p>
 <h4 id="compliance-with-other-specifications"><span class="secno">1.5.2</span> Compliance with other specifications</h4>
@@ -949,7 +949,7 @@
 &lt;<a href="the-form-element.html#the-form-element" id="form_3">form</a> <a href="the-form-element.html#attr-form-name" id="attr-form-name_0" title="attr-form-name">name</a>="main"&gt;
  Result: &lt;<a href="the-output-element.html#the-output-element" id="output_3">output</a> <a href="attributes-common-to-form-controls.html#attr-fe-name" id="attr-fe-name_0" title="attr-fe-name">name</a>="result"&gt;&lt;/output&gt;
  &lt;<a href="the-script-element.html#the-script-element">script</a>&gt;
-  <a href="dom.html#document" id="document_0" title="Document">document</a>.<a href="#dom-document-forms" title="dom-document-forms">forms</a>.main.<a href="#dom-form-elements" title="dom-form-elements">elements</a>.result.<a href="#dom-output-value" title="dom-output-value">value</a> = 'Hello World';
+  <a href="dom.html#document" id="document_0" title="Document">document</a>.<a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-forms" title="dom-document-forms">forms</a>.main.<a href="http://dev.w3.org/html5/spec/single-page.html#domform-elements" title="dom-form-elements">elements</a>.result.<a href="http://dev.w3.org/html5/spec/single-page.html#domoutput-value" title="dom-output-value">value</a> = 'Hello World';
  &lt;/script&gt;
 &lt;/form&gt;
 </pre>
@@ -959,9 +959,9 @@
 "<code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href" id="href_10">href</a></code>" attribute changed in several
 ways:</p>
 <pre>
-var a = <a href="dom.html#document" id="document_1" title="Document">document</a>.<a href="#dom-document-links" title="dom-document-links">links</a>[0]; // obtain the first link in the document
-a.<a href="#dom-a-href" title="dom-a-href">href</a> = 'sample.html'; // change the destination URL of the link
-a.<a href="#dom-uda-protocol" title="dom-uda-protocol">protocol</a> = 'https'; // change just the scheme part of the URL
+var a = <a href="dom.html#document" id="document_1" title="Document">document</a>.<a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-links" title="dom-document-links">links</a>[0]; // obtain the first link in the document
+a.<a href="http://dev.w3.org/html5/spec/single-page.html#doma-href" title="dom-a-href">href</a> = 'sample.html'; // change the destination URL of the link
+a.<a href="http://dev.w3.org/html5/spec/single-page.html#domuda-protocol" title="dom-uda-protocol">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
@@ -1105,8 +1105,8 @@
 victim site's interface.</p>
 <p>To avoid this, sites that do not expect to be used in frames are
 encouraged to only enable their interface if they detect that they
-are not in a frame (e.g. by comparing the <code title="dom-window"><a href="#dom-window">window</a></code> object to the
-value of the <code title="dom-top"><a href="#dom-top">top</a></code> attribute).</p>
+are not in a frame (e.g. by comparing the <code title="dom-window"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindow">window</a></code> object to the
+value of the <code title="dom-top"><a href="http://dev.w3.org/html5/spec/single-page.html#domtop">top</a></code> attribute).</p>
 </dd>
 </dl><!--REMOVE-TOPIC:Security--><h4 id="common-pitfalls-to-avoid-when-using-the-scripting-apis">
 <span class="secno">1.9.2</span> Common pitfalls to avoid when

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.1183
retrieving revision 1.1184
diff -u -d -r1.1183 -r1.1184
--- editing.html	11 Oct 2012 08:24:10 -0000	1.1183
+++ editing.html	11 Oct 2012 09:16:03 -0000	1.1184
@@ -554,7 +554,7 @@
 <p>Only one element at a time can mark a <code><a href="dom.html#document" id="document_128">Document</a></code> as being <a href="#blocked-by-a-modal-dialog" id="blocked-by-a-modal-dialog_0">blocked by a modal dialog</a>. When a
 new <code><a href="commands.html#the-dialog-element" id="dialog_12">dialog</a></code> is made to <a href="#blocked-by-a-modal-dialog" id="blocked-by-a-modal-dialog_1" title="blocked by a modal dialog">block</a> a <code><a href="dom.html#document" id="document_129">Document</a></code>, the previous
 element, if any, stops blocking the <code><a href="dom.html#document" id="document_130">Document</a></code>.</p>
-<p class="note">The <code><a href="commands.html#the-dialog-element" id="dialog_13">dialog</a></code> element's <code title="dom-dialog-showModal"><a href="#dom-dialog-showmodal">showModal()</a></code> method makes use of
+<p class="note">The <code><a href="commands.html#the-dialog-element" id="dialog_13">dialog</a></code> element's <code title="dom-dialog-showModal"><a href="http://dev.w3.org/html5/spec/single-page.html#domdialog-showmodal">showModal()</a></code> method makes use of
 this mechanism.</p>
 <!--INERT-->
 <!--TOPIC:DOM APIs-->
@@ -564,7 +564,7 @@
        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 href="#dom-click">click</a></code>()</dt>
+<dl class="domintro"><dt><var title="">element</var> . <code title="dom-click"><a href="http://dev.w3.org/html5/spec/single-page.html#domclick">click</a></code>()</dt>
 <dd>
 <p>Acts as if the element was clicked.</p>
 </dd>
@@ -599,32 +599,32 @@
 <!--TOPIC:DOM APIs-->
 <h4 id="document-level-focus-apis"><span class="secno">7.4.2</span>
 Document-level focus APIs</h4>
-<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-activeElement"><a href="#dom-document-activeelement">activeElement</a></code></dt>
+<dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-activeElement"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-activeelement">activeElement</a></code></dt>
 <dd>
 <p>Returns the currently focused element.</p>
 </dd>
-<dt><var title="">document</var> . <code title="dom-document-hasFocus"><a href="#dom-document-hasfocus">hasFocus</a></code>()</dt>
+<dt><var title="">document</var> . <code title="dom-document-hasFocus"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-hasfocus">hasFocus</a></code>()</dt>
 <dd>
 <p>Returns true if the document has focus; otherwise, returns
 false.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-window-focus"><a href="#dom-window-focus">focus</a></code>()</dt>
+<dt><var title="">window</var> . <code title="dom-window-focus"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-focus">focus</a></code>()</dt>
 <dd>
 <p>Focuses the window. Use of this method is discouraged. Allow the
 user to control window focus instead.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-window-blur"><a href="#dom-window-blur">blur</a></code>()</dt>
+<dt><var title="">window</var> . <code title="dom-window-blur"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-blur">blur</a></code>()</dt>
 <dd>
 <p>Unfocuses the window. Use of this method is discouraged. Allow
 the user to control window focus instead.</p>
 </dd>
 </dl><h4 id="element-level-focus-apis"><span class="secno">7.4.3</span>
 Element-level focus APIs</h4>
-<dl class="domintro"><dt><var title="">element</var> . <code title="dom-focus"><a href="#dom-focus">focus</a></code>()</dt>
+<dl class="domintro"><dt><var title="">element</var> . <code title="dom-focus"><a href="http://dev.w3.org/html5/spec/single-page.html#domfocus">focus</a></code>()</dt>
 <dd>
 <p>Focuses the element.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-blur"><a href="#dom-blur">blur</a></code>()</dt>
+<dt><var title="">element</var> . <code title="dom-blur"><a href="http://dev.w3.org/html5/spec/single-page.html#domblur">blur</a></code>()</dt>
 <dd>
 <p>Unfocuses the element. Use of this method is discouraged. Focus
 another element instead.</p>
@@ -654,7 +654,7 @@
 letter or digit.</p>
 <p>User agents can provide users with a list of the keyboard
 shortcuts, but authors are encouraged to do so also. The
-<code title="dom-accessKeyLabel"><a href="#dom-accesskeylabel">accessKeyLabel</a></code> IDL attribute
+<code title="dom-accessKeyLabel"><a href="http://dev.w3.org/html5/spec/single-page.html#domaccesskeylabel">accessKeyLabel</a></code> IDL attribute
 returns a string representing the actual key combination assigned
 by the user agent.</p>
 <div class="example">
@@ -690,7 +690,7 @@
 Emacs browser might use "<samp>M-ESC</samp>" or "<samp>ESC
 ESC</samp>".</p>
 <p>In general, therefore, it is unwise to attempt to parse the
-value returned from the <code title="dom-accessKeyLabel"><a href="#dom-accesskeylabel">accessKeyLabel</a></code> IDL attribute.</p>
+value returned from the <code title="dom-accessKeyLabel"><a href="http://dev.w3.org/html5/spec/single-page.html#domaccesskeylabel">accessKeyLabel</a></code> IDL attribute.</p>
 </div>
 <h4 id="the-accesskey-attribute"><span class="secno">7.5.2</span>
 The <dfn title="attr-accesskey"><code>accesskey</code></dfn>
@@ -773,7 +773,7 @@
 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.</p>
-<dl class="domintro"><dt><var title="">element</var> . <code title="dom-contentEditable"><a href="#dom-contenteditable">contentEditable</a></code> [ = <var title="">value</var> ]</dt>
+<dl class="domintro"><dt><var title="">element</var> . <code title="dom-contentEditable"><a href="http://dev.w3.org/html5/spec/single-page.html#domcontenteditable">contentEditable</a></code> [ = <var title="">value</var> ]</dt>
 <dd>
 <p>Returns "<code title="">true</code>", "<code title="">false</code>", or "<code title="">inherit</code>", based on the
 state of the <code title="attr-contenteditable"><a href="#attr-contenteditable" id="contenteditable_3">contenteditable</a></code> attribute.</p>
@@ -781,7 +781,7 @@
 <p>Throws a <code><a href="#syntaxerror">SyntaxError</a></code>
 exception if the new value isn't one of those strings.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-isContentEditable"><a href="#dom-iscontenteditable">isContentEditable</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-isContentEditable"><a href="http://dev.w3.org/html5/spec/single-page.html#domiscontenteditable">isContentEditable</a></code></dt>
 <dd>
 <p>Returns true if the element is editable; otherwise, returns
 false.</p>


Index: user-prompts.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/user-prompts.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- user-prompts.html	11 Oct 2012 08:24:27 -0000	1.23
+++ user-prompts.html	11 Oct 2012 09:16:18 -0000	1.24
@@ -419,24 +419,24 @@
   -->
 <h4 id="simple-dialogs"><span class="secno">6.4.1</span> Simple
 dialogs</h4>
-<dl class="domintro"><dt><var title="">window</var> . <code title="dom-alert"><a href="#dom-alert">alert</a></code>(<var title="">message</var>)</dt>
+<dl class="domintro"><dt><var title="">window</var> . <code title="dom-alert"><a href="http://dev.w3.org/html5/spec/single-page.html#domalert">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 href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+<p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-yieldforstorageupdates">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 href="#dom-confirm">confirm</a></code>(<var title="">message</var>)</dt>
+<code title="dom-confirm"><a href="http://dev.w3.org/html5/spec/single-page.html#domconfirm">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 href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+<p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-yieldforstorageupdates">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 href="#dom-prompt">prompt</a></code>(<var title="">message</var> [,
+<code title="dom-prompt"><a href="http://dev.w3.org/html5/spec/single-page.html#domprompt">prompt</a></code>(<var title="">message</var> [,
 <var title="">default</var>] )</dt>
 <dd>
 <p>Displays a modal text field prompt with the given message, waits
@@ -444,46 +444,46 @@
 entered. If the user cancels the prompt, then returns null 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 href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+<p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
 method is implied when this method is invoked.</p>
 </dd>
 </dl><h4 id="printing"><span class="secno">6.4.2</span> Printing</h4>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">window</var> . <code title="dom-print"><a href="#dom-print">print</a></code>()</dt>
+<dl class="domintro"><dt><var title="">window</var> . <code title="dom-print"><a href="http://dev.w3.org/html5/spec/single-page.html#domprint">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 href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+<p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
 method is implied when this method is invoked.</p>
 </dd>
 </dl><!--TOPIC:DOM APIs--><h4 id="dialogs-implemented-using-separate-documents"><span class="secno">6.4.3</span> Dialogs implemented using separate
 documents</h4>
 <dl class="domintro"><dt><var title="">result</var> = <var title="">window</var> .
-<code title="dom-showModalDialog"><a href="#dom-showmodaldialog">showModalDialog</a></code>(<var title="">url</var> [, <var title="">argument</var>] )</dt>
+<code title="dom-showModalDialog"><a href="http://dev.w3.org/html5/spec/single-page.html#domshowmodaldialog">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 href="#dom-navigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
+<p>A call to the <code title="dom-navigator-yieldForStorageUpdates"><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-yieldforstorageupdates">navigator.yieldForStorageUpdates()</a></code>
 method is implied when this method is invoked.</p>
 </dd>
 </dl><pre class="idl">
 [NoInterfaceObject] interface <dfn id="windowmodal">WindowModal</dfn> {
-  readonly attribute any <a href="#dom-windowmodal-dialogarguments" title="dom-WindowModal-dialogArguments">dialogArguments</a>;
-           attribute DOMString <a href="#dom-windowmodal-returnvalue" title="dom-WindowModal-returnValue">returnValue</a>;
+  readonly attribute any <a href="http://dev.w3.org/html5/spec/single-page.html#domwindowmodal-dialogarguments" title="dom-WindowModal-dialogArguments">dialogArguments</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domwindowmodal-returnvalue" title="dom-WindowModal-returnValue">returnValue</a>;
 };
 </pre>
-<dl class="domintro"><dt><var title="">window</var> . <code title="dom-WindowModal-dialogArguments"><a href="#dom-windowmodal-dialogarguments">dialogArguments</a></code></dt>
+<dl class="domintro"><dt><var title="">window</var> . <code title="dom-WindowModal-dialogArguments"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowmodal-dialogarguments">dialogArguments</a></code></dt>
 <dd>
 <p>Returns the <var title="">argument</var> argument that was
-passed to the <code title="dom-showModalDialog"><a href="#dom-showmodaldialog">showModalDialog()</a></code> method.</p>
+passed to the <code title="dom-showModalDialog"><a href="http://dev.w3.org/html5/spec/single-page.html#domshowmodaldialog">showModalDialog()</a></code> method.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-WindowModal-returnValue"><a href="#dom-windowmodal-returnvalue">returnValue</a></code> [ =
+<dt><var title="">window</var> . <code title="dom-WindowModal-returnValue"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowmodal-returnvalue">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 href="#dom-showmodaldialog">showModalDialog()</a></code> method.</p>
+<code title="dom-showModalDialog"><a href="http://dev.w3.org/html5/spec/single-page.html#domshowmodaldialog">showModalDialog()</a></code> method.</p>
 </dd>
-</dl><p class="note">The <code title="dom-window-close"><a href="#dom-window-close">window.close()</a></code> method can be used to
+</dl><p class="note">The <code title="dom-window-close"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindow-close">window.close()</a></code> method can be used to
 close the browsing context.</p>
 <!--TOPIC:HTML-->
 <!--TOPIC:DOM APIs-->

Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v
retrieving revision 1.642
retrieving revision 1.643
diff -u -d -r1.642 -r1.643
--- the-iframe-element.html	11 Oct 2012 08:24:23 -0000	1.642
+++ the-iframe-element.html	11 Oct 2012 09:16:15 -0000	1.643
@@ -435,15 +435,15 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmliframeelement">HTMLIFrameElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_65">HTMLElement</a> {
-           attribute DOMString <a href="#dom-iframe-src" title="dom-iframe-src">src</a>;
-           attribute DOMString <a href="#dom-iframe-srcdoc" title="dom-iframe-srcdoc">srcdoc</a>;
-           attribute DOMString <a href="#dom-iframe-name" title="dom-iframe-name">name</a>;
-  [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <a href="#domsettabletokenlist">DOMSettableTokenList</a> <a href="#dom-iframe-sandbox" title="dom-iframe-sandbox">sandbox</a>;
-           attribute boolean <a href="#dom-iframe-seamless" title="dom-iframe-seamless">seamless</a>;
-           attribute DOMString <a href="#dom-dim-width" title="dom-dim-width">width</a>;
-           attribute DOMString <a href="#dom-dim-height" title="dom-dim-height">height</a>;
-  readonly attribute Document? <a href="#dom-iframe-contentdocument" title="dom-iframe-contentDocument">contentDocument</a>;
-  readonly attribute <a href="#windowproxy">WindowProxy</a>? <a href="#dom-iframe-contentwindow" title="dom-iframe-contentWindow">contentWindow</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domiframe-src" title="dom-iframe-src">src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domiframe-srcdoc" title="dom-iframe-srcdoc">srcdoc</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domiframe-name" title="dom-iframe-name">name</a>;
+  [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <a href="#domsettabletokenlist">DOMSettableTokenList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domiframe-sandbox" title="dom-iframe-sandbox">sandbox</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domiframe-seamless" title="dom-iframe-seamless">seamless</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdim-width" title="dom-dim-width">width</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdim-height" title="dom-dim-height">height</a>;
+  readonly attribute Document? <a href="http://dev.w3.org/html5/spec/single-page.html#domiframe-contentdocument" title="dom-iframe-contentDocument">contentDocument</a>;
+  readonly attribute <a href="#windowproxy">WindowProxy</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domiframe-contentwindow" title="dom-iframe-contentWindow">contentWindow</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-iframe-element" id="iframe_11">iframe</a></code> element <a href="#represents">represents</a> a <a href="browsers.html#nested-browsing-context" id="nested-browsing-context_0">nested browsing context</a>.</p>

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.613
retrieving revision 1.614
diff -u -d -r1.613 -r1.614
--- association-of-controls-and-forms.html	11 Oct 2012 08:24:08 -0000	1.613
+++ association-of-controls-and-forms.html	11 Oct 2012 09:16:01 -0000	1.614
@@ -418,7 +418,7 @@
 attribute's value must be the <a href="#concept-id" title="concept-id">ID</a> of a <code><a href="the-form-element.html#the-form-element" id="form_27">form</a></code> element in the element's owner
 <code><a href="dom.html#document" id="document_70">Document</a></code>.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">element</var> . <code title="dom-fae-form"><a href="#dom-fae-form">form</a></code></dt>
+<dl class="domintro"><dt><var title="">element</var> . <code title="dom-fae-form"><a href="http://dev.w3.org/html5/spec/single-page.html#domfae-form">form</a></code></dt>
 <dd>
 <p>Returns the element's <a href="#form-owner" id="form-owner_14">form owner</a>.</p>
 <p>Returns null if there isn't one.</p>

Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-dom-interfaces.html,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- common-dom-interfaces.html	11 Oct 2012 08:24:09 -0000	1.144
+++ common-dom-interfaces.html	11 Oct 2012 09:16:02 -0000	1.145
@@ -407,8 +407,7 @@
 Collections</a>
 <ol><li><a href="common-dom-interfaces.html#htmlallcollection"><span class="secno">2.6.2.1</span>
 HTMLAllCollection</a><li><a href="common-dom-interfaces.html#htmlformcontrolscollection"><span class="secno">2.6.2.2</span> HTMLFormControlsCollection</a><li><a href="common-dom-interfaces.html#htmloptionscollection"><span class="secno">2.6.2.3</span> HTMLOptionsCollection</a></ol><li><a href="common-dom-interfaces.html#domstringmap"><span class="secno">2.6.3</span>
-DOMStringMap</a><li><a href="common-dom-interfaces.html#transferable-objects"><span class="secno">2.6.4</span> Transferable objects</a><li><a href="common-dom-interfaces.html#dom-feature-strings"><span class="secno">2.6.5</span>
-DOM feature strings</a></ol></ol></ol></div>
+DOMStringMap</a><li><a href="common-dom-interfaces.html#transferable-objects"><span class="secno">2.6.4</span> Transferable objects</a></ol></ol></ol></div>
 
   <h3 id="common-dom-interfaces"><span class="secno">2.6</span>
 Common DOM interfaces</h3>
@@ -437,16 +436,16 @@
 <p>The <code><a href="#htmlallcollection-0" id="htmlallcollection_1">HTMLAllCollection</a></code> interface is
 used for generic <a href="#collections-0">collections</a> of
 elements just like <code><a href="#htmlcollection">HTMLCollection</a></code>, with the exception
-that its <code title="dom-HTMLAllCollection-namedItem"><a href="#dom-htmlallcollection-nameditem">namedItem()</a></code> method
+that its <code title="dom-HTMLAllCollection-namedItem"><a href="http://dev.w3.org/html5/spec/single-page.html#domhtmlallcollection-nameditem">namedItem()</a></code> method
 returns an <code><a href="#htmlallcollection-0" id="htmlallcollection_2">HTMLAllCollection</a></code> object when
 there are multiple matching elements, and that its <code title="dom-HTMLAllCollection-item">item()</code> method can be used as a
-synonym for its <code title="dom-HTMLAllCollection-namedItem"><a href="#dom-htmlallcollection-nameditem">namedItem()</a></code> method.
-It is intended only for the legacy <code title="dom-document-all"><a href="#dom-document-all">document.all</a></code> attribute.</p>
+synonym for its <code title="dom-HTMLAllCollection-namedItem"><a href="http://dev.w3.org/html5/spec/single-page.html#domhtmlallcollection-nameditem">namedItem()</a></code> method.
+It is intended only for the legacy <code title="dom-document-all"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-all">document.all</a></code> attribute.</p>
 <pre class="idl">
 interface <dfn id="htmlallcollection-0">HTMLAllCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> {
   // inherits <span title="dom-HTMLCollection-length">length</span> and <span title="dom-HTMLCollection-item">item</span>()
-  legacycaller getter object? <a href="#dom-htmlallcollection-nameditem" title="dom-HTMLAllCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
-  <a href="#htmlallcollection-0" id="htmlallcollection_3">HTMLAllCollection</a> <a href="#dom-htmlallcollection-tags" title="dom-HTMLAllCollection-tags">tags</a>(DOMString tagName);
+  legacycaller getter object? <a href="http://dev.w3.org/html5/spec/single-page.html#domhtmlallcollection-nameditem" title="dom-HTMLAllCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
+  <a href="#htmlallcollection-0" id="htmlallcollection_3">HTMLAllCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domhtmlallcollection-tags" title="dom-HTMLAllCollection-tags">tags</a>(DOMString tagName);
 };
 </pre>
 <dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length">length</code></dt>
@@ -462,13 +461,13 @@
 collection. The items are sorted in <a href="infrastructure.html#tree-order" id="tree-order_0">tree order</a>.</p>
 </dd>
 <dt><var title="">element</var> = <var title="">collection</var> .
-<code title="dom-HTMLAllCollection-item-string"><a href="#dom-htmlallcollection-item-string">item</a></code>(<var title="">name</var>)</dt>
+<code title="dom-HTMLAllCollection-item-string"><a href="http://dev.w3.org/html5/spec/single-page.html#domhtmlallcollection-item-string">item</a></code>(<var title="">name</var>)</dt>
 <dt><var title="">collection</var> = <var title="">collection</var>
-. <code title="dom-HTMLAllCollection-item-string"><a href="#dom-htmlallcollection-item-string">item</a></code>(<var title="">name</var>)</dt>
+. <code title="dom-HTMLAllCollection-item-string"><a href="http://dev.w3.org/html5/spec/single-page.html#domhtmlallcollection-item-string">item</a></code>(<var title="">name</var>)</dt>
 <dt><var title="">element</var> = <var title="">collection</var> .
-<code title="dom-HTMLAllCollection-namedItem"><a href="#dom-htmlallcollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
+<code title="dom-HTMLAllCollection-namedItem"><a href="http://dev.w3.org/html5/spec/single-page.html#domhtmlallcollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
 <dt><var title="">collection</var> = <var title="">collection</var>
-. <code title="dom-HTMLAllCollection-namedItem"><a href="#dom-htmlallcollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
+. <code title="dom-HTMLAllCollection-namedItem"><a href="http://dev.w3.org/html5/spec/single-page.html#domhtmlallcollection-nameditem">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>
@@ -489,7 +488,7 @@
 attribute.</p>
 </dd>
 <dt><var title="">collection</var> = <var title="">collection</var>
-. <code title="dom-HTMLAllCollection-tags"><a href="#dom-htmlallcollection-tags">tags</a></code>(<var title="">tagName</var>)</dt>
+. <code title="dom-HTMLAllCollection-tags"><a href="http://dev.w3.org/html5/spec/single-page.html#domhtmlallcollection-tags">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>
@@ -502,11 +501,11 @@
 <pre class="idl">
 interface <dfn id="htmlformcontrolscollection-0">HTMLFormControlsCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> {
   // inherits <span title="dom-HTMLCollection-length">length</span> and <span title="dom-HTMLCollection-item">item</span>()
-  legacycaller getter object? <a href="#dom-htmlformcontrolscollection-nameditem" title="dom-HTMLFormControlsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
+  legacycaller getter object? <a href="http://dev.w3.org/html5/spec/single-page.html#domhtmlformcontrolscollection-nameditem" title="dom-HTMLFormControlsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
 };
 
 interface <dfn id="radionodelist">RadioNodeList</dfn> : <a href="#nodelist">NodeList</a> {
-          attribute DOMString <a href="#dom-radionodelist-value" title="dom-RadioNodeList-value">value</a>;
+          attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domradionodelist-value" title="dom-RadioNodeList-value">value</a>;
 };
 </pre>
 <dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLCollection-length">length</code></dt>
@@ -522,8 +521,8 @@
 collection. The items are sorted in <a href="infrastructure.html#tree-order" id="tree-order_1">tree order</a>.</p>
 </dd>
 <dt><var title="">element</var> = <var title="">collection</var> .
-<code title="dom-HTMLFormControlsCollection-namedItem"><a href="#dom-htmlformcontrolscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
-<dt><var title="">radioNodeList</var> = <var title="">collection</var> . <code title="dom-HTMLFormControlsCollection-namedItem"><a href="#dom-htmlformcontrolscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
+<code title="dom-HTMLFormControlsCollection-namedItem"><a href="http://dev.w3.org/html5/spec/single-page.html#domhtmlformcontrolscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
+<dt><var title="">radioNodeList</var> = <var title="">collection</var> . <code title="dom-HTMLFormControlsCollection-namedItem"><a href="http://dev.w3.org/html5/spec/single-page.html#domhtmlformcontrolscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
 <dt><var title="">element</var> = <var title="">collection</var> .
 <code title="dom-HTMLCollection-item">item</code>(<var title="">name</var>)</dt>
 <dt><var title="">collection</var>[<var title="">name</var>]</dt>
@@ -552,15 +551,15 @@
 <pre class="idl">
 interface <dfn id="htmloptionscollection-0">HTMLOptionsCollection</dfn> : <a href="#htmlcollection">HTMLCollection</a> {
   // inherits <span title="dom-HTMLCollection-item">item</span>()
-           attribute unsigned long <a href="#dom-htmloptionscollection-length" title="dom-HTMLOptionsCollection-length">length</a>; // overrides inherited length
-  legacycaller getter object? <a href="#dom-htmloptionscollection-nameditem" title="dom-HTMLOptionsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
-  <a href="#dom-htmloptionscollection-setter" title="dom-HTMLOptionsCollection-setter">setter creator</a> void (unsigned long index, <a href="the-option-element.html#htmloptionelement" id="htmloptionelement_0">HTMLOptionElement</a>? option);
-  void <a href="#dom-htmloptionscollection-add" title="dom-HTMLOptionsCollection-add">add</a>((<a href="the-option-element.html#htmloptionelement" id="htmloptionelement_1">HTMLOptionElement</a> or <a href="the-optgroup-element.html#htmloptgroupelement" id="htmloptgroupelement_0">HTMLOptGroupElement</a>) element, optional (<a href="elements.html#htmlelement" id="htmlelement_0">HTMLElement</a> or long)? before = null);
-  void <a href="#dom-htmloptionscollection-remove" title="dom-HTMLOptionsCollection-remove">remove</a>(long index);
-           attribute long <a href="#dom-htmloptionscollection-selectedindex" title="dom-HTMLOptionsCollection-selectedIndex">selectedIndex</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domhtmloptionscollection-length" title="dom-HTMLOptionsCollection-length">length</a>; // overrides inherited length
+  legacycaller getter object? <a href="http://dev.w3.org/html5/spec/single-page.html#domhtmloptionscollection-nameditem" title="dom-HTMLOptionsCollection-namedItem">namedItem</a>(DOMString name); // overrides inherited namedItem()
+  <a href="http://dev.w3.org/html5/spec/single-page.html#domhtmloptionscollection-setter" title="dom-HTMLOptionsCollection-setter">setter creator</a> void (unsigned long index, <a href="the-option-element.html#htmloptionelement" id="htmloptionelement_0">HTMLOptionElement</a>? option);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domhtmloptionscollection-add" title="dom-HTMLOptionsCollection-add">add</a>((<a href="the-option-element.html#htmloptionelement" id="htmloptionelement_1">HTMLOptionElement</a> or <a href="the-optgroup-element.html#htmloptgroupelement" id="htmloptgroupelement_0">HTMLOptGroupElement</a>) element, optional (<a href="elements.html#htmlelement" id="htmlelement_0">HTMLElement</a> or long)? before = null);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domhtmloptionscollection-remove" title="dom-HTMLOptionsCollection-remove">remove</a>(long index);
+           attribute long <a href="http://dev.w3.org/html5/spec/single-page.html#domhtmloptionscollection-selectedindex" title="dom-HTMLOptionsCollection-selectedIndex">selectedIndex</a>;
 };
 </pre>
-<dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-length"><a href="#dom-htmloptionscollection-length">length</a></code> [ =
+<dl class="domintro"><dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-length"><a href="http://dev.w3.org/html5/spec/single-page.html#domhtmloptionscollection-length">length</a></code> [ =
 <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the number of elements in the collection.</p>
@@ -579,9 +578,9 @@
 collection. The items are sorted in <a href="infrastructure.html#tree-order" id="tree-order_2">tree order</a>.</p>
 </dd>
 <dt><var title="">element</var> = <var title="">collection</var> .
-<code title="dom-HTMLOptionsCollection-namedItem"><a href="#dom-htmloptionscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
+<code title="dom-HTMLOptionsCollection-namedItem"><a href="http://dev.w3.org/html5/spec/single-page.html#domhtmloptionscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
 <dt><var title="">nodeList</var> = <var title="">collection</var> .
-<code title="dom-HTMLOptionsCollection-namedItem"><a href="#dom-htmloptionscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
+<code title="dom-HTMLOptionsCollection-namedItem"><a href="http://dev.w3.org/html5/spec/single-page.html#domhtmloptionscollection-nameditem">namedItem</a></code>(<var title="">name</var>)</dt>
 <dt><var title="">element</var> = <var title="">collection</var> .
 <code title="dom-HTMLCollection-item">item</code>(<var title="">name</var>)</dt>
 <dt><var title="">collection</var>[<var title="">name</var>]</dt>
@@ -591,7 +590,7 @@
 <p>If there are multiple matching items, then a <code><a href="#nodelist">NodeList</a></code> object containing all those
 elements is returned.</p>
 </dd>
-<dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-add"><a href="#dom-htmloptionscollection-add">add</a></code>(<var title="">element</var> [, <var title="">before</var> ] )</dt>
+<dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-add"><a href="http://dev.w3.org/html5/spec/single-page.html#domhtmloptionscollection-add">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>
@@ -606,7 +605,7 @@
 if <var title="">element</var> is an ancestor of the element into
 which it is to be inserted.</p>
 </dd>
-<dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-selectedIndex"><a href="#dom-htmloptionscollection-selectedindex">selectedIndex</a></code>
+<dt><var title="">collection</var> . <code title="dom-HTMLOptionsCollection-selectedIndex"><a href="http://dev.w3.org/html5/spec/single-page.html#domhtmloptionscollection-selectedindex">selectedIndex</a></code>
 [ = <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the index of the first selected item, if any, or &minus;1 if
@@ -620,7 +619,7 @@
 using the scripting language's native mechanisms for property
 access.</p>
 <div class="example">
-<p>The <code title="dom-dataset"><a href="#dom-dataset">dataset</a></code> attribute on elements exposes the
+<p>The <code title="dom-dataset"><a href="http://dev.w3.org/html5/spec/single-page.html#domdataset">dataset</a></code> attribute on elements exposes the
 <code title="attr-data-*"><a href="global-attributes.html#attr-data-*" id="data-*">data-*</a></code> attributes on the element.</p>
 <p>Given the following fragment and elements with similar
 constructions:</p>

Index: attributes-common-to-form-controls.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/attributes-common-to-form-controls.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- attributes-common-to-form-controls.html	11 Oct 2012 08:24:09 -0000	1.47
+++ attributes-common-to-form-controls.html	11 Oct 2012 09:16:01 -0000	1.48
@@ -411,7 +411,7 @@
 <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="constraints.html#form-submission-0" id="form-submission_0">form submission</a> and in the
 <code><a href="the-form-element.html#the-form-element" id="form_28">form</a></code>
-element's <code title="dom-form-elements"><a href="#dom-form-elements">elements</a></code> object. If the attribute
+element's <code title="dom-form-elements"><a href="http://dev.w3.org/html5/spec/single-page.html#domform-elements">elements</a></code> object. If the attribute
 is specified, its value must not be the empty string.</p>
 <p>Any non-empty value for <code title="attr-form-name"><a href="the-form-element.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="_charset__0">_charset_</a></code>" and

Index: the-form-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-form-element.html,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- the-form-element.html	11 Oct 2012 08:24:23 -0000	1.166
+++ the-form-element.html	11 Oct 2012 09:16:14 -0000	1.167
@@ -434,24 +434,24 @@
 <pre class="idl">
 [OverrideBuiltins]
 interface <dfn id="htmlformelement">HTMLFormElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_88">HTMLElement</a> {
-           attribute DOMString <a href="#dom-form-acceptcharset" title="dom-form-acceptCharset">acceptCharset</a>;
-           attribute DOMString <a href="#dom-fs-action" title="dom-fs-action">action</a>;
-           attribute DOMString <a href="#dom-form-autocomplete" title="dom-form-autocomplete">autocomplete</a>;
-           attribute DOMString <a href="#dom-fs-enctype" title="dom-fs-enctype">enctype</a>;
-           attribute DOMString <a href="#dom-fs-encoding" title="dom-fs-encoding">encoding</a>;<!-- historical artefact -->
-           attribute DOMString <a href="#dom-fs-method" title="dom-fs-method">method</a>;
-           attribute DOMString <a href="#dom-form-name" title="dom-form-name">name</a>;
-           attribute boolean <a href="#dom-fs-novalidate" title="dom-fs-noValidate">noValidate</a>;
-           attribute DOMString <a href="#dom-fs-target" title="dom-fs-target">target</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domform-acceptcharset" title="dom-form-acceptCharset">acceptCharset</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-action" title="dom-fs-action">action</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domform-autocomplete" title="dom-form-autocomplete">autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-enctype" title="dom-fs-enctype">enctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-encoding" title="dom-fs-encoding">encoding</a>;<!-- historical artefact -->
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-method" title="dom-fs-method">method</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domform-name" title="dom-form-name">name</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-novalidate" title="dom-fs-noValidate">noValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-target" title="dom-fs-target">target</a>;
 
-  readonly attribute <a href="common-dom-interfaces.html#htmlformcontrolscollection-0" id="htmlformcontrolscollection_2">HTMLFormControlsCollection</a> <a href="#dom-form-elements" title="dom-form-elements">elements</a>;
-  readonly attribute long <a href="#dom-form-length" title="dom-form-length">length</a>;
-  <a href="#dom-form-item" title="dom-form-item">getter</a> <a href="#element">Element</a> (unsigned long index);
-  <a href="#dom-form-nameditem" title="dom-form-namedItem">getter</a> object (DOMString name);
+  readonly attribute <a href="common-dom-interfaces.html#htmlformcontrolscollection-0" id="htmlformcontrolscollection_2">HTMLFormControlsCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domform-elements" title="dom-form-elements">elements</a>;
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/single-page.html#domform-length" title="dom-form-length">length</a>;
+  <a href="http://dev.w3.org/html5/spec/single-page.html#domform-item" title="dom-form-item">getter</a> <a href="#element">Element</a> (unsigned long index);
+  <a href="http://dev.w3.org/html5/spec/single-page.html#domform-nameditem" title="dom-form-namedItem">getter</a> object (DOMString name);
 
-  void <a href="#dom-form-submit" title="dom-form-submit">submit</a>();
-  void <a href="#dom-form-reset" title="dom-form-reset">reset</a>();
-  boolean <a href="#dom-form-checkvalidity" title="dom-form-checkValidity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domform-submit" title="dom-form-submit">submit</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domform-reset" title="dom-form-reset">reset</a>();
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domform-checkvalidity" title="dom-form-checkValidity">checkValidity</a>();
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-form-element" id="form_17">form</a></code> element <a href="#represents">represents</a> a collection of <a href="forms.html#form-associated-element" id="form-associated-element_3" title="form-associated element">form-associated elements</a>, some of
@@ -466,10 +466,10 @@
 encoding</a>. <a href="references.html#refsIANACHARSET">[IANACHARSET]</a></p>
 <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 href="#dom-document-forms">forms</a></code> collection. The value must
+name within the <code title="dom-document-forms"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-forms">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 href="#dom-document-forms">forms</a></code> collection that it is in, if
+elements in the <code title="dom-document-forms"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-forms">forms</a></code> collection that it is in, if
 any.</p>
 <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_8">enumerated attribute</a>. The attribute
@@ -487,12 +487,12 @@
 <p>The <code title="attr-fs-action"><a href="form-submission.html#attr-fs-action" id="action_1">action</a></code>, <code title="attr-fs-enctype"><a href="form-submission.html#attr-fs-enctype" id="enctype_1">enctype</a></code>, <code title="attr-fs-method"><a href="form-submission.html#attr-fs-method" id="method_1">method</a></code>, <code title="attr-fs-novalidate"><a href="form-submission.html#attr-fs-novalidate" id="novalidate_0">novalidate</a></code>, and <code title="attr-fs-target"><a href="form-submission.html#attr-fs-target" id="target_7">target</a></code> attributes are <a href="form-submission.html#attributes-for-form-submission" id="attributes-for-form-submission_0">attributes for form
 submission</a>.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">form</var> . <code title="dom-form-elements"><a href="#dom-form-elements">elements</a></code></dt>
+<dl class="domintro"><dt><var title="">form</var> . <code title="dom-form-elements"><a href="http://dev.w3.org/html5/spec/single-page.html#domform-elements">elements</a></code></dt>
 <dd>
 <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the form controls in
 the form (excluding image buttons for historical reasons).</p>
 </dd>
-<dt><var title="">form</var> . <code title="dom-form-length"><a href="#dom-form-length">length</a></code></dt>
+<dt><var title="">form</var> . <code title="dom-form-length"><a href="http://dev.w3.org/html5/spec/single-page.html#domform-length">length</a></code></dt>
 <dd>
 <p>Returns the number of form controls in the form (excluding image
 buttons for historical reasons).</p>
@@ -519,15 +519,15 @@
 <p>If there are multiple matching items, then a <code><a href="common-dom-interfaces.html#radionodelist" id="radionodelist_2">RadioNodeList</a></code>
 object containing all those elements is returned.</p>
 </dd>
-<dt><var title="">form</var> . <code title="dom-form-submit"><a href="#dom-form-submit">submit</a></code>()</dt>
+<dt><var title="">form</var> . <code title="dom-form-submit"><a href="http://dev.w3.org/html5/spec/single-page.html#domform-submit">submit</a></code>()</dt>
 <dd>
 <p>Submits the form.</p>
 </dd>
-<dt><var title="">form</var> . <code title="dom-form-reset"><a href="#dom-form-reset">reset</a></code>()</dt>
+<dt><var title="">form</var> . <code title="dom-form-reset"><a href="http://dev.w3.org/html5/spec/single-page.html#domform-reset">reset</a></code>()</dt>
 <dd>
 <p>Resets the form.</p>
 </dd>
-<dt><var title="">form</var> . <code title="dom-form-checkValidity"><a href="#dom-form-checkvalidity">checkValidity</a></code>()</dt>
+<dt><var title="">form</var> . <code title="dom-form-checkValidity"><a href="http://dev.w3.org/html5/spec/single-page.html#domform-checkvalidity">checkValidity</a></code>()</dt>
 <dd>
 <p>Returns true if the form's controls are all valid; otherwise,
 returns false.</p>

Index: the-li-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-li-element.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- the-li-element.html	11 Oct 2012 08:24:24 -0000	1.132
+++ the-li-element.html	11 Oct 2012 09:16:15 -0000	1.133
@@ -427,7 +427,7 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmllielement">HTMLLIElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_30">HTMLElement</a> {
-           attribute long <a href="#dom-li-value" title="dom-li-value">value</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/single-page.html#domli-value" title="dom-li-value">value</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-li-element" id="li_11">li</a></code>

Index: the-keygen-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-keygen-element.html,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- the-keygen-element.html	11 Oct 2012 08:24:24 -0000	1.153
+++ the-keygen-element.html	11 Oct 2012 09:16:15 -0000	1.154
@@ -433,22 +433,22 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlkeygenelement">HTMLKeygenElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_102">HTMLElement</a> {
-           attribute boolean <a href="#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute DOMString <a href="#dom-keygen-challenge" title="dom-keygen-challenge">challenge</a>;
-           attribute boolean <a href="#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_9">HTMLFormElement</a>? <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="#dom-keygen-keytype" title="dom-keygen-keytype">keytype</a>;
-           attribute DOMString <a href="#dom-fe-name" title="dom-fe-name">name</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-autofocus" title="dom-fe-autofocus">autofocus</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domkeygen-challenge" title="dom-keygen-challenge">challenge</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-disabled" title="dom-fe-disabled">disabled</a>;
+  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_9">HTMLFormElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domfae-form" title="dom-fae-form">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domkeygen-keytype" title="dom-keygen-keytype">keytype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-name" title="dom-fe-name">name</a>;
 
-  readonly attribute DOMString <a href="#dom-keygen-type" title="dom-keygen-type">type</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domkeygen-type" title="dom-keygen-type">type</a>;
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
+  readonly attribute <a href="#validitystate">ValidityState</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity" title="dom-cva-validity">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
 
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="#nodelist">NodeList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domlfe-labels" title="dom-lfe-labels">labels</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-keygen-element" id="keygen_13">keygen</a></code> element <a href="#represents">represents</a> a key pair generator control. When the

Index: the-link-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-link-element.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- the-link-element.html	11 Oct 2012 08:24:24 -0000	1.142
+++ the-link-element.html	11 Oct 2012 09:16:15 -0000	1.143
@@ -433,14 +433,14 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmllinkelement">HTMLLinkElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_9">HTMLElement</a> {
-           attribute boolean <a href="#dom-link-disabled" id="dom-link-disabled_0" title="dom-link-disabled">disabled</a>;
-           attribute DOMString <a href="#dom-link-href" title="dom-link-href">href</a>;
-           attribute DOMString <a href="#dom-link-rel" title="dom-link-rel">rel</a>;
-  readonly attribute <a href="#domtokenlist">DOMTokenList</a> <a href="#dom-link-rellist" title="dom-link-relList">relList</a>;
-           attribute DOMString <a href="#dom-link-media" title="dom-link-media">media</a>;
-           attribute DOMString <a href="#dom-link-hreflang" title="dom-link-hreflang">hreflang</a>;
-           attribute DOMString <a href="#dom-link-type" title="dom-link-type">type</a>;
-  [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <a href="#domsettabletokenlist">DOMSettableTokenList</a> <a href="#dom-link-sizes" title="dom-link-sizes">sizes</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domlink-disabled" id="dom-link-disabled_0" title="dom-link-disabled">disabled</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlink-href" title="dom-link-href">href</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlink-rel" title="dom-link-rel">rel</a>;
+  readonly attribute <a href="#domtokenlist">DOMTokenList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domlink-rellist" title="dom-link-relList">relList</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlink-media" title="dom-link-media">media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlink-hreflang" title="dom-link-hreflang">hreflang</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlink-type" title="dom-link-type">type</a>;
+  [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <a href="#domsettabletokenlist">DOMSettableTokenList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domlink-sizes" title="dom-link-sizes">sizes</a>;
 };
 <a href="#htmllinkelement" id="htmllinkelement_0">HTMLLinkElement</a> implements <a href="#linkstyle">LinkStyle</a>;
 </pre></dd>
@@ -532,8 +532,8 @@
 keyword.</p>
 <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_16">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 href="#dom-linkstyle-disabled" title="dom-linkstyle-disabled">for the alternative style sheets DOM</a>.
+the <code title="dom-link-disabled"><a href="http://dev.w3.org/html5/spec/single-page.html#domlink-disabled" id="disabled">disabled</a></code> attribute behaves as defined
+<a href="http://dev.w3.org/html5/spec/single-page.html#domlinkstyle-disabled" title="dom-linkstyle-disabled">for the alternative style sheets DOM</a>.
 For all other <code><a href="#the-link-element" id="link_17">link</a></code> elements it always return false and does
 nothing on setting.</p>
 <!-- that is

Index: the-optgroup-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-optgroup-element.html,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- the-optgroup-element.html	11 Oct 2012 08:24:25 -0000	1.137
+++ the-optgroup-element.html	11 Oct 2012 09:16:16 -0000	1.138
@@ -422,8 +422,8 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmloptgroupelement">HTMLOptGroupElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_99">HTMLElement</a> {
-           attribute boolean <a href="#dom-optgroup-disabled" title="dom-optgroup-disabled">disabled</a>;
-           attribute DOMString <a href="#dom-optgroup-label" title="dom-optgroup-label">label</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domoptgroup-disabled" title="dom-optgroup-disabled">disabled</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domoptgroup-label" title="dom-optgroup-label">label</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><!-- v2: make optgroups selectable if they have a value. --><p>The <code><a href="#the-optgroup-element" id="optgroup_5">optgroup</a></code> element <a href="#represents">represents</a> a group of <code><a href="the-option-element.html#the-option-element" id="option_20">option</a></code> elements

Index: the-param-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-param-element.html,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- the-param-element.html	11 Oct 2012 08:24:25 -0000	1.135
+++ the-param-element.html	11 Oct 2012 09:16:16 -0000	1.136
@@ -422,8 +422,8 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlparamelement">HTMLParamElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_68">HTMLElement</a> {
-           attribute DOMString <a href="#dom-param-name" title="dom-param-name">name</a>;
-           attribute DOMString <a href="#dom-param-value" title="dom-param-value">value</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domparam-name" title="dom-param-name">name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domparam-value" title="dom-param-value">value</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-param-element" id="param_2">param</a></code> element defines parameters for plugins

Index: the-time-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-time-element.html,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -d -r1.148 -r1.149
--- the-time-element.html	11 Oct 2012 08:24:26 -0000	1.148
+++ the-time-element.html	11 Oct 2012 09:16:17 -0000	1.149
@@ -427,7 +427,7 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmltimeelement">HTMLTimeElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_45">HTMLElement</a> {
-           attribute DOMString <a href="#dom-time-datetime" title="dom-time-datetime">datetime</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domtime-datetime" title="dom-time-datetime">datetime</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-time-element" id="time_4">time</a></code> element <a href="#represents">represents</a> its contents, along with a

Index: the-th-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-th-element.html,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- the-th-element.html	11 Oct 2012 08:24:26 -0000	1.142
+++ the-th-element.html	11 Oct 2012 09:16:17 -0000	1.143
@@ -427,7 +427,7 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmltableheadercellelement">HTMLTableHeaderCellElement</dfn> : <a href="attributes-common-to-td-and-th-elements.html#htmltablecellelement" id="htmltablecellelement_1">HTMLTableCellElement</a> {
-           attribute DOMString <a href="#dom-th-scope" title="dom-th-scope">scope</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domth-scope" title="dom-th-scope">scope</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-th-element" id="th_7">th</a></code>

Index: the-body-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-body-element.html,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- the-body-element.html	11 Oct 2012 08:24:21 -0000	1.160
+++ the-body-element.html	11 Oct 2012 09:16:13 -0000	1.161
@@ -461,7 +461,7 @@
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-body-element" id="body_9">body</a></code> element <a href="#represents">represents</a> the main content of the document.</p>
 <p>In conforming documents, there is only one <code><a href="#the-body-element" id="body_10">body</a></code> element. The
-<code title="dom-document-body"><a href="#dom-document-body">document.body</a></code> IDL attribute
+<code title="dom-document-body"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-body">document.body</a></code> IDL attribute
 provides scripts with easy access to a document's <code><a href="#the-body-element" id="body_11">body</a></code> element.</p>
 <p>The <code><a href="#the-body-element" id="body_12">body</a></code> element exposes as <a href="webappapis.html#event-handler-content-attributes" id="event-handler-content-attributes_3">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

Index: Makefile
===================================================================
RCS file: /sources/public/html5/spec-author-view/Makefile,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- Makefile	11 Oct 2012 06:59:26 -0000	1.79
+++ Makefile	11 Oct 2012 09:16:01 -0000	1.80
@@ -75,6 +75,7 @@
 	$(PERL) $(PERLFLAGS) -pi -e 's/="#text\//="#text-/g' $@
 	$(PERL) $(PERLFLAGS) -pi -e 's/="#multipart\//="#multipart-/g' $@
 	$(PERL) $(PERLFLAGS) -pi -e 's/<\/title>/<\/title>\n<link rel=stylesheet href=style.css>/g' $@
+	$(PERL) $(PERLFLAGS) -pi -e 's/href="#dom-/href="http:\/\/dev.w3.org\/html5\/spec\/single-page.html#dom/g' $@
 
 
 MANIFEST: spec.html

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.614
retrieving revision 1.615
diff -u -d -r1.614 -r1.615
--- states-of-the-type-attribute.html	11 Oct 2012 08:24:20 -0000	1.614
+++ states-of-the-type-attribute.html	11 Oct 2012 09:16:13 -0000	1.615
@@ -415,21 +415,21 @@
 "<code title="attr-fe-name-charset"><a href="attributes-common-to-form-controls.html#attr-fe-name-charset" id="_charset_">_charset_</a></code>", then the element's
 <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value_7">value</a></code> attribute must be omitted.</p>
 <div class="bookkeeping">
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute applies to this
-element and is in mode <a href="#dom-input-value-default" title="dom-input-value-default">default</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute applies to this
+element and is in mode <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-default" title="dom-input-value-default">default</a>.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
 <code class="no-backref" title="attr-input-accept"><a href="#attr-input-accept" id="accept_2">accept</a></code>, <code class="no-backref" title="attr-input-alt"><a href="#attr-input-alt" id="alt_41">alt</a></code>, <code class="no-backref" title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete_6">autocomplete</a></code>, <code class="no-backref" title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked_3">checked</a></code>, <code class="no-backref" title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_2">dirname</a></code>, <code class="no-backref" title="attr-fs-formaction"><a href="form-submission.html#attr-fs-formaction" id="formaction_2">formaction</a></code>, <code class="no-backref" title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_2">formenctype</a></code>, <code class="no-backref" title="attr-fs-formmethod"<a href="form-submission.html#attr-fs-formmethod" id="formmethod_2">formmethod</a></code>, <code class="no-backref" title="attr-fs-formnovalidate"><a href="form-submission.html#attr-fs-formnovalidate" id="formnovalidate_2">formnovalidate</a></code>, <code class="no-backref" title="attr-fs-formtarget"><a href="form-submission.html#attr-fs-formtarget" id="formtarget_2">formtarget</a></code>,
 <code class="no-backref" title="attr-dim-height"><a href="dimension-attributes.html#attr-dim-height" id="height_13">height</a></code>, <code class="no-backref" title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_3">list</a></code>, <code class="no-backref" title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_3">max</a></code>, <code class="no-backref" title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_3">maxlength</a></code>, <code class="no-backref" title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_3">min</a></code>, <code class="no-backref" title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_2">multiple</a></code>, <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_2">pattern</a></code>, code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_2">placeholder</a></code>, <code class="no-backref" title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly_16">readonly</a></code>, <code class="no-backref" title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required_3">required</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_2">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_50">src</a></code>, <code class="no-backref" title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step_3">step</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_13">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
 <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-<code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
 <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>,
 <code class="no-backref" title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>,
-<code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+<code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> methods.</p>
 <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> and <code class="no-backref" title="event-input-change"><a href="#event-input-change">change</a></code> events do not apply.</p>
 </div>
 <h6 id="text-(type=text)-state-and-search-state-(type=search)">
@@ -452,24 +452,24 @@
 characters.</p>
 <div class="bookkeeping">
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_68">input</a></code> element content 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_7">autocomplete</a></code>, <code title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_3">dirname</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_4">list</a></code>, <code title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_4">maxlength</a></code>, <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_3">pattern</a></code>, <code title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_3">placeholder</a></code>, <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 href="#dom-input-list">list</a></code>,
+attributes, and methods apply to the element: <code title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete_7">autocomplete</a></code>, <code title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_3">dirname</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_4">list</a></code>, <code title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_4">maxlength</a></code>, <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_3">pattern</a></code>, <code title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_3">placeholder</a></code>, <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 href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
 <code title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code title="dom-textarea/input-selectionEnd">selectionEnd</code>,
 <code title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-and <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes; <code title="dom-textarea/input-select">select()</code>, <code title="dom-textarea/input-setRangeText">setRangeText()</code>, and
+and <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attributes; <code title="dom-textarea/input-select">select()</code>, <code title="dom-textarea/input-setRangeText">setRangeText()</code>, and
 <code title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>
 methods.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-value" title="dom-input-value-value">value</a>.</p>
 <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
 <code class="no-backref" title="attr-input-accept"><a href="#attr-input-accept" id="accept_3">accept</a></code>, <code class="no-backref" title="attr-input-alt"><a href="#attr-input-alt" id="alt_42">alt</a></code>, <code class="no-backref" title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked_4">checked</a></code>, <code class="no-backref" title="attr-fs-formaction"><a href="form-submission.html#attr-fs-formaction" id="formaction_3">formaction</a></code>, <code class="no-backref" title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_3">formenctype</a></code>, <code class="no-backref" title="attr-fs-formmethod"><a href="form-submission.html#attr-fs-formmethod" id="formmethod_3">formmethod</a></code>, <code class="no-backref" title="attr-fs-formnovalidate"><a href="form-submission.html#attr-fs-formnovalidate" id="formnovalidate_3">formnovalidate</a></code>, <code class="no-backref" title="attr-fs-formtarget"><a href="form-submissio.html#attr-fs-formtarget" id="formtarget_3">formtarget</a></code>,
 <code class="no-backref" title="attr-dim-height"><a href="dimension-attributes.html#attr-dim-height" id="height_14">height</a></code>, <code class="no-backref" title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_4">max</a></code>, <code class="no-backref" title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_4">min</a></code>, <code class="no-backref" title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_3">multiple</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_51">src</a></code>, <code class="no-backref" title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step_4">step</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_14">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-<code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code> and <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> methods.</p>
 </div>
 <h6 id="telephone-state-(type=tel)"><span class="secno">4.10.7.1.3</span> <dfn title="attr-input-type-tel">Telephone</dfn> state (<code title="">type=tel</code>)</h6>
 <p>The <code><a href="the-input-element.html#the-input-element" id="input_69">input</a></code> element <a href="#represents">represents</a> a control for editing a telephone
@@ -482,28 +482,28 @@
 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 href="#dom-cva-setcustomvalidity">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 href="http://dev.w3.org/html5/spec/single-page.html#domcva-setcustomvalidity">setCustomValidity()</a></code> method
 to hook into the client-side validation mechanism.</p>
 <div class="bookkeeping">
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_70">input</a></code> element content 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_8">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_5">list</a></code>, <code title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_5">maxlength</a></code>, <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_5">pattern</a></code>, <code title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_4">placeholder</a></code>, <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></cod>, 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 href="#dom-input-list">list</a></code>,
+attributes, and methods apply to the element: <code title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete_8">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_5">list</a></code>, <code title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_5">maxlength</a></code>, <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_5">pattern</a></code>, <code title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_4">placeholder</a></code>, <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></cod>, 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 href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
 <code title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code title="dom-textarea/input-selectionEnd">selectionEnd</code>,
 <code title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-and <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes; <code title="dom-textarea/input-select">select()</code>, <code title="dom-textarea/input-setRangeText">setRangeText()</code>, and
+and <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attributes; <code title="dom-textarea/input-select">select()</code>, <code title="dom-textarea/input-setRangeText">setRangeText()</code>, and
 <code title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>
 methods.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-value" title="dom-input-value-value">value</a>.</p>
 <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
 <code class="no-backref" title="attr-input-accept"><a href="#attr-input-accept" id="accept_4">accept</a></code>, <code class="no-backref" title="attr-input-alt"><a href="#attr-input-alt" id="alt_43">alt</a></code>, <code class="no-backref" title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked_5">checked</a></code>, <code class="no-backref" title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_4">dirname</a></code>, <code class="no-backref" title="attr-fs-formaction"><a href="form-submission.html#attr-fs-formaction" id="formaction_4">formaction</a></code>, <code class="no-backref" title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_4">formenctype</a></code>, <code class="no-backref" title="attr-fs-formmethod"><a href="form-submission.html#attr-fs-formmethod" id="formmethod_4">formmethod</a></code>, <code class="no-backref" title="attr-fs-formnovalidate"><a href="form-submission.tml#attr-fs-formnovalidate" id="formnovalidate_4">formnovalidate</a></code>, <code class="no-backref" title="attr-fs-formtarget"><a href="form-submission.html#attr-fs-formtarget" id="formtarget_4">formtarget</a></code>,
 <code class="no-backref" title="attr-dim-height"><a href="dimension-attributes.html#attr-dim-height" id="height_15">height</a></code>, <code class="no-backref" title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_5">max</a></code>, <code class="no-backref" title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_5">min</a></code>, <code class="no-backref" title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_4">multiple</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_52">src</a></code>, <code class="no-backref" title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step_5">step</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_15">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-<code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code> and <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> methods.</p>
 </div>
 <h6 id="url-state-(type=url)"><span class="secno">4.10.7.1.4</span>
 <dfn title="attr-input-type-url">URL</dfn> state (<code title="">type=url</code>)</h6>
@@ -515,24 +515,24 @@
 potentially surrounded by spaces</a> that is also an <a href="urls.html#absolute-url" id="absolute-url_6">absolute URL</a>.</p>
 <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 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_9">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_6">list</a></code>, <code title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_6">maxlength</a></code>, <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_6">pattern</a></code>, <code title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_5">placeholder</a></code>, <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></cod>, 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 href="#dom-input-list">list</a></code>,
+attributes, and methods apply to the element: <code title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete_9">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_6">list</a></code>, <code title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_6">maxlength</a></code>, <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_6">pattern</a></code>, <code title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_5">placeholder</a></code>, <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></cod>, 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 href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
 <code title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code title="dom-textarea/input-selectionEnd">selectionEnd</code>,
 <code title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-and <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes; <code title="dom-textarea/input-select">select()</code>, <code title="dom-textarea/input-setRangeText">setRangeText()</code>, and
+and <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attributes; <code title="dom-textarea/input-select">select()</code>, <code title="dom-textarea/input-setRangeText">setRangeText()</code>, and
 <code title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>
 methods.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-value" title="dom-input-value-value">value</a>.</p>
 <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
 <code class="no-backref" title="attr-input-accept"><a href="#attr-input-accept" id="accept_5">accept</a></code>, <code class="no-backref" title="attr-input-alt"><a href="#attr-input-alt" id="alt_44">alt</a></code>, <code class="no-backref" title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked_6">checked</a></code>, <code class="no-backref" title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_5">dirname</a></code>, <code class="no-backref" title="attr-fs-formaction"><a href="form-submission.html#attr-fs-formaction" id="formaction_5">formaction</a></code>, <code class="no-backref" title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_5">formenctype</a></code>, <code class="no-backref" title="attr-fs-formmethod"><a href="form-submission.html#attr-fs-formmethod" id="formmethod_5">formmethod</a></code>, <code class="no-backref" title="attr-fs-formnovalidate"><a href="form-submission.tml#attr-fs-formnovalidate" id="formnovalidate_5">formnovalidate</a></code>, <code class="no-backref" title="attr-fs-formtarget"><a href="form-submission.html#attr-fs-formtarget" id="formtarget_5">formtarget</a></code>,
 <code class="no-backref" title="attr-dim-height"><a href="dimension-attributes.html#attr-dim-height" id="height_16">height</a></code>, <code class="no-backref" title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_6">max</a></code>, <code class="no-backref" title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_6">min</a></code>, <code class="no-backref" title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_5">multiple</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_53">src</a></code>, <code class="no-backref" title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step_6">step</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_16">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-<code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code> and <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> methods.</p>
 </div>
 <div class="example">
 <p>If a document contained the following markup:</p>
@@ -614,8 +614,8 @@
 address</a>.</p>
 <div class="bookkeeping">
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_75">input</a></code> element content 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_10">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_7">list</a></code>, <code title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_7">maxlength</a></code>, <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_9">multiple</a></code>, <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_7">pattern</a></code>, <code title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_6">placeholder</a></code>, <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly_20">readonly</a></coe>, <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 href="#dom-input-list">list</a></code> and
-<code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes.</p>
+attributes, and methods apply to the element: <code title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete_10">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_7">list</a></code>, <code title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_7">maxlength</a></code>, <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_9">multiple</a></code>, <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_7">pattern</a></code>, <code title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_6">placeholder</a></code>, <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly_20">readonly</a></coe>, <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 href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code> and
+<code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attributes.</p>
 <!--
    <p>The following common <code>input</code> element content
    attributes, IDL attributes, and methods apply to the element when
@@ -623,21 +623,21 @@
    not specified:
    .</p>
 -->
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-value" title="dom-input-value-value">value</a>.</p>
 <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
 <code class="no-backref" title="attr-input-accept"><a href="#attr-input-accept" id="accept_6">accept</a></code>, <code class="no-backref" title="attr-input-alt"><a href="#attr-input-alt" id="alt_45">alt</a></code>, <code class="no-backref" title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked_7">checked</a></code>, <code class="no-backref" title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_6">dirname</a></code>, <code class="no-backref" title="attr-fs-formaction"><a href="form-submission.html#attr-fs-formaction" id="formaction_6">formaction</a></code>, <code class="no-backref" title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_6">formenctype</a></code>, <code class="no-backref" title="attr-fs-formmethod"><a href="form-submission.html#attr-fs-formmethod" id="formmethod_6">formmethod</a></code>, <code class="no-backref" title="attr-fs-formnovalidate"><a href="form-submission.tml#attr-fs-formnovalidate" id="formnovalidate_6">formnovalidate</a></code>, <code class="no-backref" title="attr-fs-formtarget"><a href="form-submission.html#attr-fs-formtarget" id="formtarget_6">formtarget</a></code>,
 <code class="no-backref" title="attr-dim-height"><a href="dimension-attributes.html#attr-dim-height" id="height_17">height</a></code>, <code class="no-backref" title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_7">max</a></code>, <code class="no-backref" title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_7">min</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_54">src</a></code>, <code class="no-backref" title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step_7">step</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_17">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-<code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
 <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>,
 <code class="no-backref" title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>,
-<code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+<code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code> and <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> methods.</p>
 </div>
 <h6 id="password-state-(type=password)"><span class="secno">4.10.7.1.6</span> <dfn title="attr-input-type-password">Password</dfn> state (<code title="">type=password</code>)</h6>
 <p>The <code><a href="the-input-element.html#the-input-element" id="input_76">input</a></code> element <a href="#represents">represents</a> a one line plain text edit control for
@@ -651,21 +651,21 @@
 attributes, and methods apply to the element: <code title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete_11">autocomplete</a></code>, <code title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_8">maxlength</a></code>, <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_8">pattern</a></code>, <code title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_7">placeholder</a></code>, <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">selectionStart</code>,
 <code title="dom-textarea/input-selectionEnd">selectionEnd</code>,
 <code title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-and <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes; <code title="dom-textarea/input-select">select()</code>, <code title="dom-textarea/input-setRangeText">setRangeText()</code>, and
+and <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attributes; <code title="dom-textarea/input-select">select()</code>, <code title="dom-textarea/input-setRangeText">setRangeText()</code>, and
 <code title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>
 methods.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-value" title="dom-input-value-value">value</a>.</p>
 <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
 <code class="no-backref" title="attr-input-accept"><a href="#attr-input-accept" id="accept_7">accept</a></code>, <code class="no-backref" title="attr-input-alt"><a href="#attr-input-alt" id="alt_46">alt</a></code>, <code class="no-backref" title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked_8">checked</a></code>, <code class="no-backref" title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_7">dirname</a></code>, <code class="no-backref" title="attr-fs-formaction"><a href="form-submission.html#attr-fs-formaction" id="formaction_7">formaction</a></code>, <code class="no-backref" title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_7">formenctype</a></code>, <code class="no-backref" title="attr-fs-formmethod"><a href="form-submission.html#attr-fs-formmethod" id="formmethod_7">formmethod</a></code>, <code class="no-backref" title="attr-fs-formnovalidate"><a href="form-submission.tml#attr-fs-formnovalidate" id="formnovalidate_7">formnovalidate</a></code>, <code class="no-backref" title="attr-fs-formtarget"><a href="form-submission.html#attr-fs-formtarget" id="formtarget_7">formtarget</a></code>,
 <code class="no-backref" title="attr-dim-height"><a href="dimension-attributes.html#attr-dim-height" id="height_18">height</a></code>, <code class="no-backref" title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_8">list</a></code>, <code class="no-backref" title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_8">max</a></code>, <code class="no-backref" title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_8">min</a></code>, <code class="no-backref" title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_10">multiple</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_55">src</a></code>, <code class="no-backref" title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step_8">step</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimensionattributes.html#attr-dim-width" id="width_18">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-<code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-<code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
+<code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code> and <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> methods.</p>
 </div>
 <h6 id="date-and-time-state-(type=datetime)"><span class="secno">4.10.7.1.7</span> <dfn title="attr-input-type-datetime">Date and Time</dfn> state (<code title="">type=datetime</code>)</h6>
 <p>The <code><a href="the-input-element.html#the-input-element" id="input_78">input</a></code> element <a href="#represents">represents</a> a control for setting the element's
@@ -715,12 +715,12 @@
 <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 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_12">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_9">list</a></code>, <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_10">max</a></code>, <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_10">min</a></code>, <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 href="#dom-input-list">list</a></code>,
-<code title="dom-input-value"><a href="#dom-input-value">value</a></code>, <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-<code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</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 href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
+<code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code>, <code title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code>
 methods.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-value" title="dom-input-value-value">value</a>.</p>
 <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
@@ -730,8 +730,8 @@
 <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_9">pattern</a></code>,
 <code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_8">placeholder</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_8">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_56">src</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_19">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, and
 <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>
 IDL attributes; <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>, and
@@ -779,12 +779,12 @@
 <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 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_13">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_10">list</a></code>, <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_12">max</a></code>, <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_12">min</a></code>, <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 href="#dom-input-list">list</a></code>,
-<code title="dom-input-value"><a href="#dom-input-value">value</a></code>, <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-<code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</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 href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
+<code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code>, <code title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code>
 methods.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-value" title="dom-input-value-value">value</a>.</p>
 <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
@@ -794,7 +794,7 @@
 <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_10">pattern</a></code>,
 <code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_9">placeholder</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_9">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_57">src</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_20">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
 <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, and
 <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>
@@ -818,12 +818,12 @@
 <div class="bookkeeping">
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_84">input</a></code> element content 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_14">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_11">list</a></code>, <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_14">max</a></code>, <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_14">min</a></code>, <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 href="#dom-input-list">list</a></code>,
-<code title="dom-input-value"><a href="#dom-input-value">value</a></code>, <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-<code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</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 href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
+<code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code>, <code title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code>
 methods.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-value" title="dom-input-value-value">value</a>.</p>
 <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
@@ -833,8 +833,8 @@
 <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_11">pattern</a></code>,
 <code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_10">placeholder</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_10">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_58">src</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_21">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, and
 <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>
 IDL attributes; <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>, and
@@ -857,12 +857,12 @@
 <div class="bookkeeping">
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_86">input</a></code> element content 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_15">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_12">list</a></code>, <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_16">max</a></code>, <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_16">min</a></code>, <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 href="#dom-input-list">list</a></code>,
-<code title="dom-input-value"><a href="#dom-input-value">value</a></code>, <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-<code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</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 href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
+<code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code>, <code title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code>
 methods.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-value" title="dom-input-value-value">value</a>.</p>
 <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
@@ -872,8 +872,8 @@
 <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_12">pattern</a></code>,
 <code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_11">placeholder</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_11">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_59">src</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_22">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, and
 <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>
 IDL attributes; <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>, and
@@ -899,12 +899,12 @@
 <div class="bookkeeping">
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_88">input</a></code> element content 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_16">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_13">list</a></code>, <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_18">max</a></code>, <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_18">min</a></code>, <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 href="#dom-input-list">list</a></code>,
-<code title="dom-input-value"><a href="#dom-input-value">value</a></code>, <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-<code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</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 href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
+<code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code>, <code title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code>
 methods.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-value" title="dom-input-value-value">value</a>.</p>
 <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
@@ -914,8 +914,8 @@
 <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_13">pattern</a></code>,
 <code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_12">placeholder</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_12">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_60">src</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_23">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, and
 <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>
 IDL attributes; <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>, and
@@ -947,12 +947,12 @@
 <div class="bookkeeping">
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_90">input</a></code> element content 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_17">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_14">list</a></code>, <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_20">max</a></code>, <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_20">min</a></code>, <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 href="#dom-input-list">list</a></code>,
-<code title="dom-input-value"><a href="#dom-input-value">value</a></code>, and <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-<code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</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 href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
+<code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code>, and <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code>
 methods.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-value" title="dom-input-value-value">value</a>.</p>
 <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
@@ -962,10 +962,10 @@
 <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_14">pattern</a></code>,
 <code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_13">placeholder</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_13">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_61">src</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_24">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-and <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code> IDL attributes;
+and <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code> IDL attributes;
 <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>, and
 <code class="no-backref" title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>
 methods.</p>
@@ -1022,12 +1022,12 @@
 non-integer value).</p>
 <div class="bookkeeping">
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_93">input</a></code> element content 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_18">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_15">list</a></code>, <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_22">max</a></code>, <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_23">min</a></code>, <code title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_14">placeholder</a></code>, <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-stp"><a href="common-input-element-attributes.html#attr-input-step" id="step_21">step</a></code> content attributes; <code title="dom-input-list"><a href="#dom-input-list">list</a></code>,
-<code title="dom-input-value"><a href="#dom-input-value">value</a></code>, and <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-<code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code>
+attributes, and methods apply to the element: <code title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete_18">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_15">list</a></code>, <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_22">max</a></code>, <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_23">min</a></code>, <code title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_14">placeholder</a></code>, <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-stp"><a href="common-input-element-attributes.html#attr-input-step" id="step_21">step</a></code> content attributes; <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
+<code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code>, and <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code>
 methods.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-value" title="dom-input-value-value">value</a>.</p>
 <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
@@ -1037,10 +1037,10 @@
 <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_15">pattern</a></code>,
 <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_14">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_62">src</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_25">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-and <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code> IDL attributes;
+and <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code> IDL attributes;
 <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>, and
 <code class="no-backref" title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>
 methods.</p>
@@ -1095,12 +1095,12 @@
 <div class="bookkeeping">
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_95">input</a></code> element content 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_19">autocomplete</a></code>, <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_16">list</a></code>, <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 href="#dom-input-list">list</a></code>, <code title="dom-input-value"><a href="#dom-input-value">value</a></code>, and
-<code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
-<code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code>
+<code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>, <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code>, and
+<code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code> and <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code>
 methods.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-value" title="dom-input-value-value">value</a>.</p>
 <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
@@ -1110,10 +1110,10 @@
 <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_17">pattern</a></code>,
 <code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_15">placeholder</a></code>, <code class="no-backref" title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly_29">readonly</a></code>, <code class="no-backref" title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required_16">required</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_15">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_63">src</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_26">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-and <code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code> IDL attributes;
+and <code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code> IDL attributes;
 <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>, and
 <code class="no-backref" title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>
 methods.</p>
@@ -1173,61 +1173,61 @@
 empty, must have a value that is a <a href="common-microsyntaxes.html#valid-simple-color" id="valid-simple-color_1">valid simple color</a>.</p>
 <div class="bookkeeping">
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_97">input</a></code> element content 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 href="#dom-input-list">list</a></code> and
-<code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-value" title="dom-input-value-value">value</a>.</p>
+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 href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code> and
+<code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attributes.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-value" title="dom-input-value-value">value</a>.</p>
 <p>The <code title="event-input-input"><a href="#event-input-input">input</a></code> and <code title="event-input-change"><a href="#event-input-change">change</a></code> events apply.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
 <code class="no-backref" title="attr-input-accept"><a href="#attr-input-accept" id="accept_16">accept</a></code>, <code class="no-backref" title="attr-input-alt"><a href="#attr-input-alt" id="alt_55">alt</a></code>, <code class="no-backref" title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked_17">checked</a></code>, <code class="no-backref" title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_16">dirname</a></code>, <code class="no-backref" title="attr-fs-formaction"><a href="form-submission.html#attr-fs-formaction" id="formaction_16">formaction</a></code>, <code class="no-backref" title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_16">formenctype</a></code>, <code class="no-backref" title="attr-fs-formmethod"><a href="form-submission.html#attr-fs-formmethod" id="formmethod_16">formmethod</a></code>, <code class="no-backref" title="attr-fs-formnovalidate"><a href="form-submision.html#attr-fs-formnovalidate" id="formnovalidate_16">formnovalidate</a></code>, <code class="no-backref" title="attr-fs-formtarget"><a href="form-submission.html#attr-fs-formtarget" id="formtarget_16">formtarget</a></code>,
 <code class="no-backref" title="attr-dim-height"><a href="dimension-attributes.html#attr-dim-height" id="height_27">height</a></code>, <code class="no-backref" title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_25">max</a></code>, <code class="no-backref" title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_17">maxlength</a></code>, <code class="no-backref" title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_27">min</a></code>, <code class="no-backref" title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_19">multiple</a></code>, <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_18">pattern</a></code>, <code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placehlder_16">placeholder</a></code>, <code class="no-backref" title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly_30">readonly</a></code>, <code class="no-backref" title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required_17">required</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_16">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_64">src</a></code>, <code class="no-backref" title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step_24">step</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_27">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-<code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
 <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>,
 <code class="no-backref" title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>,
-<code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+<code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> methods.</p>
 </div>
 <h6 id="checkbox-state-(type=checkbox)"><span class="secno">4.10.7.1.16</span> <dfn title="attr-input-type-checkbox">Checkbox</dfn> state (<code title="">type=checkbox</code>)</h6>
 <p>The <code><a href="the-input-element.html#the-input-element" id="input_98">input</a></code> element <a href="#represents">represents</a> a two-state control that represents
 the element's <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> state. If the element's
 <a href="#concept-fe-checked" title="concept-fe-checked">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 href="#dom-input-indeterminate">indeterminate</a></code> IDL attribute
+selection. If the element's <code title="dom-input-indeterminate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-indeterminate">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>
 <p class="note">The control is never a true tri-state control, even
-if the element's <code title="dom-input-indeterminate"><a href="#dom-input-indeterminate">indeterminate</a></code> IDL attribute
-is set to true. The <code title="dom-input-indeterminate"><a href="#dom-input-indeterminate">indeterminate</a></code> IDL attribute
+if the element's <code title="dom-input-indeterminate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-indeterminate">indeterminate</a></code> IDL attribute
+is set to true. The <code title="dom-input-indeterminate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-indeterminate">indeterminate</a></code> IDL attribute
 only gives the appearance of a third state.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-indeterminate"><a href="#dom-input-indeterminate">indeterminate</a></code> [ = <var title="">value</var> ]</dt>
+<dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-indeterminate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-indeterminate">indeterminate</a></code> [ = <var title="">value</var> ]</dt>
 <dd>
 <p>When set, overrides the rendering of <a href="#checkbox-state-(type=checkbox)" id="attr-input-type-checkbox_3" title="attr-input-type-checkbox">checkbox</a> controls so that the
 current value is not visible.</p>
 </dd>
 </dl><!--TOPIC:HTML--><div class="bookkeeping">
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_99">input</a></code> element content 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_18">required</a></code> content attributes; <code title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>
-and <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-default-on" title="dom-input-value-default-on">default/on</a>.</p>
+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_18">required</a></code> content attributes; <code title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>
+and <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attributes.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-default-on" title="dom-input-value-default-on">default/on</a>.</p>
 <p>The <code title="event-input-change"><a href="#event-input-change">change</a></code> event applies.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
 <code class="no-backref" title="attr-input-accept"><a href="#attr-input-accept" id="accept_17">accept</a></code>, <code class="no-backref" title="attr-input-alt"><a href="#attr-input-alt" id="alt_56">alt</a></code>, <code class="no-backref" title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete_21">autocomplete</a></code>, <code class="no-backref" title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_17">dirname</a></code>, <code class="no-backref" title="attr-fs-formaction"><a href="form-submission.html#attr-fs-formaction" id="formaction_17">formaction</a></code>, <code class="no-backref" title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_17">formenctype</a></code>, <code class="no-backref" title="attr-fs-formmethod"><a href="form-submission.html#attr-fs-formmethod" id="formmethod_17">formmethod</a></code>, <code class="no-backref" title="attr-fs-frmnovalidate"><a href="form-submission.html#attr-fs-formnovalidate" id="formnovalidate_17">formnovalidate</a></code>, <code class="no-backref" title="attr-fs-formtarget"><a href="form-submission.html#attr-fs-formtarget" id="formtarget_17">formtarget</a></code>,
 <code class="no-backref" title="attr-dim-height"><a href="dimension-attributes.html#attr-dim-height" id="height_28">height</a></code>, <code class="no-backref" title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_19">list</a></code>, <code class="no-backref" title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_26">max</a></code>, <code class="no-backref" title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_18">maxlength</a></code>, <code class="no-backref" title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_28">min</a></code>, <code class="no-backref" title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_20">multiple</a></code>, <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_19">pattern</a></cde>, <code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_17">placeholder</a></code>, <code class="no-backref" title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly_31">readonly</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_17">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_65">src</a></code>, <code class="no-backref" title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step_25">step</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_28">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
+element: <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
 <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-<code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
 <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>,
 <code class="no-backref" title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>,
-<code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+<code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> methods.</p>
 <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> event does not apply.</p>
 </div>
 <h6 id="radio-button-state-(type=radio)"><span class="secno">4.10.7.1.17</span> <dfn title="attr-input-type-radio">Radio
@@ -1265,23 +1265,23 @@
 script).</p>
 <div class="bookkeeping">
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_106">input</a></code> element content attributes and IDL
-attributes apply to the element: <code title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked_19">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 href="#dom-input-checked">checked</a></code>
-and <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-default-on" title="dom-input-value-default-on">default/on</a>.</p>
+attributes apply to the element: <code title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked_19">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 href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>
+and <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attributes.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-default-on" title="dom-input-value-default-on">default/on</a>.</p>
 <p>The <code title="event-input-change"><a href="#event-input-change">change</a></code> event applies.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
 <code class="no-backref" title="attr-input-accept"><a href="#attr-input-accept" id="accept_18">accept</a></code>, <code class="no-backref" title="attr-input-alt"><a href="#attr-input-alt" id="alt_57">alt</a></code>, <code class="no-backref" title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete_22">autocomplete</a></code>, <code class="no-backref" title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_18">dirname</a></code>, <code class="no-backref" title="attr-fs-formaction"><a href="form-submission.html#attr-fs-formaction" id="formaction_18">formaction</a></code>, <code class="no-backref" title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_18">formenctype</a></code>, <code class="no-backref" title="attr-fs-formmethod"><a href="form-submission.html#attr-fs-formmethod" id="formmethod_18">formmethod</a></code>, <code class="no-backref" title="attr-fs-frmnovalidate"><a href="form-submission.html#attr-fs-formnovalidate" id="formnovalidate_18">formnovalidate</a></code>, <code class="no-backref" title="attr-fs-formtarget"><a href="form-submission.html#attr-fs-formtarget" id="formtarget_18">formtarget</a></code>,
 <code class="no-backref" title="attr-dim-height"><a href="dimension-attributes.html#attr-dim-height" id="height_29">height</a></code>, <code class="no-backref" title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_20">list</a></code>, <code class="no-backref" title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_27">max</a></code>, <code class="no-backref" title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_19">maxlength</a></code>, <code class="no-backref" title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_29">min</a></code>, <code class="no-backref" title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_21">multiple</a></code>, <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_20">pattern</a></cde>, <code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_18">placeholder</a></code>, <code class="no-backref" title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly_32">readonly</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_18">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_66">src</a></code>, <code class="no-backref" title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step_26">step</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_29">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
+element: <code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
 <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-<code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
 <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>,
 <code class="no-backref" title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>,
-<code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+<code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> methods.</p>
 <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> event does not apply.</p>
 </div>
 <h6 id="file-upload-state-(type=file)"><span class="secno">4.10.7.1.18</span> <dfn title="attr-input-type-file">File
@@ -1353,10 +1353,10 @@
 not be in an expected format even if the user is not hostile and
 the user agent fully obeyed the <code title="attr-input-accept"><a href="#attr-input-accept" id="accept_19">accept</a></code> attribute's requirements.</p>
 <div class="example" id="fakepath-srsly">
-<p>For historical reasons, the <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL
+<p>For historical reasons, the <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">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 href="#dom-input-value">value</a></code> IDL
+this, obtaining the filename from the <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">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>
@@ -1390,10 +1390,10 @@
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_108">input</a></code> element content attributes apply to
 the element:</p>
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_109">input</a></code> element content attributes and IDL
-attributes apply to the element: <code title="attr-input-accept"><a href="#attr-input-accept" id="accept_20">accept</a></code>, <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_22">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 href="#dom-input-files">files</a></code> and
-<code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attributes.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-filename" title="dom-input-value-filename">filename</a>.</p>
+attributes apply to the element: <code title="attr-input-accept"><a href="#attr-input-accept" id="accept_20">accept</a></code>, <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_22">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 href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code> and
+<code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attributes.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-filename" title="dom-input-value-filename">filename</a>.</p>
 <p>The <code title="event-input-change"><a href="#event-input-change">change</a></code> event applies.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
@@ -1402,13 +1402,13 @@
 <p>The element's <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value_23">value</a></code> attribute must
 be omitted.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>, <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-<code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
 <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>,
 <code class="no-backref" title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>,
-<code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+<code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> methods.</p>
 <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> event does not apply.</p>
 </div>
 <h6 id="submit-button-state-(type=submit)"><span class="secno">4.10.7.1.19</span> <dfn title="attr-input-type-submit">Submit Button</dfn> state (<code title="">type=submit</code>)</h6>
@@ -1425,21 +1425,21 @@
 <div class="bookkeeping">
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_111">input</a></code> element content attributes and IDL
 attributes apply to the element: <code title="attr-fs-formaction"><a href="form-submission.html#attr-fs-formaction" id="formaction_21">formaction</a></code>, <code title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_21">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="form-submission.html#attr-fs-formmethod" id="formmethod_21">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="form-submission.html#attr-fs-formnovalidate" id="formnovalidate_22">formnovalidate</a></code>, and <code title="attr-fs-formtarget"><a href="form-submission.html#attr-fs-formtarget" id="formtarget_21">formtarget</a></code> content attributes;
-<code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-default" title="dom-input-value-default">default</a>.</p>
+<code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-default" title="dom-input-value-default">default</a>.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
 <code class="no-backref" title="attr-input-accept"><a href="#attr-input-accept" id="accept_21">accept</a></code>, <code class="no-backref" title="attr-input-alt"><a href="#attr-input-alt" id="alt_59">alt</a></code>, <code class="no-backref" title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete_24">autocomplete</a></code>, <code class="no-backref" title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked_21">checked</a></code>, <code class="no-backref" title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_20">dirname</a></code>, <code class="no-backref" title="attr-dim-height"><a href="dimension-attributes.html#attr-dim-height" id="height_31">height</a></code>, <code class="no-backref" title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_22">list</a></code>, <code class="no-backref" title="attr-input-max"><a href="comon-input-element-attributes.html#attr-input-max" id="max_29">max</a></code>, <code class="no-backref" title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_21">maxlength</a></code>, <code class="no-backref" title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_31">min</a></code>, <code class="no-backref" title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_23">multiple</a></code>, <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_22">pattern</a></code>, <code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_20">placeholder</a></code>, <code class="no-backref" title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly_34">readonly</a></code>, <codeclass="no-backref" title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required_21">required</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_20">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_68">src</a></code>, <code class="no-backref" title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step_28">step</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_31">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
 <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-<code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
 <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>,
 <code class="no-backref" title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>,
-<code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+<code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> methods.</p>
 <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> and <code class="no-backref" title="event-input-change"><a href="#event-input-change">change</a></code> events do not apply.</p>
 </div>
 <h6 id="image-button-state-(type=image)"><span class="secno">4.10.7.1.20</span> <dfn title="attr-input-type-image">Image
@@ -1467,9 +1467,9 @@
 <code title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_22">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="form-submission.html#attr-fs-formmethod" id="formmethod_22">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="form-submission.html#attr-fs-formnovalidate" id="formnovalidate_23">formnovalidate</a></code>, and <code title="attr-fs-formtarget"><a href="form-submission.html#attr-fs-formtarget" id="formtarget_22">formtarget</a></code> attributes are <a href="form-submission.html#attributes-for-form-submission" id="attributes-for-form-submission_2">attributes for form
 submission</a>.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">image</var> . <code title="dom-input-width"><a href="#dom-input-width">width</a></code> [ =
+<dl class="domintro"><dt><var title="">image</var> . <code title="dom-input-width"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-width">width</a></code> [ =
 <var title="">value</var> ]</dt>
-<dt><var title="">image</var> . <code title="dom-input-height"><a href="#dom-input-height">height</a></code> [
+<dt><var title="">image</var> . <code title="dom-input-height"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-height">height</a></code> [
 = <var title="">value</var> ]</dt>
 <dd>
 <p>These attributes return the actual rendered dimensions of the
@@ -1481,23 +1481,23 @@
 <p>The following common <code><a href="the-input-element.html#the-input-element" id="input_114">input</a></code> element content attributes and IDL
 attributes apply to the element: <code title="attr-input-alt"><a href="#attr-input-alt" id="alt_61">alt</a></code>, <code title="attr-fs-formaction"><a href="form-submission.html#attr-fs-formaction" id="formaction_23">formaction</a></code>,
 <code title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_23">formenctype</a></code>, <code title="attr-fs-formmethod"><a href="form-submission.html#attr-fs-formmethod" id="formmethod_23">formmethod</a></code>, <code title="attr-fs-formnovalidate"><a href="form-submission.html#attr-fs-formnovalidate" id="formnovalidate_24">formnovalidate</a></code>, <code title="attr-fs-formtarget"><a href="form-submission.html#attr-fs-formtarget" id="formtarget_23">formtarget</a></code>, <code title="attr-dim-height"><a href="dimension-attributes.html#attr-dim-height" id="height_32">height</a></code>, <code title="attr-input-src"><a href="#attr-input-src" id="src_70">src</a></code>, and <code title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_32">width</a></code> content
-attributes; <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute.</p>
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute is in mode
-<a href="#dom-input-value-default" title="dom-input-value-default">default</a>.</p>
+attributes; <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute is in mode
+<a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-default" title="dom-input-value-default">default</a>.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
 <code class="no-backref" title="attr-input-accept"><a href="#attr-input-accept" id="accept_22">accept</a></code>, <code class="no-backref" title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete_25">autocomplete</a></code>, <code class="no-backref" title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked_22">checked</a></code>, <code class="no-backref" title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_21">dirname</a></code>, <code class="no-backref" title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_23">list</a></code>, <code class="no-backref" title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_30">max</a></code>, <code class="no-backref" title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_22">maxlength</a></code, <code class="no-backref" title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_32">min</a></code>, <code class="no-backref" title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_24">multiple</a></code>, <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_23">pattern</a></code>, <code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_21">placeholder</a></code>, <code class="no-backref" title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly_35">readonly</a></code>, <code class="no-backref" title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required_22">required</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attriutes.html#attr-input-size" id="size_21">size</a></code>, and <code class="no-backref" title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step_29">step</a></code>.</p>
 <p>The element's <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value_24">value</a></code> attribute must
 be omitted.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
 <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-<code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
 <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>,
 <code class="no-backref" title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>,
-<code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+<code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> methods.</p>
 <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> and <code class="no-backref" title="event-input-change"><a href="#event-input-change">change</a></code> events do not apply.</p>
 </div>
 <p class="note">Many aspects of this state's behavior are similar
@@ -1520,21 +1520,21 @@
 the form. The element is a <a href="forms.html#concept-button" id="concept-button_2" title="concept-button">button</a>. 
 <!--INSERT FINGERPRINT--></p>
 <div class="bookkeeping">
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute applies to this
-element and is in mode <a href="#dom-input-value-default" title="dom-input-value-default">default</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute applies to this
+element and is in mode <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-default" title="dom-input-value-default">default</a>.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
 <code class="no-backref" title="attr-input-accept"><a href="#attr-input-accept" id="accept_23">accept</a></code>, <code class="no-backref" title="attr-input-alt"><a href="#attr-input-alt" id="alt_62">alt</a></code>, <code class="no-backref" title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete_26">autocomplete</a></code>, <code class="no-backref" title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked_23">checked</a></code>, <code class="no-backref" title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_22">dirname</a></code>, <code class="no-backref" title="attr-fs-formaction"><a href="form-submission.html#attr-fs-formaction" id="formaction_24">formaction</a></code>, <code class="no-backref" title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_24">formenctype</a></code>, <code class="no-backref" title="attr-fs-formmthod"><a href="form-submission.html#attr-fs-formmethod" id="formmethod_24">formmethod</a></code>, <code class="no-backref" title="attr-fs-formnovalidate"><a href="form-submission.html#attr-fs-formnovalidate" id="formnovalidate_25">formnovalidate</a></code>, <code class="no-backref" title="attr-fs-formtarget"><a href="form-submission.html#attr-fs-formtarget" id="formtarget_24">formtarget</a></code>,
 <code class="no-backref" title="attr-dim-height"><a href="dimension-attributes.html#attr-dim-height" id="height_33">height</a></code>, <code class="no-backref" title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_24">list</a></code>, <code class="no-backref" title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_31">max</a></code>, <code class="no-backref" title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_23">maxlength</a></code>, <code class="no-backref" title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_33">min</a></code>, <code class="no-backref" title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_25">multiple</a></code>, <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_24">pattern</a></cde>, <code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_22">placeholder</a></code>, <code class="no-backref" title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly_36">readonly</a></code>, <code class="no-backref" title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required_23">required</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_22">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_71">src</a></code>, <code class="no-backref" title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step_30">step</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_33">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
 <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-<code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
 <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>,
 <code class="no-backref" title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>,
-<code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+<code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> methods.</p>
 <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> and <code class="no-backref" title="event-input-change"><a href="#event-input-change">change</a></code> events do not apply.</p>
 </div>
 <h6 id="button-state-(type=button)"><span class="secno">4.10.7.1.22</span> <dfn title="attr-input-type-button">Button</dfn> state (<code title="">type=button</code>)</h6>
@@ -1542,20 +1542,20 @@
 label for the button must be provided in the <code title="attr-input-value"><a href="the-input-element.html#attr-input-value" id="value_25">value</a></code> attribute, though it may be the empty
 string. The element is a <a href="forms.html#concept-button" id="concept-button_3" title="concept-button">button</a>.</p>
 <div class="bookkeeping">
-<p>The <code title="dom-input-value"><a href="#dom-input-value">value</a></code> IDL attribute applies to this
-element and is in mode <a href="#dom-input-value-default" title="dom-input-value-default">default</a>.</p>
+<p>The <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> IDL attribute applies to this
+element and is in mode <a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value-default" title="dom-input-value-default">default</a>.</p>
 <p>The following content attributes must not be specified and
 <a href="#do-not-apply">do not apply</a> to the element:
 <code class="no-backref" title="attr-input-accept"><a href="#attr-input-accept" id="accept_24">accept</a></code>, <code class="no-backref" title="attr-input-alt"><a href="#attr-input-alt" id="alt_63">alt</a></code>, <code class="no-backref" title="attr-input-autocomplete"><a href="common-input-element-attributes.html#attr-input-autocomplete" id="autocomplete_27">autocomplete</a></code>, <code class="no-backref" title="attr-input-checked"><a href="the-input-element.html#attr-input-checked" id="checked_24">checked</a></code>, <code class="no-backref" title="attr-input-dirname"><a href="common-input-element-attributes.html#attr-input-dirname" id="dirname_23">dirname</a></code>, <code class="no-backref" title="attr-fs-formaction"><a href="form-submission.html#attr-fs-formaction" id="formaction_25">formaction</a></code>, <code class="no-backref" title="attr-fs-formenctype"><a href="form-submission.html#attr-fs-formenctype" id="formenctype_25">formenctype</a></code>, <code class="no-backref" title="attr-fs-formmthod"><a href="form-submission.html#attr-fs-formmethod" id="formmethod_25">formmethod</a></code>, <code class="no-backref" title="attr-fs-formnovalidate"><a href="form-submission.html#attr-fs-formnovalidate" id="formnovalidate_26">formnovalidate</a></code>, <code class="no-backref" title="attr-fs-formtarget"><a href="form-submission.html#attr-fs-formtarget" id="formtarget_25">formtarget</a></code>,
 <code class="no-backref" title="attr-dim-height"><a href="dimension-attributes.html#attr-dim-height" id="height_34">height</a></code>, <code class="no-backref" title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_25">list</a></code>, <code class="no-backref" title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max" id="max_32">max</a></code>, <code class="no-backref" title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength" id="maxlength_24">maxlength</a></code>, <code class="no-backref" title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min" id="min_34">min</a></code>, <code class="no-backref" title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple" id="multiple_26">multiple</a></code>, <code class="no-backref" title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern" id="pattern_25">pattern</a></cde>, <code class="no-backref" title="attr-input-placeholder"><a href="common-input-element-attributes.html#attr-input-placeholder" id="placeholder_23">placeholder</a></code>, <code class="no-backref" title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly" id="readonly_37">readonly</a></code>, <code class="no-backref" title="attr-input-required"><a href="common-input-element-attributes.html#attr-input-required" id="required_24">required</a></code>, <code class="no-backref" title="attr-input-size"><a href="common-input-element-attributes.html#attr-input-size" id="size_23">size</a></code>, <code class="no-backref" title="attr-input-src"><a href="#attr-input-src" id="src_72">src</a></code>, <code class="no-backref" title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step" id="step_31">step</a></code>, and <code class="no-backref" title="attr-dim-width"><a href="dimension-attributes.html#attr-dim-width" id="width_34">width</a></code>.</p>
 <p>The following IDL attributes and methods do not apply to the
-element: <code class="no-backref" title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>,
-<code class="no-backref" title="dom-input-files"><a href="#dom-input-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="#dom-input-list">list</a></code>,
+element: <code class="no-backref" title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>,
+<code class="no-backref" title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code>, <code class="no-backref" title="dom-input-list"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code>,
 <code class="no-backref" title="dom-textarea/input-selectionStart">selectionStart</code>,
 <code class="no-backref" title="dom-textarea/input-selectionEnd">selectionEnd</code>, <code class="no-backref" title="dom-textarea/input-selectionDirection">selectionDirection</code>,
-<code class="no-backref" title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> IDL attributes;
+<code class="no-backref" title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code>, and <code class="no-backref" title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> IDL attributes;
 <code class="no-backref" title="dom-textarea/input-select">select()</code>, <code class="no-backref" title="dom-textarea/input-setRangeText">setRangeText()</code>,
 <code class="no-backref" title="dom-textarea/input-setSelectionRange">setSelectionRange()</code>,
-<code class="no-backref" title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp()</a></code> methods.</p>
+<code class="no-backref" title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown()</a></code>, and <code class="no-backref" title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp()</a></code> methods.</p>
 <p>The <code class="no-backref" title="event-input-input"><a href="#event-input-input">input</a></code> and <code class="no-backref" title="event-input-change"><a href="#event-input-change">change</a></code> events do not apply.</p>
 </div>

Index: the-meter-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-meter-element.html,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- the-meter-element.html	11 Oct 2012 08:24:24 -0000	1.140
+++ the-meter-element.html	11 Oct 2012 09:16:16 -0000	1.141
@@ -434,13 +434,13 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlmeterelement">HTMLMeterElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_105">HTMLElement</a> {
-           attribute double <a href="#dom-meter-value" title="dom-meter-value">value</a>;
-           attribute double <a href="#dom-meter-min" title="dom-meter-min">min</a>;
-           attribute double <a href="#dom-meter-max" title="dom-meter-max">max</a>;
-           attribute double <a href="#dom-meter-low" title="dom-meter-low">low</a>;
-           attribute double <a href="#dom-meter-high" title="dom-meter-high">high</a>;
-           attribute double <a href="#dom-meter-optimum" title="dom-meter-optimum">optimum</a>;
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/single-page.html#dommeter-value" title="dom-meter-value">value</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/single-page.html#dommeter-min" title="dom-meter-min">min</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/single-page.html#dommeter-max" title="dom-meter-max">max</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/single-page.html#dommeter-low" title="dom-meter-low">low</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/single-page.html#dommeter-high" title="dom-meter-high">high</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/single-page.html#dommeter-optimum" title="dom-meter-optimum">optimum</a>;
+  readonly attribute <a href="#nodelist">NodeList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domlfe-labels" title="dom-lfe-labels">labels</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-meter-element" id="meter_9">meter</a></code> element <a href="#represents">represents</a> a scalar measurement within a known

Index: the-html-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-html-element.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- the-html-element.html	11 Oct 2012 08:24:23 -0000	1.132
+++ the-html-element.html	11 Oct 2012 09:16:15 -0000	1.133
@@ -442,7 +442,7 @@
 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>
-<p class="note">The <code title="dom-applicationCache"><a href="#dom-applicationcache">window.applicationCache</a></code> IDL
+<p class="note">The <code title="dom-applicationCache"><a href="http://dev.w3.org/html5/spec/single-page.html#domapplicationcache">window.applicationCache</a></code> IDL
 attribute provides scripted access to the offline <a href="#application-cache">application cache</a> mechanism.</p>
 <!--TOPIC:HTML-->
 <div class="example">

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.1259
retrieving revision 1.1260
diff -u -d -r1.1259 -r1.1260
--- index.html	11 Oct 2012 08:24:12 -0000	1.1259
+++ index.html	11 Oct 2012 09:16:05 -0000	1.1260
@@ -1790,11 +1790,11 @@
 attribute</a></td>
 <tr><th><code title="">name</code></th>
 <td><code title="attr-fe-name"><a href="attributes-common-to-form-controls.html#attr-fe-name" id="button_37">button</a></code>; <code title="attr-fe-name"><a href="attributes-common-to-form-controls.html#attr-fe-name" id="fieldset_35">fieldset</a></code>; <code title="attr-fe-name"><a href="attributes-common-to-form-controls.html#attr-fe-name" id="input_157">input</a></code>; <code title="attr-fe-name"><a href="attributes-common-to-form-controls.html#attr-fe-name" id="keygen_28">keygen</a></code>; <code title="attr-fe-name"><a href="attributes-common-to-form-controls.html#attr-fe-name" id="output_1">output</a></code>; <code title="attr-fe-name"><a href="attributes-common-to-form-controls.html#attr-fe-name" id="select_3">select</a></code>; <code title="attr-fe-name"><a href="attributes-common-to-form-controls.html#attr-fe-name" id="textarea_5">textarea</a></code></td>
-<td>Name of form control to use for <a href="constraints.html#form-submission-0" id="form-submission_12">form submission</a> and in the <code title="dom-form-elements"><a href="#dom-form-elements">form.elements</a></code> API</td>
+<td>Name of form control to use for <a href="constraints.html#form-submission-0" id="form-submission_12">form submission</a> and in the <code title="dom-form-elements"><a href="http://dev.w3.org/html5/spec/single-page.html#domform-elements">form.elements</a></code> API</td>
 <td><a href="element-definitions.html#attribute-text">Text</a>*</td>
 <tr><th><code title="">name</code></th>
 <td><code title="attr-form-name"><a href="the-form-element.html#attr-form-name" id="form_74">form</a></code></td>
-<td>Name of form to use in the <code title="dom-document-forms"><a href="#dom-document-forms">document.forms</a></code> API</td>
+<td>Name of form to use in the <code title="dom-document-forms"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-forms">document.forms</a></code> API</td>
 <td><a href="element-definitions.html#attribute-text">Text</a>*</td>
 <tr><th><code title="">name</code></th>
 <td><code title="attr-iframe-name"><a href="the-iframe-element.html#attr-iframe-name" id="iframe_69">iframe</a></code>; <code title="attr-object-name"><a href="the-object-element.html#attr-object-name" id="object_2">object</a></code></td>

Index: attributes-common-to-td-and-th-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/attributes-common-to-td-and-th-elements.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- attributes-common-to-td-and-th-elements.html	11 Oct 2012 08:24:09 -0000	1.30
+++ attributes-common-to-td-and-th-elements.html	11 Oct 2012 09:16:01 -0000	1.31
@@ -447,16 +447,16 @@
 interface:</p>
 <pre class="idl">
 interface <dfn id="htmltablecellelement">HTMLTableCellElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_87">HTMLElement</a> {
-           attribute unsigned long <a href="#dom-tdth-colspan" title="dom-tdth-colSpan">colSpan</a>;
-           attribute unsigned long <a href="#dom-tdth-rowspan" title="dom-tdth-rowSpan">rowSpan</a>;
-  [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <a href="#domsettabletokenlist">DOMSettableTokenList</a> <a href="#dom-tdth-headers" title="dom-tdth-headers">headers</a>;
-  readonly attribute long <a href="#dom-tdth-cellindex" title="dom-tdth-cellIndex">cellIndex</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domtdth-colspan" title="dom-tdth-colSpan">colSpan</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domtdth-rowspan" title="dom-tdth-rowSpan">rowSpan</a>;
+  [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <a href="#domsettabletokenlist">DOMSettableTokenList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domtdth-headers" title="dom-tdth-headers">headers</a>;
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/single-page.html#domtdth-cellindex" title="dom-tdth-cellIndex">cellIndex</a>;
 };
 </pre>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">cell</var> . <code title="dom-tdth-cellIndex"><a href="#dom-tdth-cellindex">cellIndex</a></code></dt>
+<dl class="domintro"><dt><var title="">cell</var> . <code title="dom-tdth-cellIndex"><a href="http://dev.w3.org/html5/spec/single-page.html#domtdth-cellindex">cellIndex</a></code></dt>
 <dd>
-<p>Returns the position of the cell in the row's <code title="dom-tr-cells"><a href="#dom-tr-cells">cells</a></code> list. This
+<p>Returns the position of the cell in the row's <code title="dom-tr-cells"><a href="http://dev.w3.org/html5/spec/single-page.html#domtr-cells">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>
 <p>Returns &minus;1 if the element isn't in a row.</p>

Index: wai-aria.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/wai-aria.html,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- wai-aria.html	11 Oct 2012 08:24:27 -0000	1.154
+++ wai-aria.html	11 Oct 2012 09:16:18 -0000	1.155
@@ -487,7 +487,7 @@
 role</td>
 <tr><td><code><a href="the-input-element.html#the-input-element" id="input_19">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="states-of-the-type-attribute.html#checkbox-state-(type=checkbox)" id="attr-input-type-checkbox" title="attr-input-type-checkbox">Checkbox</a> state</td>
 <td><code title="attr-aria-checked">aria-checked</code> state set
-to "mixed" if the element's <code title="dom-input-indeterminate"><a href="#dom-input-indeterminate">indeterminate</a></code> IDL attribute
+to "mixed" if the element's <code title="dom-input-indeterminate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-indeterminate">indeterminate</a></code> IDL attribute
 is true, or "true" if the element's <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> is true, or "false"
 otherwise</td>
 <tr><td><code><a href="the-input-element.html#the-input-element" id="input_20">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type" id="type_36">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#color-state-(type=color)" id="attr-input-type-color" title="attr-input-type-color">Color</a> state</td>

Index: the-track-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-track-element.html,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- the-track-element.html	11 Oct 2012 08:24:26 -0000	1.166
+++ the-track-element.html	11 Oct 2012 09:16:17 -0000	1.167
@@ -425,19 +425,19 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmltrackelement">HTMLTrackElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_70">HTMLElement</a> {
-           attribute DOMString <a href="#dom-track-kind" title="dom-track-kind">kind</a>;
-           attribute DOMString <a href="#dom-track-src" title="dom-track-src">src</a>;
-           attribute DOMString <a href="#dom-track-srclang" title="dom-track-srclang">srclang</a>;
-           attribute DOMString <a href="#dom-track-label" title="dom-track-label">label</a>;
-           attribute boolean <a href="#dom-track-default" title="dom-track-default">default</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-kind" title="dom-track-kind">kind</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-src" title="dom-track-src">src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-srclang" title="dom-track-srclang">srclang</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-label" title="dom-track-label">label</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-default" title="dom-track-default">default</a>;
 
-  const unsigned short <a href="#dom-track-none" title="dom-track-NONE">NONE</a> = 0;
-  const unsigned short <a href="#dom-track-loading" title="dom-track-LOADING">LOADING</a> = 1;
-  const unsigned short <a href="#dom-track-loaded" title="dom-track-LOADED">LOADED</a> = 2;
-  const unsigned short <a href="#dom-track-error" title="dom-track-ERROR">ERROR</a> = 3;
-  readonly attribute unsigned short <a href="#dom-track-readystate" title="dom-track-readyState">readyState</a>;
+  const unsigned short <a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-none" title="dom-track-NONE">NONE</a> = 0;
+  const unsigned short <a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-loading" title="dom-track-LOADING">LOADING</a> = 1;
+  const unsigned short <a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-loaded" title="dom-track-LOADED">LOADED</a> = 2;
+  const unsigned short <a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-error" title="dom-track-ERROR">ERROR</a> = 3;
+  readonly attribute unsigned short <a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-readystate" title="dom-track-readyState">readyState</a>;
 
-  readonly attribute <a href="media-elements.html#texttrack" id="texttrack_0">TextTrack</a> <a href="#dom-track-track" title="dom-track-track">track</a>;
+  readonly attribute <a href="media-elements.html#texttrack" id="texttrack_0">TextTrack</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-track" title="dom-track-track">track</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-track-element" id="track_12">track</a></code> element allows authors to specify
@@ -516,34 +516,34 @@
 preferences do not indicate that another track would be more
 appropriate. There must not be more than one <code><a href="#the-track-element" id="track_14">track</a></code> element with
 the same parent node with the <code title="attr-track-default"><a href="#attr-track-default" id="default_0">default</a></code> attribute specified.</p>
-<dl class="domintro"><dt><var title="">track</var> . <code title="dom-track-readyState"><a href="#dom-track-readystate">readyState</a></code></dt>
+<dl class="domintro"><dt><var title="">track</var> . <code title="dom-track-readyState"><a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-readystate">readyState</a></code></dt>
 <dd>
 <p>Returns the <a href="media-elements.html#text-track-readiness-state" id="text-track-readiness-state_0">text track readiness state</a>,
 represented by a number from the following list:</p>
-<dl><dt><var title="">track</var> . <code title="dom-track-NONE"><a href="#dom-track-none">NONE</a></code> (0)</dt>
+<dl><dt><var title="">track</var> . <code title="dom-track-NONE"><a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-none">NONE</a></code> (0)</dt>
 <dd>
 <p>The <a href="media-elements.html#text-track-not-loaded" id="text-track-not-loaded_0">text track not loaded</a> state.</p>
 </dd>
-<dt><var title="">track</var> . <code title="dom-track-LOADING"><a href="#dom-track-loading">LOADING</a></code>
+<dt><var title="">track</var> . <code title="dom-track-LOADING"><a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-loading">LOADING</a></code>
 (1)</dt>
 <dd>
 <p>The <a href="media-elements.html#text-track-loading" id="text-track-loading_0">text
 track loading</a> state.</p>
 </dd>
-<dt><var title="">track</var> . <code title="dom-track-LOADED"><a href="#dom-track-loaded">LOADED</a></code>
+<dt><var title="">track</var> . <code title="dom-track-LOADED"><a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-loaded">LOADED</a></code>
 (2)</dt>
 <dd>
 <p>The <a href="media-elements.html#text-track-loaded" id="text-track-loaded_0">text
 track loaded</a> state.</p>
 </dd>
-<dt><var title="">track</var> . <code title="dom-track-ERROR"><a href="#dom-track-error">ERROR</a></code>
+<dt><var title="">track</var> . <code title="dom-track-ERROR"><a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-error">ERROR</a></code>
 (3)</dt>
 <dd>
 <p>The <a href="media-elements.html#text-track-failed-to-load" id="text-track-failed-to-load_0">text track failed to load</a>
 state.</p>
 </dd>
 </dl></dd>
-<dt><var title="">track</var> . <code title="dom-track-track"><a href="#dom-track-track">track</a></code></dt>
+<dt><var title="">track</var> . <code title="dom-track-track"><a href="http://dev.w3.org/html5/spec/single-page.html#domtrack-track">track</a></code></dt>
 <dd>
 <p>Returns the <code><a href="media-elements.html#texttrack" id="texttrack_1">TextTrack</a></code> object corresponding to the
 <a href="media-elements.html#text-track" id="text-track_1">text track</a> of the

Index: the-progress-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-progress-element.html,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- the-progress-element.html	11 Oct 2012 08:24:25 -0000	1.144
+++ the-progress-element.html	11 Oct 2012 09:16:16 -0000	1.145
@@ -428,10 +428,10 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlprogresselement">HTMLProgressElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_104">HTMLElement</a> {
-           attribute double <a href="#dom-progress-value" title="dom-progress-value">value</a>;
-           attribute double <a href="#dom-progress-max" title="dom-progress-max">max</a>;
-  readonly attribute double <a href="#dom-progress-position" title="dom-progress-position">position</a>;
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/single-page.html#domprogress-value" title="dom-progress-value">value</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/single-page.html#domprogress-max" title="dom-progress-max">max</a>;
+  readonly attribute double <a href="http://dev.w3.org/html5/spec/single-page.html#domprogress-position" title="dom-progress-position">position</a>;
+  readonly attribute <a href="#nodelist">NodeList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domlfe-labels" title="dom-lfe-labels">labels</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-progress-element" id="progress_9">progress</a></code> element <a href="#represents">represents</a> the completion progress of a task. The
@@ -489,7 +489,7 @@
 the <code><a href="the-meter-element.html#the-meter-element" id="meter_7">meter</a></code> element is available for such use
 cases.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">progress</var> . <code title="dom-progress-position"><a href="#dom-progress-position">position</a></code></dt>
+<dl class="domintro"><dt><var title="">progress</var> . <code title="dom-progress-position"><a href="http://dev.w3.org/html5/spec/single-page.html#domprogress-position">position</a></code></dt>
 <dd>
 <p>For a determinate progress bar (one with known current and
 maximum values), returns the result of dividing the current value

Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.1164
retrieving revision 1.1165
diff -u -d -r1.1164 -r1.1165
--- infrastructure.html	11 Oct 2012 08:24:12 -0000	1.1164
+++ infrastructure.html	11 Oct 2012 09:16:06 -0000	1.1165
@@ -405,8 +405,7 @@
 <ol><li><a href="infrastructure.html#terminology"><span class="secno">2.1</span>
 Terminology</a>
 <ol><li><a href="infrastructure.html#resources"><span class="secno">2.1.1</span>
-Resources</a><li><a href="infrastructure.html#xml"><span class="secno">2.1.2</span> XML</a><li><a href="infrastructure.html#dom-trees"><span class="secno">2.1.3</span> DOM
-trees</a><li><a href="infrastructure.html#scripting-0"><span class="secno">2.1.4</span>
+Resources</a><li><a href="infrastructure.html#xml"><span class="secno">2.1.2</span> XML</a><li><a href="infrastructure.html#scripting-0"><span class="secno">2.1.4</span>
 Scripting</a><li><a href="infrastructure.html#plugins"><span class="secno">2.1.5</span>
 Plugins</a><li><a href="infrastructure.html#character-encodings"><span class="secno">2.1.6</span>
 Character encodings</a></ol><li><a href="infrastructure.html#conformance-requirements"><span class="secno">2.2</span> Conformance requirements</a>
@@ -560,16 +559,16 @@
 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 href="dom.html#document" id="document_8">Document</a></code>'s tree.</p>
 <p>The <code><a href="dom.html#document" id="document_9">Document</a></code> of a <code><a href="#node">Node</a></code> (such as an element) is the <code><a href="dom.html#document" id="document_10">Document</a></code> that the
-<code><a href="#node">Node</a></code>'s <code title="dom-Node-ownerDocument"><a href="#dom-node-ownerdocument">ownerDocument</a></code> IDL attribute
+<code><a href="#node">Node</a></code>'s <code title="dom-Node-ownerDocument"><a href="http://dev.w3.org/html5/spec/single-page.html#domnode-ownerdocument">ownerDocument</a></code> IDL attribute
 returns. When a <code><a href="#node">Node</a></code> is <a href="#in-a-document" id="in-a-document_1">in a
-<code>Document</code></a> then that <code><a href="dom.html#document" id="document_11">Document</a></code> is always the <code><a href="#node">Node</a></code>'s <code><a href="dom.html#document" id="document_12">Document</a></code>, and the <code><a href="#node">Node</a></code>'s <code title="dom-Node-ownerDocument"><a href="#dom-node-ownerdocument">ownerDocument</a></code> IDL attribute
+<code>Document</code></a> then that <code><a href="dom.html#document" id="document_11">Document</a></code> is always the <code><a href="#node">Node</a></code>'s <code><a href="dom.html#document" id="document_12">Document</a></code>, and the <code><a href="#node">Node</a></code>'s <code title="dom-Node-ownerDocument"><a href="http://dev.w3.org/html5/spec/single-page.html#domnode-ownerdocument">ownerDocument</a></code> IDL attribute
 thus always returns that <code><a href="dom.html#document" id="document_13">Document</a></code>.</p>
 <p>The <code><a href="dom.html#document" id="document_14">Document</a></code> of a content attribute is the
 <code><a href="dom.html#document" id="document_15">Document</a></code> of
 the attribute's element.</p>
 <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 href="#dom-node-parentnode">parentNode</a></code>/<code title="dom-Node-childNodes"><a href="#dom-node-childnodes">childNodes</a></code> relationship).</p>
+<code title="dom-Node-parentNode"><a href="http://dev.w3.org/html5/spec/single-page.html#domnode-parentnode">parentNode</a></code>/<code title="dom-Node-childNodes"><a href="http://dev.w3.org/html5/spec/single-page.html#domnode-childnodes">childNodes</a></code> relationship).</p>
 <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>
@@ -598,7 +597,7 @@
 DOM Core specification: firing an event means to create and
 dispatch it, and dispatching an event means to follow the steps
 that propagate the event through the tree. The term <dfn id="concept-events-trusted" title="concept-events-trusted">trusted
-event</dfn> is used to refer to events whose <code title="dom-event-isTrusted"><a href="#dom-event-istrusted">isTrusted</a></code> attribute is
+event</dfn> is used to refer to events whose <code title="dom-event-isTrusted"><a href="http://dev.w3.org/html5/spec/single-page.html#domevent-istrusted">isTrusted</a></code> attribute is
 initialized to true. <a href="references.html#refsDOMCORE">[DOMCORE]</a></p>
 <h4 id="plugins"><span class="secno">2.1.5</span> Plugins</h4>
 <p>The term <dfn id="plugin">plugin</dfn> refers to a user-agent

Index: the-object-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-object-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-object-element.html	11 Oct 2012 08:24:24 -0000	1.161
+++ the-object-element.html	11 Oct 2012 09:16:16 -0000	1.162
@@ -440,24 +440,24 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlobjectelement">HTMLObjectElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_67">HTMLElement</a> {
-           attribute DOMString <a href="#dom-object-data" title="dom-object-data">data</a>;
-           attribute DOMString <a href="#dom-object-type" title="dom-object-type">type</a>;
-           attribute boolean <a href="#dom-object-typemustmatch" title="dom-object-typeMustMatch">typeMustMatch</a>;
-           attribute DOMString <a href="#dom-object-name" title="dom-object-name">name</a>;
-           attribute DOMString <a href="#dom-object-usemap" title="dom-object-useMap">useMap</a>;
-  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_0">HTMLFormElement</a>? <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="#dom-dim-width" title="dom-dim-width">width</a>;
-           attribute DOMString <a href="#dom-dim-height" title="dom-dim-height">height</a>;
-  readonly attribute Document? <a href="#dom-object-contentdocument" title="dom-object-contentDocument">contentDocument</a>;
-  readonly attribute <a href="#windowproxy">WindowProxy</a>? <a href="#dom-object-contentwindow" title="dom-object-contentWindow">contentWindow</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domobject-data" title="dom-object-data">data</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domobject-type" title="dom-object-type">type</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domobject-typemustmatch" title="dom-object-typeMustMatch">typeMustMatch</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domobject-name" title="dom-object-name">name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domobject-usemap" title="dom-object-useMap">useMap</a>;
+  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_0">HTMLFormElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domfae-form" title="dom-fae-form">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdim-width" title="dom-dim-width">width</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdim-height" title="dom-dim-height">height</a>;
+  readonly attribute Document? <a href="http://dev.w3.org/html5/spec/single-page.html#domobject-contentdocument" title="dom-object-contentDocument">contentDocument</a>;
+  readonly attribute <a href="#windowproxy">WindowProxy</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domobject-contentwindow" title="dom-object-contentWindow">contentWindow</a>;
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
+  readonly attribute <a href="#validitystate">ValidityState</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity" title="dom-cva-validity">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
 
-  <a href="#dom-object-caller" title="dom-object-caller">legacycaller</a> any (any... arguments);
+  <a href="http://dev.w3.org/html5/spec/single-page.html#domobject-caller" title="dom-object-caller">legacycaller</a> any (any... arguments);
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-object-element" id="object_12">object</a></code> element can represent an external

Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v
retrieving revision 1.603
retrieving revision 1.604
diff -u -d -r1.603 -r1.604
--- index-of-terms.html	11 Oct 2012 08:24:11 -0000	1.603
+++ index-of-terms.html	11 Oct 2012 09:16:04 -0000	1.604
@@ -2005,7 +2005,7 @@
 <code><span>AudioTrackList</span></code> and
 <code><span>VideoTrackList</span></code> objects</a></dd>
 </dl><dl class="has-norefs" id="dom-texttrack-kind-captions_index"><dt><span title="dom-TextTrack-kind-captions"><code>captions</code></span></dt>
-<dd><a class="dfn-ref" href="media-elements.html#dom-texttrack-kind-captions"><span class="secno">4.8.10.12.1</span> Text track model</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domtexttrack-kind-captions"><span class="secno">4.8.10.12.1</span> Text track model</a></dd>
 </dl><dl id="case-sensitive_index"><dt><span>case-sensitive</span></dt>
 <dd><a class="dfn-ref" href="infrastructure.html#case-sensitive"><span class="secno">2.3</span> Case-sensitivity and string comparison</a>
 <a class="index-counter" href="infrastructure.html#case-sensitive_0">(2)</a></dd>
@@ -2258,7 +2258,7 @@
 <span><code>track</code></span> element</a> <a class="index-counter" href="the-track-element.html#attr-track-kind-chapters_0">(2)</a></dd>
 <dd><a class="no-num" href="index.html#chapters">Attributes</a></dd>
 </dl><dl class="has-norefs" id="dom-texttrack-kind-chapters_index"><dt><span title="dom-TextTrack-kind-chapters"><code>chapters</code></span></dt>
-<dd><a class="dfn-ref" href="media-elements.html#dom-texttrack-kind-chapters"><span class="secno">4.8.10.12.1</span> Text track model</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domtexttrack-kind-chapters"><span class="secno">4.8.10.12.1</span> Text track model</a></dd>
 </dl><dl class="has-norefs" id="attr-col-char_index"><dt><span title="attr-col-char"><code>char</code></span></dt>
 <dd class="dfn-excerpt"><span><span>... on</span> <code><a href="the-col-element.html#the-col-element">col</a></code> elements</span></dd>
 <dd><a class="dfn-ref" href="obsolete.html#attr-col-char"><span class="secno">10.2</span> Non-conforming features</a></dd>
@@ -2456,7 +2456,7 @@
 </dl><dl class="has-norefs" id="event-appcache-checking_index"><dt><span title="event-appcache-checking"><code>checking</code></span></dt>
 <dd><a class="dfn-ref" href="offline.html#event-appcache-checking"><span class="secno">5.7.1.1</span> Event summary</a></dd>
 </dl><dl id="dom-appcache-checking_index"><dt><span title="dom-appcache-CHECKING"><code>CHECKING</code></span></dt>
-<dd><a href="offline.html#dom-appcache-checking_0"><span class="secno">5.7.3</span> Application cache API</a> <a class="dfn-ref" href="offline.html#dom-appcache-checking">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-checking_0"><span class="secno">5.7.3</span> Application cache API</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domappcache-checking">(2)</a></dd>
 </dl><dl id="child-browsing-context_index"><dt><span>child browsing context</span></dt>
 <dd><a href="infrastructure.html#child-browsing-context_0"><span class="secno">2.1.5</span> Plugins</a></dd>
 <dd><a class="dfn-ref" href="browsers.html#child-browsing-context"><span class="secno">5.1.1</span> Nested browsing contexts</a> <a class="index-counter" href="browsers.html#child-browsing-context_1">(2)</a> <a class="index-counter" href="browsers.html#child-browsing-context_2">(3)</a> <a class="index-counter" href="browsers.html#child-browsing-context_3">(4)</a> <a class="index-counter" href="browsers.html#child-browsing-context_4">(5)</a> <a class="index-counter" href="browsers.html#child-browsing-context_5">(6)</a> <a class="index-counter" href="browsers.html#child-browsing-context_6">(7)</a> <a class="index-counter" href="browsers.html#child-browsing-context_7">(8)</a></dd>
@@ -3780,7 +3780,7 @@
 The <span><code>track</code></span> element</a> <a class="index-counter" href="the-track-element.html#attr-track-kind-descriptions_0">(2)</a></dd>
 <dd><a class="no-num" href="index.html#descriptions">Attributes</a></dd>
 </dl><dl class="has-norefs" id="dom-texttrack-kind-descriptions_index"><dt><span title="dom-TextTrack-kind-descriptions"><code>descriptions</code></span></dt>
-<dd><a class="dfn-ref" href="media-elements.html#dom-texttrack-kind-descriptions"><span class="secno">4.8.10.12.1</span> Text track model</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domtexttrack-kind-descriptions"><span class="secno">4.8.10.12.1</span> Text track model</a></dd>
 </dl><dl id="the-details-element_index"><dt><span><code>details</code></span></dt>
 <dd><a class="no-num no-toc" href="#4.11.1-the-details-element">Table of Contents</a></dd>
 <dd><a href="content-models.html#details"><span class="secno">3.2.5.1.2</span> Flow
@@ -3993,19 +3993,19 @@
 </dl><dl id="dom-link-disabled_index"><dt><span title="dom-link-disabled"><code>disabled</code></span></dt>
 <dd class="dfn-excerpt"><span><span>... only applies to style sheet
 links. When the</span> <code><a href="the-link-element.html#the-link-element">link</a></code> element defines a style sheet
-link, then the <code title="dom-link-disabled"><a href="the-link-element.html#dom-link-disabled">disabled</a></code> attribute behaves as
-defined <a href="#dom-linkstyle-disabled" title="dom-linkstyle-disabled">for the alternative style sheets DOM</a>.
+link, then the <code title="dom-link-disabled"><a href="http://dev.w3.org/html5/spec/single-page.html#domlink-disabled">disabled</a></code> attribute behaves as
+defined <a href="http://dev.w3.org/html5/spec/single-page.html#domlinkstyle-disabled" title="dom-linkstyle-disabled">for the alternative style sheets DOM</a>.
 For all other <code><a href="the-link-element.html#the-link-element">link</a></code>
 elements it always return false and does nothing on
 setting.</span></dd>
-<dd><a href="the-link-element.html#dom-link-disabled_0"><span class="secno">4.2.4</span>
-The <span><code>link</code></span> element</a> <a class="dfn-ref" href="the-link-element.html#dom-link-disabled">(2)</a> <a class="index-counter" href="the-link-element.html#disabled">(3)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domlink-disabled_0"><span class="secno">4.2.4</span>
+The <span><code>link</code></span> element</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domlink-disabled">(2)</a> <a class="index-counter" href="the-link-element.html#disabled">(3)</a></dd>
 </dl><dl id="dom-style-disabled_index"><dt><span title="dom-style-disabled"><code>disabled</code></span></dt>
 <dd class="dfn-excerpt"><span><span>... IDL attribute behaves as
-defined</span> <a href="#dom-linkstyle-disabled" title="dom-linkstyle-disabled">for the alternative style sheets
+defined</span> <a href="http://dev.w3.org/html5/spec/single-page.html#domlinkstyle-disabled" title="dom-linkstyle-disabled">for the alternative style sheets
 DOM</a>.</span></dd>
-<dd><a href="the-style-element.html#dom-style-disabled_0"><span class="secno">4.2.6</span> The <span><code>style</code></span>
-element</a> <a class="dfn-ref" href="the-style-element.html#dom-style-disabled">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domstyle-disabled_0"><span class="secno">4.2.6</span> The <span><code>style</code></span>
+element</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domstyle-disabled">(2)</a></dd>
 </dl><dl id="text-track-disabled_index"><dt><span title="text track disabled">Disabled</span></dt>
 <dd><a class="dfn-ref" href="media-elements.html#text-track-disabled"><span class="secno">4.8.10.12.1</span> Text track model</a> <a class="index-counter" href="media-elements.html#text-track-disabled_0">(2)</a> <a class="index-counter" href="media-elements.html#text-track-disabled_1">(3)</a></dd>
 <dd><a href="media-elements.html#text-track-disabled_2"><span class="secno">4.8.10.12.3</span> Text track API</a></dd>
@@ -4198,39 +4198,39 @@
 </dl><dl id="document_index"><dt><span>Document</span></dt>
 <dd class="dfn-excerpt"><span class="idl"><span>... { //</span>
 <a href="dom.html#resource-metadata-management">resource metadata
-management</a> [PutForwards=<a href="#dom-location-href" title="dom-location-href">href</a>] readonly attribute <a href="history.html#location">Location</a>? <a href="#dom-document-location" title="dom-document-location">location</a>; attribute DOMString <a href="#dom-document-domain" title="dom-document-domain">domain</a>;
-readonly attribute DOMString <a href="#dom-document-referrer" title="dom-document-referrer">referrer</a>; attribute DOMString
-<a href="#dom-document-cookie" title="dom-document-cookie">cookie</a>; readonly attribute DOMString
-<a href="#dom-document-lastmodified" title="dom-document-lastModified">lastModified</a>; readonly attribute
-DOMString <a href="#dom-document-readystate" title="dom-document-readyState">readyState</a>; // <a href="dom.html#dom-tree-accessors">DOM tree accessors</a> <a href="#dom-document-nameditem" title="dom-document-namedItem">getter</a>
+management</a> [PutForwards=<a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-href" title="dom-location-href">href</a>] readonly attribute <a href="history.html#location">Location</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-location" title="dom-document-location">location</a>; attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-domain" title="dom-document-domain">domain</a>;
+readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-referrer" title="dom-document-referrer">referrer</a>; attribute DOMString
+<a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-cookie" title="dom-document-cookie">cookie</a>; readonly attribute DOMString
+<a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-lastmodified" title="dom-document-lastModified">lastModified</a>; readonly attribute
+DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-readystate" title="dom-document-readyState">readyState</a>; // <a href="http://dev.w3.org/html5/spec/single-page.html#domtree-accessors">DOM tree accessors</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-nameditem" title="dom-document-namedItem">getter</a>
 object (DOMString name); attribute DOMString <a href="#document.title" title="dom-document-title">title</a>; attribute
-DOMString <a href="#dom-document-dir" title="dom-document-dir">dir</a>; attribute <a href="elements.html#htmlelement">HTMLElement</a>? <a href="#dom-document-body" title="dom-document-body">body</a>; readonly attribute <a href="the-head-element.html#htmlheadelement">HTMLHeadElement</a>? <a href="#dom-document-head" title="dom-document-head">head</a>; readonly
-attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-document-images" title="dom-document-images">images</a>;
+DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-dir" title="dom-document-dir">dir</a>; attribute <a href="elements.html#htmlelement">HTMLElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-body" title="dom-document-body">body</a>; readonly attribute <a href="the-head-element.html#htmlheadelement">HTMLHeadElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-head" title="dom-document-head">head</a>; readonly
+attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-images" title="dom-document-images">images</a>;
 readonly attribute <a href="#htmlcollection">HTMLCollection</a>
-<a href="#dom-document-embeds" title="dom-document-embeds">embeds</a>; readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-document-plugins" title="dom-document-plugins">plugins</a>;
+<a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-embeds" title="dom-document-embeds">embeds</a>; readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-plugins" title="dom-document-plugins">plugins</a>;
 readonly attribute <a href="#htmlcollection">HTMLCollection</a>
-<a href="#dom-document-links" title="dom-document-links">links</a>;
+<a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-links" title="dom-document-links">links</a>;
 readonly attribute <a href="#htmlcollection">HTMLCollection</a>
-<a href="#dom-document-forms" title="dom-document-forms">forms</a>;
+<a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-forms" title="dom-document-forms">forms</a>;
 readonly attribute <a href="#htmlcollection">HTMLCollection</a>
-<a href="#dom-document-scripts" title="dom-document-scripts">scripts</a>; NodeList <a href="#dom-document-getelementsbyname" title="dom-document-getElementsByName">getElementsByName</a>(DOMString
+<a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-scripts" title="dom-document-scripts">scripts</a>; NodeList <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-getelementsbyname" title="dom-document-getElementsByName">getElementsByName</a>(DOMString
 elementName); <!--MD-->
 <!--CSSREF-->
  // <a href="dynamic-markup-insertion.html#dynamic-markup-insertion">dynamic markup
-insertion</a> <a href="dom.html#document">Document</a> <a href="dynamic-markup-insertion.html#dom-document-open" title="dom-document-open">open</a>(optional
-DOMString type, optional DOMString replace); <a href="#windowproxy">WindowProxy</a> <a href="dynamic-markup-insertion.html#dom-document-open" title="dom-document-open">open</a>(DOMString url, DOMString name,
-DOMString features, optional boolean replace); void <a href="#dom-document-close" title="dom-document-close">close</a>(); void
-<a href="#dom-document-write" title="dom-document-write">write</a>(DOMString... text); void <a href="#dom-document-writeln" title="dom-document-writeln">writeln</a>(DOMString... text); // <a href="editing.html#editing">user interaction</a> readonly attribute <a href="#windowproxy">WindowProxy</a>? <a href="#dom-document-defaultview" title="dom-document-defaultView">defaultView</a>; readonly
-attribute <a href="#element">Element</a>? <a href="#dom-document-activeelement" title="dom-document-activeElement">activeElement</a>; boolean <a href="#dom-document-hasfocus" title="dom-document-hasFocus">hasFocus</a>(); attribute DOMString
+insertion</a> <a href="dom.html#document">Document</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open" title="dom-document-open">open</a>(optional
+DOMString type, optional DOMString replace); <a href="#windowproxy">WindowProxy</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open" title="dom-document-open">open</a>(DOMString url, DOMString name,
+DOMString features, optional boolean replace); void <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-close" title="dom-document-close">close</a>(); void
+<a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-write" title="dom-document-write">write</a>(DOMString... text); void <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-writeln" title="dom-document-writeln">writeln</a>(DOMString... text); // <a href="editing.html#editing">user interaction</a> readonly attribute <a href="#windowproxy">WindowProxy</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-defaultview" title="dom-document-defaultView">defaultView</a>; readonly
+attribute <a href="#element">Element</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-activeelement" title="dom-document-activeElement">activeElement</a>; boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-hasfocus" title="dom-document-hasFocus">hasFocus</a>(); attribute DOMString
 <a href="#designMode" title="dom-document-designMode">designMode</a>; boolean <a href="editing-apis.html#execCommand" title="dom-document-execCommand">execCommand</a>(DOMString commandId);
 boolean <a href="editing-apis.html#execCommand" title="dom-document-execCommand">execCommand</a>(DOMString commandId,
 boolean showUI); boolean <a href="editing-apis.html#execCommand" title="dom-document-execCommand">execCommand</a>(DOMString commandId,
-boolean showUI, DOMString value); boolean <a href="editing-apis.html#dom-document-querycommandenabled" title="dom-document-queryCommandEnabled">queryCommandEnabled</a>(DOMString
-commandId); boolean <a href="editing-apis.html#dom-document-querycommandindeterm" title="dom-document-queryCommandIndeterm">queryCommandIndeterm</a>(DOMString
-commandId); boolean <a href="editing-apis.html#dom-document-querycommandstate" title="dom-document-queryCommandState">queryCommandState</a>(DOMString
-commandId); boolean <a href="editing-apis.html#dom-document-querycommandsupported" title="dom-document-queryCommandSupported">queryCommandSupported</a>(DOMString
-commandId); DOMString <a href="editing-apis.html#dom-document-querycommandvalue" title="dom-document-queryCommandValue">queryCommandValue</a>(DOMString
-commandId); readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-document-commands" title="dom-document-commands">commands</a>; // <a href="#event-handler-idl-attributes">event handler IDL attributes</a>
+boolean showUI, DOMString value); boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandenabled" title="dom-document-queryCommandEnabled">queryCommandEnabled</a>(DOMString
+commandId); boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandindeterm" title="dom-document-queryCommandIndeterm">queryCommandIndeterm</a>(DOMString
+commandId); boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandstate" title="dom-document-queryCommandState">queryCommandState</a>(DOMString
+commandId); boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandsupported" title="dom-document-queryCommandSupported">queryCommandSupported</a>(DOMString
+commandId); DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandvalue" title="dom-document-queryCommandValue">queryCommandValue</a>(DOMString
+commandId); readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-commands" title="dom-document-commands">commands</a>; // <a href="#event-handler-idl-attributes">event handler IDL attributes</a>
 attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onabort" title="handler-onabort">onabort</a>; attribute
 <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onblur" title="handler-onblur">onblur</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-oncancel" title="handler-oncancel">oncancel</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-oncanplay" title="handler-oncanplay">oncanplay</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-oncanplaythrough" title="handler-oncanplaythrough">oncanplaythrough</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onchange" title="handler-onchange">onchange</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onclick" title="handler-onclick">onclick</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onclose" title="handler-onlose">onclose</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-oncontextmenu" title="handler-oncontextmenu">oncontextmenu</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-oncuechange" title="handler-oncuechange">oncuechange</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-ondblclick" title="handler-ondblclick">ondblclick</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-ondrag" title="handler-ondrag">ondrag</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-ondragend" title="handler-ondragend">ondragend</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-ondragenter" title="handler-ondragenter">ondragenter</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webapapis.html#handler-ondragleave" title="handler-ondragleave">ondragleave</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-ondragover" title="handler-ondragover">ondragover</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-ondragstart" title="handler-ondragstart">ondragstart</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-ondrop" title="handler-ondrop">ondrop</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-ondurationchange" title="handler-ondurationchange">ondurationchange</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onemptied" title="handler-onemptied">onemptied</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onended" title="handler-onended">onended</a>; attribute <a href="webapapis.html#onerroreventhandler">OnErrorEventHandler</a> <a href="webappapis.html#handler-onerror" title="handler-onerror">onerror</a>; attribute
 <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onfocus" title="handler-onfocus">onfocus</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-oninput" title="handler-oninput">oninput</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-oninvalid" title="handler-oninvalid">oninvalid</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onkeydown" title="handler-onkeydown">onkeydown</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onkeypress" title="handler-onkeypress">onkeypress</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onkeyup" title="handler-onkeyup">onkeyup</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onload" title="handler-onload">onload</a> attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onloadeddata" title="handler-onloadeddata">onloadeddata</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onloadedmetadata" title="handler-onloadedmetadata">onloadedmetadata</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onloadstart" title="handler-onloadstart">onloadstart</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onmousedown" title="handler-onmousedown">onmousedown</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onmousemove" title="handler-onmousemove">onmousemove</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onmouseout" title="handler-onmouseout">onmouseout</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a <a href="webappapis.html#handler-onmouseover" title="handler-onmouseover">onmouseover</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onmouseup" title="handler-onmouseup">onmouseup</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onmousewheel" title="handler-onmousewheel">onmousewheel</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onpause" title="handler-onpause">onpause</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onplay" title="handler-onplay">onplay</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onplaying" title="handler-onplaying">onplaying</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onprogress" title="handler-onprogress">onprogress</a>; attribute <a href="webappaps.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onratechange" title="handler-onratechange">onratechange</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onreset" title="handler-onreset">onreset</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onscroll" title="handler-onscroll">onscroll</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onseeked" title="handler-onseeked">onseeked</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onseeking" title="handler-onseeking">onseeking</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onselect" title="handler-onselect">onselect</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onshow" title="handler-onshow">onshow</a>; attribut <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onstalled" title="handler-onstalled">onstalled</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onsubmit" title="handler-onsubmit">onsubmit</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onsuspend" title="handler-onsuspend">onsuspend</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-ontimeupdate" title="handler-ontimeupdate">ontimeupdate</a>; attribute <a href="webappapis.html#eventhandler">EventHandler</a> <a href="webappapis.html#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>; attribute
@@ -4548,14 +4548,14 @@
 </dl><dl id="dom-tree-accessors_index"><dt><span>DOM tree accessors</span></dt>
 <dd><a class="no-num no-toc" href="#3.1.4-dom-tree-accessors">Table
 of Contents</a></dd>
-<dd><a href="dom.html#dom-tree-accessors_0"><span class="secno">3.1.1</span> The <code><span>Document</span></code>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domtree-accessors_0"><span class="secno">3.1.1</span> The <code><span>Document</span></code>
 object</a></dd>
-<dd><a class="dfn-ref" href="dom.html#dom-tree-accessors"><span class="secno">3.1.4</span> <span>DOM tree accessors</span></a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domtree-accessors"><span class="secno">3.1.4</span> <span>DOM tree accessors</span></a></dd>
 </dl><dl id="event-appcache-downloading_index"><dt><span title="event-appcache-downloading"><code>downloading</code></span></dt>
 <dd><a href="offline.html#downloading"><span class="secno">5.7.1.1</span> Event
 summary</a> <a class="dfn-ref" href="offline.html#event-appcache-downloading">(2)</a></dd>
 </dl><dl id="dom-appcache-downloading_index"><dt><span title="dom-appcache-DOWNLOADING"><code>DOWNLOADING</code></span></dt>
-<dd><a href="offline.html#dom-appcache-downloading_0"><span class="secno">5.7.3</span> Application cache API</a> <a class="dfn-ref" href="offline.html#dom-appcache-downloading">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-downloading_0"><span class="secno">5.7.3</span> Application cache API</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domappcache-downloading">(2)</a></dd>
 </dl><dl id="event-drag_index"><dt><span title="event-drag"><code>drag</code></span></dt>
 <dd><a href="webappapis.html#drag"><span class="secno">6.1.2.1</span> Event
 handlers on elements, <code><span>Document</span></code> objects,
@@ -4997,8 +4997,8 @@
 </dl><dl id="eventhandlernonnull_index"><dt><span>EventHandlerNonNull</span></dt>
 <dd><a class="dfn-ref" href="webappapis.html#eventhandlernonnull"><span class="secno">6.1.2</span> Events</a> <a class="index-counter" href="webappapis.html#eventhandlernonnull_0">(2)</a></dd>
 </dl><dl id="execCommand_index"><dt><span title="dom-document-execCommand"><code>execCommand()</code></span></dt>
-<dd><a href="dom.html#dom-document-execcommand"><span class="secno">3.1.1</span> The <code><span>Document</span></code>
-object</a> <a class="index-counter" href="dom.html#dom-document-execcommand_0">(2)</a> <a class="index-counter" href="dom.html#dom-document-execcommand_1">(3)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-execcommand"><span class="secno">3.1.1</span> The <code><span>Document</span></code>
+object</a> <a class="index-counter" href="http://dev.w3.org/html5/spec/single-page.html#domdocument-execcommand_0">(2)</a> <a class="index-counter" href="http://dev.w3.org/html5/spec/single-page.html#domdocument-execcommand_1">(3)</a></dd>
 <dd><a class="dfn-ref" href="editing-apis.html#execCommand"><span class="secno">7.6.4</span> Editing APIs</a></dd>
 </dl><dl id="concept-appcache-manifest-explicit_index"><dt><span title="concept-appcache-manifest-explicit">explicit
 section</span></dt>
@@ -6318,8 +6318,8 @@
 limitations</span></dt>
 <dd><a class="dfn-ref" href="common-input-element-attributes.html#have-range-limitations"><span class="secno">4.10.7.2.10</span> The <code title="attr-input-min"><span>min</span></code> and <code title="attr-input-max"><span>max</span></code> attributes</a></dd>
 </dl><dl id="dom-location-hash_index"><dt><span title="dom-location-hash"><code>hash</code></span></dt>
-<dd><a href="history.html#dom-location-hash_0"><span class="secno">5.5.3</span>
-The <code><span>Location</span></code> interface</a> <a class="dfn-ref" href="history.html#dom-location-hash">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-hash_0"><span class="secno">5.5.3</span>
+The <code><span>Location</span></code> interface</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domlocation-hash">(2)</a></dd>
 </dl><dl id="event-hashchange_index"><dt><span title="event-hashchange"><code>hashchange</code></span></dt>
 <dd><a class="dfn-ref" href="history.html#event-hashchange"><span class="secno">5.6.1</span> History traversal</a></dd>
 <dd><a href="webappapis.html#hashchange"><span class="secno">6.1.2.1</span> Event
@@ -6335,33 +6335,33 @@
 </dl><dl id="hashchangeeventinit_index"><dt><span>HashChangeEventInit</span></dt>
 <dd><a href="history.html#hashchangeeventinit_0"><span class="secno">5.6.1</span> History traversal</a> <a class="dfn-ref" href="history.html#hashchangeeventinit">(2)</a></dd>
 </dl><dl id="dom-media-have_current_data_index"><dt><span title="dom-media-HAVE_CURRENT_DATA"><code>HAVE_CURRENT_DATA</code></span></dt>
-<dd><a href="media-elements.html#dom-media-have_current_data_0"><span class="secno">4.8.10</span> Media elements</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#dommedia-have_current_data_0"><span class="secno">4.8.10</span> Media elements</a></dd>
 <dd><a href="media-elements.html#have_current_data"><span class="secno">4.8.10.5</span> Loading the media resource</a></dd>
-<dd><a class="dfn-ref" href="media-elements.html#dom-media-have_current_data"><span class="secno">4.8.10.7</span>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#dommedia-have_current_data"><span class="secno">4.8.10.7</span>
 Ready states</a> <a class="index-counter" href="media-elements.html#have_current_data_0">(2)</a> <a class="index-counter" href="media-elements.html#have_current_data_1">(3)</a> <a class="index-counter" href="media-elements.html#have_current_data_2">(4)</a> <a class="index-counter" href="media-elements.html#have_current_data_3">(5)</a></dd>
 <dd><a href="media-elements.html#have_current_data_4"><span class="secno">4.8.10.16</span> Event summary</a> <a class="index-counter" href="media-elements.html#have_current_data_5">(2)</a> <a class="index-counter" href="media-elements.html#have_current_data_6">(3)</a></dd>
 </dl><dl id="dom-media-have_enough_data_index"><dt><span title="dom-media-HAVE_ENOUGH_DATA"><code>HAVE_ENOUGH_DATA</code></span></dt>
-<dd><a href="media-elements.html#dom-media-have_enough_data_0"><span class="secno">4.8.10</span> Media elements</a></dd>
-<dd><a class="dfn-ref" href="media-elements.html#dom-media-have_enough_data"><span class="secno">4.8.10.7</span>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#dommedia-have_enough_data_0"><span class="secno">4.8.10</span> Media elements</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#dommedia-have_enough_data"><span class="secno">4.8.10.7</span>
 Ready states</a> <a class="index-counter" href="media-elements.html#have_enough_data">(2)</a></dd>
 <dd><a href="media-elements.html#have_enough_data_0"><span class="secno">4.8.10.16</span> Event summary</a> <a class="index-counter" href="media-elements.html#have_enough_data_1">(2)</a></dd>
 </dl><dl id="dom-media-have_future_data_index"><dt><span title="dom-media-HAVE_FUTURE_DATA"><code>HAVE_FUTURE_DATA</code></span></dt>
-<dd><a href="media-elements.html#dom-media-have_future_data_0"><span class="secno">4.8.10</span> Media elements</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#dommedia-have_future_data_0"><span class="secno">4.8.10</span> Media elements</a></dd>
 <dd><a href="media-elements.html#have_future_data"><span class="secno">4.8.10.5</span>
 Loading the media resource</a></dd>
-<dd><a class="dfn-ref" href="media-elements.html#dom-media-have_future_data"><span class="secno">4.8.10.7</span>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#dommedia-have_future_data"><span class="secno">4.8.10.7</span>
 Ready states</a> <a class="index-counter" href="media-elements.html#have_future_data_0">(2)</a> <a class="index-counter" href="media-elements.html#have_future_data_1">(3)</a> <a class="index-counter" href="media-elements.html#have_future_data_2">(4)</a></dd>
 <dd><a href="media-elements.html#have_future_data_3"><span class="secno">4.8.10.16</span> Event summary</a> <a class="index-counter" href="media-elements.html#have_future_data_4">(2)</a> <a class="index-counter" href="media-elements.html#have_future_data_5">(3)</a> <a class="index-counter" href="media-elements.html#have_future_data_6">(4)</a></dd>
 </dl><dl id="dom-media-have_metadata_index"><dt><span title="dom-media-HAVE_METADATA"><code>HAVE_METADATA</code></span></dt>
-<dd><a href="media-elements.html#dom-media-have_metadata_0"><span class="secno">4.8.10</span> Media elements</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#dommedia-have_metadata_0"><span class="secno">4.8.10</span> Media elements</a></dd>
 <dd><a href="media-elements.html#have_metadata"><span class="secno">4.8.10.5</span>
 Loading the media resource</a></dd>
-<dd><a class="dfn-ref" href="media-elements.html#dom-media-have_metadata"><span class="secno">4.8.10.7</span> Ready states</a> <a class="index-counter" href="media-elements.html#have_metadata_0">(2)</a> <a class="index-counter" href="media-elements.html#have_metadata_1">(3)</a> <a class="index-counter" href="media-elements.html#have_metadata_2">(4)</a> <a class="index-counter" href="media-elements.html#have_metadata_3">(5)</a> <a class="index-counter" href="media-elements.html#have_metadata_4">(6)</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#dommedia-have_metadata"><span class="secno">4.8.10.7</span> Ready states</a> <a class="index-counter" href="media-elements.html#have_metadata_0">(2)</a> <a class="index-counter" href="media-elements.html#have_metadata_1">(3)</a> <a class="index-counter" href="media-elements.html#have_metadata_2">(4)</a> <a class="index-counter" href="media-elements.html#have_metadata_3">(5)</a> <a class="index-counter" href="media-elements.html#have_metadata_4">(6)</a></dd>
 <dd><a href="media-elements.html#have_metadata_5"><span class="secno">4.8.10.16</span>
 Event summary</a> <a class="index-counter" href="media-elements.html#have_metadata_6">(2)</a></dd>
 </dl><dl id="dom-media-have_nothing_index"><dt><span title="dom-media-HAVE_NOTHING"><code>HAVE_NOTHING</code></span></dt>
-<dd><a href="media-elements.html#dom-media-have_nothing_0"><span class="secno">4.8.10</span> Media elements</a></dd>
-<dd><a class="dfn-ref" href="media-elements.html#dom-media-have_nothing"><span class="secno">4.8.10.7</span> Ready states</a> <a class="index-counter" href="media-elements.html#have_nothing">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#dommedia-have_nothing_0"><span class="secno">4.8.10</span> Media elements</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#dommedia-have_nothing"><span class="secno">4.8.10.7</span> Ready states</a> <a class="index-counter" href="media-elements.html#have_nothing">(2)</a></dd>
 <dd><a href="media-elements.html#have_nothing_0"><span class="secno">4.8.10.12.1</span> Text track model</a></dd>
 <dd><a href="media-elements.html#have_nothing_1"><span class="secno">4.8.10.16</span>
 Event summary</a></dd>
@@ -6706,11 +6706,11 @@
 <dd><a class="dfn-ref" href="media-elements.html#text-track-cue-horizontal-writing-direction"><span class="secno">4.8.10.12.1</span> Text track model</a> <a class="index-counter" href="media-elements.html#text-track-cue-horizontal-writing-direction_0">(2)</a></dd>
 <dd><a href="media-elements.html#text-track-cue-horizontal-writing-direction_1"><span class="secno">4.8.10.12.3</span> Text track API</a></dd>
 </dl><dl id="dom-location-host_index"><dt><span title="dom-location-host"><code>host</code></span></dt>
-<dd><a href="history.html#dom-location-host_0"><span class="secno">5.5.3</span>
-The <code><span>Location</span></code> interface</a> <a class="dfn-ref" href="history.html#dom-location-host">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-host_0"><span class="secno">5.5.3</span>
+The <code><span>Location</span></code> interface</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domlocation-host">(2)</a></dd>
 </dl><dl id="dom-location-hostname_index"><dt><span title="dom-location-hostname"><code>hostname</code></span></dt>
-<dd><a href="history.html#dom-location-hostname_0"><span class="secno">5.5.3</span> The <code><span>Location</span></code>
-interface</a> <a class="dfn-ref" href="history.html#dom-location-hostname">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-hostname_0"><span class="secno">5.5.3</span> The <code><span>Location</span></code>
+interface</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domlocation-hostname">(2)</a></dd>
 </dl><dl id="the-hr-element_index"><dt><span><code>hr</code></span></dt>
 <dd><a class="no-num no-toc" href="#4.5.2-the-hr-element">Table of
 Contents</a></dd>
@@ -7901,8 +7901,8 @@
 </dl><dl id="command-facet-id_index"><dt><span title="command-facet-ID">ID</span></dt>
 <dd><a class="dfn-ref" href="commands.html#command-facet-id"><span class="secno">4.11.5</span> Commands</a> <a class="index-counter" href="commands.html#command-facet-id_0">(2)</a></dd>
 </dl><dl id="dom-appcache-idle_index"><dt><span title="dom-appcache-IDLE"><code>IDLE</code></span></dt>
-<dd><a href="offline.html#dom-appcache-idle_0"><span class="secno">5.7.3</span>
-Application cache API</a> <a class="dfn-ref" href="offline.html#dom-appcache-idle">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-idle_0"><span class="secno">5.7.3</span>
+Application cache API</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domappcache-idle">(2)</a></dd>
 </dl><dl id="the-iframe-element_index"><dt><span><code>iframe</code></span></dt>
 <dd><a class="no-num no-toc" href="#4.8.2-the-iframe-element">Table
 of Contents</a></dd>
@@ -8444,7 +8444,7 @@
 for element. The</span> <span>... of an</span> <code><a href="the-option-element.html#the-option-element">option</a></code> element is the value of the
 <code title="attr-option-label"><a href="the-option-element.html#attr-option-label">label</a></code> content attribute, if there
 is one, or, if there is not, the value of the element's
-<code title="dom-option-text"><a href="#dom-option-text">text</a></code> IDL attribute.</span></dd>
+<code title="dom-option-text"><a href="http://dev.w3.org/html5/spec/single-page.html#domoption-text">text</a></code> IDL attribute.</span></dd>
 <dd><a href="the-option-element.html#label_39"><span class="secno">4.10.12</span> The
 <span><code>option</code></span> element</a> <a class="dfn-ref" href="the-option-element.html#attr-option-label">(2)</a> <a class="index-counter" href="the-option-element.html#label_40">(3)</a></dd>
 <dd><a class="no-num" href="index.html#label_41">Elements</a></dd>
@@ -8454,7 +8454,7 @@
 for element. The</span> <span>... of an</span> <code><a href="the-option-element.html#the-option-element">option</a></code> element is the value of the
 <code title="attr-option-label"><a>...</a></code> content
 attribute, if there is one, or, if there is not, the value of the
-element's <code title="dom-option-text"><a href="#dom-option-text">text</a></code> IDL attribute.</span></dd>
+element's <code title="dom-option-text"><a href="http://dev.w3.org/html5/spec/single-page.html#domoption-text">text</a></code> IDL attribute.</span></dd>
 <dd><a href="the-datalist-element.html#concept-option-label_0"><span class="secno">4.10.10</span> The <span><code>datalist</code></span>
 element</a></dd>
 <dd><a class="dfn-ref" href="the-option-element.html#concept-option-label"><span class="secno">4.10.12</span> The <span><code>option</code></span>
@@ -9366,15 +9366,15 @@
 <dd><a href="media-elements.html#media-resource-specific-text-track_0"><span class="secno">4.8.10.12.1</span> Text track model</a></dd>
 <dd><a class="dfn-ref" href="media-elements.html#media-resource-specific-text-track"><span class="secno">4.8.10.12.2</span> Sourcing in-band text tracks</a></dd>
 </dl><dl id="dom-mediaerror-media_err_aborted_index"><dt><span title="dom-MediaError-MEDIA_ERR_ABORTED"><code>MEDIA_ERR_ABORTED</code></span></dt>
-<dd><a href="media-elements.html#dom-mediaerror-media_err_aborted_0"><span class="secno">4.8.10.1</span> Error codes</a> <a class="dfn-ref" href="media-elements.html#dom-mediaerror-media_err_aborted">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#dommediaerror-media_err_aborted_0"><span class="secno">4.8.10.1</span> Error codes</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#dommediaerror-media_err_aborted">(2)</a></dd>
 <dd><a href="media-elements.html#media_err_aborted"><span class="secno">4.8.10.16</span> Event summary</a></dd>
 </dl><dl id="dom-mediaerror-media_err_decode_index"><dt><span title="dom-MediaError-MEDIA_ERR_DECODE"><code>MEDIA_ERR_DECODE</code></span></dt>
-<dd><a href="media-elements.html#dom-mediaerror-media_err_decode_0"><span class="secno">4.8.10.1</span> Error codes</a> <a class="dfn-ref" href="media-elements.html#dom-mediaerror-media_err_decode">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#dommediaerror-media_err_decode_0"><span class="secno">4.8.10.1</span> Error codes</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#dommediaerror-media_err_decode">(2)</a></dd>
 </dl><dl id="dom-mediaerror-media_err_network_index"><dt><span title="dom-MediaError-MEDIA_ERR_NETWORK"><code>MEDIA_ERR_NETWORK</code></span></dt>
-<dd><a href="media-elements.html#dom-mediaerror-media_err_network_0"><span class="secno">4.8.10.1</span> Error codes</a> <a class="dfn-ref" href="media-elements.html#dom-mediaerror-media_err_network">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#dommediaerror-media_err_network_0"><span class="secno">4.8.10.1</span> Error codes</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#dommediaerror-media_err_network">(2)</a></dd>
 <dd><a href="media-elements.html#media_err_network"><span class="secno">4.8.10.16</span> Event summary</a></dd>
 </dl><dl id="dom-mediaerror-media_err_src_not_supported_index"><dt><span title="dom-MediaError-MEDIA_ERR_SRC_NOT_SUPPORTED"><code>MEDIA_ERR_SRC_NOT_SUPPORTED</code></span></dt>
-<dd><a href="media-elements.html#dom-mediaerror-media_err_src_not_supported_0"><span class="secno">4.8.10.1</span> Error codes</a> <a class="dfn-ref" href="media-elements.html#dom-mediaerror-media_err_src_not_supported">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#dommediaerror-media_err_src_not_supported_0"><span class="secno">4.8.10.1</span> Error codes</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#dommediaerror-media_err_src_not_supported">(2)</a></dd>
 </dl><dl id="mediacontroller_index"><dt><span>MediaController</span></dt>
 <dd><a href="the-video-element.html#mediacontroller_0"><span class="secno">4.8.6</span>
 The <span><code>video</code></span> element</a></dd>
@@ -9431,7 +9431,7 @@
 </dl><dl id="attr-media-preload-metadata-state_index"><dt><span title="attr-media-preload-metadata-state">Metadata</span></dt>
 <dd><a class="dfn-ref" href="media-elements.html#attr-media-preload-metadata-state"><span class="secno">4.8.10.5</span> Loading the media resource</a> <a class="index-counter" href="media-elements.html#attr-media-preload-metadata-state_0">(2)</a></dd>
 </dl><dl class="has-norefs" id="dom-texttrack-kind-metadata_index"><dt><span title="dom-TextTrack-kind-metadata"><code>metadata</code></span></dt>
-<dd><a class="dfn-ref" href="media-elements.html#dom-texttrack-kind-metadata"><span class="secno">4.8.10.12.1</span> Text track model</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domtexttrack-kind-metadata"><span class="secno">4.8.10.12.1</span> Text track model</a></dd>
 </dl><dl id="metadata-content-0_index"><dt><span>Metadata content</span></dt>
 <dd><a href="content-models.html#metadata-content_0"><span class="secno">3.2.5.1</span> Kinds of content</a></dd>
 <dd><a class="dfn-ref" href="content-models.html#metadata-content-0"><span class="secno">3.2.5.1.1</span> Metadata content</a> <a class="index-counter" href="content-models.html#metadata-content_1">(2)</a></dd>
@@ -9831,10 +9831,10 @@
 </dl><dl id="attr-form-name_index"><dt><span title="attr-form-name"><code>name</code></span></dt>
 <dd class="dfn-excerpt"><span><span>... attribute represents
 the</span> <code><a href="the-form-element.html#the-form-element">form</a></code>'s name
-within the <code title="dom-document-forms"><a href="#dom-document-forms">forms</a></code> collection. The value must
+within the <code title="dom-document-forms"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-forms">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.html#the-form-element">form</a></code> elements in the
-<code title="dom-document-forms"><a href="#dom-document-forms">forms</a></code> collection that it is in, if
+<code title="dom-document-forms"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-forms">forms</a></code> collection that it is in, if
 any.</span></dd>
 <dd><a href="introduction.html#attr-form-name_0"><span class="secno">1.9</span> A
 quick introduction to HTML</a></dd>
@@ -9846,7 +9846,7 @@
 <dd><a class="no-num" href="index.html#form_74">Attributes</a></dd>
 </dl><dl id="attr-fe-name_index"><dt><span title="attr-fe-name"><code>name</code></span></dt>
 <dd class="dfn-excerpt"><span><span>... content attribute gives the
-name of the form control, as used in</span> <a href="constraints.html#form-submission-0">form submission</a> and in the <code><a href="the-form-element.html#the-form-element">form</a></code> element's <code title="dom-form-elements"><a href="#dom-form-elements">elements</a></code> object. If the attribute
+name of the form control, as used in</span> <a href="constraints.html#form-submission-0">form submission</a> and in the <code><a href="the-form-element.html#the-form-element">form</a></code> element's <code title="dom-form-elements"><a href="http://dev.w3.org/html5/spec/single-page.html#domform-elements">elements</a></code> object. If the attribute
 is specified, its value must not be the empty string.</span></dd>
 <dd><a href="introduction.html#attr-fe-name_0"><span class="secno">1.9</span> A
 quick introduction to HTML</a></dd>
@@ -9995,26 +9995,26 @@
 Nested browsing contexts</a> <a class="index-counter" href="browsers.html#browsing-context-nested-through_0">(2)</a> <a class="index-counter" href="browsers.html#browsing-context-nested-through_1">(3)</a>
 <a class="index-counter" href="browsers.html#browsing-context-nested-through_2">(4)</a> <a class="index-counter" href="browsers.html#browsing-context-nested-through_3">(5)</a></dd>
 </dl><dl id="dom-media-network_empty_index"><dt><span title="dom-media-NETWORK_EMPTY"><code>NETWORK_EMPTY</code></span></dt>
-<dd><a href="media-elements.html#dom-media-network_empty_0"><span class="secno">4.8.10</span> Media elements</a></dd>
-<dd><a class="dfn-ref" href="media-elements.html#dom-media-network_empty"><span class="secno">4.8.10.4</span> Network states</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#dommedia-network_empty_0"><span class="secno">4.8.10</span> Media elements</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#dommedia-network_empty"><span class="secno">4.8.10.4</span> Network states</a></dd>
 <dd><a href="media-elements.html#network_empty"><span class="secno">4.8.10.7</span>
 Ready states</a></dd>
 <dd><a href="media-elements.html#network_empty_0"><span class="secno">4.8.10.16</span>
 Event summary</a> <a class="index-counter" href="media-elements.html#network_empty_1">(2)</a> <a class="index-counter" href="media-elements.html#network_empty_2">(3)</a> <a class="index-counter" href="media-elements.html#network_empty_3">(4)</a></dd>
 </dl><dl id="dom-media-network_idle_index"><dt><span title="dom-media-NETWORK_IDLE"><code>NETWORK_IDLE</code></span></dt>
-<dd><a href="media-elements.html#dom-media-network_idle_0"><span class="secno">4.8.10</span> Media elements</a></dd>
-<dd><a class="dfn-ref" href="media-elements.html#dom-media-network_idle"><span class="secno">4.8.10.4</span> Network states</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#dommedia-network_idle_0"><span class="secno">4.8.10</span> Media elements</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#dommedia-network_idle"><span class="secno">4.8.10.4</span> Network states</a></dd>
 <dd><a href="media-elements.html#network_idle"><span class="secno">4.8.10.16</span>
 Event summary</a> <a class="index-counter" href="media-elements.html#network_idle_0">(2)</a> <a class="index-counter" href="media-elements.html#network_idle_1">(3)</a></dd>
 </dl><dl id="dom-media-network_loading_index"><dt><span title="dom-media-NETWORK_LOADING"><code>NETWORK_LOADING</code></span></dt>
-<dd><a href="media-elements.html#dom-media-network_loading_0"><span class="secno">4.8.10</span> Media elements</a></dd>
-<dd><a class="dfn-ref" href="media-elements.html#dom-media-network_loading"><span class="secno">4.8.10.4</span>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#dommedia-network_loading_0"><span class="secno">4.8.10</span> Media elements</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#dommedia-network_loading"><span class="secno">4.8.10.4</span>
 Network states</a></dd>
 <dd><a href="media-elements.html#network_loading"><span class="secno">4.8.10.16</span>
 Event summary</a> <a class="index-counter" href="media-elements.html#network_loading_0">(2)</a> <a class="index-counter" href="media-elements.html#network_loading_1">(3)</a></dd>
 </dl><dl id="dom-media-network_no_source_index"><dt><span title="dom-media-NETWORK_NO_SOURCE"><code>NETWORK_NO_SOURCE</code></span></dt>
-<dd><a href="media-elements.html#dom-media-network_no_source_0"><span class="secno">4.8.10</span> Media elements</a></dd>
-<dd><a class="dfn-ref" href="media-elements.html#dom-media-network_no_source"><span class="secno">4.8.10.4</span>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#dommedia-network_no_source_0"><span class="secno">4.8.10</span> Media elements</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#dommedia-network_no_source"><span class="secno">4.8.10.4</span>
 Network states</a></dd>
 </dl><dl id="syntax-newlines_index"><dt><span title="syntax-newlines">Newlines</span></dt>
 <dd><a href="syntax.html#syntax-newlines_0"><span class="secno">8.1.2.5</span>
@@ -10186,7 +10186,7 @@
 <dd><a href="offline.html#obsolete_0"><span class="secno">5.7.1.1</span> Event
 summary</a> <a class="dfn-ref" href="offline.html#event-appcache-obsolete">(2)</a></dd>
 </dl><dl id="dom-appcache-obsolete_index"><dt><span title="dom-appcache-OBSOLETE"><code>OBSOLETE</code></span></dt>
-<dd><a href="offline.html#dom-appcache-obsolete_0"><span class="secno">5.7.3</span> Application cache API</a> <a class="dfn-ref" href="offline.html#dom-appcache-obsolete">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-obsolete_0"><span class="secno">5.7.3</span> Application cache API</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domappcache-obsolete">(2)</a></dd>
 </dl><dl id="obsolete-permitted-doctype_index"><dt><span>obsolete permitted DOCTYPE</span></dt>
 <dd><a class="dfn-ref" href="syntax.html#obsolete-permitted-doctype"><span class="secno">8.1.1</span> The
 DOCTYPE</a> <a class="index-counter" href="syntax.html#obsolete-permitted-doctype_0">(2)</a></dd>
@@ -11215,9 +11215,9 @@
 </dl><dl id="dom-document-open_index"><dt><span title="dom-document-open"><code>open()</code></span></dt>
 <dd><a href="dom.html#document.open()"><span class="secno">3.1</span>
 Documents</a> <a class="index-counter" href="dom.html#document.write()_0">(2)</a></dd>
-<dd><a href="dom.html#dom-document-open_0"><span class="secno">3.1.1</span>
-The <code><span>Document</span></code> object</a> <a class="index-counter" href="dom.html#dom-document-open_1">(2)</a></dd>
-<dd><a class="dfn-ref" href="dynamic-markup-insertion.html#dom-document-open"><span class="secno">3.3.1</span> Opening the input stream</a> <a class="index-counter" href="dynamic-markup-insertion.html#open_6">(2)</a> <a class="index-counter" href="dynamic-markup-insertion.html#open_7">(3)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open_0"><span class="secno">3.1.1</span>
+The <code><span>Document</span></code> object</a> <a class="index-counter" href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open_1">(2)</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domdocument-open"><span class="secno">3.3.1</span> Opening the input stream</a> <a class="index-counter" href="dynamic-markup-insertion.html#open_6">(2)</a> <a class="index-counter" href="dynamic-markup-insertion.html#open_7">(3)</a></dd>
 <dd><a href="dynamic-markup-insertion.html#document.open()_0"><span class="secno">3.3.2</span>
 Closing the input stream</a></dd>
 <dd><a href="dynamic-markup-insertion.html#document.open()_1"><span class="secno">3.3.3</span>
@@ -11226,9 +11226,9 @@
 <dd><a href="browsers.html#document.open()_2"><span class="secno">5.1</span>
 Browsing contexts</a></dd>
 </dl><dl id="dom-opener_index"><dt><span title="dom-opener"><code>opener</code></span></dt>
-<dd><a class="dfn-ref" href="browsers.html#dom-opener"><span class="secno">5.1.2.1</span> Navigating auxiliary browsing contexts in
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domopener"><span class="secno">5.1.2.1</span> Navigating auxiliary browsing contexts in
 the DOM</a></dd>
-<dd><a href="browsers.html#dom-opener_0"><span class="secno">5.2</span> The
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domopener_0"><span class="secno">5.2</span> The
 <code><span>Window</span></code> object</a></dd>
 </dl><dl id="opener-browsing-context_index"><dt><span>opener browsing context</span></dt>
 <dd><a href="browsers.html#opener-browsing-context_0"><span class="secno">5.1</span> Browsing contexts</a></dd>
@@ -11604,8 +11604,8 @@
 element</a> <a class="index-counter" href="the-input-element.html#attr-input-type-password_1">(2)</a></dd>
 <dd><a class="dfn-ref" href="states-of-the-type-attribute.html#password-state-(type=password)"><span class="secno">4.10.7.1.6</span> <span title="attr-input-type-password">Password</span> state (<code title="">type=password</code>)</a></dd>
 </dl><dl id="dom-location-pathname_index"><dt><span title="dom-location-pathname"><code>pathname</code></span></dt>
-<dd><a href="history.html#dom-location-pathname_0"><span class="secno">5.5.3</span> The <code><span>Location</span></code>
-interface</a> <a class="dfn-ref" href="history.html#dom-location-pathname">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-pathname_0"><span class="secno">5.5.3</span> The <code><span>Location</span></code>
+interface</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domlocation-pathname">(2)</a></dd>
 </dl><dl id="attr-input-pattern_index"><dt><span title="attr-input-pattern"><code>pattern</code></span></dt>
 <dd><a href="the-input-element.html#pattern"><span class="secno">4.10.7</span> The
 <span><code>input</code></span> element</a> <a class="index-counter" href="the-input-element.html#pattern_0">(2)</a> <a class="index-counter" href="the-input-element.html#pattern_1">(3)</a></dd>
@@ -12099,8 +12099,8 @@
 <dd><a class="dfn-ref" href="browsers.html#popup-sandboxing-flag-set"><span class="secno">5.4</span>
 Sandboxing</a> <a class="index-counter" href="browsers.html#popup-sandboxing-flag-set_0">(2)</a></dd>
 </dl><dl id="dom-location-port_index"><dt><span title="dom-location-port"><code>port</code></span></dt>
-<dd><a href="history.html#dom-location-port_0"><span class="secno">5.5.3</span>
-The <code><span>Location</span></code> interface</a> <a class="dfn-ref" href="history.html#dom-location-port">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-port_0"><span class="secno">5.5.3</span>
+The <code><span>Location</span></code> interface</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domlocation-port">(2)</a></dd>
 </dl><dl id="attr-fs-method-post-keyword_index"><dt><span title="attr-fs-method-POST-keyword"><code>post</code></span></dt>
 <dd class="dfn-excerpt"><span><span>..., mapping to the
 state</span> <span>..., indicating the HTTP POST
@@ -12223,8 +12223,8 @@
 <dd><a href="dnd.html#concept-dnd-p_1"><span class="secno">7.7.5</span>
 Events summary</a> <a class="index-counter" href="dnd.html#concept-dnd-p_2">(2)</a> <a class="index-counter" href="dnd.html#concept-dnd-p_3">(3)</a> <a class="index-counter" href="dnd.html#concept-dnd-p_4">(4)</a> <a class="index-counter" href="dnd.html#concept-dnd-p_5">(5)</a></dd>
 </dl><dl id="dom-location-protocol_index"><dt><span title="dom-location-protocol"><code>protocol</code></span></dt>
-<dd><a href="history.html#dom-location-protocol_0"><span class="secno">5.5.3</span> The <code><span>Location</span></code>
-interface</a> <a class="dfn-ref" href="history.html#dom-location-protocol">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-protocol_0"><span class="secno">5.5.3</span> The <code><span>Location</span></code>
+interface</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domlocation-protocol">(2)</a></dd>
 </dl><dl id="push-a-ruby-level_index"><dt><span>push a ruby level</span></dt>
 <dd><a href="the-ruby-element.html#push-a-ruby-level_0"><span class="secno">4.6.20</span> The <span><code>ruby</code></span>
 element</a> <a class="dfn-ref" href="the-ruby-element.html#push-a-ruby-level">(2)</a></dd>
@@ -12260,26 +12260,26 @@
 <a class="index-counter" href="index.html#q_20">(2)</a> <a class="index-counter" href="index.html#q_21">(3)</a></dd>
 <dd><a class="no-num" href="index.html#q_22">Element Interfaces</a></dd>
 </dl><dl id="dom-document-querycommandenabled_index"><dt><span title="dom-document-queryCommandEnabled"><code>queryCommandEnabled()</code></span></dt>
-<dd><a href="dom.html#dom-document-querycommandenabled_0"><span class="secno">3.1.1</span> The <code><span>Document</span></code>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandenabled_0"><span class="secno">3.1.1</span> The <code><span>Document</span></code>
 object</a></dd>
-<dd><a class="dfn-ref" href="editing-apis.html#dom-document-querycommandenabled"><span class="secno">7.6.4</span> Editing APIs</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandenabled"><span class="secno">7.6.4</span> Editing APIs</a></dd>
 </dl><dl id="dom-document-querycommandindeterm_index"><dt><span title="dom-document-queryCommandIndeterm"><code>queryCommandIndeterm()</code></span></dt>
-<dd><a href="dom.html#dom-document-querycommandindeterm_0"><span class="secno">3.1.1</span> The <code><span>Document</span></code>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandindeterm_0"><span class="secno">3.1.1</span> The <code><span>Document</span></code>
 object</a></dd>
-<dd><a class="dfn-ref" href="editing-apis.html#dom-document-querycommandindeterm"><span class="secno">7.6.4</span> Editing APIs</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandindeterm"><span class="secno">7.6.4</span> Editing APIs</a></dd>
 </dl><dl id="dom-document-querycommandstate_index"><dt><span title="dom-document-queryCommandState"><code>queryCommandState()</code></span></dt>
-<dd><a href="dom.html#dom-document-querycommandstate_0"><span class="secno">3.1.1</span> The <code><span>Document</span></code>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandstate_0"><span class="secno">3.1.1</span> The <code><span>Document</span></code>
 object</a></dd>
-<dd><a class="dfn-ref" href="editing-apis.html#dom-document-querycommandstate"><span class="secno">7.6.4</span>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandstate"><span class="secno">7.6.4</span>
 Editing APIs</a></dd>
 </dl><dl id="dom-document-querycommandsupported_index"><dt><span title="dom-document-queryCommandSupported"><code>queryCommandSupported()</code></span></dt>
-<dd><a href="dom.html#dom-document-querycommandsupported_0"><span class="secno">3.1.1</span> The <code><span>Document</span></code>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandsupported_0"><span class="secno">3.1.1</span> The <code><span>Document</span></code>
 object</a></dd>
-<dd><a class="dfn-ref" href="editing-apis.html#dom-document-querycommandsupported"><span class="secno">7.6.4</span> Editing APIs</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandsupported"><span class="secno">7.6.4</span> Editing APIs</a></dd>
 </dl><dl id="dom-document-querycommandvalue_index"><dt><span title="dom-document-queryCommandValue"><code>queryCommandValue()</code></span></dt>
-<dd><a href="dom.html#dom-document-querycommandvalue_0"><span class="secno">3.1.1</span> The <code><span>Document</span></code>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandvalue_0"><span class="secno">3.1.1</span> The <code><span>Document</span></code>
 object</a></dd>
-<dd><a class="dfn-ref" href="editing-apis.html#dom-document-querycommandvalue"><span class="secno">7.6.4</span>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domdocument-querycommandvalue"><span class="secno">7.6.4</span>
 Editing APIs</a></dd>
 </dl><div class="index-nav" id="index-terms_R">
 <p><a href="#index-terms_top">top</a> <a href="#index-terms_A">A</a> <a href="#index-terms_B">B</a> <a href="#index-terms_C">C</a> <a href="#index-terms_D">D</a> <a href="#index-terms_E">E</a> <a href="#index-terms_F">F</a> <a href="#index-terms_G">G</a> <a href="#index-terms_H">H</a> <a href="#index-terms_I">I</a> <a href="#index-terms_J">J</a> <a href="#index-terms_K">K</a> <a href="#index-terms_L">L</a> <a href="#index-terms_M">M</a> <a href="#index-terms_N">N</a> <a href="#index-terms_O">O</a> <a href="#index-terms_P">P</a> <a href="#index-terms_Q">Q</a> <a href="#index-terms_R">R</a> <a href="#index-terms_S">S</a> <a href="#index-terms_T">T</a> <a href="#index-terms_U">U</a> <a href="#index-terms_V">V</a> <a href="#index-terms_W">W</a> <a href="#index-terms_X">X</a> <a href="#index-terms_Y">Y</a> <a href="#index-terms_end">end</a></p>
@@ -12482,11 +12482,11 @@
 state</span></dt>
 <dd><a href="the-meta-element.html#attr-meta-http-equiv-refresh_0"><span class="secno">4.2.5.3</span> Pragma directives</a> <a class="dfn-ref" href="the-meta-element.html#attr-meta-http-equiv-refresh">(2)</a> <a class="index-counter" href="the-meta-element.html#attr-meta-http-equiv-refresh_1">(3)</a></dd>
 </dl><dl id="dom-navigator-registercontenthandler_index"><dt><span title="dom-navigator-registerContentHandler"><code>registerContentHandler()</code></span></dt>
-<dd><a href="system-state-and-capabilities.html#dom-navigator-registercontenthandler_0"><span class="secno">6.5.1.2</span> Custom scheme and content handlers</a>
-<a class="dfn-ref" href="system-state-and-capabilities.html#dom-navigator-registercontenthandler">(2)</a> <a class="index-counter" href="system-state-and-capabilities.html#registercontenthandler">(3)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-registercontenthandler_0"><span class="secno">6.5.1.2</span> Custom scheme and content handlers</a>
+<a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-registercontenthandler">(2)</a> <a class="index-counter" href="system-state-and-capabilities.html#registercontenthandler">(3)</a></dd>
 </dl><dl id="dom-navigator-registerprotocolhandler_index"><dt><span title="dom-navigator-registerProtocolHandler"><code>registerProtocolHandler()</code></span></dt>
-<dd><a href="system-state-and-capabilities.html#dom-navigator-registerprotocolhandler_0"><span class="secno">6.5.1.2</span> Custom scheme and content handlers</a>
-<a class="dfn-ref" href="system-state-and-capabilities.html#dom-navigator-registerprotocolhandler">(2)</a> <a class="index-counter" href="system-state-and-capabilities.html#registerprotocolhandler">(3)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-registerprotocolhandler_0"><span class="secno">6.5.1.2</span> Custom scheme and content handlers</a>
+<a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domnavigator-registerprotocolhandler">(2)</a> <a class="index-counter" href="system-state-and-capabilities.html#registerprotocolhandler">(3)</a></dd>
 </dl><dl id="attr-link-rel_index"><dt><span title="attr-link-rel"><code>rel</code></span></dt>
 <dd class="dfn-excerpt"><span><span>... attribute, which, if
 present, must have a value that is a</span> <a href="common-microsyntaxes.html#set-of-space-separated-tokens">set of space-separated tokens</a>.
@@ -12995,8 +12995,8 @@
 of <a href="urls.html#url-decomposition-idl-attributes">URL decomposition
 IDL attributes</a>, <span title="dom-location-protocol"><code>protocol</code></span>, <span title="dom-location-host"><code>host</code></span>, <span title="dom-location-port"><code>port</code></span>, <span title="dom-location-hostname"><code>hostname</code></span>, <span title="dom-location-pathname"><code>pathname</code></span>, <span>...,
 and</span> <span title="dom-location-hash"><code>hash</code></span>.</span></dd>
-<dd><a href="history.html#dom-location-search_0"><span class="secno">5.5.3</span> The <code><span>Location</span></code>
-interface</a> <a class="dfn-ref" href="history.html#dom-location-search">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domlocation-search_0"><span class="secno">5.5.3</span> The <code><span>Location</span></code>
+interface</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domlocation-search">(2)</a></dd>
 </dl><dl class="has-norefs" id="secondary-browsing-context_index"><dt><span title="secondary browsing context">secondary browsing
 contexts</span></dt>
 <dd><a class="dfn-ref" href="browsers.html#secondary-browsing-context"><span class="secno">5.1.3</span>
@@ -13937,7 +13937,7 @@
 <code><span>AudioTrackList</span></code> and
 <code><span>VideoTrackList</span></code> objects</a></dd>
 </dl><dl class="has-norefs" id="dom-texttrack-kind-subtitles_index"><dt><span title="dom-TextTrack-kind-subtitles"><code>subtitles</code></span></dt>
-<dd><a class="dfn-ref" href="media-elements.html#dom-texttrack-kind-subtitles"><span class="secno">4.8.10.12.1</span> Text track model</a></dd>
+<dd><a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domtexttrack-kind-subtitles"><span class="secno">4.8.10.12.1</span> Text track model</a></dd>
 </dl><dl id="the-summary-element_index"><dt><span><code>summary</code></span></dt>
 <dd><a class="no-num no-toc" href="#4.11.2-the-summary-element">Table of Contents</a></dd>
 <dd><a href="wai-aria.html#summary"><span class="secno">3.2.7.3</span> Strong
@@ -15153,7 +15153,7 @@
 <a class="index-counter" href="index.html#ul_24">(2)</a></dd>
 <dd><a class="no-num" href="index.html#ul_25">Element Interfaces</a></dd>
 </dl><dl id="dom-appcache-uncached_index"><dt><span title="dom-appcache-UNCACHED"><code>UNCACHED</code></span></dt>
-<dd><a href="offline.html#dom-appcache-uncached_0"><span class="secno">5.7.3</span> Application cache API</a> <a class="dfn-ref" href="offline.html#dom-appcache-uncached">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-uncached_0"><span class="secno">5.7.3</span> Application cache API</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domappcache-uncached">(2)</a></dd>
 </dl><dl id="unicode-character_index"><dt><span>Unicode character</span></dt>
 <dd><a class="dfn-ref" href="infrastructure.html#unicode-character"><span class="secno">2.1.6</span> Character encodings</a> <a class="index-counter" href="infrastructure.html#unicode-character_0">(2)</a></dd>
 <dd><a href="content-models.html#unicode-character_1"><span class="secno">3.2.5.1.5</span> Phrasing content</a></dd>
@@ -15185,7 +15185,7 @@
 <dd><a href="offline.html#updateready_1"><span class="secno">5.7.3</span>
 Application cache API</a></dd>
 </dl><dl id="dom-appcache-updateready_index"><dt><span title="dom-appcache-UPDATEREADY"><code>UPDATEREADY</code></span></dt>
-<dd><a href="offline.html#dom-appcache-updateready_0"><span class="secno">5.7.3</span> Application cache API</a> <a class="dfn-ref" href="offline.html#dom-appcache-updateready">(2)</a></dd>
+<dd><a href="http://dev.w3.org/html5/spec/single-page.html#domappcache-updateready_0"><span class="secno">5.7.3</span> Application cache API</a> <a class="dfn-ref" href="http://dev.w3.org/html5/spec/single-page.html#domappcache-updateready">(2)</a></dd>
 </dl><dl class="has-norefs" id="attr-ol-type-state-upper-alpha_index"><dt><span title="attr-ol-type-state-upper-alpha">upper-alpha</span></dt>
 <dd><a class="dfn-ref" href="the-ol-element.html#attr-ol-type-state-upper-alpha"><span class="secno">4.5.5</span>
 The <span><code>ol</code></span> element</a></dd>
@@ -15672,7 +15672,7 @@
 for element. The</span> <span>... of an</span> <code><a href="the-option-element.html#the-option-element">option</a></code> element is the value of the
 <code title="attr-option-value"><a href="the-option-element.html#attr-option-value">value</a></code> content attribute, if there
 is one, or, if there is not, the value of the element's
-<code title="dom-option-text"><a href="#dom-option-text">text</a></code> IDL attribute.</span></dd>
+<code title="dom-option-text"><a href="http://dev.w3.org/html5/spec/single-page.html#domoption-text">text</a></code> IDL attribute.</span></dd>
 <dd><a href="common-input-element-attributes.html#value_33"><span class="secno">4.10.7.2.3</span> The
 <code title="attr-input-list"><span>list</span></code>
 attribute</a></dd>
@@ -15685,7 +15685,7 @@
 for element. The</span> <span>... of an</span> <code><a href="the-option-element.html#the-option-element">option</a></code> element is the value of the
 <code title="attr-option-value"><a>...</a></code> content
 attribute, if there is one, or, if there is not, the value of the
-element's <code title="dom-option-text"><a href="#dom-option-text">text</a></code> IDL attribute.</span></dd>
+element's <code title="dom-option-text"><a href="http://dev.w3.org/html5/spec/single-page.html#domoption-text">text</a></code> IDL attribute.</span></dd>
 <dd><a href="the-select-element.html#concept-option-value_0"><span class="secno">4.10.9</span> The <span><code>select</code></span>
 element</a></dd>
 <dd><a href="the-datalist-element.html#concept-option-value_1"><span class="secno">4.10.10</span> The <span><code>datalist</code></span>

Index: the-ol-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-ol-element.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- the-ol-element.html	11 Oct 2012 08:24:25 -0000	1.132
+++ the-ol-element.html	11 Oct 2012 09:16:16 -0000	1.133
@@ -427,9 +427,9 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlolistelement">HTMLOListElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_28">HTMLElement</a> {
-           attribute boolean <a href="#dom-ol-reversed" title="dom-ol-reversed">reversed</a>;
-           attribute long <a href="#dom-ol-start" title="dom-ol-start">start</a>;
-           attribute DOMString <a href="#dom-ol-type" title="dom-ol-type">type</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domol-reversed" title="dom-ol-reversed">reversed</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/single-page.html#domol-start" title="dom-ol-start">start</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domol-type" title="dom-ol-type">type</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-ol-element" id="ol_7">ol</a></code>

Index: the-area-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-area-element.html,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- the-area-element.html	11 Oct 2012 08:24:21 -0000	1.145
+++ the-area-element.html	11 Oct 2012 09:16:13 -0000	1.146
@@ -433,26 +433,26 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlareaelement">HTMLAreaElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_74">HTMLElement</a> {
-           attribute DOMString <a href="#dom-area-alt" title="dom-area-alt">alt</a>;
-           attribute DOMString <a href="#dom-area-coords" title="dom-area-coords">coords</a>;
-           attribute DOMString <a href="#dom-area-shape" title="dom-area-shape">shape</a>;
-  stringifier attribute DOMString <a href="#dom-area-href" title="dom-area-href">href</a>;
-           attribute DOMString <a href="#dom-area-target" title="dom-area-target">target</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-alt" title="dom-area-alt">alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-coords" title="dom-area-coords">coords</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-shape" title="dom-area-shape">shape</a>;
+  stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-href" title="dom-area-href">href</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-target" title="dom-area-target">target</a>;
 <!--DOWNLOAD--><!--PING-->
-           attribute DOMString <a href="#dom-area-rel" title="dom-area-rel">rel</a>;
-  readonly attribute <a href="#domtokenlist">DOMTokenList</a> <a href="#dom-area-rellist" title="dom-area-relList">relList</a>;
-           attribute DOMString <a href="#dom-area-media" title="dom-area-media">media</a>;
-           attribute DOMString <a href="#dom-area-hreflang" title="dom-area-hreflang">hreflang</a>;
-           attribute DOMString <a href="#dom-area-type" title="dom-area-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-rel" title="dom-area-rel">rel</a>;
+  readonly attribute <a href="#domtokenlist">DOMTokenList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-rellist" title="dom-area-relList">relList</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-media" title="dom-area-media">media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-hreflang" title="dom-area-hreflang">hreflang</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-type" title="dom-area-type">type</a>;
 
   // <a href="urls.html#url-decomposition-idl-attributes" id="url-decomposition-idl-attributes_2">URL decomposition IDL attributes</a>
-           attribute DOMString <a href="#dom-area-protocol" title="dom-area-protocol">protocol</a>;
-           attribute DOMString <a href="#dom-area-host" title="dom-area-host">host</a>;
-           attribute DOMString <a href="#dom-area-hostname" title="dom-area-hostname">hostname</a>;
-           attribute DOMString <a href="#dom-area-port" title="dom-area-port">port</a>;
-           attribute DOMString <a href="#dom-area-pathname" title="dom-area-pathname">pathname</a>;
-           attribute DOMString <a href="#dom-area-search" title="dom-area-search">search</a>;
-           attribute DOMString <a href="#dom-area-hash" title="dom-area-hash">hash</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-protocol" title="dom-area-protocol">protocol</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-host" title="dom-area-host">host</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-hostname" title="dom-area-hostname">hostname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-port" title="dom-area-port">port</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-pathname" title="dom-area-pathname">pathname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-search" title="dom-area-search">search</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domarea-hash" title="dom-area-hash">hash</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-area-element" id="area_9">area</a></code> element <a href="#represents">represents</a> either a hyperlink with some text and

Index: the-datalist-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-datalist-element.html,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- the-datalist-element.html	11 Oct 2012 08:24:22 -0000	1.143
+++ the-datalist-element.html	11 Oct 2012 09:16:14 -0000	1.144
@@ -423,7 +423,7 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmldatalistelement">HTMLDataListElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_98">HTMLElement</a> {
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-datalist-options" title="dom-datalist-options">options</a>;
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdatalist-options" title="dom-datalist-options">options</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-datalist-element" id="datalist_12">datalist</a></code> element represents a set of
@@ -441,7 +441,7 @@
 <p>Each <code><a href="the-option-element.html#the-option-element" id="option_18">option</a></code> element that is a descendant of the
 <code><a href="#the-datalist-element" id="datalist_15">datalist</a></code> element, that is not <a href="the-option-element.html#concept-option-disabled" id="concept-option-disabled_0" title="concept-option-disabled">disabled</a>, and whose <a href="the-option-element.html#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="the-option-element.html#concept-option-value" id="concept-option-value_2" title="concept-option-value">value</a> and a <a href="the-option-element.html#concept-option-label" id="concept-option-label_0" title="concept-option-label">label</a>. <!--TOPIC:DOM APIs--></p>
-<dl class="domintro"><dt><var title="">datalist</var> . <code title="dom-datalist-options"><a href="#dom-datalist-options">options</a></code></dt>
+<dl class="domintro"><dt><var title="">datalist</var> . <code title="dom-datalist-options"><a href="http://dev.w3.org/html5/spec/single-page.html#domdatalist-options">options</a></code></dt>
 <dd>
 <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the
 <code>options</code> elements of the table.</p>

Index: elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/elements.html,v
retrieving revision 1.632
retrieving revision 1.633
diff -u -d -r1.632 -r1.633
--- elements.html	11 Oct 2012 08:24:10 -0000	1.632
+++ elements.html	11 Oct 2012 09:16:03 -0000	1.633
@@ -559,39 +559,39 @@
 <pre class="idl">
 interface <dfn id="htmlelement">HTMLElement</dfn> : <a href="#element">Element</a> {
   // <span>metadata attributes</span>
-           attribute DOMString <a href="#dom-title" title="dom-title">title</a>;
-           attribute DOMString <a href="#dom-lang" title="dom-lang">lang</a>;
-           attribute boolean <a href="#dom-translate" title="dom-translate">translate</a>;
-           attribute DOMString <a href="#dom-dir" title="dom-dir">dir</a>;
-  readonly attribute <a href="#domstringmap-0">DOMStringMap</a> <a href="#dom-dataset" title="dom-dataset">dataset</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domtitle" title="dom-title">title</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domlang" title="dom-lang">lang</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domtranslate" title="dom-translate">translate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdir" title="dom-dir">dir</a>;
+  readonly attribute <a href="#domstringmap-0">DOMStringMap</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdataset" title="dom-dataset">dataset</a>;
 
 <!--MD-->
   // <a href="editing.html#editing" id="user-interaction_1">user interaction</a>
-           attribute boolean <a href="#dom-hidden" title="dom-hidden">hidden</a>;
-  void <a href="#dom-click" title="dom-click">click</a>();
-           attribute long <a href="#dom-tabindex" title="dom-tabindex">tabIndex</a>;
-  void <a href="#dom-focus" title="dom-focus">focus</a>();
-  void <a href="#dom-blur" title="dom-blur">blur</a>();
-           attribute DOMString <a href="#dom-accesskey" title="dom-accessKey">accessKey</a>;
-  readonly attribute DOMString <a href="#dom-accesskeylabel" title="dom-accessKeyLabel">accessKeyLabel</a>;
-           attribute boolean <a href="#dom-draggable" title="dom-draggable">draggable</a>;
-  [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <a href="#domsettabletokenlist">DOMSettableTokenList</a> <a href="#dom-dropzone" title="dom-dropzone">dropzone</a>;
-           attribute DOMString <a href="#dom-contenteditable" title="dom-contentEditable">contentEditable</a>;
-  readonly attribute boolean <a href="#dom-iscontenteditable" title="dom-isContentEditable">isContentEditable</a>;
-           attribute <a href="the-menu-element.html#htmlmenuelement" id="htmlmenuelement_0">HTMLMenuElement</a>? <a href="#dom-contextmenu" title="dom-contextMenu">contextMenu</a>;
-           attribute boolean <a href="#dom-spellcheck" title="dom-spellcheck">spellcheck</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domhidden" title="dom-hidden">hidden</a>;
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domclick" title="dom-click">click</a>();
+           attribute long <a href="http://dev.w3.org/html5/spec/single-page.html#domtabindex" title="dom-tabindex">tabIndex</a>;
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domfocus" title="dom-focus">focus</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domblur" title="dom-blur">blur</a>();
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domaccesskey" title="dom-accessKey">accessKey</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domaccesskeylabel" title="dom-accessKeyLabel">accessKeyLabel</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domdraggable" title="dom-draggable">draggable</a>;
+  [PutForwards=<span title="dom-DOMSettableTokenList-value">value</span>] readonly attribute <a href="#domsettabletokenlist">DOMSettableTokenList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domdropzone" title="dom-dropzone">dropzone</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domcontenteditable" title="dom-contentEditable">contentEditable</a>;
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domiscontenteditable" title="dom-isContentEditable">isContentEditable</a>;
+           attribute <a href="the-menu-element.html#htmlmenuelement" id="htmlmenuelement_0">HTMLMenuElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domcontextmenu" title="dom-contextMenu">contextMenu</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domspellcheck" title="dom-spellcheck">spellcheck</a>;
 
   // <a href="commands.html#command-api" id="command-api_0">command API</a>
-  readonly attribute DOMString? <a href="#dom-command-ro-commandtype" title="dom-command-ro-commandType">commandType</a>;
-  readonly attribute DOMString? <a href="#dom-command-ro-commandlabel" title="dom-command-ro-commandLabel">commandLabel</a>;
-  readonly attribute DOMString? <a href="#dom-command-ro-commandicon" title="dom-command-ro-commandIcon">commandIcon</a>;
-  readonly attribute boolean? <a href="#dom-command-ro-commandhidden" title="dom-command-ro-commandHidden">commandHidden</a>;
-  readonly attribute boolean? <a href="#dom-command-ro-commanddisabled" title="dom-command-ro-commandDisabled">commandDisabled</a>;
-  readonly attribute boolean? <a href="#dom-command-ro-commandchecked" title="dom-command-ro-commandChecked">commandChecked</a>;<!-- v2COMMAND
+  readonly attribute DOMString? <a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-ro-commandtype" title="dom-command-ro-commandType">commandType</a>;
+  readonly attribute DOMString? <a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-ro-commandlabel" title="dom-command-ro-commandLabel">commandLabel</a>;
+  readonly attribute DOMString? <a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-ro-commandicon" title="dom-command-ro-commandIcon">commandIcon</a>;
+  readonly attribute boolean? <a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-ro-commandhidden" title="dom-command-ro-commandHidden">commandHidden</a>;
+  readonly attribute boolean? <a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-ro-commanddisabled" title="dom-command-ro-commandDisabled">commandDisabled</a>;
+  readonly attribute boolean? <a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-ro-commandchecked" title="dom-command-ro-commandChecked">commandChecked</a>;<!-- v2COMMAND
   readonly attribute <span>HTMLCollection</span> <span title="dom-command-ro-commandTriggers">commandTriggers</span>;-->
 
   // <span>styling</span>
-  readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <a href="#dom-style" title="dom-style">style</a>;
+  readonly attribute <a href="#cssstyledeclaration">CSSStyleDeclaration</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domstyle" title="dom-style">style</a>;
 
   // <a href="#event-handler-idl-attributes">event handler IDL attributes</a>
            attribute <a href="webappapis.html#eventhandler" id="eventhandler_55">EventHandler</a> <a href="webappapis.html#handler-onabort" id="handler-onabort_1" title="handler-onabort">onabort</a>;

Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.1160
retrieving revision 1.1161
diff -u -d -r1.1160 -r1.1161
--- forms.html	11 Oct 2012 08:24:10 -0000	1.1160
+++ forms.html	11 Oct 2012 09:16:03 -0000	1.1161
@@ -795,7 +795,7 @@
 <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_45">form</a></code> content attribute with a matching
-<code title="dom-fae-form"><a href="#dom-fae-form">form</a></code>
+<code title="dom-fae-form"><a href="http://dev.w3.org/html5/spec/single-page.html#domfae-form">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_10">button</a></code></li>
@@ -812,7 +812,7 @@
 <dl><dt><dfn id="category-listed" title="category-listed">Listed
 elements</dfn></dt>
 <dd>
-<p>Denotes elements that are listed in the <code title="dom-form-elements"><a href="#dom-form-elements"><var title="">form</var>.elements</a></code> and <code title="dom-fieldset-elements"><a href="#dom-fieldset-elements"><var title="">fieldset</var>.elements</a></code>
+<p>Denotes elements that are listed in the <code title="dom-form-elements"><a href="http://dev.w3.org/html5/spec/single-page.html#domform-elements"><var title="">form</var>.elements</a></code> and <code title="dom-fieldset-elements"><a href="http://dev.w3.org/html5/spec/single-page.html#domfieldset-elements"><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_11">button</a></code></li>

Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.1152
retrieving revision 1.1153
diff -u -d -r1.1152 -r1.1153
--- the-canvas-element.html	11 Oct 2012 08:24:22 -0000	1.1152
+++ the-canvas-element.html	11 Oct 2012 09:16:14 -0000	1.1153
@@ -431,15 +431,15 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlcanvaselement">HTMLCanvasElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_72">HTMLElement</a> {
-           attribute unsigned long <a href="#dom-canvas-width" title="dom-canvas-width">width</a>;
-           attribute unsigned long <a href="#dom-canvas-height" title="dom-canvas-height">height</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domcanvas-width" title="dom-canvas-width">width</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/single-page.html#domcanvas-height" title="dom-canvas-height">height</a>;
 
-  DOMString <a href="#dom-canvas-todataurl" title="dom-canvas-toDataURL">toDataURL</a>(optional DOMString type, any... arguments);
+  DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domcanvas-todataurl" title="dom-canvas-toDataURL">toDataURL</a>(optional DOMString type, any... arguments);
   DOMString <span title="dom-canvas-toDataURLHD">toDataURLHD</span>(optional DOMString type, any... arguments);
-  void <a href="#dom-canvas-toblob" title="dom-canvas-toBlob">toBlob</a>(<a href="#filecallback">FileCallback</a>? _callback, optional DOMString type, any... arguments);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domcanvas-toblob" title="dom-canvas-toBlob">toBlob</a>(<a href="#filecallback">FileCallback</a>? _callback, optional DOMString type, any... arguments);
   void <span title="dom-canvas-toBlobHD">toBlobHD</span>(<a href="#filecallback">FileCallback</a>? _callback, optional DOMString type, any... arguments);
 
-  object? <a href="#dom-canvas-getcontext" title="dom-canvas-getContext">getContext</a>(DOMString contextId, any... arguments);
+  object? <a href="http://dev.w3.org/html5/spec/single-page.html#domcanvas-getcontext" title="dom-canvas-getContext">getContext</a>(DOMString contextId, any... arguments);
 };
 </pre></dd>
 </dl><!--REMOVE-TOPIC:DOM APIs--><p>The <code><a href="#the-canvas-element">canvas</a></code>
@@ -512,7 +512,7 @@
   context.fillRect(100,0,50,50); // only this square remains
 </pre></div>
 <hr><!--ADD-TOPIC:DOM APIs--><dl class="domintro"><dt><var title="">context</var> = <var title="">canvas</var> .
-<code title="dom-canvas-getContext"><a href="#dom-canvas-getcontext">getContext</a></code>(<var title="">contextId</var> [, ... ])</dt>
+<code title="dom-canvas-getContext"><a href="http://dev.w3.org/html5/spec/single-page.html#domcanvas-getcontext">getContext</a></code>(<var title="">contextId</var> [, ... ])</dt>
 <dd>
 <p>Returns an object that exposes an API for drawing on the canvas.
 The first argument specifies the desired API. Subsequent arguments
@@ -526,7 +526,7 @@
 "<code title="canvas-context-webgl">webgl</code>" context).</p>
 </dd>
 </dl><hr><dl class="domintro"><dt><var title="">url</var> = <var title="">canvas</var> .
-<code title="dom-canvas-toDataURL"><a href="#dom-canvas-todataurl">toDataURL</a></code>( [ <var title="">type</var>, ... ] )</dt>
+<code title="dom-canvas-toDataURL"><a href="http://dev.w3.org/html5/spec/single-page.html#domcanvas-todataurl">toDataURL</a></code>( [ <var title="">type</var>, ... ] )</dt>
 <dd>
 <p>Returns a <a href="infrastructure.html#data-protocol" id="data-protocol_0" title="data protocol"><code title="">data:</code> URL</a> for the image
 in the canvas.</p>
@@ -544,7 +544,7 @@
 exception to this is if the canvas has either no height or no
 width, in which case the result might simply be "<code title="">data:,</code>".)</p>
 </dd>
-<dt><var title="">canvas</var> . <code title="dom-canvas-toBlob"><a href="#dom-canvas-toblob">toBlob</a></code>(<var title="">callback</var>
+<dt><var title="">canvas</var> . <code title="dom-canvas-toBlob"><a href="http://dev.w3.org/html5/spec/single-page.html#domcanvas-toblob">toBlob</a></code>(<var title="">callback</var>
 [, <var title="">type</var>, ... ])</dt>
 <dd>
 <p>Creates a <code><a href="#blob">Blob</a></code> object

Index: commands.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/commands.html,v
retrieving revision 1.610
retrieving revision 1.611
diff -u -d -r1.610 -r1.611
--- commands.html	11 Oct 2012 08:24:09 -0000	1.610
+++ commands.html	11 Oct 2012 09:16:02 -0000	1.611
@@ -458,51 +458,51 @@
    defining the command is on the list, since other elements have no
    way to refer to it.</dd>
 --></dl><!--TOPIC:DOM APIs--><p>These facets are exposed on elements using the <dfn id="command-api">command API</dfn>:</p>
-<dl class="domintro"><dt><var title="">element</var> . <code title="dom-command-ro-commandType"><a href="#dom-command-ro-commandtype">commandType</a></code></dt>
+<dl class="domintro"><dt><var title="">element</var> . <code title="dom-command-ro-commandType"><a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-ro-commandtype">commandType</a></code></dt>
 <dd>
 <p>Exposes the <a href="#command-facet-type" id="command-facet-type_3" title="command-facet-Type">Type</a> facet of
 the command.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-Element-id"><a href="#dom-element-id">id</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-Element-id"><a href="http://dev.w3.org/html5/spec/single-page.html#domelement-id">id</a></code></dt>
 <dd>
 <p>Exposes the <a href="#command-facet-id" id="command-facet-id_0" title="command-facet-ID">ID</a> facet of the command.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-command-ro-commandLabel"><a href="#dom-command-ro-commandlabel">commandLabel</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-command-ro-commandLabel"><a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-ro-commandlabel">commandLabel</a></code></dt>
 <dd>
 <p>Exposes the <a href="#command-facet-label" id="command-facet-label_0" title="command-facet-Label">Label</a> facet
 of the command.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-title"><a href="#dom-title">title</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-title"><a href="http://dev.w3.org/html5/spec/single-page.html#domtitle">title</a></code></dt>
 <dd>
 <p>Exposes the <a href="#command-facet-hint" id="command-facet-hint_0" title="command-facet-Hint">Hint</a> facet of
 the command.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-command-ro-commandIcon"><a href="#dom-command-ro-commandicon">commandIcon</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-command-ro-commandIcon"><a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-ro-commandicon">commandIcon</a></code></dt>
 <dd>
 <p>Exposes the <a href="#command-facet-icon" id="command-facet-icon_0" title="command-facet-Icon">Icon</a> facet of
 the command.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-accessKeyLabel"><a href="#dom-accesskeylabel">accessKeyLabel</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-accessKeyLabel"><a href="http://dev.w3.org/html5/spec/single-page.html#domaccesskeylabel">accessKeyLabel</a></code></dt>
 <dd>
 <p>Exposes the <a href="#command-facet-accesskey" id="command-facet-accesskey_0" title="command-facet-AccessKey">Access
 Key</a> facet of the command.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-command-ro-commandHidden"><a href="#dom-command-ro-commandhidden">commandHidden</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-command-ro-commandHidden"><a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-ro-commandhidden">commandHidden</a></code></dt>
 <dd>
 <p>Exposes the <a href="#command-facet-hiddenstate" id="command-facet-hiddenstate_0" title="command-facet-HiddenState">Hidden State</a> facet of the
 command.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-command-ro-commandDisabled"><a href="#dom-command-ro-commanddisabled">commandDisabled</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-command-ro-commandDisabled"><a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-ro-commanddisabled">commandDisabled</a></code></dt>
 <dd>
 <p>Exposes the <a href="#command-facet-disabledstate" id="command-facet-disabledstate_1" title="command-facet-DisabledState">Disabled State</a> facet of the
 command.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-command-ro-commandChecked"><a href="#dom-command-ro-commandchecked">commandChecked</a></code></dt>
+<dt><var title="">element</var> . <code title="dom-command-ro-commandChecked"><a href="http://dev.w3.org/html5/spec/single-page.html#domcommand-ro-commandchecked">commandChecked</a></code></dt>
 <dd>
 <p>Exposes the <a href="#command-facet-checkedstate" id="command-facet-checkedstate_4" title="command-facet-CheckedState">Checked State</a> facet of the
 command.</p>
 </dd>
-<dt><var title="">element</var> . <code title="dom-click"><a href="#dom-click">click</a></code>()</dt>
+<dt><var title="">element</var> . <code title="dom-click"><a href="http://dev.w3.org/html5/spec/single-page.html#domclick">click</a></code>()</dt>
 <dd>
 <p>Triggers the <a href="#command-facet-action" id="command-facet-action_0" title="command-facet-Action">Action</a> of
 the command.</p>
@@ -515,7 +515,7 @@
     <p>Exposes the <span title="command-facet-Triggers">Triggers</span> facet of the command.</p>
 
    </dd>
---></dl><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-commands"><a href="#dom-document-commands">commands</a></code></dt>
+--></dl><hr><dl class="domintro"><dt><var title="">document</var> . <code title="dom-document-commands"><a href="http://dev.w3.org/html5/spec/single-page.html#domdocument-commands">commands</a></code></dt>
 <dd>
 <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the elements in the
 <code><a href="dom.html#document" id="document_73">Document</a></code> that
@@ -554,11 +554,11 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmldialogelement">HTMLDialogElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_111">HTMLElement</a> {
-           attribute boolean <a href="#dom-dialog-open" title="dom-dialog-open">open</a>;
-           attribute DOMString <a href="#dom-dialog-returnvalue" title="dom-dialog-returnValue">returnValue</a>;
-  void <a href="#dom-dialog-show" title="dom-dialog-show">show</a>(optional (<a href="#mouseevent-10">MouseEvent</a> or <a href="#element">Element</a>) anchor);
-  void <a href="#dom-dialog-showmodal" title="dom-dialog-showModal">showModal</a>(optional (<a href="#mouseevent-10">MouseEvent</a> or <a href="#element">Element</a>) anchor);
-  void <a href="#dom-dialog-close" title="dom-dialog-close">close</a>(optional DOMString returnValue);
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domdialog-open" title="dom-dialog-open">open</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domdialog-returnvalue" title="dom-dialog-returnValue">returnValue</a>;
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domdialog-show" title="dom-dialog-show">show</a>(optional (<a href="#mouseevent-10">MouseEvent</a> or <a href="#element">Element</a>) anchor);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domdialog-showmodal" title="dom-dialog-showModal">showModal</a>(optional (<a href="#mouseevent-10">MouseEvent</a> or <a href="#element">Element</a>) anchor);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domdialog-close" title="dom-dialog-close">close</a>(optional DOMString returnValue);
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-dialog-element" id="dialog_6">dialog</a></code> element represents a part of an
@@ -568,14 +568,14 @@
 attribute</a>. When specified, it indicates that the <code><a href="#the-dialog-element" id="dialog_7">dialog</a></code> element is
 active and that the user can interact with it.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">dialog</var> . <code title="dom-dialog-show"><a href="#dom-dialog-show">show</a></code>( [
+<dl class="domintro"><dt><var title="">dialog</var> . <code title="dom-dialog-show"><a href="http://dev.w3.org/html5/spec/single-page.html#domdialog-show">show</a></code>( [
 <var title="">anchor</var> ] )</dt>
 <dd>
 <p>Displays the <code><a href="#the-dialog-element" id="dialog_8">dialog</a></code> element.</p>
 <p>The argument, if provided, provides an anchor point to which the
 element will be fixed.</p>
 </dd>
-<dt><var title="">dialog</var> . <code title="dom-dialog-showModal"><a href="#dom-dialog-showmodal">showModal</a></code>( [ <var title="">anchor</var> ] )</dt>
+<dt><var title="">dialog</var> . <code title="dom-dialog-showModal"><a href="http://dev.w3.org/html5/spec/single-page.html#domdialog-showmodal">showModal</a></code>( [ <var title="">anchor</var> ] )</dt>
 <dd>
 <p>Displays the <code><a href="#the-dialog-element" id="dialog_9">dialog</a></code> element and makes it the top-most
 modal dialog.</p>
@@ -584,13 +584,13 @@
 <p>This method honors the <code title="attr-fe-autofocus"><a href="attributes-common-to-form-controls.html#attr-fe-autofocus" id="autofocus_11">autofocus</a></code>
 attribute.</p>
 </dd>
-<dt><var title="">dialog</var> . <code title="dom-dialog-close"><a href="#dom-dialog-close">close</a></code>( [
+<dt><var title="">dialog</var> . <code title="dom-dialog-close"><a href="http://dev.w3.org/html5/spec/single-page.html#domdialog-close">close</a></code>( [
 <var title="">result</var> ] )</dt>
 <dd>
 <p>Closes the <code><a href="#the-dialog-element" id="dialog_10">dialog</a></code> element.</p>
 <p>The argument, if provided, provides a return value.</p>
 </dd>
-<dt><var title="">dialog</var> . <code title="dom-dialog-returnValue"><a href="#dom-dialog-returnvalue">returnValue</a></code> [ = <var title="">result</var> ]</dt>
+<dt><var title="">dialog</var> . <code title="dom-dialog-returnValue"><a href="http://dev.w3.org/html5/spec/single-page.html#domdialog-returnvalue">returnValue</a></code> [ = <var title="">result</var> ]</dt>
 <dd>
 <p>Returns the <code><a href="#the-dialog-element" id="dialog_11">dialog</a></code>'s return value.</p>
 <p>Can be set, to update the return value.</p>
@@ -631,4 +631,4 @@
 <p>If the value is the keyword 'none', then no explicit alignment
 point is defined. The user agent will pick an alignment point
 automatically if necessary (as described in the definition of the
-<code title="dom-dialog-open"><a href="#dom-dialog-open">open()</a></code> method above).</p>
+<code title="dom-dialog-open"><a href="http://dev.w3.org/html5/spec/single-page.html#domdialog-open">open()</a></code> method above).</p>

Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v
retrieving revision 1.619
retrieving revision 1.620
diff -u -d -r1.619 -r1.620
--- the-button-element.html	11 Oct 2012 08:24:22 -0000	1.619
+++ the-button-element.html	11 Oct 2012 09:16:14 -0000	1.620
@@ -439,25 +439,25 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmlbuttonelement">HTMLButtonElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_95">HTMLElement</a> {
-           attribute boolean <a href="#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_5">HTMLFormElement</a>? <a href="#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="#dom-button-type" title="dom-button-type">type</a>;
-           attribute DOMString <a href="#dom-button-value" title="dom-button-value">value</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-autofocus" title="dom-fe-autofocus">autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-disabled" title="dom-fe-disabled">disabled</a>;
+  readonly attribute <a href="the-form-element.html#htmlformelement" id="htmlformelement_5">HTMLFormElement</a>? <a href="http://dev.w3.org/html5/spec/single-page.html#domfae-form" title="dom-fae-form">form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-formaction" title="dom-fs-formAction">formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-formmethod" title="dom-fs-formMethod">formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfs-formtarget" title="dom-fs-formTarget">formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domfe-name" title="dom-fe-name">name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dombutton-type" title="dom-button-type">type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#dombutton-value" title="dom-button-value">value</a>;
 
-  readonly attribute boolean <a href="#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="#validitystate">ValidityState</a> <a href="#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="#dom-cva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
-  void <a href="#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
+  readonly attribute <a href="#validitystate">ValidityState</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validity" title="dom-cva-validity">validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-checkvalidity" title="dom-cva-checkValidity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domcva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(DOMString error);
 
-  readonly attribute <a href="#nodelist">NodeList</a> <a href="#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="#nodelist">NodeList</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domlfe-labels" title="dom-lfe-labels">labels</a>;
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-button-element" id="button_14">button</a></code> element <a href="#represents">represents</a> a button.</p>

Index: common-input-element-apis.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-input-element-apis.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- common-input-element-apis.html	11 Oct 2012 08:24:09 -0000	1.34
+++ common-input-element-apis.html	11 Oct 2012 09:16:02 -0000	1.35
@@ -403,7 +403,7 @@
   </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_121">input</a></code> element APIs</h5>
-<dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-value"><a href="#dom-input-value">value</a></code> [ =
+<dl class="domintro"><dt><var title="">input</var> . <code title="dom-input-value"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-value">value</a></code> [ =
 <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the current <a href="#concept-fe-value" title="concept-fe-value">value</a> of the form control.</p>
@@ -412,20 +412,20 @@
 is set to any value other than the empty string when the control is
 a file upload control.</p>
 </dd>
-<dt><var title="">input</var> . <code title="dom-input-checked"><a href="#dom-input-checked">checked</a></code>
+<dt><var title="">input</var> . <code title="dom-input-checked"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-checked">checked</a></code>
 [ = <var title="">value</var> ]</dt>
 <dd>
 <p>Returns the current <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> of the form control.</p>
 <p>Can be set, to change the <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a>.</p>
 </dd>
-<dt><var title="">input</var> . <code title="dom-input-files"><a href="#dom-input-files">files</a></code></dt>
+<dt><var title="">input</var> . <code title="dom-input-files"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-files">files</a></code></dt>
 <dd>
 <p>Returns a <code><a href="#filelist">FileList</a></code> object
 listing the <a href="states-of-the-type-attribute.html#concept-input-type-file-selected" id="concept-input-type-file-selected_0" title="concept-input-type-file-selected">selected files</a> of the form
 control.</p>
 <p>Returns null if the control isn't a file control.</p>
 </dd>
-<dt><var title="">input</var> . <code title="dom-input-valueAsDate"><a href="#dom-input-valueasdate">valueAsDate</a></code> [ = <var title="">value</var> ]</dt>
+<dt><var title="">input</var> . <code title="dom-input-valueAsDate"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasdate">valueAsDate</a></code> [ = <var title="">value</var> ]</dt>
 <dd>
 <p>Returns a <code>Date</code> object representing the form
 control's <a href="#concept-fe-value" title="concept-fe-value">value</a>, if applicable; otherwise, returns
@@ -434,7 +434,7 @@
 <p>Throws an <code><a href="#invalidstateerror">InvalidStateError</a></code> exception if the
 control isn't date- or time-based.</p>
 </dd>
-<dt><var title="">input</var> . <code title="dom-input-valueAsNumber"><a href="#dom-input-valueasnumber">valueAsNumber</a></code> [ = <var title="">value</var> ]</dt>
+<dt><var title="">input</var> . <code title="dom-input-valueAsNumber"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-valueasnumber">valueAsNumber</a></code> [ = <var title="">value</var> ]</dt>
 <dd>
 <p>Returns a number representing the form control's <a href="#concept-fe-value" title="concept-fe-value">value</a>, if
 applicable; otherwise, returns NaN.</p>
@@ -442,9 +442,9 @@
 <p>Throws an <code><a href="#invalidstateerror">InvalidStateError</a></code> exception if the
 control is neither date- or time-based nor numeric.</p>
 </dd>
-<dt><var title="">input</var> . <code title="dom-input-stepUp"><a href="#dom-input-stepup">stepUp</a></code>( [
+<dt><var title="">input</var> . <code title="dom-input-stepUp"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepup">stepUp</a></code>( [
 <var title="">n</var> ] )</dt>
-<dt><var title="">input</var> . <code title="dom-input-stepDown"><a href="#dom-input-stepdown">stepDown</a></code>( [ <var title="">n</var>
+<dt><var title="">input</var> . <code title="dom-input-stepDown"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-stepdown">stepDown</a></code>( [ <var title="">n</var>
 ] )</dt>
 <dd>
 <p>Changes the form control's <a href="#concept-fe-value" title="concept-fe-value">value</a> by the value given in the <code title="attr-input-step"><a href="common-input-element-attributes.html#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>
@@ -454,7 +454,7 @@
 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 href="#dom-input-list">list</a></code></dt>
+<dt><var title="">input</var> . <code title="dom-input-list"><a href="http://dev.w3.org/html5/spec/single-page.html#dominput-list">list</a></code></dt>
 <dd>
 <p>Returns the <code><a href="the-datalist-element.html#the-datalist-element" id="datalist_11">datalist</a></code> element indicated by the
 <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list" id="list_27">list</a></code> attribute.</p>

Index: the-tr-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-tr-element.html,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- the-tr-element.html	11 Oct 2012 08:24:26 -0000	1.138
+++ the-tr-element.html	11 Oct 2012 09:16:17 -0000	1.139
@@ -427,34 +427,34 @@
 <dd>
 <pre class="idl">
 interface <dfn id="htmltablerowelement">HTMLTableRowElement</dfn> : <a href="elements.html#htmlelement" id="htmlelement_85">HTMLElement</a> {
-  readonly attribute long <a href="#dom-tr-rowindex" title="dom-tr-rowIndex">rowIndex</a>;
-  readonly attribute long <a href="#dom-tr-sectionrowindex" title="dom-tr-sectionRowIndex">sectionRowIndex</a>;
-  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="#dom-tr-cells" title="dom-tr-cells">cells</a>;
-  <a href="elements.html#htmlelement" id="htmlelement_86">HTMLElement</a> <a href="#dom-tr-insertcell" title="dom-tr-insertCell">insertCell</a>(optional long index);
-  void <a href="#dom-tr-deletecell" title="dom-tr-deleteCell">deleteCell</a>(long index);
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/single-page.html#domtr-rowindex" title="dom-tr-rowIndex">rowIndex</a>;
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/single-page.html#domtr-sectionrowindex" title="dom-tr-sectionRowIndex">sectionRowIndex</a>;
+  readonly attribute <a href="#htmlcollection">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domtr-cells" title="dom-tr-cells">cells</a>;
+  <a href="elements.html#htmlelement" id="htmlelement_86">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/single-page.html#domtr-insertcell" title="dom-tr-insertCell">insertCell</a>(optional long index);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domtr-deletecell" title="dom-tr-deleteCell">deleteCell</a>(long index);
 };
 </pre></dd>
 </dl><!--TOPIC:HTML--><p>The <code><a href="#the-tr-element" id="tr_17">tr</a></code>
 element <a href="#represents">represents</a> a <a href="#concept-row" title="concept-row">row</a> of <a href="#concept-cell" title="concept-cell">cells</a> in a <a href="#concept-table" title="concept-table">table</a>.</p>
 <!--TOPIC:DOM APIs-->
-<dl class="domintro"><dt><var title="">tr</var> . <code title="dom-tr-rowIndex"><a href="#dom-tr-rowindex">rowIndex</a></code></dt>
+<dl class="domintro"><dt><var title="">tr</var> . <code title="dom-tr-rowIndex"><a href="http://dev.w3.org/html5/spec/single-page.html#domtr-rowindex">rowIndex</a></code></dt>
 <dd>
-<p>Returns the position of the row in the table's <code title="dom-table-rows"><a href="#dom-table-rows">rows</a></code>
+<p>Returns the position of the row in the table's <code title="dom-table-rows"><a href="http://dev.w3.org/html5/spec/single-page.html#domtable-rows">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 href="#dom-tr-sectionrowindex">sectionRowIndex</a></code></dt>
+<dt><var title="">tr</var> . <code title="dom-tr-sectionRowIndex"><a href="http://dev.w3.org/html5/spec/single-page.html#domtr-sectionrowindex">sectionRowIndex</a></code></dt>
 <dd>
 <p>Returns the position of the row in the table section's
-<code title="dom-tbody-rows"><a href="#dom-tbody-rows">rows</a></code> list.</p>
+<code title="dom-tbody-rows"><a href="http://dev.w3.org/html5/spec/single-page.html#domtbody-rows">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 href="#dom-tr-cells">cells</a></code></dt>
+<dt><var title="">tr</var> . <code title="dom-tr-cells"><a href="http://dev.w3.org/html5/spec/single-page.html#domtr-cells">cells</a></code></dt>
 <dd>
 <p>Returns an <code><a href="#htmlcollection">HTMLCollection</a></code> of the <code><a href="the-td-element.html#the-td-element" id="td_8">td</a></code> and <code><a href="the-th-element.html#the-th-element" id="th_5">th</a></code> elements of the row.</p>
 </dd>
 <dt><var title="">cell</var> = <var title="">tr</var> .
-<code title="dom-tr-insertCell"><a href="#dom-tr-insertcell">insertCell</a></code>( [ <var title="">index</var> ] )</dt>
+<code title="dom-tr-insertCell"><a href="http://dev.w3.org/html5/spec/single-page.html#domtr-insertcell">insertCell</a></code>( [ <var title="">index</var> ] )</dt>
 <dd>
 <p>Creates a <code><a href="the-td-element.html#the-td-element" id="td_9">td</a></code> element, inserts it into the table row at the
 position given by the argument, and returns the <code><a href="the-td-element.html#the-td-element" id="td_10">td</a></code>.</p>
@@ -464,7 +464,7 @@
 <p>If the given position is less than &minus;1 or greater than the number
 of cells, throws an <code><a href="#indexsizeerror">IndexSizeError</a></code> exception.</p>
 </dd>
-<dt><var title="">tr</var> . <code title="dom-tr-deleteCell"><a href="#dom-tr-deletecell">deleteCell</a></code>(<var title="">index</var>)</dt>
+<dt><var title="">tr</var> . <code title="dom-tr-deleteCell"><a href="http://dev.w3.org/html5/spec/single-page.html#domtr-deletecell">deleteCell</a></code>(<var title="">index</var>)</dt>
 <dd>
 <p>Removes the <code><a href="the-td-element.html#the-td-element" id="td_11">td</a></code> or <code><a href="the-th-element.html#the-th-element" id="th_6">th</a></code> element with the given position in the
 row.</p>

Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/timers.html,v
retrieving revision 1.606
retrieving revision 1.607
diff -u -d -r1.606 -r1.607
--- timers.html	11 Oct 2012 08:24:27 -0000	1.606
+++ timers.html	11 Oct 2012 09:16:18 -0000	1.607
@@ -403,18 +403,18 @@
   </div>
 
   <h3 id="timers"><span class="secno">6.3</span> Timers</h3>
-<p>The <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout()</a></code> and
-<code title="dom-windowtimers-setInterval"><a href="#dom-windowtimers-setinterval">setInterval()</a></code> methods
+<p>The <code title="dom-windowtimers-setTimeout"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-settimeout">setTimeout()</a></code> and
+<code title="dom-windowtimers-setInterval"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-setinterval">setInterval()</a></code> methods
 allow authors to schedule timer-based callbacks.</p>
 <pre class="idl">
 [NoInterfaceObject]
 interface <dfn id="windowtimers">WindowTimers</dfn> {
-  long <a href="#dom-windowtimers-settimeout" title="dom-windowtimers-setTimeout">setTimeout</a>(<span>Function</span> handler, optional long timeout, any... arguments);
-  long <a href="#dom-windowtimers-settimeout" title="dom-windowtimers-setTimeout">setTimeout</a>(DOMString handler, optional long timeout, any... arguments);
-  void <a href="#dom-windowtimers-cleartimeout" title="dom-windowtimers-clearTimeout">clearTimeout</a>(long handle);
-  long <a href="#dom-windowtimers-setinterval" title="dom-windowtimers-setInterval">setInterval</a>(<span>Function</span> handler, optional long timeout, any... arguments);
-  long <a href="#dom-windowtimers-setinterval" title="dom-windowtimers-setInterval">setInterval</a>(DOMString handler, optional long timeout, any... arguments);
-  void <a href="#dom-windowtimers-clearinterval" title="dom-windowtimers-clearInterval">clearInterval</a>(long handle);
+  long <a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-settimeout" title="dom-windowtimers-setTimeout">setTimeout</a>(<span>Function</span> handler, optional long timeout, any... arguments);
+  long <a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-settimeout" title="dom-windowtimers-setTimeout">setTimeout</a>(DOMString handler, optional long timeout, any... arguments);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-cleartimeout" title="dom-windowtimers-clearTimeout">clearTimeout</a>(long handle);
+  long <a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-setinterval" title="dom-windowtimers-setInterval">setInterval</a>(<span>Function</span> handler, optional long timeout, any... arguments);
+  long <a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-setinterval" title="dom-windowtimers-setInterval">setInterval</a>(DOMString handler, optional long timeout, any... arguments);
+  void <a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-clearinterval" title="dom-windowtimers-clearInterval">clearInterval</a>(long handle);
 };
 <a href="browsers.html#window" id="window_23">Window</a> implements <a href="#windowtimers" id="windowtimers_0">WindowTimers</a>;
 </pre>
@@ -424,39 +424,39 @@
           http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1229
   -->
 <dl class="domintro"><dt><var title="">handle</var> = <var title="">window</var> .
-<code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var>... ] ] )</dt>
+<code title="dom-windowtimers-setTimeout"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-settimeout">setTimeout</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var>... ] ] )</dt>
 <dd>
 <p>Schedules a timeout to run <var title="">handler</var> after
 <var title="">timeout</var> milliseconds. Any <var title="">arguments</var> are passed straight through to the <var title="">handler</var>.</p>
 </dd>
 <dt><var title="">handle</var> = <var title="">window</var> .
-<code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout</a></code>( <var title="">code</var> [, <var title="">timeout</var> ] )</dt>
+<code title="dom-windowtimers-setTimeout"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-settimeout">setTimeout</a></code>( <var title="">code</var> [, <var title="">timeout</var> ] )</dt>
 <dd>
 <p>Schedules a timeout to compile and run <var title="">code</var>
 after <var title="">timeout</var> milliseconds.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-windowtimers-clearTimeout"><a href="#dom-windowtimers-cleartimeout">clearTimeout</a></code>(
+<dt><var title="">window</var> . <code title="dom-windowtimers-clearTimeout"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-cleartimeout">clearTimeout</a></code>(
 <var title="">handle</var> )</dt>
 <dd>
-<p>Cancels the timeout set with <code title="dom-windowtimers-setTimeout"><a href="#dom-windowtimers-settimeout">setTimeout()</a></code> identified
+<p>Cancels the timeout set with <code title="dom-windowtimers-setTimeout"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-settimeout">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 href="#dom-windowtimers-setinterval">setInterval</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var>... ] ] )</dt>
+<code title="dom-windowtimers-setInterval"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-setinterval">setInterval</a></code>( <var title="">handler</var> [, <var title="">timeout</var> [, <var title="">arguments</var>... ] ] )</dt>
 <dd>
 <p>Schedules a timeout to run <var title="">handler</var> every
 <var title="">timeout</var> milliseconds. Any <var title="">arguments</var> are passed straight through to the <var title="">handler</var>.</p>
 </dd>
 <dt><var title="">handle</var> = <var title="">window</var> .
-<code title="dom-windowtimers-setInterval"><a href="#dom-windowtimers-setinterval">setInterval</a></code>( <var title="">code</var> [, <var title="">timeout</var> ] )</dt>
+<code title="dom-windowtimers-setInterval"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-setinterval">setInterval</a></code>( <var title="">code</var> [, <var title="">timeout</var> ] )</dt>
 <dd>
 <p>Schedules a timeout to compile and run <var title="">code</var>
 every <var title="">timeout</var> milliseconds.</p>
 </dd>
-<dt><var title="">window</var> . <code title="dom-windowtimers-clearInterval"><a href="#dom-windowtimers-clearinterval">clearInterval</a></code>(
+<dt><var title="">window</var> . <code title="dom-windowtimers-clearInterval"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-clearinterval">clearInterval</a></code>(
 <var title="">handle</var> )</dt>
 <dd>
-<p>Cancels the timeout set with <code title="dom-windowtimers-setInterval"><a href="#dom-windowtimers-setinterval">setInterval()</a></code> identified
+<p>Cancels the timeout set with <code title="dom-windowtimers-setInterval"><a href="http://dev.w3.org/html5/spec/single-page.html#domwindowtimers-setinterval">setInterval()</a></code> identified
 by <var title="">handle</var>.</p>
 </dd>
 </dl><p class="note">This API does not guarantee that timers will run

Received on Thursday, 11 October 2012 09:17:23 UTC