html5/markup Makefile,1.104,1.105 a.html,1.80,1.81 area.html,1.74,1.75 audio.html,1.73,1.74 base.html,1.64,1.65 blockquote.html,1.58,1.59 body.html,1.66,1.67 br.html,1.50,1.51 button.button.html,1.63,1.64 button.reset.html,1.63,1.64 button.submit.html,1.63,1.64 canvas.html,1.56,1.57 caption.html,1.54,1.55 col.html,1.56,1.57 colgroup.html,1.56,1.57 command.checkbox.html,1.61,1.62 command.command.html,1.61,1.62 command.radio.html,1.61,1.62 datalist.html,1.59,1.60 del.html,1.62,1.63 details.html,1.44,1.45 div.html,1.56,1.57 dl.html,1.55,1.56 embed.html,1.65,1.66 fieldset.html,1.57,1.58 form.html,1.67,1.68 h1.html,1.58,1.59 h2.html,1.59,1.60 h3.html,1.59,1.60 h4.html,1.59,1.60 h5.html,1.59,1.60 h6.html,1.59,1.60 head.html,1.56,1.57 hr.html,1.57,1.58 html.html,1.61,1.62 iframe.html,1.76,1.77 img.html,1.72,1.73 input.button.html,1.63,1.64 input.checkbox.html,1.63,1.64 input.color.html,1.65,1.66 input.date.html,1.66,1.67 input.datetime-local.html,1.67,1.68 input.datetime.html,1.67,1.68 input.email.html,1.

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv21932

Modified Files:
	Makefile a.html area.html audio.html base.html blockquote.html 
	body.html br.html button.button.html button.reset.html 
	button.submit.html canvas.html caption.html col.html 
	colgroup.html command.checkbox.html command.command.html 
	command.radio.html datalist.html del.html details.html 
	div.html dl.html embed.html fieldset.html form.html h1.html 
	h2.html h3.html h4.html h5.html h6.html head.html hr.html 
	html.html iframe.html img.html input.button.html 
	input.checkbox.html input.color.html input.date.html 
	input.datetime-local.html input.datetime.html input.email.html 
	input.file.html input.hidden.html input.image.html 
	input.month.html input.number.html input.password.html 
	input.radio.html input.range.html input.reset.html 
	input.search.html input.submit.html input.tel.html 
	input.text.html input.time.html input.url.html input.week.html 
	ins.html keygen.html label.html legend.html li.html link.html 
	map.html menu.html meta.charset.html 
	meta.http-equiv.content-language.html 
	meta.http-equiv.content-type.html 
	meta.http-equiv.default-style.html 
	meta.http-equiv.refresh.html meta.name.html meter.html 
	object.html ol.html optgroup.html option.html output.html 
	p.html param.html pre.html progress.html script.html 
	select.html source.html span.html spec.html style.html 
	table.html tbody.html td.html textarea.html tfoot.html th.html 
	thead.html time.html title.html tr.html ul.html video.html 
Log Message:
make URLs for hyperlinks in IDL copies point directly to corresponding files in the multipage version of the full spec


Index: body.html
===================================================================
RCS file: /sources/public/html5/markup/body.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- body.html	31 Jul 2010 08:13:10 -0000	1.66
+++ body.html	31 Jul 2010 14:18:14 -0000	1.67
@@ -283,26 +283,26 @@
       <div class="no-number no-toc interface" id="body-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#body-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLBodyElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onafterprint" title="handler-window-onafterprint">onafterprint</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onbeforeprint" title="handler-window-onbeforeprint">onbeforeprint</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onbeforeunload" title="handler-window-onbeforeunload">onbeforeunload</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onblur" title="handler-window-onblur">onblur</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onerror" title="handler-window-onerror">onerror</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onfocus" title="handler-window-onfocus">onfocus</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onhashchange" title="handler-window-onhashchange">onhashchange</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onload" title="handler-window-onload">onload</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onmessage" title="handler-window-onmessage">onmessage</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onoffline" title="handler-window-onoffline">onoffline</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-ononline" title="handler-window-ononline">ononline</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onpopstate" title="handler-window-onpopstate">onpopstate</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onpagehide" title="handler-window-onpagehide">onpagehide</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onpageshow" title="handler-window-onpageshow">onpageshow</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onredo" title="handler-window-onredo">onredo</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onresize" title="handler-window-onresize">onresize</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onstorage" title="handler-window-onstorage">onstorage</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onundo" title="handler-window-onundo">onundo</a>;
-           attribute <a href="http://dev.w3.org/html5/spec/#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/#handler-window-onunload" title="handler-window-onunload">onunload</a>;
+<pre class="idl">interface <b>HTMLBodyElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onafterprint" title='Read about this "onafterprint" reference in the full HTML5 spec.'>onafterprint</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeprint" title='Read about this "onbeforeprint" reference in the full HTML5 spec.'>onbeforeprint</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onbeforeunload" title='Read about this "onbeforeunload" reference in the full HTML5 spec.'>onbeforeunload</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onblur" title='Read about this "onblur" reference in the full HTML5 spec.'>onblur</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onerror" title='Read about this "onerror" reference in the full HTML5 spec.'>onerror</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onfocus" title='Read about this "onfocus" reference in the full HTML5 spec.'>onfocus</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onhashchange" title='Read about this "onhashchange" reference in the full HTML5 spec.'>onhashchange</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onload" title='Read about this "onload" reference in the full HTML5 spec.'>onload</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onmessage" title='Read about this "onmessage" reference in the full HTML5 spec.'>onmessage</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onoffline" title='Read about this "onoffline" reference in the full HTML5 spec.'>onoffline</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-ononline" title='Read about this "ononline" reference in the full HTML5 spec.'>ononline</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpopstate" title='Read about this "onpopstate" reference in the full HTML5 spec.'>onpopstate</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpagehide" title='Read about this "onpagehide" reference in the full HTML5 spec.'>onpagehide</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpageshow" title='Read about this "onpageshow" reference in the full HTML5 spec.'>onpageshow</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onredo" title='Read about this "onredo" reference in the full HTML5 spec.'>onredo</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onresize" title='Read about this "onresize" reference in the full HTML5 spec.'>onresize</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onstorage" title='Read about this "onstorage" reference in the full HTML5 spec.'>onstorage</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onundo" title='Read about this "onundo" reference in the full HTML5 spec.'>onundo</a>;
+           attribute <a href="webappapis.html#function" title="">Function</a> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onunload" title='Read about this "onunload" reference in the full HTML5 spec.'>onunload</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="body-display">

Index: legend.html
===================================================================
RCS file: /sources/public/html5/markup/legend.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- legend.html	31 Jul 2010 08:13:13 -0000	1.55
+++ legend.html	31 Jul 2010 14:18:16 -0000	1.56
@@ -65,8 +65,8 @@
       <div class="no-number no-toc interface" id="legend-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#legend-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLLegendElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-legend-form" title="dom-legend-form">form</a>;
+<pre class="idl">interface <b>HTMLLegendElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+  readonly attribute <a href="http://dev.w3.org/html5/spec/forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-legend-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="legend-display">

Index: th.html
===================================================================
RCS file: /sources/public/html5/markup/th.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- th.html	31 Jul 2010 08:13:15 -0000	1.69
+++ th.html	31 Jul 2010 14:18:18 -0000	1.70
@@ -183,8 +183,8 @@
       <div class="no-number no-toc interface" id="th-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#th-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLTableHeaderCellElement</b> : <a href="http://dev.w3.org/html5/spec/#htmltablecellelement" title="">HTMLTableCellElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-th-scope" title="dom-th-scope">scope</a>;
+<pre class="idl">interface <b>HTMLTableHeaderCellElement</b> : <a href="http://dev.w3.org/html5/spec/tabular-data.html#htmltablecellelement" title="">HTMLTableCellElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-th-scope" title='Read about this "scope" reference in the full HTML5 spec.'>scope</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="th-display">

Index: br.html
===================================================================
RCS file: /sources/public/html5/markup/br.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- br.html	31 Jul 2010 08:13:10 -0000	1.50
+++ br.html	31 Jul 2010 14:18:15 -0000	1.51
@@ -75,7 +75,7 @@
       <div class="no-number no-toc interface" id="br-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#br-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLBRElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLBRElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
 </div>
 <hr class="footerbreak">

Index: input.email.html
===================================================================
RCS file: /sources/public/html5/markup/input.email.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- input.email.html	31 Jul 2010 08:13:12 -0000	1.67
+++ input.email.html	31 Jul 2010 14:18:16 -0000	1.68
@@ -285,59 +285,59 @@
       <div class="no-number no-toc interface" id="input.email-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.email-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: tr.html
===================================================================
RCS file: /sources/public/html5/markup/tr.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- tr.html	31 Jul 2010 08:13:15 -0000	1.53
+++ tr.html	31 Jul 2010 14:18:18 -0000	1.54
@@ -101,12 +101,12 @@
       <div class="no-number no-toc interface" id="tr-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#tr-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLTableRowElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-  readonly attribute long <a href="http://dev.w3.org/html5/spec/#dom-tr-rowindex" title="dom-tr-rowIndex">rowIndex</a>;
-  readonly attribute long <a href="http://dev.w3.org/html5/spec/#dom-tr-sectionrowindex" title="dom-tr-sectionRowIndex">sectionRowIndex</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-tr-cells" title="dom-tr-cells">cells</a>;
-  <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-tr-insertcell" title="dom-tr-insertCell">insertCell</a>(in optional long index);
-  void <a href="http://dev.w3.org/html5/spec/#dom-tr-deletecell" title="dom-tr-deleteCell">deleteCell</a>(in long index);
+<pre class="idl">interface <b>HTMLTableRowElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-rowindex" title='Read about this "rowIndex" reference in the full HTML5 spec.'>rowIndex</a>;
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-sectionrowindex" title='Read about this "sectionRowIndex" reference in the full HTML5 spec.'>sectionRowIndex</a>;
+  readonly attribute <a href="urls.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-cells" title='Read about this "cells" reference in the full HTML5 spec.'>cells</a>;
+  <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-insertcell" title='Read about this "insertCell" reference in the full HTML5 spec.'>insertCell</a>(in optional long index);
+  void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-deletecell" title='Read about this "deleteCell" reference in the full HTML5 spec.'>deleteCell</a>(in long index);
 };</pre>
 </div>
       <div class="no-number no-toc display" id="tr-display">

Index: input.month.html
===================================================================
RCS file: /sources/public/html5/markup/input.month.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- input.month.html	31 Jul 2010 08:13:12 -0000	1.67
+++ input.month.html	31 Jul 2010 14:18:16 -0000	1.68
@@ -254,59 +254,59 @@
       <div class="no-number no-toc interface" id="input.month-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.month-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/iframe.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- iframe.html	31 Jul 2010 08:13:12 -0000	1.76
+++ iframe.html	31 Jul 2010 14:18:15 -0000	1.77
@@ -247,16 +247,16 @@
       <div class="no-number no-toc interface" id="iframe-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#iframe-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLIFrameElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-iframe-src" title="dom-iframe-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-iframe-srcdoc" title="dom-iframe-srcdoc">srcdoc</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-iframe-name" title="dom-iframe-name">name</a>;
