- From: poot <cvsmail@w3.org>
- Date: Sat, 31 Jul 2010 23:52:12 +0900 (JST)
- To: public-html-diffs@w3.org
mike: build tweak http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.260&r2=1.261&f=h =================================================================== RCS file: /sources/public/html5/markup/body.html,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- body.html 31 Jul 2010 14:18:14 -0000 1.67 +++ body.html 31 Jul 2010 14:48:49 -0000 1.68 @@ -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="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 class="idl">interface <b>HTMLBodyElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { + attribute <a href="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- legend.html 31 Jul 2010 14:18:16 -0000 1.56 +++ legend.html 31 Jul 2010 14:48:51 -0000 1.57 @@ -65,7 +65,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLLegendElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: br.html =================================================================== RCS file: /sources/public/html5/markup/br.html,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- br.html 31 Jul 2010 14:18:15 -0000 1.51 +++ br.html 31 Jul 2010 14:48:49 -0000 1.52 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLBRElement</b> : <a href="http://dev.w3.org/html5/spec/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.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- input.email.html 31 Jul 2010 14:18:16 -0000 1.68 +++ input.email.html 31 Jul 2010 14:48:50 -0000 1.69 @@ -285,7 +285,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -293,7 +293,7 @@ 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/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>; @@ -302,7 +302,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -320,7 +320,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: tr.html =================================================================== RCS file: /sources/public/html5/markup/tr.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- tr.html 31 Jul 2010 14:18:18 -0000 1.54 +++ tr.html 31 Jul 2010 14:48:52 -0000 1.55 @@ -101,11 +101,11 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLTableRowElement</b> : <a href="http://dev.w3.org/html5/spec/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); + readonly attribute <a href="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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> Index: input.month.html =================================================================== RCS file: /sources/public/html5/markup/input.month.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- input.month.html 31 Jul 2010 14:18:16 -0000 1.68 +++ input.month.html 31 Jul 2010 14:48:51 -0000 1.69 @@ -254,7 +254,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -262,7 +262,7 @@ 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/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>; @@ -271,7 +271,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -289,7 +289,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: iframe.html =================================================================== RCS file: /sources/public/html5/markup/iframe.html,v retrieving revision 1.77 retrieving revision 1.78 diff -u -d -r1.77 -r1.78 --- iframe.html 31 Jul 2010 14:18:15 -0000 1.77 +++ iframe.html 31 Jul 2010 14:48:50 -0000 1.78 @@ -247,11 +247,11 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLIFrameElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + [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="http://dev.w3.org/html5/spec/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>; Index: ins.html =================================================================== RCS file: /sources/public/html5/markup/ins.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- ins.html 31 Jul 2010 14:18:16 -0000 1.64 +++ ins.html 31 Jul 2010 14:48:51 -0000 1.65 @@ -88,7 +88,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLModElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: div.html =================================================================== RCS file: /sources/public/html5/markup/div.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- div.html 31 Jul 2010 14:18:15 -0000 1.57 +++ div.html 31 Jul 2010 14:48:50 -0000 1.58 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLDivElement</b> : <a href="http://dev.w3.org/html5/spec/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.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- meta.name.html 31 Jul 2010 14:18:17 -0000 1.64 +++ meta.name.html 31 Jul 2010 14:48:51 -0000 1.65 @@ -85,7 +85,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: table.html =================================================================== RCS file: /sources/public/html5/markup/table.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- table.html 31 Jul 2010 14:18:18 -0000 1.61 +++ table.html 31 Jul 2010 14:48:52 -0000 1.62 @@ -153,20 +153,20 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLTableElement</b> : <a href="http://dev.w3.org/html5/spec/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>(); + <a href="http://dev.w3.org/html5/spec/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>(); + <a href="http://dev.w3.org/html5/spec/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>(); + <a href="http://dev.w3.org/html5/spec/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); + readonly attribute <a href="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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> Index: html.html =================================================================== RCS file: /sources/public/html5/markup/html.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- html.html 31 Jul 2010 14:18:15 -0000 1.62 +++ html.html 31 Jul 2010 14:48:50 -0000 1.63 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLHtmlElement</b> : <a href="http://dev.w3.org/html5/spec/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.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- meta.http-equiv.content-type.html 31 Jul 2010 14:18:17 -0000 1.66 +++ meta.http-equiv.content-type.html 31 Jul 2010 14:48:51 -0000 1.67 @@ -126,7 +126,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: meta.http-equiv.content-language.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.content-language.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- meta.http-equiv.content-language.html 31 Jul 2010 14:18:17 -0000 1.62 +++ meta.http-equiv.content-language.html 31 Jul 2010 14:48:51 -0000 1.63 @@ -107,7 +107,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: script.html =================================================================== RCS file: /sources/public/html5/markup/script.html,v retrieving revision 1.73 retrieving revision 1.74 diff -u -d -r1.73 -r1.74 --- script.html 31 Jul 2010 14:18:17 -0000 1.73 +++ script.html 31 Jul 2010 14:48:52 -0000 1.74 @@ -180,7 +180,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLScriptElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: input.range.html =================================================================== RCS file: /sources/public/html5/markup/input.range.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- input.range.html 31 Jul 2010 14:18:16 -0000 1.68 +++ input.range.html 31 Jul 2010 14:48:51 -0000 1.69 @@ -230,7 +230,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -238,7 +238,7 @@ 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/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>; @@ -247,7 +247,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -265,7 +265,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: time.html =================================================================== RCS file: /sources/public/html5/markup/time.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- time.html 31 Jul 2010 14:18:18 -0000 1.64 +++ time.html 31 Jul 2010 14:48:52 -0000 1.65 @@ -122,7 +122,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLTimeElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: meta.http-equiv.default-style.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- meta.http-equiv.default-style.html 31 Jul 2010 14:18:17 -0000 1.63 +++ meta.http-equiv.default-style.html 31 Jul 2010 14:48:51 -0000 1.64 @@ -101,7 +101,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: keygen.html =================================================================== RCS file: /sources/public/html5/markup/keygen.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- keygen.html 31 Jul 2010 14:18:16 -0000 1.61 +++ keygen.html 31 Jul 2010 14:48:51 -0000 1.62 @@ -153,11 +153,11 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLKeygenElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + 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/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>; Index: command.command.html =================================================================== RCS file: /sources/public/html5/markup/command.command.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- command.command.html 31 Jul 2010 14:18:15 -0000 1.62 +++ command.command.html 31 Jul 2010 14:48:49 -0000 1.63 @@ -110,7 +110,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: progress.html =================================================================== RCS file: /sources/public/html5/markup/progress.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- progress.html 31 Jul 2010 14:18:17 -0000 1.63 +++ progress.html 31 Jul 2010 14:48:52 -0000 1.64 @@ -107,11 +107,11 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLProgressElement</b> : <a href="http://dev.w3.org/html5/spec/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/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> Index: textarea.html =================================================================== RCS file: /sources/public/html5/markup/textarea.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- textarea.html 31 Jul 2010 14:18:18 -0000 1.66 +++ textarea.html 31 Jul 2010 14:48:52 -0000 1.67 @@ -232,11 +232,11 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLTextAreaElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + 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 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>; Index: meter.html =================================================================== RCS file: /sources/public/html5/markup/meter.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- meter.html 31 Jul 2010 14:18:17 -0000 1.65 +++ meter.html 31 Jul 2010 14:48:51 -0000 1.66 @@ -221,14 +221,14 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLMeterElement</b> : <a href="http://dev.w3.org/html5/spec/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/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> Index: input.button.html =================================================================== RCS file: /sources/public/html5/markup/input.button.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- input.button.html 31 Jul 2010 14:18:15 -0000 1.64 +++ input.button.html 31 Jul 2010 14:48:50 -0000 1.65 @@ -165,7 +165,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -173,7 +173,7 @@ 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/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>; @@ -182,7 +182,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -200,7 +200,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: link.html =================================================================== RCS file: /sources/public/html5/markup/link.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- link.html 31 Jul 2010 14:18:17 -0000 1.69 +++ link.html 31 Jul 2010 14:48:51 -0000 1.70 @@ -166,7 +166,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLLIElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: meta.http-equiv.refresh.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.refresh.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- meta.http-equiv.refresh.html 31 Jul 2010 14:18:17 -0000 1.61 +++ meta.http-equiv.refresh.html 31 Jul 2010 14:48:51 -0000 1.62 @@ -105,7 +105,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: area.html =================================================================== RCS file: /sources/public/html5/markup/area.html,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- area.html 31 Jul 2010 14:18:14 -0000 1.75 +++ area.html 31 Jul 2010 14:48:49 -0000 1.76 @@ -201,19 +201,19 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLAreaElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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="urls.html#url-decomposition-idl-attributes" title="">URL decomposition IDL attributes</a> + // <a href="http://dev.w3.org/html5/spec/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>; Index: input.text.html =================================================================== RCS file: /sources/public/html5/markup/input.text.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- input.text.html 31 Jul 2010 14:18:16 -0000 1.65 +++ input.text.html 31 Jul 2010 14:48:51 -0000 1.66 @@ -259,7 +259,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -267,7 +267,7 @@ 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/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>; @@ -276,7 +276,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -294,7 +294,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: h6.html =================================================================== RCS file: /sources/public/html5/markup/h6.html,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- h6.html 31 Jul 2010 14:18:15 -0000 1.60 +++ h6.html 31 Jul 2010 14:48:50 -0000 1.61 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/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.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- input.checkbox.html 31 Jul 2010 14:18:16 -0000 1.64 +++ input.checkbox.html 31 Jul 2010 14:48:50 -0000 1.65 @@ -188,7 +188,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -196,7 +196,7 @@ 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/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>; @@ -205,7 +205,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -223,7 +223,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: a.html =================================================================== RCS file: /sources/public/html5/markup/a.html,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- a.html 31 Jul 2010 14:18:14 -0000 1.81 +++ a.html 31 Jul 2010 14:48:49 -0000 1.82 @@ -235,18 +235,18 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLAnchorElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/text-level-semantics.html#dom-a-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>; - // <a href="urls.html#url-decomposition-idl-attributes" title="">URL decomposition IDL attributes</a> + // <a href="http://dev.w3.org/html5/spec/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>; Index: object.html =================================================================== RCS file: /sources/public/html5/markup/object.html,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- object.html 31 Jul 2010 14:18:17 -0000 1.74 +++ object.html 31 Jul 2010 14:48:52 -0000 1.75 @@ -233,12 +233,12 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLObjectElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + 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/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>; Index: input.tel.html =================================================================== RCS file: /sources/public/html5/markup/input.tel.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- input.tel.html 31 Jul 2010 14:18:16 -0000 1.65 +++ input.tel.html 31 Jul 2010 14:48:51 -0000 1.66 @@ -260,7 +260,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -268,7 +268,7 @@ 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/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>; @@ -277,7 +277,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -295,7 +295,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: h4.html =================================================================== RCS file: /sources/public/html5/markup/h4.html,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- h4.html 31 Jul 2010 14:18:15 -0000 1.60 +++ h4.html 31 Jul 2010 14:48:50 -0000 1.61 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/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.73 retrieving revision 1.74 diff -u -d -r1.73 -r1.74 --- img.html 31 Jul 2010 14:18:15 -0000 1.73 +++ img.html 31 Jul 2010 14:48:50 -0000 1.74 @@ -198,7 +198,7 @@ <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> { +interface <b>HTMLImageElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: input.number.html =================================================================== RCS file: /sources/public/html5/markup/input.number.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- input.number.html 31 Jul 2010 14:18:16 -0000 1.68 +++ input.number.html 31 Jul 2010 14:48:51 -0000 1.69 @@ -254,7 +254,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -262,7 +262,7 @@ 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/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>; @@ -271,7 +271,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -289,7 +289,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: col.html =================================================================== RCS file: /sources/public/html5/markup/col.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- col.html 31 Jul 2010 14:18:15 -0000 1.57 +++ col.html 31 Jul 2010 14:48:49 -0000 1.58 @@ -107,7 +107,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLTableColElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: command.radio.html =================================================================== RCS file: /sources/public/html5/markup/command.radio.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- command.radio.html 31 Jul 2010 14:18:15 -0000 1.62 +++ command.radio.html 31 Jul 2010 14:48:49 -0000 1.63 @@ -129,7 +129,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: input.datetime.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- input.datetime.html 31 Jul 2010 14:18:16 -0000 1.68 +++ input.datetime.html 31 Jul 2010 14:48:50 -0000 1.69 @@ -255,7 +255,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -263,7 +263,7 @@ 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/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>; @@ -272,7 +272,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -290,7 +290,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: input.password.html =================================================================== RCS file: /sources/public/html5/markup/input.password.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- input.password.html 31 Jul 2010 14:18:16 -0000 1.65 +++ input.password.html 31 Jul 2010 14:48:51 -0000 1.66 @@ -246,7 +246,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -254,7 +254,7 @@ 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/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>; @@ -263,7 +263,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -281,7 +281,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: embed.html =================================================================== RCS file: /sources/public/html5/markup/embed.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- embed.html 31 Jul 2010 14:18:15 -0000 1.66 +++ embed.html 31 Jul 2010 14:48:50 -0000 1.67 @@ -152,7 +152,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLEmbedElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: ul.html =================================================================== RCS file: /sources/public/html5/markup/ul.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- ul.html 31 Jul 2010 14:18:18 -0000 1.54 +++ ul.html 31 Jul 2010 14:48:52 -0000 1.55 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLUListElement</b> : <a href="http://dev.w3.org/html5/spec/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.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- input.time.html 31 Jul 2010 14:18:16 -0000 1.68 +++ input.time.html 31 Jul 2010 14:48:51 -0000 1.69 @@ -255,7 +255,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -263,7 +263,7 @@ 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/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>; @@ -272,7 +272,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -290,7 +290,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: input.color.html =================================================================== RCS file: /sources/public/html5/markup/input.color.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- input.color.html 31 Jul 2010 14:18:16 -0000 1.66 +++ input.color.html 31 Jul 2010 14:48:50 -0000 1.67 @@ -196,7 +196,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -204,7 +204,7 @@ 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/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>; @@ -213,7 +213,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -231,7 +231,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: li.html =================================================================== RCS file: /sources/public/html5/markup/li.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- li.html 31 Jul 2010 14:18:16 -0000 1.63 +++ li.html 31 Jul 2010 14:48:51 -0000 1.64 @@ -106,7 +106,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLLIElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: style.html =================================================================== RCS file: /sources/public/html5/markup/style.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- style.html 31 Jul 2010 14:18:18 -0000 1.66 +++ style.html 31 Jul 2010 14:48:52 -0000 1.67 @@ -121,7 +121,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLStyleElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: del.html =================================================================== RCS file: /sources/public/html5/markup/del.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- del.html 31 Jul 2010 14:18:15 -0000 1.63 +++ del.html 31 Jul 2010 14:48:50 -0000 1.64 @@ -88,7 +88,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLModElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: menu.html =================================================================== RCS file: /sources/public/html5/markup/menu.html,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- menu.html 31 Jul 2010 14:18:17 -0000 1.70 +++ menu.html 31 Jul 2010 14:48:51 -0000 1.71 @@ -129,7 +129,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLMenuElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: input.image.html =================================================================== RCS file: /sources/public/html5/markup/input.image.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- input.image.html 31 Jul 2010 14:18:16 -0000 1.69 +++ input.image.html 31 Jul 2010 14:48:50 -0000 1.70 @@ -264,7 +264,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -272,7 +272,7 @@ 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/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>; @@ -281,7 +281,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -299,7 +299,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: h2.html =================================================================== RCS file: /sources/public/html5/markup/h2.html,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- h2.html 31 Jul 2010 14:18:15 -0000 1.60 +++ h2.html 31 Jul 2010 14:48:50 -0000 1.61 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/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.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- head.html 31 Jul 2010 14:18:15 -0000 1.57 +++ head.html 31 Jul 2010 14:48:50 -0000 1.58 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLHeadElement</b> : <a href="http://dev.w3.org/html5/spec/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.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- p.html 31 Jul 2010 14:18:17 -0000 1.60 +++ p.html 31 Jul 2010 14:48:52 -0000 1.61 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLParagraphElement</b> : <a href="http://dev.w3.org/html5/spec/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.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- map.html 31 Jul 2010 14:18:17 -0000 1.62 +++ map.html 31 Jul 2010 14:48:51 -0000 1.63 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLMapElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- input.file.html 31 Jul 2010 14:18:16 -0000 1.65 +++ input.file.html 31 Jul 2010 14:48:50 -0000 1.66 @@ -193,7 +193,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -201,7 +201,7 @@ 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/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>; @@ -210,7 +210,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -228,7 +228,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: input.radio.html =================================================================== RCS file: /sources/public/html5/markup/input.radio.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- input.radio.html 31 Jul 2010 14:18:16 -0000 1.65 +++ input.radio.html 31 Jul 2010 14:48:51 -0000 1.66 @@ -189,7 +189,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -197,7 +197,7 @@ 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/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>; @@ -206,7 +206,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -224,7 +224,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: command.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/command.checkbox.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- command.checkbox.html 31 Jul 2010 14:18:15 -0000 1.62 +++ command.checkbox.html 31 Jul 2010 14:48:49 -0000 1.63 @@ -120,7 +120,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: param.html =================================================================== RCS file: /sources/public/html5/markup/param.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- param.html 31 Jul 2010 14:18:17 -0000 1.61 +++ param.html 31 Jul 2010 14:48:52 -0000 1.62 @@ -97,7 +97,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLParamElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: span.html =================================================================== RCS file: /sources/public/html5/markup/span.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- span.html 31 Jul 2010 14:18:17 -0000 1.56 +++ span.html 31 Jul 2010 14:48:52 -0000 1.57 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLSpanElement</b> : <a href="http://dev.w3.org/html5/spec/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.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- input.reset.html 31 Jul 2010 14:18:16 -0000 1.65 +++ input.reset.html 31 Jul 2010 14:48:51 -0000 1.66 @@ -165,7 +165,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -173,7 +173,7 @@ 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/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>; @@ -182,7 +182,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -200,7 +200,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: input.datetime-local.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime-local.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- input.datetime-local.html 31 Jul 2010 14:18:16 -0000 1.68 +++ input.datetime-local.html 31 Jul 2010 14:48:50 -0000 1.69 @@ -255,7 +255,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -263,7 +263,7 @@ 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/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>; @@ -272,7 +272,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -290,7 +290,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: option.html =================================================================== RCS file: /sources/public/html5/markup/option.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- option.html 31 Jul 2010 14:18:17 -0000 1.65 +++ option.html 31 Jul 2010 14:48:52 -0000 1.66 @@ -137,9 +137,9 @@ 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> { +interface <b>HTMLOptionElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; Index: label.html =================================================================== RCS file: /sources/public/html5/markup/label.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- label.html 31 Jul 2010 14:18:16 -0000 1.64 +++ label.html 31 Jul 2010 14:48:51 -0000 1.65 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLLabelElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- select.html 31 Jul 2010 14:18:17 -0000 1.61 +++ select.html 31 Jul 2010 14:48:52 -0000 1.62 @@ -153,25 +153,25 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLSelectElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + 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 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/the-button-element.html#dom-select-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - readonly attribute <a href="urls.html#htmloptionscollection" 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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-add" title='Read about this "add" reference in the full HTML5 spec.'>add</a>(in <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> element, in optional <a href="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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="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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; Index: blockquote.html =================================================================== RCS file: /sources/public/html5/markup/blockquote.html,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- blockquote.html 31 Jul 2010 14:18:14 -0000 1.59 +++ blockquote.html 31 Jul 2010 14:48:49 -0000 1.60 @@ -78,7 +78,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLQuoteElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: hr.html =================================================================== RCS file: /sources/public/html5/markup/hr.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- hr.html 31 Jul 2010 14:18:15 -0000 1.58 +++ hr.html 31 Jul 2010 14:48:50 -0000 1.59 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLHRElement</b> : <a href="http://dev.w3.org/html5/spec/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: input.hidden.html =================================================================== RCS file: /sources/public/html5/markup/input.hidden.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- input.hidden.html 31 Jul 2010 14:18:16 -0000 1.65 +++ input.hidden.html 31 Jul 2010 14:48:50 -0000 1.66 @@ -154,7 +154,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -162,7 +162,7 @@ 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/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>; @@ -171,7 +171,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -189,7 +189,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: caption.html =================================================================== RCS file: /sources/public/html5/markup/caption.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- caption.html 31 Jul 2010 14:18:15 -0000 1.55 +++ caption.html 31 Jul 2010 14:48:49 -0000 1.56 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLTableCaptionElement</b> : <a href="http://dev.w3.org/html5/spec/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.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- base.html 31 Jul 2010 14:18:14 -0000 1.65 +++ base.html 31 Jul 2010 14:48:49 -0000 1.66 @@ -92,7 +92,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLBaseElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: canvas.html =================================================================== RCS file: /sources/public/html5/markup/canvas.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- canvas.html 31 Jul 2010 14:18:15 -0000 1.57 +++ canvas.html 31 Jul 2010 14:48:49 -0000 1.58 @@ -88,7 +88,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLCanvasElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: input.search.html =================================================================== RCS file: /sources/public/html5/markup/input.search.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- input.search.html 31 Jul 2010 14:18:16 -0000 1.68 +++ input.search.html 31 Jul 2010 14:48:51 -0000 1.69 @@ -261,7 +261,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -269,7 +269,7 @@ 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/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>; @@ -278,7 +278,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -296,7 +296,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: tfoot.html =================================================================== RCS file: /sources/public/html5/markup/tfoot.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- tfoot.html 31 Jul 2010 14:18:18 -0000 1.54 +++ tfoot.html 31 Jul 2010 14:48:52 -0000 1.55 @@ -117,9 +117,9 @@ <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="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); +<pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { + readonly attribute <a href="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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> Index: fieldset.html =================================================================== RCS file: /sources/public/html5/markup/fieldset.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- fieldset.html 31 Jul 2010 14:18:15 -0000 1.58 +++ fieldset.html 31 Jul 2010 14:48:50 -0000 1.59 @@ -103,14 +103,14 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLFieldSetElement</b> : <a href="http://dev.w3.org/html5/spec/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/forms.html#dom-fieldset-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - readonly attribute <a href="urls.html#htmlformcontrolscollection" 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 <a href="http://dev.w3.org/html5/spec/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/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>; Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.260 retrieving revision 1.261 diff -u -d -r1.260 -r1.261 --- spec.html 31 Jul 2010 14:18:17 -0000 1.260 +++ spec.html 31 Jul 2010 14:48:52 -0000 1.261 @@ -3260,18 +3260,18 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLAnchorElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; [...1660 lines suppressed...] -<pre class="idl">interface <b>HTMLTableRowElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLTableRowElement</b> : <a href="http://dev.w3.org/html5/spec/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); + readonly attribute <a href="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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> @@ -22126,7 +22126,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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLUListElement</b> : <a href="http://dev.w3.org/html5/spec/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: datalist.html =================================================================== RCS file: /sources/public/html5/markup/datalist.html,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- datalist.html 31 Jul 2010 14:18:15 -0000 1.60 +++ datalist.html 31 Jul 2010 14:48:50 -0000 1.61 @@ -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="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 class="idl">interface <b>HTMLDataListElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { + readonly attribute <a href="http://dev.w3.org/html5/spec/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.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- h1.html 31 Jul 2010 14:18:15 -0000 1.59 +++ h1.html 31 Jul 2010 14:48:50 -0000 1.60 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/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.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- h3.html 31 Jul 2010 14:18:15 -0000 1.60 +++ h3.html 31 Jul 2010 14:48:50 -0000 1.61 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/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.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- optgroup.html 31 Jul 2010 14:18:17 -0000 1.56 +++ optgroup.html 31 Jul 2010 14:48:52 -0000 1.57 @@ -99,7 +99,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLOptGroupElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: input.week.html =================================================================== RCS file: /sources/public/html5/markup/input.week.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- input.week.html 31 Jul 2010 14:18:16 -0000 1.68 +++ input.week.html 31 Jul 2010 14:48:51 -0000 1.69 @@ -254,7 +254,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -262,7 +262,7 @@ 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/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>; @@ -271,7 +271,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -289,7 +289,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: button.button.html =================================================================== RCS file: /sources/public/html5/markup/button.button.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- button.button.html 31 Jul 2010 14:18:15 -0000 1.64 +++ button.button.html 31 Jul 2010 14:48:49 -0000 1.65 @@ -154,10 +154,10 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + 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-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>; Index: form.html =================================================================== RCS file: /sources/public/html5/markup/form.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- form.html 31 Jul 2010 14:18:15 -0000 1.68 +++ form.html 31 Jul 2010 14:48:50 -0000 1.69 @@ -168,7 +168,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#form-interface">#</a> </h2> <pre class="idl">[OverrideBuiltins] -interface <b>HTMLFormElement</b> : <a href="elements.html#htmlelement" title="">HTMLElement</a> { +interface <b>HTMLFormElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -178,7 +178,7 @@ 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="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 <a href="http://dev.w3.org/html5/spec/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); Index: ol.html =================================================================== RCS file: /sources/public/html5/markup/ol.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- ol.html 31 Jul 2010 14:18:17 -0000 1.61 +++ ol.html 31 Jul 2010 14:48:52 -0000 1.62 @@ -114,7 +114,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLOListElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: colgroup.html =================================================================== RCS file: /sources/public/html5/markup/colgroup.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- colgroup.html 31 Jul 2010 14:18:15 -0000 1.57 +++ colgroup.html 31 Jul 2010 14:48:49 -0000 1.58 @@ -118,7 +118,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLTableColElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: dl.html =================================================================== RCS file: /sources/public/html5/markup/dl.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- dl.html 31 Jul 2010 14:18:15 -0000 1.56 +++ dl.html 31 Jul 2010 14:48:50 -0000 1.57 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLDListElement</b> : <a href="http://dev.w3.org/html5/spec/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.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- thead.html 31 Jul 2010 14:18:18 -0000 1.54 +++ thead.html 31 Jul 2010 14:48:52 -0000 1.55 @@ -100,9 +100,9 @@ <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="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); +<pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { + readonly attribute <a href="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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> Index: tbody.html =================================================================== RCS file: /sources/public/html5/markup/tbody.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- tbody.html 31 Jul 2010 14:18:18 -0000 1.54 +++ tbody.html 31 Jul 2010 14:48:52 -0000 1.55 @@ -110,9 +110,9 @@ <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="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); +<pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { + readonly attribute <a href="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/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> Index: source.html =================================================================== RCS file: /sources/public/html5/markup/source.html,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- source.html 31 Jul 2010 14:18:17 -0000 1.70 +++ source.html 31 Jul 2010 14:48:52 -0000 1.71 @@ -123,7 +123,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLSourceElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: button.reset.html =================================================================== RCS file: /sources/public/html5/markup/button.reset.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- button.reset.html 31 Jul 2010 14:18:15 -0000 1.64 +++ button.reset.html 31 Jul 2010 14:48:49 -0000 1.65 @@ -154,10 +154,10 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + 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-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>; Index: meta.charset.html =================================================================== RCS file: /sources/public/html5/markup/meta.charset.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- meta.charset.html 31 Jul 2010 14:18:17 -0000 1.69 +++ meta.charset.html 31 Jul 2010 14:48:51 -0000 1.70 @@ -98,7 +98,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/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>; Index: output.html =================================================================== RCS file: /sources/public/html5/markup/output.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- output.html 31 Jul 2010 14:18:17 -0000 1.65 +++ output.html 31 Jul 2010 14:48:52 -0000 1.66 @@ -103,9 +103,9 @@ <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="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>; +<pre class="idl">interface <b>HTMLOutputElement</b> : <a href="http://dev.w3.org/html5/spec/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="http://dev.w3.org/html5/spec/urls.html#domsettabletokenlist" title="">DOMSettableTokenList</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/the-button-element.html#dom-output-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; Index: input.submit.html =================================================================== RCS file: /sources/public/html5/markup/input.submit.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- input.submit.html 31 Jul 2010 14:18:16 -0000 1.65 +++ input.submit.html 31 Jul 2010 14:48:51 -0000 1.66 @@ -224,7 +224,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -232,7 +232,7 @@ 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/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>; @@ -241,7 +241,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -259,7 +259,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: input.date.html =================================================================== RCS file: /sources/public/html5/markup/input.date.html,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- input.date.html 31 Jul 2010 14:18:16 -0000 1.67 +++ input.date.html 31 Jul 2010 14:48:50 -0000 1.68 @@ -254,7 +254,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -262,7 +262,7 @@ 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/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>; @@ -271,7 +271,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -289,7 +289,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: title.html =================================================================== RCS file: /sources/public/html5/markup/title.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- title.html 31 Jul 2010 14:18:18 -0000 1.57 +++ title.html 31 Jul 2010 14:48:52 -0000 1.58 @@ -63,7 +63,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLTitleElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: pre.html =================================================================== RCS file: /sources/public/html5/markup/pre.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- pre.html 31 Jul 2010 14:18:17 -0000 1.58 +++ pre.html 31 Jul 2010 14:48:52 -0000 1.59 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLPreElement</b> : <a href="http://dev.w3.org/html5/spec/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.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- button.submit.html 31 Jul 2010 14:18:15 -0000 1.64 +++ button.submit.html 31 Jul 2010 14:48:49 -0000 1.65 @@ -213,10 +213,10 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + 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-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>; Index: details.html =================================================================== RCS file: /sources/public/html5/markup/details.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- details.html 31 Jul 2010 14:18:15 -0000 1.45 +++ details.html 31 Jul 2010 14:48:50 -0000 1.46 @@ -95,7 +95,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLDetailsElement</b> : <a href="http://dev.w3.org/html5/spec/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> Index: input.url.html =================================================================== RCS file: /sources/public/html5/markup/input.url.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- input.url.html 31 Jul 2010 14:18:16 -0000 1.68 +++ input.url.html 31 Jul 2010 14:48:51 -0000 1.69 @@ -264,7 +264,7 @@ <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="elements.html#htmlelement" title="">HTMLElement</a> { +<pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; @@ -272,7 +272,7 @@ 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/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>; @@ -281,7 +281,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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>; @@ -299,7 +299,7 @@ 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/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/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); Index: h5.html =================================================================== RCS file: /sources/public/html5/markup/h5.html,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- h5.html 31 Jul 2010 14:18:15 -0000 1.60 +++ h5.html 31 Jul 2010 14:48:50 -0000 1.61 @@ -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="elements.html#htmlelement" title="">HTMLElement</a> {};</pre> +<pre class="idl">interface <b>HTMLHeadingElement</b> : <a href="http://dev.w3.org/html5/spec/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:49:50 UTC