-  [PutForwards=<a href="http://dev.w3.org/html5/spec/#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="http://dev.w3.org/html5/spec/#domsettabletokenlist" title="">DOMSettableTokenList</a> <a href="http://dev.w3.org/html5/spec/#dom-iframe-sandbox" title="dom-iframe-sandbox">sandbox</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-iframe-seamless" title="dom-iframe-seamless">seamless</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-  readonly attribute Document <a href="http://dev.w3.org/html5/spec/#dom-iframe-contentdocument" title="dom-iframe-contentDocument">contentDocument</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#windowproxy" title="">WindowProxy</a> <a href="http://dev.w3.org/html5/spec/#dom-iframe-contentwindow" title="dom-iframe-contentWindow">contentWindow</a>;
+<pre class="idl">interface <b>HTMLIFrameElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-srcdoc" title='Read about this "srcdoc" reference in the full HTML5 spec.'>srcdoc</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+  [PutForwards=<a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist" title="">DOMSettableTokenList</a> <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-sandbox" title='Read about this "sandbox" reference in the full HTML5 spec.'>sandbox</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-seamless" title='Read about this "seamless" reference in the full HTML5 spec.'>seamless</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+  readonly attribute Document <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-contentdocument" title='Read about this "contentDocument" reference in the full HTML5 spec.'>contentDocument</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-contentwindow" title='Read about this "contentWindow" reference in the full HTML5 spec.'>contentWindow</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="iframe-display">

Index: ins.html
===================================================================
RCS file: /sources/public/html5/markup/ins.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- ins.html	31 Jul 2010 08:13:13 -0000	1.63
+++ ins.html	31 Jul 2010 14:18:16 -0000	1.64
@@ -88,9 +88,9 @@
       <div class="no-number no-toc interface" id="ins-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#ins-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLModElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-mod-cite" title="dom-mod-cite">cite</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-mod-datetime" title="dom-mod-datetime">dateTime</a>;
+<pre class="idl">interface <b>HTMLModElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/edits.html#dom-mod-cite" title='Read about this "cite" reference in the full HTML5 spec.'>cite</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/edits.html#dom-mod-datetime" title='Read about this "dateTime" reference in the full HTML5 spec.'>dateTime</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="ins-display">

Index: div.html
===================================================================
RCS file: /sources/public/html5/markup/div.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- div.html	31 Jul 2010 08:13:11 -0000	1.56
+++ div.html	31 Jul 2010 14:18:15 -0000	1.57
@@ -90,7 +90,7 @@
 <div class="no-number no-toc interface" id="div-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#div-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLDivElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLDivElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="div-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#div-display">#</a>

Index: meta.name.html
===================================================================
RCS file: /sources/public/html5/markup/meta.name.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- meta.name.html	31 Jul 2010 08:13:13 -0000	1.63
+++ meta.name.html	31 Jul 2010 14:18:17 -0000	1.64
@@ -85,10 +85,10 @@
       <div class="no-number no-toc interface" id="meta.name-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.name-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-name" title="dom-meta-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>;
+<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-httpequiv" title='Read about this "httpEquiv" reference in the full HTML5 spec.'>httpEquiv</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-content" title='Read about this "content" reference in the full HTML5 spec.'>content</a>;
 };</pre>
 </div>
 </div>

Index: table.html
===================================================================
RCS file: /sources/public/html5/markup/table.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- table.html	31 Jul 2010 08:13:15 -0000	1.60
+++ table.html	31 Jul 2010 14:18:18 -0000	1.61
@@ -153,22 +153,22 @@
 <div class="no-number no-toc interface" id="table-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#table-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLTableElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute <a href="http://dev.w3.org/html5/spec/#htmltablecaptionelement" title="">HTMLTableCaptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-table-caption" title="dom-table-caption">caption</a>;
-  <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-table-createcaption" title="dom-table-createCaption">createCaption</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-table-deletecaption" title="dom-table-deleteCaption">deleteCaption</a>();
-           attribute <a href="http://dev.w3.org/html5/spec/#htmltablesectionelement" title="">HTMLTableSectionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-table-thead" title="dom-table-tHead">tHead</a>;
-  <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-table-createthead" title="dom-table-createTHead">createTHead</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-table-deletethead" title="dom-table-deleteTHead">deleteTHead</a>();
-           attribute <a href="http://dev.w3.org/html5/spec/#htmltablesectionelement" title="">HTMLTableSectionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-table-tfoot" title="dom-table-tFoot">tFoot</a>;
-  <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-table-createtfoot" title="dom-table-createTFoot">createTFoot</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-table-deletetfoot" title="dom-table-deleteTFoot">deleteTFoot</a>();
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-table-tbodies" title="dom-table-tBodies">tBodies</a>;
-  <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-table-createtbody" title="dom-table-createTBody">createTBody</a>();
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-table-rows" title="dom-table-rows">rows</a>;
-  <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-table-insertrow" title="dom-table-insertRow">insertRow</a>(in optional long index);
-  void <a href="http://dev.w3.org/html5/spec/#dom-table-deleterow" title="dom-table-deleteRow">deleteRow</a>(in long index);
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-table-summary" title="dom-table-summary">summary</a>;
+<pre class="idl">interface <b>HTMLTableElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute <a href="http://dev.w3.org/html5/spec/tabular-data.html#htmltablecaptionelement" title="">HTMLTableCaptionElement</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-caption" title='Read about this "caption" reference in the full HTML5 spec.'>caption</a>;
+  <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createcaption" title='Read about this "createCaption" reference in the full HTML5 spec.'>createCaption</a>();
+  void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletecaption" title='Read about this "deleteCaption" reference in the full HTML5 spec.'>deleteCaption</a>();
+           attribute <a href="http://dev.w3.org/html5/spec/tabular-data.html#htmltablesectionelement" title="">HTMLTableSectionElement</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-thead" title='Read about this "tHead" reference in the full HTML5 spec.'>tHead</a>;
+  <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createthead" title='Read about this "createTHead" reference in the full HTML5 spec.'>createTHead</a>();
+  void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletethead" title='Read about this "deleteTHead" reference in the full HTML5 spec.'>deleteTHead</a>();
+           attribute <a href="http://dev.w3.org/html5/spec/tabular-data.html#htmltablesectionelement" title="">HTMLTableSectionElement</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-tfoot" title='Read about this "tFoot" reference in the full HTML5 spec.'>tFoot</a>;
+  <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createtfoot" title='Read about this "createTFoot" reference in the full HTML5 spec.'>createTFoot</a>();
+  void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletetfoot" title='Read about this "deleteTFoot" reference in the full HTML5 spec.'>deleteTFoot</a>();
+  readonly attribute <a href="urls.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-tbodies" title='Read about this "tBodies" reference in the full HTML5 spec.'>tBodies</a>;
+  <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-createtbody" title='Read about this "createTBody" reference in the full HTML5 spec.'>createTBody</a>();
+  readonly attribute <a href="urls.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>;
+  <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a>(in optional long index);
+  void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a>(in long index);
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-summary" title='Read about this "summary" reference in the full HTML5 spec.'>summary</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="table-display">

Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/html.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- html.html	31 Jul 2010 08:13:12 -0000	1.61
+++ html.html	31 Jul 2010 14:18:15 -0000	1.62
@@ -103,7 +103,7 @@
       <div class="no-number no-toc interface" id="html-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#html-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLHtmlElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLHtmlElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="html-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#html-display">#</a>

Index: meta.http-equiv.content-type.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.content-type.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- meta.http-equiv.content-type.html	31 Jul 2010 08:13:13 -0000	1.65
+++ meta.http-equiv.content-type.html	31 Jul 2010 14:18:17 -0000	1.66
@@ -126,10 +126,10 @@
 <div class="no-number no-toc interface" id="meta.http-equiv.content-type-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.content-type-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-name" title="dom-meta-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>;
+<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-httpequiv" title='Read about this "httpEquiv" reference in the full HTML5 spec.'>httpEquiv</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-content" title='Read about this "content" reference in the full HTML5 spec.'>content</a>;
 };</pre>
 </div>
 </div>

Index: meta.http-equiv.content-language.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.content-language.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- meta.http-equiv.content-language.html	31 Jul 2010 08:13:13 -0000	1.61
+++ meta.http-equiv.content-language.html	31 Jul 2010 14:18:17 -0000	1.62
@@ -107,10 +107,10 @@
       <div class="no-number no-toc interface" id="meta.http-equiv.content-language-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.content-language-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-name" title="dom-meta-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>;
+<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-httpequiv" title='Read about this "httpEquiv" reference in the full HTML5 spec.'>httpEquiv</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-content" title='Read about this "content" reference in the full HTML5 spec.'>content</a>;
 };</pre>
 </div>
 </div>

Index: script.html
===================================================================
RCS file: /sources/public/html5/markup/script.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- script.html	31 Jul 2010 08:13:14 -0000	1.72
+++ script.html	31 Jul 2010 14:18:17 -0000	1.73
@@ -180,13 +180,13 @@
       <div class="no-number no-toc interface" id="script-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#script-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLScriptElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-script-src" title="dom-script-src">src</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-script-async" title="dom-script-async">async</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-script-defer" title="dom-script-defer">defer</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-script-type" title="dom-script-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-script-charset" title="dom-script-charset">charset</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-script-text" title="dom-script-text">text</a>;
+<pre class="idl">interface <b>HTMLScriptElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-async" title='Read about this "async" reference in the full HTML5 spec.'>async</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-defer" title='Read about this "defer" reference in the full HTML5 spec.'>defer</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-charset" title='Read about this "charset" reference in the full HTML5 spec.'>charset</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="script-display">

Index: input.range.html
===================================================================
RCS file: /sources/public/html5/markup/input.range.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- input.range.html	31 Jul 2010 08:13:12 -0000	1.67
+++ input.range.html	31 Jul 2010 14:18:16 -0000	1.68
@@ -230,59 +230,59 @@
       <div class="no-number no-toc interface" id="input.range-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.range-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: audio.html
===================================================================
RCS file: /sources/public/html5/markup/audio.html,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- audio.html	31 Jul 2010 08:13:10 -0000	1.73
+++ audio.html	31 Jul 2010 14:18:14 -0000	1.74
@@ -170,9 +170,9 @@
       <div class="no-number no-toc interface" id="audio-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#audio-interface">#</a>
 </h2>
-<pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-audio" title="dom-Audio">Audio</a>(),
- NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-audio-s" title="dom-Audio-s">Audio</a>(in DOMString src)]
-interface <b>HTMLAudioElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlmediaelement" title="">HTMLMediaElement</a> {};</pre>
+<pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/video.html#dom-audio" title='Read about this "Audio" reference in the full HTML5 spec.'>Audio</a>(),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/video.html#dom-audio-s" title='Read about this "Audio" reference in the full HTML5 spec.'>Audio</a>(in DOMString src)]
+interface <b>HTMLAudioElement</b> : <a href="http://dev.w3.org/html5/spec/video.html#htmlmediaelement" title="">HTMLMediaElement</a> {};</pre>
 </div>
 </div>
 <hr class="footerbreak">

Index: time.html
===================================================================
RCS file: /sources/public/html5/markup/time.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- time.html	31 Jul 2010 08:13:15 -0000	1.63
+++ time.html	31 Jul 2010 14:18:18 -0000	1.64
@@ -122,10 +122,10 @@
 <div class="no-number no-toc interface" id="time-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#time-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLTimeElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-time-datetime" title="dom-time-datetime">dateTime</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-time-pubdate" title="dom-time-pubDate">pubDate</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-time-valueasdate" title="dom-time-valueAsDate">valueAsDate</a>;
+<pre class="idl">interface <b>HTMLTimeElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-datetime" title='Read about this "dateTime" reference in the full HTML5 spec.'>dateTime</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-pubdate" title='Read about this "pubDate" reference in the full HTML5 spec.'>pubDate</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
 };</pre>
 </div>
 </div>

Index: meta.http-equiv.default-style.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- meta.http-equiv.default-style.html	31 Jul 2010 08:13:13 -0000	1.62
+++ meta.http-equiv.default-style.html	31 Jul 2010 14:18:17 -0000	1.63
@@ -101,10 +101,10 @@
       <div class="no-number no-toc interface" id="meta.http-equiv.default-style-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.default-style-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-name" title="dom-meta-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>;
+<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-httpequiv" title='Read about this "httpEquiv" reference in the full HTML5 spec.'>httpEquiv</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-content" title='Read about this "content" reference in the full HTML5 spec.'>content</a>;
 };</pre>
 </div>
 </div>

Index: keygen.html
===================================================================
RCS file: /sources/public/html5/markup/keygen.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- keygen.html	31 Jul 2010 08:13:13 -0000	1.60
+++ keygen.html	31 Jul 2010 14:18:16 -0000	1.61
@@ -153,23 +153,23 @@
       <div class="no-number no-toc interface" id="keygen-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#keygen-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLKeygenElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-keygen-challenge" title="dom-keygen-challenge">challenge</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-keygen-keytype" title="dom-keygen-keytype">keytype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
+<pre class="idl">interface <b>HTMLKeygenElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-keygen-challenge" title='Read about this "challenge" reference in the full HTML5 spec.'>challenge</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-keygen-keytype" title='Read about this "keytype" reference in the full HTML5 spec.'>keytype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
 
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-keygen-type" title="dom-keygen-type">type</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-keygen-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 };</pre>
 </div>
 </div>

Index: command.command.html
===================================================================
RCS file: /sources/public/html5/markup/command.command.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- command.command.html	31 Jul 2010 08:13:11 -0000	1.61
+++ command.command.html	31 Jul 2010 14:18:15 -0000	1.62
@@ -110,13 +110,13 @@
       <div class="no-number no-toc interface" id="command.command-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#command.command-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-type" title="dom-command-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-label" title="dom-command-label">label</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-icon" title="dom-command-icon">icon</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-disabled" title="dom-command-disabled">disabled</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-checked" title="dom-command-checked">checked</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-radiogroup" title="dom-command-radiogroup">radiogroup</a>;
+<pre class="idl">interface <b>HTMLCommandElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-icon" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-radiogroup" title='Read about this "radiogroup" reference in the full HTML5 spec.'>radiogroup</a>;
 };</pre>
 </div>
 </div>

Index: progress.html
===================================================================
RCS file: /sources/public/html5/markup/progress.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- progress.html	31 Jul 2010 08:13:14 -0000	1.62
+++ progress.html	31 Jul 2010 14:18:17 -0000	1.63
@@ -107,12 +107,12 @@
       <div class="no-number no-toc interface" id="progress-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#progress-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLProgressElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute float <a href="http://dev.w3.org/html5/spec/#dom-progress-value" title="dom-progress-value">value</a>;
-           attribute float <a href="http://dev.w3.org/html5/spec/#dom-progress-max" title="dom-progress-max">max</a>;
-  readonly attribute float <a href="http://dev.w3.org/html5/spec/#dom-progress-position" title="dom-progress-position">position</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+<pre class="idl">interface <b>HTMLProgressElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-progress-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-progress-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+  readonly attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-progress-position" title='Read about this "position" reference in the full HTML5 spec.'>position</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="progress-display">

Index: textarea.html
===================================================================
RCS file: /sources/public/html5/markup/textarea.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- textarea.html	31 Jul 2010 08:13:15 -0000	1.65
+++ textarea.html	31 Jul 2010 14:18:18 -0000	1.66
@@ -232,36 +232,36 @@
 <div class="no-number no-toc interface" id="textarea-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#textarea-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLTextAreaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-cols" title="dom-textarea-cols">cols</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-textarea-maxlength" title="dom-textarea-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-textarea-placeholder" title="dom-textarea-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-textarea-readonly" title="dom-textarea-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-textarea-required" title="dom-textarea-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-rows" title="dom-textarea-rows">rows</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-textarea-wrap" title="dom-textarea-wrap">wrap</a>;
+<pre class="idl">interface <b>HTMLTextAreaElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-cols" title='Read about this "cols" reference in the full HTML5 spec.'>cols</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-wrap" title='Read about this "wrap" reference in the full HTML5 spec.'>wrap</a>;
 
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-textarea-type" title="dom-textarea-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-textarea-defaultvalue" title="dom-textarea-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-textarea-value" title="dom-textarea-value">value</a>;
-  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-textlength" title="dom-textarea-textLength">textLength</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-textlength" title='Read about this "textLength" reference in the full HTML5 spec.'>textLength</a>;
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: meter.html
===================================================================
RCS file: /sources/public/html5/markup/meter.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- meter.html	31 Jul 2010 08:13:13 -0000	1.64
+++ meter.html	31 Jul 2010 14:18:17 -0000	1.65
@@ -221,15 +221,15 @@
       <div class="no-number no-toc interface" id="meter-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#meter-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLMeterElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-value" title="dom-meter-value">value</a>;
-           attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-min" title="dom-meter-min">min</a>;
-           attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-max" title="dom-meter-max">max</a>;
-           attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-low" title="dom-meter-low">low</a>;
-           attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-high" title="dom-meter-high">high</a>;
-           attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-optimum" title="dom-meter-optimum">optimum</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+<pre class="idl">interface <b>HTMLMeterElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-low" title='Read about this "low" reference in the full HTML5 spec.'>low</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-high" title='Read about this "high" reference in the full HTML5 spec.'>high</a>;
+           attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-optimum" title='Read about this "optimum" reference in the full HTML5 spec.'>optimum</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="meter-display">

Index: input.button.html
===================================================================
RCS file: /sources/public/html5/markup/input.button.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- input.button.html	31 Jul 2010 08:13:12 -0000	1.63
+++ input.button.html	31 Jul 2010 14:18:15 -0000	1.64
@@ -165,59 +165,59 @@
       <div class="no-number no-toc interface" id="input.button-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.button-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/link.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- link.html	31 Jul 2010 08:13:13 -0000	1.68
+++ link.html	31 Jul 2010 14:18:17 -0000	1.69
@@ -166,8 +166,8 @@
       <div class="no-number no-toc interface" id="link-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#link-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLLIElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-li-value" title="dom-li-value">value</a>;
+<pre class="idl">interface <b>HTMLLIElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute long <a href="http://dev.w3.org/html5/spec/grouping-content.html#dom-li-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="link-display">

Index: meta.http-equiv.refresh.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.refresh.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- meta.http-equiv.refresh.html	31 Jul 2010 08:13:13 -0000	1.60
+++ meta.http-equiv.refresh.html	31 Jul 2010 14:18:17 -0000	1.61
@@ -105,10 +105,10 @@
       <div class="no-number no-toc interface" id="meta.http-equiv.refresh-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.refresh-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-name" title="dom-meta-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>;
+<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-httpequiv" title='Read about this "httpEquiv" reference in the full HTML5 spec.'>httpEquiv</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-content" title='Read about this "content" reference in the full HTML5 spec.'>content</a>;
 };</pre>
 </div>
 </div>

Index: area.html
===================================================================
RCS file: /sources/public/html5/markup/area.html,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- area.html	31 Jul 2010 08:13:10 -0000	1.74
+++ area.html	31 Jul 2010 14:18:14 -0000	1.75
@@ -201,26 +201,26 @@
       <div class="no-number no-toc interface" id="area-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#area-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLAreaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-alt" title="dom-area-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-coords" title="dom-area-coords">coords</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-shape" title="dom-area-shape">shape</a>;
-  stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-href" title="dom-area-href">href</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-target" title="dom-area-target">target</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-rel" title="dom-area-rel">rel</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#domtokenlist" title="">DOMTokenList</a> <a href="http://dev.w3.org/html5/spec/#dom-area-rellist" title="dom-area-relList">relList</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-media" title="dom-area-media">media</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-hreflang" title="dom-area-hreflang">hreflang</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-type" title="dom-area-type">type</a>;
+<pre class="idl">interface <b>HTMLAreaElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-coords" title='Read about this "coords" reference in the full HTML5 spec.'>coords</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-shape" title='Read about this "shape" reference in the full HTML5 spec.'>shape</a>;
+  stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-rel" title='Read about this "rel" reference in the full HTML5 spec.'>rel</a>;
+  readonly attribute <a href="urls.html#domtokenlist" title="">DOMTokenList</a> <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-rellist" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-hreflang" title='Read about this "hreflang" reference in the full HTML5 spec.'>hreflang</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
 
-  // <a href="http://dev.w3.org/html5/spec/#url-decomposition-idl-attributes" title="">URL decomposition IDL attributes</a>
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-protocol" title="dom-area-protocol">protocol</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-host" title="dom-area-host">host</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-hostname" title="dom-area-hostname">hostname</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-port" title="dom-area-port">port</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-pathname" title="dom-area-pathname">pathname</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-search" title="dom-area-search">search</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-hash" title="dom-area-hash">hash</a>;
+  // <a href="urls.html#url-decomposition-idl-attributes" title="">URL decomposition IDL attributes</a>
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-host" title='Read about this "host" reference in the full HTML5 spec.'>host</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-hostname" title='Read about this "hostname" reference in the full HTML5 spec.'>hostname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-port" title='Read about this "port" reference in the full HTML5 spec.'>port</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-pathname" title='Read about this "pathname" reference in the full HTML5 spec.'>pathname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-hash" title='Read about this "hash" reference in the full HTML5 spec.'>hash</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="area-display">

Index: input.text.html
===================================================================
RCS file: /sources/public/html5/markup/input.text.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- input.text.html	31 Jul 2010 08:13:13 -0000	1.64
+++ input.text.html	31 Jul 2010 14:18:16 -0000	1.65
@@ -259,59 +259,59 @@
       <div class="no-number no-toc interface" id="input.text-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.text-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: Makefile
===================================================================
RCS file: /sources/public/html5/markup/Makefile,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- Makefile	31 Jul 2010 11:32:25 -0000	1.104
+++ Makefile	31 Jul 2010 14:18:14 -0000	1.105
@@ -32,6 +32,7 @@
 OTHER_RNG=$(foreach rnc,$(wildcard schema/*.rnc),$(basename $(notdir $(rnc))).rng)
 ARIA_OTHER_RNG=$(foreach rnc,$(wildcard schema/*.rnc),aria/$(basename $(notdir $(rnc))).rng)
 SCHEMA_FILES=$(wildcard schema/*.rnc) schema/assertions.sch schema/LICENSE
+AUTHOR_VIEW_HTML_FILES=$(foreach file,$(wildcard ../spec-author-view/*.html),$(basename $(file)))
 
 ELEMENTS=$(wildcard elements/*.html)
 
@@ -45,6 +46,9 @@
 
 all: Overview.html MANIFEST spec.html
 
+debug:
+	@echo $(AUTHOR_VIEW_HTML_FILES)
+
 patch-schema: $(SCHEMA_FILES)
 	$(SVN) $(SVNFLAGS) diff --depth files  schema > $@
 
@@ -111,7 +115,7 @@
   src/terms.html src/syntax.html src/documents.html \
   $(ELEMENTS) src/attributes.html src/map-attributes.html \
   src/datatypes.html src/references.html src/elements-by-function.html \
-  fragment-links.html fragment-links-full.html webapps.html \
+  spec-author-view fragment-links.html fragment-links-full.html webapps.html \
   LICENSE.xml html.css.xml html.css.LICENSE.xml
 	$(XSLTPROC) $(XSLTPROCFLAGS) \
 	  --param show-content-models $(SHOW_CONTENT_MODELS) \
@@ -154,6 +158,12 @@
 	  | $(PERL) $(PERLFLAGS) -pi -e 's|“([^”]+)” attribute|<span class="attribute">$$1</span> attribute|g' \
 	  > $@
 
+spec-author-view:
+	mkdir $@
+	for file in $(AUTHOR_VIEW_HTML_FILES); \
+	  do $(PARSE) $(PARSEFLAGS) $$file.html > $@/$$file.html 2>/dev/null; \
+	done
+
 Overview.html: html.spec.src.html src/status.html tools/specgen.xsl tools/toc.xsl tools/chunker.xsl
 	$(XSLTPROC) $(XSLTPROCFLAGS) \
 	  --param chunk 1 \
@@ -165,6 +175,7 @@
 	  | $(PERL) $(PERLFLAGS) -pi -e 's| xmlns="http://www.w3.org/1999/xhtml"||' \
 	  | $(PERL) $(PERLFLAGS) -pi -e 's|<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">|<meta http-equiv="Content-Type" content="text/html; charset=utf-8">|' \
 	  > $@
+
 MANIFEST: MANIFEST.tmp
 	@if [ -n "$(GREP) $(GREPFLAGS) UNDEFINED $<" ]; then \
 	  $(GREP) $(GREPFLAGS) UNDEFINED $<; \
@@ -260,6 +271,7 @@
 	$(RM) html.css.xml
 	$(RM) html.spec.src.html
 	$(RM) MANIFEST 
+	$(RM) -r spec-author-view
 ifneq ($(OTHER_RNG),)
 	$(RM) $(OTHER_RNG)
 endif

Index: h6.html
===================================================================
RCS file: /sources/public/html5/markup/h6.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- h6.html	31 Jul 2010 08:13:11 -0000	1.59
+++ h6.html	31 Jul 2010 14:18:15 -0000	1.60
@@ -78,7 +78,7 @@
       <div class="no-number no-toc interface" id="h6-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#h6-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="h6-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h6-display">#</a>

Index: input.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/input.checkbox.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- input.checkbox.html	31 Jul 2010 08:13:12 -0000	1.63
+++ input.checkbox.html	31 Jul 2010 14:18:16 -0000	1.64
@@ -188,59 +188,59 @@
       <div class="no-number no-toc interface" id="input.checkbox-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.checkbox-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/a.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- a.html	31 Jul 2010 08:13:10 -0000	1.80
+++ a.html	31 Jul 2010 14:18:14 -0000	1.81
@@ -235,25 +235,25 @@
 <div class="no-number no-toc interface" id="a-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#a-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLAnchorElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-  stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-href" title="dom-a-href">href</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-target" title="dom-a-target">target</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-rel" title="dom-a-rel">rel</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#domtokenlist" title="">DOMTokenList</a> <a href="http://dev.w3.org/html5/spec/#dom-a-rellist" title="dom-a-relList">relList</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-media" title="dom-a-media">media</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-hreflang" title="dom-a-hreflang">hreflang</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-type" title="dom-a-type">type</a>;
+<pre class="idl">interface <b>HTMLAnchorElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+  stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-rel" title='Read about this "rel" reference in the full HTML5 spec.'>rel</a>;
+  readonly attribute <a href="urls.html#domtokenlist" title="">DOMTokenList</a> <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-rellist" title='Read about this "relList" reference in the full HTML5 spec.'>relList</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-hreflang" title='Read about this "hreflang" reference in the full HTML5 spec.'>hreflang</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
 
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-text" title="dom-a-text">text</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>;
 
-  // <a href="http://dev.w3.org/html5/spec/#url-decomposition-idl-attributes" title="">URL decomposition IDL attributes</a>
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-protocol" title="dom-a-protocol">protocol</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-host" title="dom-a-host">host</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-hostname" title="dom-a-hostname">hostname</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-port" title="dom-a-port">port</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-pathname" title="dom-a-pathname">pathname</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-search" title="dom-a-search">search</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-hash" title="dom-a-hash">hash</a>;
+  // <a href="urls.html#url-decomposition-idl-attributes" title="">URL decomposition IDL attributes</a>
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-protocol" title='Read about this "protocol" reference in the full HTML5 spec.'>protocol</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-host" title='Read about this "host" reference in the full HTML5 spec.'>host</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-hostname" title='Read about this "hostname" reference in the full HTML5 spec.'>hostname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-port" title='Read about this "port" reference in the full HTML5 spec.'>port</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-pathname" title='Read about this "pathname" reference in the full HTML5 spec.'>pathname</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-hash" title='Read about this "hash" reference in the full HTML5 spec.'>hash</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="a-display">

Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/object.html,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- object.html	31 Jul 2010 08:13:13 -0000	1.73
+++ object.html	31 Jul 2010 14:18:17 -0000	1.74
@@ -233,22 +233,22 @@
 <div class="no-number no-toc interface" id="object-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#object-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLObjectElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-object-data" title="dom-object-data">data</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-object-type" title="dom-object-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-object-name" title="dom-object-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-object-usemap" title="dom-object-useMap">useMap</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-  readonly attribute Document <a href="http://dev.w3.org/html5/spec/#dom-object-contentdocument" title="dom-object-contentDocument">contentDocument</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#windowproxy" title="">WindowProxy</a> <a href="http://dev.w3.org/html5/spec/#dom-object-contentwindow" title="dom-object-contentWindow">contentWindow</a>;
+<pre class="idl">interface <b>HTMLObjectElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-data" title='Read about this "data" reference in the full HTML5 spec.'>data</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-usemap" title='Read about this "useMap" reference in the full HTML5 spec.'>useMap</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+  readonly attribute Document <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-contentdocument" title='Read about this "contentDocument" reference in the full HTML5 spec.'>contentDocument</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-contentwindow" title='Read about this "contentWindow" reference in the full HTML5 spec.'>contentWindow</a>;
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 };</pre>
 </div>
 </div>

Index: input.tel.html
===================================================================
RCS file: /sources/public/html5/markup/input.tel.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- input.tel.html	31 Jul 2010 08:13:13 -0000	1.64
+++ input.tel.html	31 Jul 2010 14:18:16 -0000	1.65
@@ -260,59 +260,59 @@
       <div class="no-number no-toc interface" id="input.tel-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.tel-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: h4.html
===================================================================
RCS file: /sources/public/html5/markup/h4.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- h4.html	31 Jul 2010 08:13:11 -0000	1.59
+++ h4.html	31 Jul 2010 14:18:15 -0000	1.60
@@ -78,7 +78,7 @@
       <div class="no-number no-toc interface" id="h4-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#h4-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="h4-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h4-display">#</a>

Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/img.html,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- img.html	31 Jul 2010 08:13:12 -0000	1.72
+++ img.html	31 Jul 2010 14:18:15 -0000	1.73
@@ -195,19 +195,19 @@
       <div class="no-number no-toc interface" id="img-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#img-interface">#</a>
 </h2>
-<pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-image" title="dom-image">Image</a>(),
- NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-image-w" title="dom-image-w">Image</a>(in unsigned long width),
- NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-image-wh" title="dom-image-wh">Image</a>(in unsigned long width, in unsigned long height)]
-interface <b>HTMLImageElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-img-alt" title="dom-img-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-img-src" title="dom-img-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-img-usemap" title="dom-img-useMap">useMap</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-img-ismap" title="dom-img-isMap">isMap</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-img-width" title="dom-img-width">width</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-img-height" title="dom-img-height">height</a>;
-  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-img-naturalwidth" title="dom-img-naturalWidth">naturalWidth</a>;
-  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-img-naturalheight" title="dom-img-naturalHeight">naturalHeight</a>;
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-img-complete" title="dom-img-complete">complete</a>;
+<pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-image" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a>(),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-image-w" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a>(in unsigned long width),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-image-wh" title='Read about this "Image" reference in the full HTML5 spec.'>Image</a>(in unsigned long width, in unsigned long height)]
+interface <b>HTMLImageElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-usemap" title='Read about this "useMap" reference in the full HTML5 spec.'>useMap</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-ismap" title='Read about this "isMap" reference in the full HTML5 spec.'>isMap</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-naturalwidth" title='Read about this "naturalWidth" reference in the full HTML5 spec.'>naturalWidth</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-naturalheight" title='Read about this "naturalHeight" reference in the full HTML5 spec.'>naturalHeight</a>;
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-complete" title='Read about this "complete" reference in the full HTML5 spec.'>complete</a>;
 };</pre>
 </div>
 </div>

Index: input.number.html
===================================================================
RCS file: /sources/public/html5/markup/input.number.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- input.number.html	31 Jul 2010 08:13:12 -0000	1.67
+++ input.number.html	31 Jul 2010 14:18:16 -0000	1.68
@@ -254,59 +254,59 @@
       <div class="no-number no-toc interface" id="input.number-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.number-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: col.html
===================================================================
RCS file: /sources/public/html5/markup/col.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- col.html	31 Jul 2010 08:13:11 -0000	1.56
+++ col.html	31 Jul 2010 14:18:15 -0000	1.57
@@ -107,8 +107,8 @@
       <div class="no-number no-toc interface" id="col-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#col-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLTableColElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-colgroup-span" title="dom-colgroup-span">span</a>;
+<pre class="idl">interface <b>HTMLTableColElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-colgroup-span" title='Read about this "span" reference in the full HTML5 spec.'>span</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="col-display">

Index: command.radio.html
===================================================================
RCS file: /sources/public/html5/markup/command.radio.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- command.radio.html	31 Jul 2010 08:13:11 -0000	1.61
+++ command.radio.html	31 Jul 2010 14:18:15 -0000	1.62
@@ -129,13 +129,13 @@
       <div class="no-number no-toc interface" id="command.radio-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#command.radio-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-type" title="dom-command-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-label" title="dom-command-label">label</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-icon" title="dom-command-icon">icon</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-disabled" title="dom-command-disabled">disabled</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-checked" title="dom-command-checked">checked</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-radiogroup" title="dom-command-radiogroup">radiogroup</a>;
+<pre class="idl">interface <b>HTMLCommandElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-icon" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-radiogroup" title='Read about this "radiogroup" reference in the full HTML5 spec.'>radiogroup</a>;
 };</pre>
 </div>
 </div>

Index: input.datetime.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- input.datetime.html	31 Jul 2010 08:13:12 -0000	1.67
+++ input.datetime.html	31 Jul 2010 14:18:16 -0000	1.68
@@ -255,59 +255,59 @@
       <div class="no-number no-toc interface" id="input.datetime-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: input.password.html
===================================================================
RCS file: /sources/public/html5/markup/input.password.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- input.password.html	31 Jul 2010 08:13:12 -0000	1.64
+++ input.password.html	31 Jul 2010 14:18:16 -0000	1.65
@@ -246,59 +246,59 @@
       <div class="no-number no-toc interface" id="input.password-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.password-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: embed.html
===================================================================
RCS file: /sources/public/html5/markup/embed.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- embed.html	31 Jul 2010 08:13:11 -0000	1.65
+++ embed.html	31 Jul 2010 14:18:15 -0000	1.66
@@ -152,11 +152,11 @@
 <div class="no-number no-toc interface" id="embed-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#embed-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLEmbedElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-embed-src" title="dom-embed-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-embed-type" title="dom-embed-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
+<pre class="idl">interface <b>HTMLEmbedElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-embed-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-embed-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
 };</pre>
 </div>
 </div>

Index: ul.html
===================================================================
RCS file: /sources/public/html5/markup/ul.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- ul.html	31 Jul 2010 08:13:15 -0000	1.53
+++ ul.html	31 Jul 2010 14:18:18 -0000	1.54
@@ -80,7 +80,7 @@
       <div class="no-number no-toc interface" id="ul-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#ul-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLUListElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLUListElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="ul-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ul-display">#</a>

Index: input.time.html
===================================================================
RCS file: /sources/public/html5/markup/input.time.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- input.time.html	31 Jul 2010 08:13:13 -0000	1.67
+++ input.time.html	31 Jul 2010 14:18:16 -0000	1.68
@@ -255,59 +255,59 @@
       <div class="no-number no-toc interface" id="input.time-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.time-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: input.color.html
===================================================================
RCS file: /sources/public/html5/markup/input.color.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- input.color.html	31 Jul 2010 08:13:12 -0000	1.65
+++ input.color.html	31 Jul 2010 14:18:16 -0000	1.66
@@ -196,59 +196,59 @@
       <div class="no-number no-toc interface" id="input.color-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.color-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: li.html
===================================================================
RCS file: /sources/public/html5/markup/li.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- li.html	31 Jul 2010 08:13:13 -0000	1.62
+++ li.html	31 Jul 2010 14:18:16 -0000	1.63
@@ -106,8 +106,8 @@
       <div class="no-number no-toc interface" id="li-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#li-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLLIElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-li-value" title="dom-li-value">value</a>;
+<pre class="idl">interface <b>HTMLLIElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute long <a href="http://dev.w3.org/html5/spec/grouping-content.html#dom-li-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="li-display">

Index: style.html
===================================================================
RCS file: /sources/public/html5/markup/style.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- style.html	31 Jul 2010 08:13:15 -0000	1.65
+++ style.html	31 Jul 2010 14:18:18 -0000	1.66
@@ -121,13 +121,13 @@
       <div class="no-number no-toc interface" id="style-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#style-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLStyleElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-style-disabled" title="dom-style-disabled">disabled</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-style-media" title="dom-style-media">media</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-style-type" title="dom-style-type">type</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-style-scoped" title="dom-style-scoped">scoped</a>;
+<pre class="idl">interface <b>HTMLStyleElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/semantics.html#dom-style-disabled" title="dom-style-disabled">disabled</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-style-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-style-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/semantics.html#dom-style-scoped" title='Read about this "scoped" reference in the full HTML5 spec.'>scoped</a>;
 };
-<a href="http://dev.w3.org/html5/spec/#htmlstyleelement" title="">HTMLStyleElement</a> implements ;</pre>
+<a href="http://dev.w3.org/html5/spec/semantics.html#htmlstyleelement" title="">HTMLStyleElement</a> implements ;</pre>
 </div>
       <div class="no-number no-toc display" id="style-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#style-display">#</a>

Index: del.html
===================================================================
RCS file: /sources/public/html5/markup/del.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- del.html	31 Jul 2010 08:13:11 -0000	1.62
+++ del.html	31 Jul 2010 14:18:15 -0000	1.63
@@ -88,9 +88,9 @@
       <div class="no-number no-toc interface" id="del-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#del-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLModElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-mod-cite" title="dom-mod-cite">cite</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-mod-datetime" title="dom-mod-datetime">dateTime</a>;
+<pre class="idl">interface <b>HTMLModElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/edits.html#dom-mod-cite" title='Read about this "cite" reference in the full HTML5 spec.'>cite</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/edits.html#dom-mod-datetime" title='Read about this "dateTime" reference in the full HTML5 spec.'>dateTime</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="del-display">

Index: menu.html
===================================================================
RCS file: /sources/public/html5/markup/menu.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- menu.html	31 Jul 2010 08:13:13 -0000	1.69
+++ menu.html	31 Jul 2010 14:18:17 -0000	1.70
@@ -129,9 +129,9 @@
 <div class="no-number no-toc interface" id="menu-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#menu-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLMenuElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-menu-type" title="dom-menu-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-menu-label" title="dom-menu-label">label</a>;
+<pre class="idl">interface <b>HTMLMenuElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-menu-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-menu-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="menu-display">

Index: input.image.html
===================================================================
RCS file: /sources/public/html5/markup/input.image.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- input.image.html	31 Jul 2010 08:13:12 -0000	1.68
+++ input.image.html	31 Jul 2010 14:18:16 -0000	1.69
@@ -264,59 +264,59 @@
       <div class="no-number no-toc interface" id="input.image-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.image-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: h2.html
===================================================================
RCS file: /sources/public/html5/markup/h2.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- h2.html	31 Jul 2010 08:13:11 -0000	1.59
+++ h2.html	31 Jul 2010 14:18:15 -0000	1.60
@@ -78,7 +78,7 @@
       <div class="no-number no-toc interface" id="h2-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#h2-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="h2-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h2-display">#</a>

Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/head.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- head.html	31 Jul 2010 08:13:12 -0000	1.56
+++ head.html	31 Jul 2010 14:18:15 -0000	1.57
@@ -91,7 +91,7 @@
       <div class="no-number no-toc interface" id="head-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#head-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLHeadElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLHeadElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="head-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#head-display">#</a>

Index: p.html
===================================================================
RCS file: /sources/public/html5/markup/p.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- p.html	31 Jul 2010 08:13:14 -0000	1.59
+++ p.html	31 Jul 2010 14:18:17 -0000	1.60
@@ -111,7 +111,7 @@
       <div class="no-number no-toc interface" id="p-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#p-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLParagraphElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLParagraphElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="p-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#p-display">#</a>

Index: map.html
===================================================================
RCS file: /sources/public/html5/markup/map.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- map.html	31 Jul 2010 08:13:13 -0000	1.61
+++ map.html	31 Jul 2010 14:18:17 -0000	1.62
@@ -87,10 +87,10 @@
       <div class="no-number no-toc interface" id="map-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#map-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLMapElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-map-name" title="dom-map-name">name</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-map-areas" title="dom-map-areas">areas</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-map-images" title="dom-map-images">images</a>;
+<pre class="idl">interface <b>HTMLMapElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+  readonly attribute <a href="urls.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-areas" title='Read about this "areas" reference in the full HTML5 spec.'>areas</a>;
+  readonly attribute <a href="urls.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-images" title='Read about this "images" reference in the full HTML5 spec.'>images</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="map-display">

Index: input.file.html
===================================================================
RCS file: /sources/public/html5/markup/input.file.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- input.file.html	31 Jul 2010 11:32:26 -0000	1.64
+++ input.file.html	31 Jul 2010 14:18:16 -0000	1.65
@@ -193,59 +193,59 @@
       <div class="no-number no-toc interface" id="input.file-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.file-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: input.radio.html
===================================================================
RCS file: /sources/public/html5/markup/input.radio.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- input.radio.html	31 Jul 2010 08:13:12 -0000	1.64
+++ input.radio.html	31 Jul 2010 14:18:16 -0000	1.65
@@ -189,59 +189,59 @@
       <div class="no-number no-toc interface" id="input.radio-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.radio-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: command.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/command.checkbox.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- command.checkbox.html	31 Jul 2010 08:13:11 -0000	1.61
+++ command.checkbox.html	31 Jul 2010 14:18:15 -0000	1.62
@@ -120,13 +120,13 @@
       <div class="no-number no-toc interface" id="command.checkbox-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#command.checkbox-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-type" title="dom-command-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-label" title="dom-command-label">label</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-icon" title="dom-command-icon">icon</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-disabled" title="dom-command-disabled">disabled</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-checked" title="dom-command-checked">checked</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-radiogroup" title="dom-command-radiogroup">radiogroup</a>;
+<pre class="idl">interface <b>HTMLCommandElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-icon" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-radiogroup" title='Read about this "radiogroup" reference in the full HTML5 spec.'>radiogroup</a>;
 };</pre>
 </div>
 </div>

Index: param.html
===================================================================
RCS file: /sources/public/html5/markup/param.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- param.html	31 Jul 2010 08:13:14 -0000	1.60
+++ param.html	31 Jul 2010 14:18:17 -0000	1.61
@@ -97,9 +97,9 @@
       <div class="no-number no-toc interface" id="param-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#param-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLParamElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-param-name" title="dom-param-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-param-value" title="dom-param-value">value</a>;
+<pre class="idl">interface <b>HTMLParamElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-param-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-param-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="param-display">

Index: span.html
===================================================================
RCS file: /sources/public/html5/markup/span.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- span.html	31 Jul 2010 08:13:14 -0000	1.55
+++ span.html	31 Jul 2010 14:18:17 -0000	1.56
@@ -79,7 +79,7 @@
 <div class="no-number no-toc interface" id="span-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#span-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLSpanElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLSpanElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
 </div>
 <hr class="footerbreak">

Index: input.reset.html
===================================================================
RCS file: /sources/public/html5/markup/input.reset.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- input.reset.html	31 Jul 2010 08:13:12 -0000	1.64
+++ input.reset.html	31 Jul 2010 14:18:16 -0000	1.65
@@ -165,59 +165,59 @@
       <div class="no-number no-toc interface" id="input.reset-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.reset-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: input.datetime-local.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime-local.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- input.datetime-local.html	31 Jul 2010 08:13:12 -0000	1.67
+++ input.datetime-local.html	31 Jul 2010 14:18:16 -0000	1.68
@@ -255,59 +255,59 @@
       <div class="no-number no-toc interface" id="input.datetime-local-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-local-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: option.html
===================================================================
RCS file: /sources/public/html5/markup/option.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- option.html	31 Jul 2010 08:13:14 -0000	1.64
+++ option.html	31 Jul 2010 14:18:17 -0000	1.65
@@ -132,21 +132,21 @@
       <div class="no-number no-toc interface" id="option-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#option-interface">#</a>
 </h2>
-<pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-option" title="dom-option">Option</a>(),
- NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-option-t" title="dom-option-t">Option</a>(in DOMString text),
- NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-option-tv" title="dom-option-tv">Option</a>(in DOMString text, in DOMString value),
- NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-option-tvd" title="dom-option-tvd">Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected),
- NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-option-tvds" title="dom-option-tvds">Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected, in boolean selected)]
-interface <b>HTMLOptionElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-option-disabled" title="dom-option-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-option-form" title="dom-option-form">form</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-option-label" title="dom-option-label">label</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-option-defaultselected" title="dom-option-defaultSelected">defaultSelected</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-option-selected" title="dom-option-selected">selected</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-option-value" title="dom-option-value">value</a>;
+<pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-t" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-tv" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-tvd" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected),
+ NamedConstructor=<a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-tvds" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected, in boolean selected)]
+interface <b>HTMLOptionElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-defaultselected" title='Read about this "defaultSelected" reference in the full HTML5 spec.'>defaultSelected</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-selected" title='Read about this "selected" reference in the full HTML5 spec.'>selected</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-option-text" title="dom-option-text">text</a>;
-  readonly attribute long <a href="http://dev.w3.org/html5/spec/#dom-option-index" title="dom-option-index">index</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>;
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-index" title='Read about this "index" reference in the full HTML5 spec.'>index</a>;
 };</pre>
 </div>
 </div>

Index: label.html
===================================================================
RCS file: /sources/public/html5/markup/label.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- label.html	31 Jul 2010 08:13:13 -0000	1.63
+++ label.html	31 Jul 2010 14:18:16 -0000	1.64
@@ -124,10 +124,10 @@
       <div class="no-number no-toc interface" id="label-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#label-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLLabelElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-label-htmlfor" title="dom-label-htmlFor">htmlFor</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-label-control" title="dom-label-control">control</a>;
+<pre class="idl">interface <b>HTMLLabelElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+  readonly attribute <a href="http://dev.w3.org/html5/spec/forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/forms.html#dom-label-htmlfor" title='Read about this "htmlFor" reference in the full HTML5 spec.'>htmlFor</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-label-control" title='Read about this "control" reference in the full HTML5 spec.'>control</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="label-display">

Index: select.html
===================================================================
RCS file: /sources/public/html5/markup/select.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- select.html	31 Jul 2010 08:13:14 -0000	1.60
+++ select.html	31 Jul 2010 14:18:17 -0000	1.61
@@ -153,35 +153,35 @@
       <div class="no-number no-toc interface" id="select-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#select-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLSelectElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-select-multiple" title="dom-select-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-select-size" title="dom-select-size">size</a>;
+<pre class="idl">interface <b>HTMLSelectElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
 
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-select-type" title="dom-select-type">type</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionscollection" title="">HTMLOptionsCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-select-options" title="dom-select-options">options</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-select-length" title="dom-select-length">length</a>;
-  caller getter any <a href="http://dev.w3.org/html5/spec/#dom-select-item" title="dom-select-item">item</a>(in unsigned long index);
-  caller getter any <a href="http://dev.w3.org/html5/spec/#dom-select-nameditem" title="dom-select-namedItem">namedItem</a>(in DOMString name);
-  void <a href="http://dev.w3.org/html5/spec/#dom-select-add" title="dom-select-add">add</a>(in <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> element, in optional <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> before);
-  void <a href="http://dev.w3.org/html5/spec/#dom-select-add" title="dom-select-add">add</a>(in <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> element, in long before);
-  void <a href="http://dev.w3.org/html5/spec/#dom-select-remove" title="dom-select-remove">remove</a>(in long index);
+  readonly attribute <a href="urls.html#htmloptionscollection" title="">HTMLOptionsCollection</a> <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-options" title='Read about this "options" reference in the full HTML5 spec.'>options</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
+  caller getter any <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>(in unsigned long index);
+  caller getter any <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name);
+  void <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="elements.html#htmlelement" title="">HTMLElement</a> element, in optional <a href="elements.html#htmlelement" title="">HTMLElement</a> before);
+  void <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="elements.html#htmlelement" title="">HTMLElement</a> element, in long before);
+  void <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-remove" title='Read about this "remove" reference in the full HTML5 spec.'>remove</a>(in long index);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-select-selectedoptions" title="dom-select-selectedOptions">selectedOptions</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-select-selectedindex" title="dom-select-selectedIndex">selectedIndex</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-select-value" title="dom-select-value">value</a>;
+  readonly attribute <a href="urls.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-selectedoptions" title='Read about this "selectedOptions" reference in the full HTML5 spec.'>selectedOptions</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-selectedindex" title='Read about this "selectedIndex" reference in the full HTML5 spec.'>selectedIndex</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 };</pre>
 </div>
 </div>

Index: blockquote.html
===================================================================
RCS file: /sources/public/html5/markup/blockquote.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- blockquote.html	31 Jul 2010 08:13:10 -0000	1.58
+++ blockquote.html	31 Jul 2010 14:18:14 -0000	1.59
@@ -78,8 +78,8 @@
       <div class="no-number no-toc interface" id="blockquote-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#blockquote-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLQuoteElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-quote-cite" title="dom-quote-cite">cite</a>;
+<pre class="idl">interface <b>HTMLQuoteElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/grouping-content.html#dom-quote-cite" title='Read about this "cite" reference in the full HTML5 spec.'>cite</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="blockquote-display">

Index: hr.html
===================================================================
RCS file: /sources/public/html5/markup/hr.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- hr.html	31 Jul 2010 08:13:12 -0000	1.57
+++ hr.html	31 Jul 2010 14:18:15 -0000	1.58
@@ -115,7 +115,7 @@
 <div class="no-number no-toc interface" id="hr-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#hr-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLHRElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLHRElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="hr-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#hr-display">#</a>

Index: td.html
===================================================================
RCS file: /sources/public/html5/markup/td.html,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- td.html	31 Jul 2010 08:13:15 -0000	1.65
+++ td.html	31 Jul 2010 14:18:18 -0000	1.66
@@ -168,7 +168,7 @@
       <div class="no-number no-toc interface" id="td-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#td-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLTableDataCellElement</b> : <a href="http://dev.w3.org/html5/spec/#htmltablecellelement" title="">HTMLTableCellElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLTableDataCellElement</b> : <a href="http://dev.w3.org/html5/spec/tabular-data.html#htmltablecellelement" title="">HTMLTableCellElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="td-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#td-display">#</a>

Index: input.hidden.html
===================================================================
RCS file: /sources/public/html5/markup/input.hidden.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- input.hidden.html	31 Jul 2010 08:13:12 -0000	1.64
+++ input.hidden.html	31 Jul 2010 14:18:16 -0000	1.65
@@ -154,59 +154,59 @@
       <div class="no-number no-toc interface" id="input.hidden-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.hidden-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: caption.html
===================================================================
RCS file: /sources/public/html5/markup/caption.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- caption.html	31 Jul 2010 08:13:10 -0000	1.54
+++ caption.html	31 Jul 2010 14:18:15 -0000	1.55
@@ -73,7 +73,7 @@
       <div class="no-number no-toc interface" id="caption-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#caption-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLTableCaptionElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLTableCaptionElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="caption-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#caption-display">#</a>

Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/base.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- base.html	31 Jul 2010 08:13:10 -0000	1.64
+++ base.html	31 Jul 2010 14:18:14 -0000	1.65
@@ -92,9 +92,9 @@
       <div class="no-number no-toc interface" id="base-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#base-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLBaseElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-base-href" title="dom-base-href">href</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-base-target" title="dom-base-target">target</a>;
+<pre class="idl">interface <b>HTMLBaseElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-base-href" title='Read about this "href" reference in the full HTML5 spec.'>href</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-base-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>;
 };</pre>
 </div>
 </div>

Index: canvas.html
===================================================================
RCS file: /sources/public/html5/markup/canvas.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- canvas.html	31 Jul 2010 08:13:10 -0000	1.56
+++ canvas.html	31 Jul 2010 14:18:15 -0000	1.57
@@ -88,13 +88,13 @@
       <div class="no-number no-toc interface" id="canvas-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#canvas-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLCanvasElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-canvas-width" title="dom-canvas-width">width</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-canvas-height" title="dom-canvas-height">height</a>;
+<pre class="idl">interface <b>HTMLCanvasElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
 
-  DOMString <a href="http://dev.w3.org/html5/spec/#dom-canvas-todataurl" title="dom-canvas-toDataURL">toDataURL</a>(in optional DOMString type, in any... args);
+  DOMString <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-todataurl" title='Read about this "toDataURL" reference in the full HTML5 spec.'>toDataURL</a>(in optional DOMString type, in any... args);
 
-  object <a href="http://dev.w3.org/html5/spec/#dom-canvas-getcontext" title="dom-canvas-getContext">getContext</a>(in DOMString contextId);
+  object <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-getcontext" title="dom-canvas-getContext">getContext</a>(in DOMString contextId);
 };</pre>
 </div>
 </div>

Index: input.search.html
===================================================================
RCS file: /sources/public/html5/markup/input.search.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- input.search.html	31 Jul 2010 08:13:12 -0000	1.67
+++ input.search.html	31 Jul 2010 14:18:16 -0000	1.68
@@ -261,59 +261,59 @@
       <div class="no-number no-toc interface" id="input.search-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.search-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: tfoot.html
===================================================================
RCS file: /sources/public/html5/markup/tfoot.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- tfoot.html	31 Jul 2010 08:13:15 -0000	1.53
+++ tfoot.html	31 Jul 2010 14:18:18 -0000	1.54
@@ -117,10 +117,10 @@
 <div class="no-number no-toc interface" id="tfoot-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#tfoot-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-tbody-rows" title="dom-tbody-rows">rows</a>;
-  <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-tbody-insertrow" title="dom-tbody-insertRow">insertRow</a>(in optional long index);
-  void <a href="http://dev.w3.org/html5/spec/#dom-tbody-deleterow" title="dom-tbody-deleteRow">deleteRow</a>(in long index);
+<pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+  readonly attribute <a href="urls.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>;
+  <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a>(in optional long index);
+  void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a>(in long index);
 };</pre>
 </div>
       <div class="no-number no-toc display" id="tfoot-display">

Index: fieldset.html
===================================================================
RCS file: /sources/public/html5/markup/fieldset.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- fieldset.html	31 Jul 2010 08:13:11 -0000	1.57
+++ fieldset.html	31 Jul 2010 14:18:15 -0000	1.58
@@ -103,20 +103,20 @@
       <div class="no-number no-toc interface" id="fieldset-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#fieldset-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLFieldSetElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fieldset-disabled" title="dom-fieldset-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
+<pre class="idl">interface <b>HTMLFieldSetElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
 
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fieldset-type" title="dom-fieldset-type">type</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformcontrolscollection" title="">HTMLFormControlsCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-fieldset-elements" title="dom-fieldset-elements">elements</a>;
+  readonly attribute <a href="urls.html#htmlformcontrolscollection" title="">HTMLFormControlsCollection</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a>;
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 };</pre>
 </div>
       <div class="no-number no-toc display" id="fieldset-display">

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -d -r1.259 -r1.260
--- spec.html	31 Jul 2010 11:32:26 -0000	1.259
+++ spec.html	31 Jul 2010 14:18:17 -0000	1.260
@@ -3260,25 +3260,25 @@
 <div class="no-number no-toc interface" id="a-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#a-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLAnchorElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-  stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-href" title="dom-a-href">href</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-target" title="dom-a-target">target</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-rel" title="dom-a-rel">rel</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#domtokenlist" title="">DOMTokenList</a> <a href="http://dev.w3.org/html5/spec/#dom-a-rellist" title="dom-a-relList">relList</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-media" title="dom-a-media">media</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-hreflang" title="dom-a-hreflang">hreflang</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-type" title="dom-a-type">type</a>;
[...3987 lines suppressed...]
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ul-display">#</a>
@@ -22406,12 +22406,12 @@
       <div class="no-number no-toc interface" id="video-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#video-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLVideoElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlmediaelement" title="">HTMLMediaElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-video-videowidth" title="dom-video-videoWidth">videoWidth</a>;
-  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-video-videoheight" title="dom-video-videoHeight">videoHeight</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-video-poster" title="dom-video-poster">poster</a>;
+<pre class="idl">interface <b>HTMLVideoElement</b> : <a href="http://dev.w3.org/html5/spec/video.html#htmlmediaelement" title="">HTMLMediaElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/video.html#dom-video-videowidth" title='Read about this "videoWidth" reference in the full HTML5 spec.'>videoWidth</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/video.html#dom-video-videoheight" title='Read about this "videoHeight" reference in the full HTML5 spec.'>videoHeight</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/video.html#dom-video-poster" title='Read about this "poster" reference in the full HTML5 spec.'>poster</a>;
 };</pre>
 </div>
 </div>

Index: datalist.html
===================================================================
RCS file: /sources/public/html5/markup/datalist.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- datalist.html	31 Jul 2010 08:13:11 -0000	1.59
+++ datalist.html	31 Jul 2010 14:18:15 -0000	1.60
@@ -81,8 +81,8 @@
 <div class="no-number no-toc interface" id="datalist-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#datalist-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLDataListElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-datalist-options" title="dom-datalist-options">options</a>;
+<pre class="idl">interface <b>HTMLDataListElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+  readonly attribute <a href="urls.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-datalist-options" title='Read about this "options" reference in the full HTML5 spec.'>options</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="datalist-display">

Index: h1.html
===================================================================
RCS file: /sources/public/html5/markup/h1.html,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- h1.html	31 Jul 2010 08:13:11 -0000	1.58
+++ h1.html	31 Jul 2010 14:18:15 -0000	1.59
@@ -78,7 +78,7 @@
       <div class="no-number no-toc interface" id="h1-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#h1-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="h1-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h1-display">#</a>

Index: h3.html
===================================================================
RCS file: /sources/public/html5/markup/h3.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- h3.html	31 Jul 2010 08:13:11 -0000	1.59
+++ h3.html	31 Jul 2010 14:18:15 -0000	1.60
@@ -78,7 +78,7 @@
       <div class="no-number no-toc interface" id="h3-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#h3-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="h3-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h3-display">#</a>

Index: optgroup.html
===================================================================
RCS file: /sources/public/html5/markup/optgroup.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- optgroup.html	31 Jul 2010 08:13:13 -0000	1.55
+++ optgroup.html	31 Jul 2010 14:18:17 -0000	1.56
@@ -99,9 +99,9 @@
       <div class="no-number no-toc interface" id="optgroup-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#optgroup-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLOptGroupElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-optgroup-disabled" title="dom-optgroup-disabled">disabled</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-optgroup-label" title="dom-optgroup-label">label</a>;
+<pre class="idl">interface <b>HTMLOptGroupElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-optgroup-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-optgroup-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>;
 };</pre>
 </div>
 </div>

Index: input.week.html
===================================================================
RCS file: /sources/public/html5/markup/input.week.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- input.week.html	31 Jul 2010 08:13:13 -0000	1.67
+++ input.week.html	31 Jul 2010 14:18:16 -0000	1.68
@@ -254,59 +254,59 @@
       <div class="no-number no-toc interface" id="input.week-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.week-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: button.button.html
===================================================================
RCS file: /sources/public/html5/markup/button.button.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- button.button.html	31 Jul 2010 08:13:10 -0000	1.63
+++ button.button.html	31 Jul 2010 14:18:15 -0000	1.64
@@ -154,26 +154,26 @@
       <div class="no-number no-toc interface" id="button.button-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#button.button-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-button-type" title="dom-button-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-button-value" title="dom-button-value">value</a>;
+<pre class="idl">interface <b>HTMLButtonElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 };</pre>
 </div>
 </div>

Index: form.html
===================================================================
RCS file: /sources/public/html5/markup/form.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- form.html	31 Jul 2010 08:13:11 -0000	1.67
+++ form.html	31 Jul 2010 14:18:15 -0000	1.68
@@ -168,27 +168,27 @@
         <h2 class="element-subhead">DOM interface <a class="hash" href="#form-interface">#</a>
 </h2>
 <pre class="idl">[OverrideBuiltins]
-interface <b>HTMLFormElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-form-acceptcharset" title="dom-form-acceptCharset">acceptCharset</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-action" title="dom-fs-action">action</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-form-autocomplete" title="dom-form-autocomplete">autocomplete</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-enctype" title="dom-fs-enctype">enctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-method" title="dom-fs-method">method</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-form-name" title="dom-form-name">name</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-novalidate" title="dom-fs-noValidate">noValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-target" title="dom-fs-target">target</a>;
+interface <b>HTMLFormElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-acceptcharset" title='Read about this "acceptCharset" reference in the full HTML5 spec.'>acceptCharset</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-action" title='Read about this "action" reference in the full HTML5 spec.'>action</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-enctype" title='Read about this "enctype" reference in the full HTML5 spec.'>enctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-method" title='Read about this "method" reference in the full HTML5 spec.'>method</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-novalidate" title='Read about this "noValidate" reference in the full HTML5 spec.'>noValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>;
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformcontrolscollection" title="">HTMLFormControlsCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-form-elements" title="dom-form-elements">elements</a>;
-  readonly attribute long <a href="http://dev.w3.org/html5/spec/#dom-form-length" title="dom-form-length">length</a>;
-  caller getter any <a href="http://dev.w3.org/html5/spec/#dom-form-item" title="dom-form-item">item</a>(in unsigned long index);
-  caller getter any <a href="http://dev.w3.org/html5/spec/#dom-form-nameditem" title="dom-form-namedItem">namedItem</a>(in DOMString name);
+  readonly attribute <a href="urls.html#htmlformcontrolscollection" title="">HTMLFormControlsCollection</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title='Read about this "elements" reference in the full HTML5 spec.'>elements</a>;
+  readonly attribute long <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-length" title='Read about this "length" reference in the full HTML5 spec.'>length</a>;
+  caller getter any <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-item" title='Read about this "item" reference in the full HTML5 spec.'>item</a>(in unsigned long index);
+  caller getter any <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-nameditem" title='Read about this "namedItem" reference in the full HTML5 spec.'>namedItem</a>(in DOMString name);
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-form-submit" title="dom-form-submit">submit</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-form-reset" title="dom-form-reset">reset</a>();
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-form-checkvalidity" title="dom-form-checkValidity">checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-submit" title='Read about this "submit" reference in the full HTML5 spec.'>submit</a>();
+  void <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-reset" title='Read about this "reset" reference in the full HTML5 spec.'>reset</a>();
+  boolean <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-checkvalidity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-form-dispatchforminput" title="dom-form-dispatchFormInput">dispatchFormInput</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-form-dispatchformchange" title="dom-form-dispatchFormChange">dispatchFormChange</a>();
+  void <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-dispatchforminput" title='Read about this "dispatchFormInput" reference in the full HTML5 spec.'>dispatchFormInput</a>();
+  void <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-dispatchformchange" title='Read about this "dispatchFormChange" reference in the full HTML5 spec.'>dispatchFormChange</a>();
 };</pre>
 </div>
       <div class="no-number no-toc display" id="form-display">

Index: ol.html
===================================================================
RCS file: /sources/public/html5/markup/ol.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- ol.html	31 Jul 2010 08:13:13 -0000	1.60
+++ ol.html	31 Jul 2010 14:18:17 -0000	1.61
@@ -114,9 +114,9 @@
       <div class="no-number no-toc interface" id="ol-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#ol-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLOListElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-ol-reversed" title="dom-ol-reversed">reversed</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-ol-start" title="dom-ol-start">start</a>;
+<pre class="idl">interface <b>HTMLOListElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/grouping-content.html#dom-ol-reversed" title='Read about this "reversed" reference in the full HTML5 spec.'>reversed</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/grouping-content.html#dom-ol-start" title='Read about this "start" reference in the full HTML5 spec.'>start</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="ol-display">

Index: colgroup.html
===================================================================
RCS file: /sources/public/html5/markup/colgroup.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- colgroup.html	31 Jul 2010 08:13:11 -0000	1.56
+++ colgroup.html	31 Jul 2010 14:18:15 -0000	1.57
@@ -118,8 +118,8 @@
       <div class="no-number no-toc interface" id="colgroup-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#colgroup-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLTableColElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-colgroup-span" title="dom-colgroup-span">span</a>;
+<pre class="idl">interface <b>HTMLTableColElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-colgroup-span" title='Read about this "span" reference in the full HTML5 spec.'>span</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="colgroup-display">

Index: dl.html
===================================================================
RCS file: /sources/public/html5/markup/dl.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- dl.html	31 Jul 2010 08:13:11 -0000	1.55
+++ dl.html	31 Jul 2010 14:18:15 -0000	1.56
@@ -93,7 +93,7 @@
 <div class="no-number no-toc interface" id="dl-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#dl-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLDListElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLDListElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="dl-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dl-display">#</a>

Index: thead.html
===================================================================
RCS file: /sources/public/html5/markup/thead.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- thead.html	31 Jul 2010 08:13:15 -0000	1.53
+++ thead.html	31 Jul 2010 14:18:18 -0000	1.54
@@ -100,10 +100,10 @@
       <div class="no-number no-toc interface" id="thead-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#thead-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-tbody-rows" title="dom-tbody-rows">rows</a>;
-  <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-tbody-insertrow" title="dom-tbody-insertRow">insertRow</a>(in optional long index);
-  void <a href="http://dev.w3.org/html5/spec/#dom-tbody-deleterow" title="dom-tbody-deleteRow">deleteRow</a>(in long index);
+<pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+  readonly attribute <a href="urls.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>;
+  <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a>(in optional long index);
+  void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a>(in long index);
 };</pre>
 </div>
       <div class="no-number no-toc display" id="thead-display">

Index: tbody.html
===================================================================
RCS file: /sources/public/html5/markup/tbody.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- tbody.html	31 Jul 2010 08:13:15 -0000	1.53
+++ tbody.html	31 Jul 2010 14:18:18 -0000	1.54
@@ -110,10 +110,10 @@
       <div class="no-number no-toc interface" id="tbody-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#tbody-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-tbody-rows" title="dom-tbody-rows">rows</a>;
-  <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-tbody-insertrow" title="dom-tbody-insertRow">insertRow</a>(in optional long index);
-  void <a href="http://dev.w3.org/html5/spec/#dom-tbody-deleterow" title="dom-tbody-deleteRow">deleteRow</a>(in long index);
+<pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+  readonly attribute <a href="urls.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>;
+  <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-insertrow" title='Read about this "insertRow" reference in the full HTML5 spec.'>insertRow</a>(in optional long index);
+  void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-deleterow" title='Read about this "deleteRow" reference in the full HTML5 spec.'>deleteRow</a>(in long index);
 };</pre>
 </div>
       <div class="no-number no-toc display" id="tbody-display">

Index: video.html
===================================================================
RCS file: /sources/public/html5/markup/video.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- video.html	31 Jul 2010 08:13:15 -0000	1.75
+++ video.html	31 Jul 2010 14:18:18 -0000	1.76
@@ -200,12 +200,12 @@
       <div class="no-number no-toc interface" id="video-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#video-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLVideoElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlmediaelement" title="">HTMLMediaElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-video-videowidth" title="dom-video-videoWidth">videoWidth</a>;
-  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-video-videoheight" title="dom-video-videoHeight">videoHeight</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-video-poster" title="dom-video-poster">poster</a>;
+<pre class="idl">interface <b>HTMLVideoElement</b> : <a href="http://dev.w3.org/html5/spec/video.html#htmlmediaelement" title="">HTMLMediaElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/video.html#dom-video-videowidth" title='Read about this "videoWidth" reference in the full HTML5 spec.'>videoWidth</a>;
+  readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/video.html#dom-video-videoheight" title='Read about this "videoHeight" reference in the full HTML5 spec.'>videoHeight</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/video.html#dom-video-poster" title='Read about this "poster" reference in the full HTML5 spec.'>poster</a>;
 };</pre>
 </div>
 </div>

Index: source.html
===================================================================
RCS file: /sources/public/html5/markup/source.html,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- source.html	31 Jul 2010 08:13:14 -0000	1.69
+++ source.html	31 Jul 2010 14:18:17 -0000	1.70
@@ -123,10 +123,10 @@
 <div class="no-number no-toc interface" id="source-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#source-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLSourceElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-source-src" title="dom-source-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-source-type" title="dom-source-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-source-media" title="dom-source-media">media</a>;
+<pre class="idl">interface <b>HTMLSourceElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/video.html#dom-source-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/video.html#dom-source-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/video.html#dom-source-media" title='Read about this "media" reference in the full HTML5 spec.'>media</a>;
 };</pre>
 </div>
 </div>

Index: button.reset.html
===================================================================
RCS file: /sources/public/html5/markup/button.reset.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- button.reset.html	31 Jul 2010 08:13:10 -0000	1.63
+++ button.reset.html	31 Jul 2010 14:18:15 -0000	1.64
@@ -154,26 +154,26 @@
       <div class="no-number no-toc interface" id="button.reset-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#button.reset-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-button-type" title="dom-button-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-button-value" title="dom-button-value">value</a>;
+<pre class="idl">interface <b>HTMLButtonElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 };</pre>
 </div>
 </div>

Index: meta.charset.html
===================================================================
RCS file: /sources/public/html5/markup/meta.charset.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- meta.charset.html	31 Jul 2010 08:13:13 -0000	1.68
+++ meta.charset.html	31 Jul 2010 14:18:17 -0000	1.69
@@ -98,10 +98,10 @@
       <div class="no-number no-toc interface" id="meta.charset-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.charset-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-name" title="dom-meta-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>;
+<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-httpequiv" title='Read about this "httpEquiv" reference in the full HTML5 spec.'>httpEquiv</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-content" title='Read about this "content" reference in the full HTML5 spec.'>content</a>;
 };</pre>
 </div>
 </div>

Index: output.html
===================================================================
RCS file: /sources/public/html5/markup/output.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- output.html	31 Jul 2010 08:13:14 -0000	1.64
+++ output.html	31 Jul 2010 14:18:17 -0000	1.65
@@ -103,22 +103,22 @@
       <div class="no-number no-toc interface" id="output-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#output-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLOutputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-  [PutForwards=<a href="http://dev.w3.org/html5/spec/#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="http://dev.w3.org/html5/spec/#domsettabletokenlist" title="">DOMSettableTokenList</a> ;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
+<pre class="idl">interface <b>HTMLOutputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+  [PutForwards=<a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>] readonly attribute <a href="urls.html#domsettabletokenlist" title="">DOMSettableTokenList</a> ;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
 
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-output-type" title="dom-output-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-output-defaultvalue" title="dom-output-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-output-value" title="dom-output-value">value</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 };</pre>
 </div>
 </div>

Index: input.submit.html
===================================================================
RCS file: /sources/public/html5/markup/input.submit.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- input.submit.html	31 Jul 2010 08:13:12 -0000	1.64
+++ input.submit.html	31 Jul 2010 14:18:16 -0000	1.65
@@ -224,59 +224,59 @@
       <div class="no-number no-toc interface" id="input.submit-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.submit-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: input.date.html
===================================================================
RCS file: /sources/public/html5/markup/input.date.html,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- input.date.html	31 Jul 2010 08:13:12 -0000	1.66
+++ input.date.html	31 Jul 2010 14:18:16 -0000	1.67
@@ -254,59 +254,59 @@
       <div class="no-number no-toc interface" id="input.date-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.date-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: title.html
===================================================================
RCS file: /sources/public/html5/markup/title.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- title.html	31 Jul 2010 08:13:15 -0000	1.56
+++ title.html	31 Jul 2010 14:18:18 -0000	1.57
@@ -63,8 +63,8 @@
       <div class="no-number no-toc interface" id="title-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#title-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLTitleElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-title-text" title="dom-title-text">text</a>;
+<pre class="idl">interface <b>HTMLTitleElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-title-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>;
 };</pre>
 </div>
       <div class="no-number no-toc display" id="title-display">

Index: pre.html
===================================================================
RCS file: /sources/public/html5/markup/pre.html,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- pre.html	31 Jul 2010 08:13:14 -0000	1.57
+++ pre.html	31 Jul 2010 14:18:17 -0000	1.58
@@ -76,7 +76,7 @@
       <div class="no-number no-toc interface" id="pre-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#pre-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLPreElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLPreElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="pre-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#pre-display">#</a>

Index: button.submit.html
===================================================================
RCS file: /sources/public/html5/markup/button.submit.html,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- button.submit.html	31 Jul 2010 08:13:10 -0000	1.63
+++ button.submit.html	31 Jul 2010 14:18:15 -0000	1.64
@@ -213,26 +213,26 @@
       <div class="no-number no-toc interface" id="button.submit-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#button.submit-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-button-type" title="dom-button-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-button-value" title="dom-button-value">value</a>;
+<pre class="idl">interface <b>HTMLButtonElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 };</pre>
 </div>
 </div>

Index: details.html
===================================================================
RCS file: /sources/public/html5/markup/details.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- details.html	31 Jul 2010 08:13:11 -0000	1.44
+++ details.html	31 Jul 2010 14:18:15 -0000	1.45
@@ -95,8 +95,8 @@
       <div class="no-number no-toc interface" id="details-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#details-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLDetailsElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-details-open" title="dom-details-open">open</a>;
+<pre class="idl">interface <b>HTMLDetailsElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-details-open" title='Read about this "open" reference in the full HTML5 spec.'>open</a>;
 };</pre>
 </div>
 </div>

Index: input.url.html
===================================================================
RCS file: /sources/public/html5/markup/input.url.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- input.url.html	31 Jul 2010 08:13:13 -0000	1.67
+++ input.url.html	31 Jul 2010 14:18:16 -0000	1.68
@@ -264,59 +264,59 @@
       <div class="no-number no-toc interface" id="input.url-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#input.url-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
-  readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>;
-           attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>;
-           attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>;
-           attribute  <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>;
-           attribute double <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>;
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
+<pre class="idl">interface <b>HTMLInputElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>;
+  readonly attribute <a href="forms.html#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fae-form" title='Read about this "form" reference in the full HTML5 spec.'>form</a>;
+  readonly attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title='Read about this "files" reference in the full HTML5 spec.'>files</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title='Read about this "formAction" reference in the full HTML5 spec.'>formAction</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title='Read about this "formEnctype" reference in the full HTML5 spec.'>formEnctype</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>;
+  readonly attribute <a href="elements.html#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-list" title='Read about this "list" reference in the full HTML5 spec.'>list</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title='Read about this "max" reference in the full HTML5 spec.'>max</a>;
+           attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title='Read about this "maxLength" reference in the full HTML5 spec.'>maxLength</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title='Read about this "min" reference in the full HTML5 spec.'>min</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>;
+           attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>;
+           attribute  <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>;
+           attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>;
+  readonly attribute <a href="the-button-element.html#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-selectedoption" title='Read about this "selectedOption" reference in the full HTML5 spec.'>selectedOption</a>;
+           attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n);
-  void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title='Read about this "stepUp" reference in the full HTML5 spec.'>stepUp</a>(in optional long n);
+  void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n);
 
-  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>;
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>;
-  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>;
-  boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
-  void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
+  readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>;
+  readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>;
+  boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>();
+  void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error);
 
-  readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
+  readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title='Read about this "NodeList" reference in the full HTML5 spec.'>NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title='Read about this "labels" reference in the full HTML5 spec.'>labels</a>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>;
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>;
+  void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre>
 </div>
 </div>

Index: h5.html
===================================================================
RCS file: /sources/public/html5/markup/h5.html,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- h5.html	31 Jul 2010 08:13:11 -0000	1.59
+++ h5.html	31 Jul 2010 14:18:15 -0000	1.60
@@ -78,7 +78,7 @@
       <div class="no-number no-toc interface" id="h5-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#h5-interface">#</a>
 </h2>
-<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre>
+<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> {};</pre>
 </div>
       <div class="no-number no-toc display" id="h5-display">
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h5-display">#</a>

Received on Saturday, 31 July 2010 14:18:33 UTC