- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 31 Jul 2010 20:14:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv24264 Modified Files: Makefile Overview.html a.html abbr.html address.html area.html article.html aside.html audio.html b.html base.html bdo.html blockquote.html body.html button.button.html button.reset.html button.submit.html canvas.html cite.html code.html col.html colgroup.html command.checkbox.html command.command.html command.radio.html datalist.html dd.html del.html details.html dfn.html dt.html em.html embed.html fieldset.html figcaption.html figure.html footer.html form.html header.html hgroup.html i.html iframe.html img.html input.button.html input.checkbox.html input.color.html input.date.html input.datetime-local.html input.datetime.html input.email.html input.file.html input.hidden.html input.image.html input.month.html input.number.html input.password.html input.radio.html input.range.html input.reset.html input.search.html input.submit.html input.tel.html input.text.html input.time.html input.url.html input.week.html ins.html kbd.html keygen.html label.html legend.html li.html link.html map.html mark.html menu.html meta.charset.html meta.http-equiv.content-language.html meta.http-equiv.content-type.html meta.http-equiv.default-style.html meta.http-equiv.refresh.html meta.name.html meter.html nav.html noscript.html object.html ol.html optgroup.html option.html output.html param.html progress.html q.html rp.html rt.html ruby.html samp.html script.html section.html select.html small.html source.html spec.html strong.html style.html sub.html summary.html sup.html table.html tbody.html textarea.html tfoot.html th.html thead.html time.html title.html tr.html var.html video.html wbr.html Log Message: build tweak Index: body.html =================================================================== RCS file: /sources/public/html5/markup/body.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- body.html 31 Jul 2010 14:48:49 -0000 1.68 +++ body.html 31 Jul 2010 20:14:40 -0000 1.69 @@ -284,25 +284,25 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#body-interface">#</a> </h2> <pre class="idl">interface <b>HTMLBodyElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + 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="handler-window-onafterprint">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="handler-window-onbeforeprint">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="handler-window-onbeforeunload">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="handler-window-onblur">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="handler-window-onerror">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="handler-window-onfocus">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="handler-window-onhashchange">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="handler-window-onload">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="handler-window-onmessage">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="handler-window-onoffline">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="handler-window-ononline">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="handler-window-onpopstate">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="handler-window-onpagehide">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="handler-window-onpageshow">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="handler-window-onredo">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="handler-window-onresize">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="handler-window-onstorage">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="handler-window-onundo">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="handler-window-onunload">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.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- legend.html 31 Jul 2010 14:48:51 -0000 1.57 +++ legend.html 31 Jul 2010 20:14:42 -0000 1.58 @@ -66,7 +66,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#legend-interface">#</a> </h2> <pre class="idl">interface <b>HTMLLegendElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + 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="dom-legend-form">form</a>; };</pre> </div> <div class="no-number no-toc display" id="legend-display"> Index: address.html =================================================================== RCS file: /sources/public/html5/markup/address.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- address.html 31 Jul 2010 08:13:10 -0000 1.56 +++ address.html 31 Jul 2010 20:14:39 -0000 1.57 @@ -88,7 +88,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#address-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="address-display"> Index: th.html =================================================================== RCS file: /sources/public/html5/markup/th.html,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- th.html 31 Jul 2010 14:18:18 -0000 1.70 +++ th.html 31 Jul 2010 20:14:43 -0000 1.71 @@ -184,7 +184,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#th-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableHeaderCellElement</b> : <a href="http://dev.w3.org/html5/spec/tabular-data.html#htmltablecellelement" title="">HTMLTableCellElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-th-scope" title='Read about this "scope" reference in the full HTML5 spec.'>scope</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-th-scope" title="dom-th-scope">scope</a>; };</pre> </div> <div class="no-number no-toc display" id="th-display"> Index: mark.html =================================================================== RCS file: /sources/public/html5/markup/mark.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- mark.html 31 Jul 2010 08:13:13 -0000 1.55 +++ mark.html 31 Jul 2010 20:14:42 -0000 1.56 @@ -67,7 +67,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#mark-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="mark-display"> Index: Overview.html =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.448 retrieving revision 1.449 diff -u -d -r1.448 -r1.449 --- Overview.html 31 Jul 2010 11:32:25 -0000 1.448 +++ Overview.html 31 Jul 2010 20:14:39 -0000 1.449 @@ -10,7 +10,7 @@ <div class="head"> <div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div> <h1>HTML: The Markup Language Reference</h1> -<h2>W3C Editor’s Draft <em>31 July 2010</em> +<h2>W3C Editor’s Draft <em>1 August 2010</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -66,7 +66,7 @@ reports index</a> at http://www.w3.org/TR/. </em></p> <p> - This document is the 31 July 2010 Editor’s Draft of + This document is the 1 August 2010 Editor’s Draft of <cite>HTML: The Markup Language Reference</cite>. If you’d like to comment on this document, the preferred Index: input.email.html =================================================================== RCS file: /sources/public/html5/markup/input.email.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- input.email.html 31 Jul 2010 14:48:50 -0000 1.69 +++ input.email.html 31 Jul 2010 20:14:41 -0000 1.70 @@ -286,58 +286,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.email-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: tr.html =================================================================== RCS file: /sources/public/html5/markup/tr.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- tr.html 31 Jul 2010 14:48:52 -0000 1.55 +++ tr.html 31 Jul 2010 20:14:43 -0000 1.56 @@ -102,11 +102,11 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#tr-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableRowElement</b> : <a href="http://dev.w3.org/html5/spec/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="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); + readonly attribute long <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-rowindex" title="dom-tr-rowIndex">rowIndex</a>; + readonly attribute long <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-sectionrowindex" title="dom-tr-sectionRowIndex">sectionRowIndex</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-cells" title="dom-tr-cells">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="dom-tr-insertCell">insertCell</a>(in optional long index); + void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tr-deletecell" title="dom-tr-deleteCell">deleteCell</a>(in long index); };</pre> </div> <div class="no-number no-toc display" id="tr-display"> Index: input.month.html =================================================================== RCS file: /sources/public/html5/markup/input.month.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- input.month.html 31 Jul 2010 14:48:51 -0000 1.69 +++ input.month.html 31 Jul 2010 20:14:41 -0000 1.70 @@ -255,58 +255,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.month-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: iframe.html =================================================================== RCS file: /sources/public/html5/markup/iframe.html,v retrieving revision 1.78 retrieving revision 1.79 diff -u -d -r1.78 -r1.79 --- iframe.html 31 Jul 2010 14:48:50 -0000 1.78 +++ iframe.html 31 Jul 2010 20:14:41 -0000 1.79 @@ -248,15 +248,15 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#iframe-interface">#</a> </h2> <pre class="idl">interface <b>HTMLIFrameElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; - readonly attribute Document <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-contentdocument" title='Read about this "contentDocument" reference in the full HTML5 spec.'>contentDocument</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-contentwindow" title='Read about this "contentWindow" reference in the full HTML5 spec.'>contentWindow</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-src" title="dom-iframe-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-srcdoc" title="dom-iframe-srcdoc">srcdoc</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-name" title="dom-iframe-name">name</a>; + [PutForwards=<a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#domsettabletokenlist" title="">DOMSettableTokenList</a> <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-sandbox" title="dom-iframe-sandbox">sandbox</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-seamless" title="dom-iframe-seamless">seamless</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">width</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + readonly attribute Document <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-contentdocument" title="dom-iframe-contentDocument">contentDocument</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title="">WindowProxy</a> <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-iframe-contentwindow" title="dom-iframe-contentWindow">contentWindow</a>; };</pre> </div> <div class="no-number no-toc display" id="iframe-display"> Index: ins.html =================================================================== RCS file: /sources/public/html5/markup/ins.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- ins.html 31 Jul 2010 14:48:51 -0000 1.65 +++ ins.html 31 Jul 2010 20:14:41 -0000 1.66 @@ -89,8 +89,8 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#ins-interface">#</a> </h2> <pre class="idl">interface <b>HTMLModElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/edits.html#dom-mod-cite" title="dom-mod-cite">cite</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/edits.html#dom-mod-datetime" title="dom-mod-datetime">dateTime</a>; };</pre> </div> <div class="no-number no-toc display" id="ins-display"> Index: abbr.html =================================================================== RCS file: /sources/public/html5/markup/abbr.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- abbr.html 31 Jul 2010 08:13:10 -0000 1.54 +++ abbr.html 31 Jul 2010 20:14:39 -0000 1.55 @@ -76,7 +76,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#abbr-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> Index: meta.name.html =================================================================== RCS file: /sources/public/html5/markup/meta.name.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- meta.name.html 31 Jul 2010 14:48:51 -0000 1.65 +++ meta.name.html 31 Jul 2010 20:14:42 -0000 1.66 @@ -86,9 +86,9 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.name-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-name" title="dom-meta-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-content" title="dom-meta-content">content</a>; };</pre> </div> </div> Index: table.html =================================================================== RCS file: /sources/public/html5/markup/table.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- table.html 31 Jul 2010 14:48:52 -0000 1.62 +++ table.html 31 Jul 2010 20:14:43 -0000 1.63 @@ -154,21 +154,21 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#table-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableElement</b> : <a href="http://dev.w3.org/html5/spec/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="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="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="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="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>; + 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="dom-table-caption">caption</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="dom-table-createCaption">createCaption</a>(); + void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletecaption" title="dom-table-deleteCaption">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="dom-table-tHead">tHead</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="dom-table-createTHead">createTHead</a>(); + void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletethead" title="dom-table-deleteTHead">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="dom-table-tFoot">tFoot</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="dom-table-createTFoot">createTFoot</a>(); + void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deletetfoot" title="dom-table-deleteTFoot">deleteTFoot</a>(); + readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-tbodies" title="dom-table-tBodies">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="dom-table-createTBody">createTBody</a>(); + readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-rows" title="dom-table-rows">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="dom-table-insertRow">insertRow</a>(in optional long index); + void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-deleterow" title="dom-table-deleteRow">deleteRow</a>(in long index); + attribute DOMString <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-table-summary" title="dom-table-summary">summary</a>; };</pre> </div> <div class="no-number no-toc display" id="table-display"> Index: nav.html =================================================================== RCS file: /sources/public/html5/markup/nav.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- nav.html 31 Jul 2010 08:13:13 -0000 1.61 +++ nav.html 31 Jul 2010 20:14:42 -0000 1.62 @@ -77,7 +77,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#nav-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="nav-display"> Index: meta.http-equiv.content-type.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.content-type.html,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- meta.http-equiv.content-type.html 31 Jul 2010 14:48:51 -0000 1.67 +++ meta.http-equiv.content-type.html 31 Jul 2010 20:14:42 -0000 1.68 @@ -127,9 +127,9 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.content-type-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-name" title="dom-meta-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-content" title="dom-meta-content">content</a>; };</pre> </div> </div> Index: footer.html =================================================================== RCS file: /sources/public/html5/markup/footer.html,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- footer.html 31 Jul 2010 08:13:11 -0000 1.59 +++ footer.html 31 Jul 2010 20:14:40 -0000 1.60 @@ -93,7 +93,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#footer-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="footer-display"> Index: meta.http-equiv.content-language.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.content-language.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- meta.http-equiv.content-language.html 31 Jul 2010 14:48:51 -0000 1.63 +++ meta.http-equiv.content-language.html 31 Jul 2010 20:14:42 -0000 1.64 @@ -108,9 +108,9 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.content-language-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-name" title="dom-meta-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-content" title="dom-meta-content">content</a>; };</pre> </div> </div> Index: script.html =================================================================== RCS file: /sources/public/html5/markup/script.html,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- script.html 31 Jul 2010 14:48:52 -0000 1.74 +++ script.html 31 Jul 2010 20:14:42 -0000 1.75 @@ -181,12 +181,12 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#script-interface">#</a> </h2> <pre class="idl">interface <b>HTMLScriptElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-async" title='Read about this "async" reference in the full HTML5 spec.'>async</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-defer" title='Read about this "defer" reference in the full HTML5 spec.'>defer</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-charset" title='Read about this "charset" reference in the full HTML5 spec.'>charset</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-src" title="dom-script-src">src</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-async" title="dom-script-async">async</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-defer" title="dom-script-defer">defer</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-type" title="dom-script-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-charset" title="dom-script-charset">charset</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/scripting-1.html#dom-script-text" title="dom-script-text">text</a>; };</pre> </div> <div class="no-number no-toc display" id="script-display"> Index: input.range.html =================================================================== RCS file: /sources/public/html5/markup/input.range.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- input.range.html 31 Jul 2010 14:48:51 -0000 1.69 +++ input.range.html 31 Jul 2010 20:14:41 -0000 1.70 @@ -231,58 +231,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.range-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: audio.html =================================================================== RCS file: /sources/public/html5/markup/audio.html,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- audio.html 31 Jul 2010 14:18:14 -0000 1.74 +++ audio.html 31 Jul 2010 20:14:39 -0000 1.75 @@ -170,8 +170,8 @@ <div class="no-number no-toc interface" id="audio-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#audio-interface">#</a> </h2> -<pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/video.html#dom-audio" title='Read about this "Audio" reference in the full HTML5 spec.'>Audio</a>(), - NamedConstructor=<a href="http://dev.w3.org/html5/spec/video.html#dom-audio-s" title='Read about this "Audio" reference in the full HTML5 spec.'>Audio</a>(in DOMString src)] +<pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/video.html#dom-audio" title="dom-Audio">Audio</a>(), + NamedConstructor=<a href="http://dev.w3.org/html5/spec/video.html#dom-audio-s" title="dom-Audio-s">Audio</a>(in DOMString src)] interface <b>HTMLAudioElement</b> : <a href="http://dev.w3.org/html5/spec/video.html#htmlmediaelement" title="">HTMLMediaElement</a> {};</pre> </div> </div> Index: time.html =================================================================== RCS file: /sources/public/html5/markup/time.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- time.html 31 Jul 2010 14:48:52 -0000 1.65 +++ time.html 31 Jul 2010 20:14:43 -0000 1.66 @@ -123,9 +123,9 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#time-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTimeElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-datetime" title="dom-time-datetime">dateTime</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-pubdate" title="dom-time-pubDate">pubDate</a>; + readonly attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-time-valueasdate" title="dom-time-valueAsDate">valueAsDate</a>; };</pre> </div> </div> Index: meta.http-equiv.default-style.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- meta.http-equiv.default-style.html 31 Jul 2010 14:48:51 -0000 1.64 +++ meta.http-equiv.default-style.html 31 Jul 2010 20:14:42 -0000 1.65 @@ -102,9 +102,9 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.default-style-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-name" title="dom-meta-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-content" title="dom-meta-content">content</a>; };</pre> </div> </div> Index: keygen.html =================================================================== RCS file: /sources/public/html5/markup/keygen.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- keygen.html 31 Jul 2010 14:48:51 -0000 1.62 +++ keygen.html 31 Jul 2010 20:14:42 -0000 1.63 @@ -154,22 +154,22 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#keygen-interface">#</a> </h2> <pre class="idl">interface <b>HTMLKeygenElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-keygen-challenge" title="dom-keygen-challenge">challenge</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-keygen-keytype" title="dom-keygen-keytype">keytype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-keygen-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-keygen-type" title="dom-keygen-type">type</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>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; };</pre> </div> </div> Index: command.command.html =================================================================== RCS file: /sources/public/html5/markup/command.command.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- command.command.html 31 Jul 2010 14:48:49 -0000 1.63 +++ command.command.html 31 Jul 2010 20:14:40 -0000 1.64 @@ -111,12 +111,12 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#command.command-interface">#</a> </h2> <pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-icon" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-radiogroup" title='Read about this "radiogroup" reference in the full HTML5 spec.'>radiogroup</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-type" title="dom-command-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-label" title="dom-command-label">label</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-icon" title="dom-command-icon">icon</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-disabled" title="dom-command-disabled">disabled</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-checked" title="dom-command-checked">checked</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-radiogroup" title="dom-command-radiogroup">radiogroup</a>; };</pre> </div> </div> Index: progress.html =================================================================== RCS file: /sources/public/html5/markup/progress.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- progress.html 31 Jul 2010 14:48:52 -0000 1.64 +++ progress.html 31 Jul 2010 20:14:42 -0000 1.65 @@ -108,11 +108,11 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#progress-interface">#</a> </h2> <pre class="idl">interface <b>HTMLProgressElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; + attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-progress-value" title="dom-progress-value">value</a>; + attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-progress-max" title="dom-progress-max">max</a>; + readonly attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-progress-position" title="dom-progress-position">position</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="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; };</pre> </div> <div class="no-number no-toc display" id="progress-display"> Index: dfn.html =================================================================== RCS file: /sources/public/html5/markup/dfn.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- dfn.html 31 Jul 2010 08:13:11 -0000 1.55 +++ dfn.html 31 Jul 2010 20:14:40 -0000 1.56 @@ -75,7 +75,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#dfn-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> Index: textarea.html =================================================================== RCS file: /sources/public/html5/markup/textarea.html,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- textarea.html 31 Jul 2010 14:48:52 -0000 1.67 +++ textarea.html 31 Jul 2010 20:14:43 -0000 1.68 @@ -233,35 +233,35 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#textarea-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTextAreaElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-rows" title='Read about this "rows" reference in the full HTML5 spec.'>rows</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-wrap" title='Read about this "wrap" reference in the full HTML5 spec.'>wrap</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-cols" title="dom-textarea-cols">cols</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-maxlength" title="dom-textarea-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-placeholder" title="dom-textarea-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-readonly" title="dom-textarea-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-required" title="dom-textarea-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-rows" title="dom-textarea-rows">rows</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-wrap" title="dom-textarea-wrap">wrap</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-textlength" title='Read about this "textLength" reference in the full HTML5 spec.'>textLength</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-type" title="dom-textarea-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-defaultvalue" title="dom-textarea-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-value" title="dom-textarea-value">value</a>; + readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-textarea-textlength" title="dom-textarea-textLength">textLength</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>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: cite.html =================================================================== RCS file: /sources/public/html5/markup/cite.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- cite.html 31 Jul 2010 08:13:10 -0000 1.55 +++ cite.html 31 Jul 2010 20:14:40 -0000 1.56 @@ -85,7 +85,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#cite-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="cite-display"> Index: meter.html =================================================================== RCS file: /sources/public/html5/markup/meter.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- meter.html 31 Jul 2010 14:48:51 -0000 1.66 +++ meter.html 31 Jul 2010 20:14:42 -0000 1.67 @@ -222,14 +222,14 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#meter-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMeterElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; + attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-value" title="dom-meter-value">value</a>; + attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-min" title="dom-meter-min">min</a>; + attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-max" title="dom-meter-max">max</a>; + attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-low" title="dom-meter-low">low</a>; + attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-high" title="dom-meter-high">high</a>; + attribute float <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-meter-optimum" title="dom-meter-optimum">optimum</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="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; };</pre> </div> <div class="no-number no-toc display" id="meter-display"> Index: input.button.html =================================================================== RCS file: /sources/public/html5/markup/input.button.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- input.button.html 31 Jul 2010 14:48:50 -0000 1.65 +++ input.button.html 31 Jul 2010 20:14:41 -0000 1.66 @@ -166,58 +166,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.button-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: aside.html =================================================================== RCS file: /sources/public/html5/markup/aside.html,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- aside.html 31 Jul 2010 08:13:10 -0000 1.59 +++ aside.html 31 Jul 2010 20:14:39 -0000 1.60 @@ -87,7 +87,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#aside-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="aside-display"> Index: section.html =================================================================== RCS file: /sources/public/html5/markup/section.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- section.html 31 Jul 2010 08:13:14 -0000 1.62 +++ section.html 31 Jul 2010 20:14:42 -0000 1.63 @@ -77,7 +77,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#section-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="section-display"> Index: link.html =================================================================== RCS file: /sources/public/html5/markup/link.html,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- link.html 31 Jul 2010 14:48:51 -0000 1.70 +++ link.html 31 Jul 2010 20:14:42 -0000 1.71 @@ -167,7 +167,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#link-interface">#</a> </h2> <pre class="idl">interface <b>HTMLLIElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute long <a href="http://dev.w3.org/html5/spec/grouping-content.html#dom-li-value" title="dom-li-value">value</a>; };</pre> </div> <div class="no-number no-toc display" id="link-display"> Index: meta.http-equiv.refresh.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.refresh.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- meta.http-equiv.refresh.html 31 Jul 2010 14:48:51 -0000 1.62 +++ meta.http-equiv.refresh.html 31 Jul 2010 20:14:42 -0000 1.63 @@ -106,9 +106,9 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.refresh-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-name" title="dom-meta-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-content" title="dom-meta-content">content</a>; };</pre> </div> </div> Index: area.html =================================================================== RCS file: /sources/public/html5/markup/area.html,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- area.html 31 Jul 2010 14:48:49 -0000 1.76 +++ area.html 31 Jul 2010 20:14:39 -0000 1.77 @@ -202,25 +202,25 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#area-interface">#</a> </h2> <pre class="idl">interface <b>HTMLAreaElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-alt" title="dom-area-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-coords" title="dom-area-coords">coords</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-shape" title="dom-area-shape">shape</a>; + stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-href" title="dom-area-href">href</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-target" title="dom-area-target">target</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-rel" title="dom-area-rel">rel</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#domtokenlist" title="">DOMTokenList</a> <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-rellist" title="dom-area-relList">relList</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-media" title="dom-area-media">media</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-hreflang" title="dom-area-hreflang">hreflang</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-type" title="dom-area-type">type</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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-port" title='Read about this "port" reference in the full HTML5 spec.'>port</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-pathname" title='Read about this "pathname" reference in the full HTML5 spec.'>pathname</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-hash" title='Read about this "hash" reference in the full HTML5 spec.'>hash</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-protocol" title="dom-area-protocol">protocol</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-host" title="dom-area-host">host</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-hostname" title="dom-area-hostname">hostname</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-port" title="dom-area-port">port</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-pathname" title="dom-area-pathname">pathname</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-search" title="dom-area-search">search</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-area-hash" title="dom-area-hash">hash</a>; };</pre> </div> <div class="no-number no-toc display" id="area-display"> Index: input.text.html =================================================================== RCS file: /sources/public/html5/markup/input.text.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- input.text.html 31 Jul 2010 14:48:51 -0000 1.66 +++ input.text.html 31 Jul 2010 20:14:41 -0000 1.67 @@ -260,58 +260,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.text-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: Makefile =================================================================== RCS file: /sources/public/html5/markup/Makefile,v retrieving revision 1.105 retrieving revision 1.106 diff -u -d -r1.105 -r1.106 --- Makefile 31 Jul 2010 14:18:14 -0000 1.105 +++ Makefile 31 Jul 2010 20:14:39 -0000 1.106 @@ -32,7 +32,7 @@ OTHER_RNG=$(foreach rnc,$(wildcard schema/*.rnc),$(basename $(notdir $(rnc))).rng) ARIA_OTHER_RNG=$(foreach rnc,$(wildcard schema/*.rnc),aria/$(basename $(notdir $(rnc))).rng) SCHEMA_FILES=$(wildcard schema/*.rnc) schema/assertions.sch schema/LICENSE -AUTHOR_VIEW_HTML_FILES=$(foreach file,$(wildcard ../spec-author-view/*.html),$(basename $(file))) +MULTIPAGE_SPEC_FILES=$(foreach file,$(wildcard ../spec/*.html),$(notdir $(file))) ELEMENTS=$(wildcard elements/*.html) @@ -47,7 +47,7 @@ all: Overview.html MANIFEST spec.html debug: - @echo $(AUTHOR_VIEW_HTML_FILES) + @echo $(MULTIPAGE_SPEC_FILES) patch-schema: $(SCHEMA_FILES) $(SVN) $(SVNFLAGS) diff --depth files schema > $@ @@ -115,7 +115,7 @@ src/terms.html src/syntax.html src/documents.html \ $(ELEMENTS) src/attributes.html src/map-attributes.html \ src/datatypes.html src/references.html src/elements-by-function.html \ - spec-author-view fragment-links.html fragment-links-full.html webapps.html \ + spec-multipage fragment-links.html fragment-links-full.html webapps.html \ LICENSE.xml html.css.xml html.css.LICENSE.xml $(XSLTPROC) $(XSLTPROCFLAGS) \ --param show-content-models $(SHOW_CONTENT_MODELS) \ @@ -158,10 +158,10 @@ | $(PERL) $(PERLFLAGS) -pi -e 's|“([^”]+)” attribute|<span class="attribute">$$1</span> attribute|g' \ > $@ -spec-author-view: +spec-multipage: mkdir $@ - for file in $(AUTHOR_VIEW_HTML_FILES); \ - do $(PARSE) $(PARSEFLAGS) $$file.html > $@/$$file.html 2>/dev/null; \ + for file in $(MULTIPAGE_SPEC_FILES); \ + do $(PARSE) $(PARSEFLAGS) ../spec/$$file > $@/$$file 2>/dev/null; \ done Overview.html: html.spec.src.html src/status.html tools/specgen.xsl tools/toc.xsl tools/chunker.xsl @@ -271,7 +271,7 @@ $(RM) html.css.xml $(RM) html.spec.src.html $(RM) MANIFEST - $(RM) -r spec-author-view + $(RM) -r spec-multipage ifneq ($(OTHER_RNG),) $(RM) $(OTHER_RNG) endif Index: samp.html =================================================================== RCS file: /sources/public/html5/markup/samp.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- samp.html 31 Jul 2010 08:13:14 -0000 1.54 +++ samp.html 31 Jul 2010 20:14:42 -0000 1.55 @@ -66,7 +66,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#samp-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="samp-display"> Index: input.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/input.checkbox.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- input.checkbox.html 31 Jul 2010 14:48:50 -0000 1.65 +++ input.checkbox.html 31 Jul 2010 20:14:41 -0000 1.66 @@ -189,58 +189,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.checkbox-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: a.html =================================================================== RCS file: /sources/public/html5/markup/a.html,v retrieving revision 1.82 retrieving revision 1.83 diff -u -d -r1.82 -r1.83 --- a.html 31 Jul 2010 14:48:49 -0000 1.82 +++ a.html 31 Jul 2010 20:14:39 -0000 1.83 @@ -236,24 +236,24 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#a-interface">#</a> </h2> <pre class="idl">interface <b>HTMLAnchorElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; + stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-href" title="dom-a-href">href</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-target" title="dom-a-target">target</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-rel" title="dom-a-rel">rel</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#domtokenlist" title="">DOMTokenList</a> <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-rellist" title="dom-a-relList">relList</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-media" title="dom-a-media">media</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-hreflang" title="dom-a-hreflang">hreflang</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-type" title="dom-a-type">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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-text" title="dom-a-text">text</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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-port" title='Read about this "port" reference in the full HTML5 spec.'>port</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-pathname" title='Read about this "pathname" reference in the full HTML5 spec.'>pathname</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-search" title='Read about this "search" reference in the full HTML5 spec.'>search</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-hash" title='Read about this "hash" reference in the full HTML5 spec.'>hash</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-protocol" title="dom-a-protocol">protocol</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-host" title="dom-a-host">host</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-hostname" title="dom-a-hostname">hostname</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-port" title="dom-a-port">port</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-pathname" title="dom-a-pathname">pathname</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-search" title="dom-a-search">search</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/text-level-semantics.html#dom-a-hash" title="dom-a-hash">hash</a>; };</pre> </div> <div class="no-number no-toc display" id="a-display"> Index: object.html =================================================================== RCS file: /sources/public/html5/markup/object.html,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- object.html 31 Jul 2010 14:48:52 -0000 1.75 +++ object.html 31 Jul 2010 20:14:42 -0000 1.76 @@ -234,21 +234,21 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#object-interface">#</a> </h2> <pre class="idl">interface <b>HTMLObjectElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; - readonly attribute <a href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title='Read about this "WindowProxy" reference in the full HTML5 spec.'>WindowProxy</a> <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-contentwindow" title='Read about this "contentWindow" reference in the full HTML5 spec.'>contentWindow</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-data" title="dom-object-data">data</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-type" title="dom-object-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-name" title="dom-object-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-usemap" title="dom-object-useMap">useMap</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="dom-fae-form">form</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">width</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + readonly attribute Document <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-contentdocument" title="dom-object-contentDocument">contentDocument</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/browsers.html#windowproxy" title="">WindowProxy</a> <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-object-contentwindow" title="dom-object-contentWindow">contentWindow</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>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); };</pre> </div> </div> Index: input.tel.html =================================================================== RCS file: /sources/public/html5/markup/input.tel.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- input.tel.html 31 Jul 2010 14:48:51 -0000 1.66 +++ input.tel.html 31 Jul 2010 20:14:41 -0000 1.67 @@ -261,58 +261,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.tel-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: header.html =================================================================== RCS file: /sources/public/html5/markup/header.html,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- header.html 31 Jul 2010 08:13:12 -0000 1.59 +++ header.html 31 Jul 2010 20:14:41 -0000 1.60 @@ -94,7 +94,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#header-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="header-display"> Index: b.html =================================================================== RCS file: /sources/public/html5/markup/b.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- b.html 31 Jul 2010 08:13:10 -0000 1.57 +++ b.html 31 Jul 2010 20:14:40 -0000 1.58 @@ -83,7 +83,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#b-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="b-display"> Index: img.html =================================================================== RCS file: /sources/public/html5/markup/img.html,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- img.html 31 Jul 2010 14:48:50 -0000 1.74 +++ img.html 31 Jul 2010 20:14:41 -0000 1.75 @@ -195,19 +195,19 @@ <div class="no-number no-toc interface" id="img-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#img-interface">#</a> </h2> -<pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/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)] +<pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-image" title="dom-image">Image</a>(), + NamedConstructor=<a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-image-w" title="dom-image-w">Image</a>(in unsigned long width), + NamedConstructor=<a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-image-wh" title="dom-image-wh">Image</a>(in unsigned long width, in unsigned long height)] interface <b>HTMLImageElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-usemap" title='Read about this "useMap" reference in the full HTML5 spec.'>useMap</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-ismap" title='Read about this "isMap" reference in the full HTML5 spec.'>isMap</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-naturalwidth" title='Read about this "naturalWidth" reference in the full HTML5 spec.'>naturalWidth</a>; - readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-naturalheight" title='Read about this "naturalHeight" reference in the full HTML5 spec.'>naturalHeight</a>; - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-complete" title='Read about this "complete" reference in the full HTML5 spec.'>complete</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-alt" title="dom-img-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-src" title="dom-img-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-usemap" title="dom-img-useMap">useMap</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-ismap" title="dom-img-isMap">isMap</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-width" title="dom-img-width">width</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-height" title="dom-img-height">height</a>; + readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-naturalwidth" title="dom-img-naturalWidth">naturalWidth</a>; + readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-naturalheight" title="dom-img-naturalHeight">naturalHeight</a>; + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/embedded-content-1.html#dom-img-complete" title="dom-img-complete">complete</a>; };</pre> </div> </div> Index: wbr.html =================================================================== RCS file: /sources/public/html5/markup/wbr.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- wbr.html 31 Jul 2010 08:13:15 -0000 1.12 +++ wbr.html 31 Jul 2010 20:14:43 -0000 1.13 @@ -66,7 +66,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#wbr-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> Index: bdo.html =================================================================== RCS file: /sources/public/html5/markup/bdo.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- bdo.html 31 Jul 2010 08:13:10 -0000 1.56 +++ bdo.html 31 Jul 2010 20:14:40 -0000 1.57 @@ -76,7 +76,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#bdo-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> Index: input.number.html =================================================================== RCS file: /sources/public/html5/markup/input.number.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- input.number.html 31 Jul 2010 14:48:51 -0000 1.69 +++ input.number.html 31 Jul 2010 20:14:41 -0000 1.70 @@ -255,58 +255,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.number-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: col.html =================================================================== RCS file: /sources/public/html5/markup/col.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- col.html 31 Jul 2010 14:48:49 -0000 1.58 +++ col.html 31 Jul 2010 20:14:40 -0000 1.59 @@ -108,7 +108,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#col-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableColElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-colgroup-span" title="dom-colgroup-span">span</a>; };</pre> </div> <div class="no-number no-toc display" id="col-display"> Index: command.radio.html =================================================================== RCS file: /sources/public/html5/markup/command.radio.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- command.radio.html 31 Jul 2010 14:48:49 -0000 1.63 +++ command.radio.html 31 Jul 2010 20:14:40 -0000 1.64 @@ -130,12 +130,12 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#command.radio-interface">#</a> </h2> <pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-icon" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-radiogroup" title='Read about this "radiogroup" reference in the full HTML5 spec.'>radiogroup</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-type" title="dom-command-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-label" title="dom-command-label">label</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-icon" title="dom-command-icon">icon</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-disabled" title="dom-command-disabled">disabled</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-checked" title="dom-command-checked">checked</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-radiogroup" title="dom-command-radiogroup">radiogroup</a>; };</pre> </div> </div> Index: input.datetime.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- input.datetime.html 31 Jul 2010 14:48:50 -0000 1.69 +++ input.datetime.html 31 Jul 2010 20:14:41 -0000 1.70 @@ -256,58 +256,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: input.password.html =================================================================== RCS file: /sources/public/html5/markup/input.password.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- input.password.html 31 Jul 2010 14:48:51 -0000 1.66 +++ input.password.html 31 Jul 2010 20:14:41 -0000 1.67 @@ -247,58 +247,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.password-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: embed.html =================================================================== RCS file: /sources/public/html5/markup/embed.html,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- embed.html 31 Jul 2010 14:48:50 -0000 1.67 +++ embed.html 31 Jul 2010 20:14:40 -0000 1.68 @@ -153,10 +153,10 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#embed-interface">#</a> </h2> <pre class="idl">interface <b>HTMLEmbedElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-embed-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-embed-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-embed-src" title="dom-embed-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-embed-type" title="dom-embed-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">width</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; };</pre> </div> </div> Index: dd.html =================================================================== RCS file: /sources/public/html5/markup/dd.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- dd.html 31 Jul 2010 08:13:11 -0000 1.58 +++ dd.html 31 Jul 2010 20:14:40 -0000 1.59 @@ -91,7 +91,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#dd-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="dd-display"> Index: input.time.html =================================================================== RCS file: /sources/public/html5/markup/input.time.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- input.time.html 31 Jul 2010 14:48:51 -0000 1.69 +++ input.time.html 31 Jul 2010 20:14:41 -0000 1.70 @@ -256,58 +256,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.time-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: dt.html =================================================================== RCS file: /sources/public/html5/markup/dt.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- dt.html 31 Jul 2010 08:13:11 -0000 1.57 +++ dt.html 31 Jul 2010 20:14:40 -0000 1.58 @@ -91,7 +91,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#dt-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="dt-display"> Index: strong.html =================================================================== RCS file: /sources/public/html5/markup/strong.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- strong.html 31 Jul 2010 08:13:15 -0000 1.57 +++ strong.html 31 Jul 2010 20:14:43 -0000 1.58 @@ -65,7 +65,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#strong-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="strong-display"> Index: input.color.html =================================================================== RCS file: /sources/public/html5/markup/input.color.html,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- input.color.html 31 Jul 2010 14:48:50 -0000 1.67 +++ input.color.html 31 Jul 2010 20:14:41 -0000 1.68 @@ -197,58 +197,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.color-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: li.html =================================================================== RCS file: /sources/public/html5/markup/li.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- li.html 31 Jul 2010 14:48:51 -0000 1.64 +++ li.html 31 Jul 2010 20:14:42 -0000 1.65 @@ -107,7 +107,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#li-interface">#</a> </h2> <pre class="idl">interface <b>HTMLLIElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute long <a href="http://dev.w3.org/html5/spec/grouping-content.html#dom-li-value" title="dom-li-value">value</a>; };</pre> </div> <div class="no-number no-toc display" id="li-display"> Index: style.html =================================================================== RCS file: /sources/public/html5/markup/style.html,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- style.html 31 Jul 2010 14:48:52 -0000 1.67 +++ style.html 31 Jul 2010 20:14:43 -0000 1.68 @@ -123,11 +123,11 @@ </h2> <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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/semantics.html#dom-style-scoped" title='Read about this "scoped" reference in the full HTML5 spec.'>scoped</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-style-media" title="dom-style-media">media</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-style-type" title="dom-style-type">type</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/semantics.html#dom-style-scoped" title="dom-style-scoped">scoped</a>; }; -<a href="http://dev.w3.org/html5/spec/semantics.html#htmlstyleelement" title="">HTMLStyleElement</a> implements ;</pre> +<a href="http://dev.w3.org/html5/spec/semantics.html#htmlstyleelement" title="">HTMLStyleElement</a> implements <span>LinkStyle</span>;</pre> </div> <div class="no-number no-toc display" id="style-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#style-display">#</a> Index: del.html =================================================================== RCS file: /sources/public/html5/markup/del.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- del.html 31 Jul 2010 14:48:50 -0000 1.64 +++ del.html 31 Jul 2010 20:14:40 -0000 1.65 @@ -89,8 +89,8 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#del-interface">#</a> </h2> <pre class="idl">interface <b>HTMLModElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/edits.html#dom-mod-cite" title="dom-mod-cite">cite</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/edits.html#dom-mod-datetime" title="dom-mod-datetime">dateTime</a>; };</pre> </div> <div class="no-number no-toc display" id="del-display"> Index: menu.html =================================================================== RCS file: /sources/public/html5/markup/menu.html,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- menu.html 31 Jul 2010 14:48:51 -0000 1.71 +++ menu.html 31 Jul 2010 20:14:42 -0000 1.72 @@ -130,8 +130,8 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#menu-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMenuElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-menu-type" title="dom-menu-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-menu-label" title="dom-menu-label">label</a>; };</pre> </div> <div class="no-number no-toc display" id="menu-display"> Index: input.image.html =================================================================== RCS file: /sources/public/html5/markup/input.image.html,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- input.image.html 31 Jul 2010 14:48:50 -0000 1.70 +++ input.image.html 31 Jul 2010 20:14:41 -0000 1.71 @@ -265,58 +265,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.image-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: code.html =================================================================== RCS file: /sources/public/html5/markup/code.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- code.html 31 Jul 2010 08:13:10 -0000 1.53 +++ code.html 31 Jul 2010 20:14:40 -0000 1.54 @@ -65,7 +65,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#code-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="code-display"> Index: figcaption.html =================================================================== RCS file: /sources/public/html5/markup/figcaption.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- figcaption.html 31 Jul 2010 08:13:11 -0000 1.28 +++ figcaption.html 31 Jul 2010 20:14:40 -0000 1.29 @@ -66,7 +66,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#figcaption-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> Index: map.html =================================================================== RCS file: /sources/public/html5/markup/map.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- map.html 31 Jul 2010 14:48:51 -0000 1.63 +++ map.html 31 Jul 2010 20:14:42 -0000 1.64 @@ -88,9 +88,9 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#map-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMapElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-name" title="dom-map-name">name</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-areas" title="dom-map-areas">areas</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-map-images" title="dom-map-images">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.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- input.file.html 31 Jul 2010 14:48:50 -0000 1.66 +++ input.file.html 31 Jul 2010 20:14:41 -0000 1.67 @@ -194,58 +194,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.file-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: input.radio.html =================================================================== RCS file: /sources/public/html5/markup/input.radio.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- input.radio.html 31 Jul 2010 14:48:51 -0000 1.66 +++ input.radio.html 31 Jul 2010 20:14:41 -0000 1.67 @@ -190,58 +190,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.radio-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: command.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/command.checkbox.html,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- command.checkbox.html 31 Jul 2010 14:48:49 -0000 1.63 +++ command.checkbox.html 31 Jul 2010 20:14:40 -0000 1.64 @@ -121,12 +121,12 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#command.checkbox-interface">#</a> </h2> <pre class="idl">interface <b>HTMLCommandElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-label" title='Read about this "label" reference in the full HTML5 spec.'>label</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-icon" title='Read about this "icon" reference in the full HTML5 spec.'>icon</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-radiogroup" title='Read about this "radiogroup" reference in the full HTML5 spec.'>radiogroup</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-type" title="dom-command-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-label" title="dom-command-label">label</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-icon" title="dom-command-icon">icon</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-disabled" title="dom-command-disabled">disabled</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-checked" title="dom-command-checked">checked</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-command-radiogroup" title="dom-command-radiogroup">radiogroup</a>; };</pre> </div> </div> Index: param.html =================================================================== RCS file: /sources/public/html5/markup/param.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- param.html 31 Jul 2010 14:48:52 -0000 1.62 +++ param.html 31 Jul 2010 20:14:42 -0000 1.63 @@ -98,8 +98,8 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#param-interface">#</a> </h2> <pre class="idl">interface <b>HTMLParamElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-param-name" title="dom-param-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-iframe-element.html#dom-param-value" title="dom-param-value">value</a>; };</pre> </div> <div class="no-number no-toc display" id="param-display"> Index: input.reset.html =================================================================== RCS file: /sources/public/html5/markup/input.reset.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- input.reset.html 31 Jul 2010 14:48:51 -0000 1.66 +++ input.reset.html 31 Jul 2010 20:14:41 -0000 1.67 @@ -166,58 +166,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.reset-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: input.datetime-local.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime-local.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- input.datetime-local.html 31 Jul 2010 14:48:50 -0000 1.69 +++ input.datetime-local.html 31 Jul 2010 20:14:41 -0000 1.70 @@ -256,58 +256,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-local-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: q.html =================================================================== RCS file: /sources/public/html5/markup/q.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- q.html 31 Jul 2010 08:13:14 -0000 1.58 +++ q.html 31 Jul 2010 20:14:42 -0000 1.59 @@ -79,7 +79,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#q-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="q-display"> Index: option.html =================================================================== RCS file: /sources/public/html5/markup/option.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- option.html 31 Jul 2010 14:48:52 -0000 1.66 +++ option.html 31 Jul 2010 20:14:42 -0000 1.67 @@ -132,21 +132,21 @@ <div class="no-number no-toc interface" id="option-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#option-interface">#</a> </h2> -<pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(), - NamedConstructor=<a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-t" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text), - NamedConstructor=<a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-tv" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value), - NamedConstructor=<a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-tvd" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected), - NamedConstructor=<a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-tvds" title='Read about this "Option" reference in the full HTML5 spec.'>Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected, in boolean selected)] +<pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option" title="dom-option">Option</a>(), + NamedConstructor=<a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-t" title="dom-option-t">Option</a>(in DOMString text), + NamedConstructor=<a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-tv" title="dom-option-tv">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="dom-option-tvd">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="dom-option-tvds">Option</a>(in DOMString text, in DOMString value, in boolean defaultSelected, in boolean selected)] interface <b>HTMLOptionElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-disabled" title="dom-option-disabled">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/the-button-element.html#dom-option-form" title="dom-option-form">form</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-label" title="dom-option-label">label</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-defaultselected" title="dom-option-defaultSelected">defaultSelected</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-selected" title="dom-option-selected">selected</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-value" title="dom-option-value">value</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-text" title='Read about this "text" reference in the full HTML5 spec.'>text</a>; - readonly attribute long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-index" title='Read about this "index" reference in the full HTML5 spec.'>index</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-text" title="dom-option-text">text</a>; + readonly attribute long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-option-index" title="dom-option-index">index</a>; };</pre> </div> </div> Index: label.html =================================================================== RCS file: /sources/public/html5/markup/label.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- label.html 31 Jul 2010 14:48:51 -0000 1.65 +++ label.html 31 Jul 2010 20:14:42 -0000 1.66 @@ -125,9 +125,9 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#label-interface">#</a> </h2> <pre class="idl">interface <b>HTMLLabelElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; + 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="dom-fae-form">form</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/forms.html#dom-label-htmlfor" title="dom-label-htmlFor">htmlFor</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="dom-label-control">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.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- select.html 31 Jul 2010 14:48:52 -0000 1.62 +++ select.html 31 Jul 2010 20:14:43 -0000 1.63 @@ -154,34 +154,34 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#select-interface">#</a> </h2> <pre class="idl">interface <b>HTMLSelectElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-multiple" title="dom-select-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-size" title="dom-select-size">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 DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-type" title="dom-select-type">type</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="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="http://dev.w3.org/html5/spec/common-dom-interfaces.html#htmloptionscollection" title="">HTMLOptionsCollection</a> <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-options" title="dom-select-options">options</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-length" title="dom-select-length">length</a>; + caller getter any <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-item" title="dom-select-item">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="dom-select-namedItem">namedItem</a>(in DOMString name); + void <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-add" title="dom-select-add">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="dom-select-add">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="dom-select-remove">remove</a>(in 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/the-button-element.html#dom-select-selectedoptions" title='Read about this "selectedOptions" reference in the full HTML5 spec.'>selectedOptions</a>; - attribute long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-selectedindex" title='Read about this "selectedIndex" reference in the full HTML5 spec.'>selectedIndex</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-selectedoptions" title="dom-select-selectedOptions">selectedOptions</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-selectedindex" title="dom-select-selectedIndex">selectedIndex</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-select-value" title="dom-select-value">value</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>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; };</pre> </div> </div> Index: noscript.html =================================================================== RCS file: /sources/public/html5/markup/noscript.html,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- noscript.html 31 Jul 2010 08:13:13 -0000 1.60 +++ noscript.html 31 Jul 2010 20:14:42 -0000 1.61 @@ -88,7 +88,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#noscript-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> Index: blockquote.html =================================================================== RCS file: /sources/public/html5/markup/blockquote.html,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- blockquote.html 31 Jul 2010 14:48:49 -0000 1.60 +++ blockquote.html 31 Jul 2010 20:14:40 -0000 1.61 @@ -79,7 +79,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#blockquote-interface">#</a> </h2> <pre class="idl">interface <b>HTMLQuoteElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/grouping-content.html#dom-quote-cite" title="dom-quote-cite">cite</a>; };</pre> </div> <div class="no-number no-toc display" id="blockquote-display"> Index: em.html =================================================================== RCS file: /sources/public/html5/markup/em.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- em.html 31 Jul 2010 08:13:11 -0000 1.56 +++ em.html 31 Jul 2010 20:14:40 -0000 1.57 @@ -65,7 +65,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#em-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="em-display"> Index: figure.html =================================================================== RCS file: /sources/public/html5/markup/figure.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- figure.html 31 Jul 2010 08:13:11 -0000 1.42 +++ figure.html 31 Jul 2010 20:14:40 -0000 1.43 @@ -72,7 +72,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#figure-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> Index: input.hidden.html =================================================================== RCS file: /sources/public/html5/markup/input.hidden.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- input.hidden.html 31 Jul 2010 14:48:50 -0000 1.66 +++ input.hidden.html 31 Jul 2010 20:14:41 -0000 1.67 @@ -155,58 +155,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.hidden-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: kbd.html =================================================================== RCS file: /sources/public/html5/markup/kbd.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- kbd.html 31 Jul 2010 08:13:13 -0000 1.55 +++ kbd.html 31 Jul 2010 20:14:42 -0000 1.56 @@ -75,7 +75,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#kbd-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="kbd-display"> Index: base.html =================================================================== RCS file: /sources/public/html5/markup/base.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- base.html 31 Jul 2010 14:48:49 -0000 1.66 +++ base.html 31 Jul 2010 20:14:40 -0000 1.67 @@ -93,8 +93,8 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#base-interface">#</a> </h2> <pre class="idl">interface <b>HTMLBaseElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-base-href" title="dom-base-href">href</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-base-target" title="dom-base-target">target</a>; };</pre> </div> </div> Index: canvas.html =================================================================== RCS file: /sources/public/html5/markup/canvas.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- canvas.html 31 Jul 2010 14:48:49 -0000 1.58 +++ canvas.html 31 Jul 2010 20:14:40 -0000 1.59 @@ -89,10 +89,10 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#canvas-interface">#</a> </h2> <pre class="idl">interface <b>HTMLCanvasElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-width" title="dom-canvas-width">width</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-height" title="dom-canvas-height">height</a>; - DOMString <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-todataurl" title='Read about this "toDataURL" reference in the full HTML5 spec.'>toDataURL</a>(in optional DOMString type, in any... args); + DOMString <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-todataurl" title="dom-canvas-toDataURL">toDataURL</a>(in optional DOMString type, in any... args); object <a href="http://dev.w3.org/html5/spec/the-canvas-element.html#dom-canvas-getcontext" title="dom-canvas-getContext">getContext</a>(in DOMString contextId); };</pre> Index: input.search.html =================================================================== RCS file: /sources/public/html5/markup/input.search.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- input.search.html 31 Jul 2010 14:48:51 -0000 1.69 +++ input.search.html 31 Jul 2010 20:14:41 -0000 1.70 @@ -262,58 +262,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.search-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: tfoot.html =================================================================== RCS file: /sources/public/html5/markup/tfoot.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- tfoot.html 31 Jul 2010 14:48:52 -0000 1.55 +++ tfoot.html 31 Jul 2010 20:14:43 -0000 1.56 @@ -118,9 +118,9 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#tfoot-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="http://dev.w3.org/html5/spec/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); + readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-rows" title="dom-tbody-rows">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="dom-tbody-insertRow">insertRow</a>(in optional long index); + void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-deleterow" title="dom-tbody-deleteRow">deleteRow</a>(in long index); };</pre> </div> <div class="no-number no-toc display" id="tfoot-display"> Index: rt.html =================================================================== RCS file: /sources/public/html5/markup/rt.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- rt.html 31 Jul 2010 08:13:14 -0000 1.56 +++ rt.html 31 Jul 2010 20:14:42 -0000 1.57 @@ -77,7 +77,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#rt-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="rt-display"> Index: fieldset.html =================================================================== RCS file: /sources/public/html5/markup/fieldset.html,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- fieldset.html 31 Jul 2010 14:48:50 -0000 1.59 +++ fieldset.html 31 Jul 2010 20:14:40 -0000 1.60 @@ -104,19 +104,19 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#fieldset-interface">#</a> </h2> <pre class="idl">interface <b>HTMLFieldSetElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute boolean <a href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-disabled" title="dom-fieldset-disabled">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="dom-fae-form">form</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">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 DOMString <a href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-type" title="dom-fieldset-type">type</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 <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#htmlformcontrolscollection" title="">HTMLFormControlsCollection</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-fieldset-elements" title="dom-fieldset-elements">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>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); };</pre> </div> <div class="no-number no-toc display" id="fieldset-display"> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.261 retrieving revision 1.262 diff -u -d -r1.261 -r1.262 --- spec.html 31 Jul 2010 14:48:52 -0000 1.261 +++ spec.html 31 Jul 2010 20:14:43 -0000 1.262 @@ -10,7 +10,7 @@ <div class="head"> <div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div> <h1>HTML: The Markup Language Reference</h1> -<h2>W3C Editor’s Draft <em>31 July 2010</em> +<h2>W3C Editor’s Draft <em>1 August 2010</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -65,7 +65,7 @@ reports index</a> at http://www.w3.org/TR/. </em></p> [...3989 lines suppressed...] - readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/video.html#dom-video-videowidth" title='Read about this "videoWidth" reference in the full HTML5 spec.'>videoWidth</a>; - readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/video.html#dom-video-videoheight" title='Read about this "videoHeight" reference in the full HTML5 spec.'>videoHeight</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/video.html#dom-video-poster" title='Read about this "poster" reference in the full HTML5 spec.'>poster</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">width</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/video.html#dom-video-videowidth" title="dom-video-videoWidth">videoWidth</a>; + readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/video.html#dom-video-videoheight" title="dom-video-videoHeight">videoHeight</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/video.html#dom-video-poster" title="dom-video-poster">poster</a>; };</pre> </div> </div> @@ -22469,7 +22469,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#wbr-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> Index: datalist.html =================================================================== RCS file: /sources/public/html5/markup/datalist.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- datalist.html 31 Jul 2010 14:48:50 -0000 1.61 +++ datalist.html 31 Jul 2010 20:14:40 -0000 1.62 @@ -82,7 +82,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#datalist-interface">#</a> </h2> <pre class="idl">interface <b>HTMLDataListElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-datalist-options" title="dom-datalist-options">options</a>; };</pre> </div> <div class="no-number no-toc display" id="datalist-display"> Index: optgroup.html =================================================================== RCS file: /sources/public/html5/markup/optgroup.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- optgroup.html 31 Jul 2010 14:48:52 -0000 1.57 +++ optgroup.html 31 Jul 2010 20:14:42 -0000 1.58 @@ -100,8 +100,8 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#optgroup-interface">#</a> </h2> <pre class="idl">interface <b>HTMLOptGroupElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-optgroup-disabled" title="dom-optgroup-disabled">disabled</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-optgroup-label" title="dom-optgroup-label">label</a>; };</pre> </div> </div> Index: input.week.html =================================================================== RCS file: /sources/public/html5/markup/input.week.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- input.week.html 31 Jul 2010 14:48:51 -0000 1.69 +++ input.week.html 31 Jul 2010 20:14:41 -0000 1.70 @@ -255,58 +255,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.week-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: button.button.html =================================================================== RCS file: /sources/public/html5/markup/button.button.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- button.button.html 31 Jul 2010 14:48:49 -0000 1.65 +++ button.button.html 31 Jul 2010 20:14:40 -0000 1.66 @@ -155,25 +155,25 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#button.button-interface">#</a> </h2> <pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-type" title="dom-button-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-value" title="dom-button-value">value</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>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; };</pre> </div> </div> Index: form.html =================================================================== RCS file: /sources/public/html5/markup/form.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- form.html 31 Jul 2010 14:48:50 -0000 1.69 +++ form.html 31 Jul 2010 20:14:40 -0000 1.70 @@ -169,26 +169,26 @@ </h2> <pre class="idl">[OverrideBuiltins] 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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-enctype" title='Read about this "enctype" reference in the full HTML5 spec.'>enctype</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-method" title='Read about this "method" reference in the full HTML5 spec.'>method</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-novalidate" title='Read about this "noValidate" reference in the full HTML5 spec.'>noValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-target" title='Read about this "target" reference in the full HTML5 spec.'>target</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-acceptcharset" title="dom-form-acceptCharset">acceptCharset</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-action" title="dom-fs-action">action</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-autocomplete" title="dom-form-autocomplete">autocomplete</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-enctype" title="dom-fs-enctype">enctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-method" title="dom-fs-method">method</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-name" title="dom-form-name">name</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-novalidate" title="dom-fs-noValidate">noValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-target" title="dom-fs-target">target</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); + readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#htmlformcontrolscollection" title="">HTMLFormControlsCollection</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-elements" title="dom-form-elements">elements</a>; + readonly attribute long <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-length" title="dom-form-length">length</a>; + caller getter any <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-item" title="dom-form-item">item</a>(in unsigned long index); + caller getter any <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-nameditem" title="dom-form-namedItem">namedItem</a>(in DOMString name); - void <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-submit" title='Read about this "submit" reference in the full HTML5 spec.'>submit</a>(); - void <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-reset" title='Read about this "reset" reference in the full HTML5 spec.'>reset</a>(); - boolean <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-checkvalidity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-submit" title="dom-form-submit">submit</a>(); + void <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-reset" title="dom-form-reset">reset</a>(); + boolean <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-checkvalidity" title="dom-form-checkValidity">checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-dispatchforminput" title='Read about this "dispatchFormInput" reference in the full HTML5 spec.'>dispatchFormInput</a>(); - void <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-dispatchformchange" title='Read about this "dispatchFormChange" reference in the full HTML5 spec.'>dispatchFormChange</a>(); + void <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-dispatchforminput" title="dom-form-dispatchFormInput">dispatchFormInput</a>(); + void <a href="http://dev.w3.org/html5/spec/forms.html#dom-form-dispatchformchange" title="dom-form-dispatchFormChange">dispatchFormChange</a>(); };</pre> </div> <div class="no-number no-toc display" id="form-display"> Index: small.html =================================================================== RCS file: /sources/public/html5/markup/small.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- small.html 31 Jul 2010 08:13:14 -0000 1.57 +++ small.html 31 Jul 2010 20:14:43 -0000 1.58 @@ -79,7 +79,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#small-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="small-display"> Index: ruby.html =================================================================== RCS file: /sources/public/html5/markup/ruby.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- ruby.html 31 Jul 2010 08:13:14 -0000 1.56 +++ ruby.html 31 Jul 2010 20:14:42 -0000 1.57 @@ -69,7 +69,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#ruby-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="ruby-display"> Index: ol.html =================================================================== RCS file: /sources/public/html5/markup/ol.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- ol.html 31 Jul 2010 14:48:52 -0000 1.62 +++ ol.html 31 Jul 2010 20:14:42 -0000 1.63 @@ -115,8 +115,8 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#ol-interface">#</a> </h2> <pre class="idl">interface <b>HTMLOListElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute boolean <a href="http://dev.w3.org/html5/spec/grouping-content.html#dom-ol-reversed" title="dom-ol-reversed">reversed</a>; + attribute long <a href="http://dev.w3.org/html5/spec/grouping-content.html#dom-ol-start" title="dom-ol-start">start</a>; };</pre> </div> <div class="no-number no-toc display" id="ol-display"> Index: article.html =================================================================== RCS file: /sources/public/html5/markup/article.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- article.html 31 Jul 2010 08:13:10 -0000 1.61 +++ article.html 31 Jul 2010 20:14:39 -0000 1.62 @@ -78,7 +78,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#article-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="article-display"> Index: colgroup.html =================================================================== RCS file: /sources/public/html5/markup/colgroup.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- colgroup.html 31 Jul 2010 14:48:49 -0000 1.58 +++ colgroup.html 31 Jul 2010 20:14:40 -0000 1.59 @@ -119,7 +119,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#colgroup-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableColElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-colgroup-span" title="dom-colgroup-span">span</a>; };</pre> </div> <div class="no-number no-toc display" id="colgroup-display"> Index: thead.html =================================================================== RCS file: /sources/public/html5/markup/thead.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- thead.html 31 Jul 2010 14:48:52 -0000 1.55 +++ thead.html 31 Jul 2010 20:14:43 -0000 1.56 @@ -101,9 +101,9 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#thead-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="http://dev.w3.org/html5/spec/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); + readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-rows" title="dom-tbody-rows">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="dom-tbody-insertRow">insertRow</a>(in optional long index); + void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-deleterow" title="dom-tbody-deleteRow">deleteRow</a>(in long index); };</pre> </div> <div class="no-number no-toc display" id="thead-display"> Index: tbody.html =================================================================== RCS file: /sources/public/html5/markup/tbody.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- tbody.html 31 Jul 2010 14:48:52 -0000 1.55 +++ tbody.html 31 Jul 2010 20:14:43 -0000 1.56 @@ -111,9 +111,9 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#tbody-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTableSectionElement</b> : <a href="http://dev.w3.org/html5/spec/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); + readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-rows" title="dom-tbody-rows">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="dom-tbody-insertRow">insertRow</a>(in optional long index); + void <a href="http://dev.w3.org/html5/spec/tabular-data.html#dom-tbody-deleterow" title="dom-tbody-deleteRow">deleteRow</a>(in long index); };</pre> </div> <div class="no-number no-toc display" id="tbody-display"> Index: video.html =================================================================== RCS file: /sources/public/html5/markup/video.html,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- video.html 31 Jul 2010 14:18:18 -0000 1.76 +++ video.html 31 Jul 2010 20:14:43 -0000 1.77 @@ -201,11 +201,11 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#video-interface">#</a> </h2> <pre class="idl">interface <b>HTMLVideoElement</b> : <a href="http://dev.w3.org/html5/spec/video.html#htmlmediaelement" title="">HTMLMediaElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title='Read about this "width" reference in the full HTML5 spec.'>width</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/video.html#dom-video-videowidth" title='Read about this "videoWidth" reference in the full HTML5 spec.'>videoWidth</a>; - readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/video.html#dom-video-videoheight" title='Read about this "videoHeight" reference in the full HTML5 spec.'>videoHeight</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/video.html#dom-video-poster" title='Read about this "poster" reference in the full HTML5 spec.'>poster</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">width</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/video.html#dom-video-videowidth" title="dom-video-videoWidth">videoWidth</a>; + readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/video.html#dom-video-videoheight" title="dom-video-videoHeight">videoHeight</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/video.html#dom-video-poster" title="dom-video-poster">poster</a>; };</pre> </div> </div> Index: source.html =================================================================== RCS file: /sources/public/html5/markup/source.html,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- source.html 31 Jul 2010 14:48:52 -0000 1.71 +++ source.html 31 Jul 2010 20:14:43 -0000 1.72 @@ -124,9 +124,9 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#source-interface">#</a> </h2> <pre class="idl">interface <b>HTMLSourceElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/video.html#dom-source-src" title="dom-source-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/video.html#dom-source-type" title="dom-source-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/video.html#dom-source-media" title="dom-source-media">media</a>; };</pre> </div> </div> Index: button.reset.html =================================================================== RCS file: /sources/public/html5/markup/button.reset.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- button.reset.html 31 Jul 2010 14:48:49 -0000 1.65 +++ button.reset.html 31 Jul 2010 20:14:40 -0000 1.66 @@ -155,25 +155,25 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#button.reset-interface">#</a> </h2> <pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-type" title="dom-button-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-value" title="dom-button-value">value</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>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; };</pre> </div> </div> Index: meta.charset.html =================================================================== RCS file: /sources/public/html5/markup/meta.charset.html,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- meta.charset.html 31 Jul 2010 14:48:51 -0000 1.70 +++ meta.charset.html 31 Jul 2010 20:14:42 -0000 1.71 @@ -99,9 +99,9 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.charset-interface">#</a> </h2> <pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-name" title="dom-meta-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-meta-content" title="dom-meta-content">content</a>; };</pre> </div> </div> Index: output.html =================================================================== RCS file: /sources/public/html5/markup/output.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- output.html 31 Jul 2010 14:48:52 -0000 1.66 +++ output.html 31 Jul 2010 20:14:42 -0000 1.67 @@ -104,21 +104,21 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#output-interface">#</a> </h2> <pre class="idl">interface <b>HTMLOutputElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + [PutForwards=<a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="http://dev.w3.org/html5/spec/common-dom-interfaces.html#domsettabletokenlist" title="">DOMSettableTokenList</a> <span title="dom-output-wrap">htmlFor</span>; + 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="dom-fae-form">form</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-type" title="dom-output-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-defaultvalue" title="dom-output-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-output-value" title="dom-output-value">value</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>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; };</pre> </div> </div> Index: i.html =================================================================== RCS file: /sources/public/html5/markup/i.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- i.html 31 Jul 2010 08:13:12 -0000 1.55 +++ i.html 31 Jul 2010 20:14:41 -0000 1.56 @@ -84,7 +84,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#i-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="i-display"> Index: input.submit.html =================================================================== RCS file: /sources/public/html5/markup/input.submit.html,v retrieving revision 1.66 retrieving revision 1.67 diff -u -d -r1.66 -r1.67 --- input.submit.html 31 Jul 2010 14:48:51 -0000 1.66 +++ input.submit.html 31 Jul 2010 20:14:41 -0000 1.67 @@ -225,58 +225,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.submit-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: input.date.html =================================================================== RCS file: /sources/public/html5/markup/input.date.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- input.date.html 31 Jul 2010 14:48:50 -0000 1.68 +++ input.date.html 31 Jul 2010 20:14:41 -0000 1.69 @@ -255,58 +255,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.date-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: var.html =================================================================== RCS file: /sources/public/html5/markup/var.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- var.html 31 Jul 2010 08:13:15 -0000 1.54 +++ var.html 31 Jul 2010 20:14:43 -0000 1.55 @@ -67,7 +67,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#var-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="var-display"> Index: sub.html =================================================================== RCS file: /sources/public/html5/markup/sub.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- sub.html 31 Jul 2010 08:13:15 -0000 1.56 +++ sub.html 31 Jul 2010 20:14:43 -0000 1.57 @@ -65,7 +65,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#sub-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="sub-display"> Index: title.html =================================================================== RCS file: /sources/public/html5/markup/title.html,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- title.html 31 Jul 2010 14:48:52 -0000 1.58 +++ title.html 31 Jul 2010 20:14:43 -0000 1.59 @@ -64,7 +64,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#title-interface">#</a> </h2> <pre class="idl">interface <b>HTMLTitleElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/semantics.html#dom-title-text" title="dom-title-text">text</a>; };</pre> </div> <div class="no-number no-toc display" id="title-display"> Index: button.submit.html =================================================================== RCS file: /sources/public/html5/markup/button.submit.html,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- button.submit.html 31 Jul 2010 14:48:49 -0000 1.65 +++ button.submit.html 31 Jul 2010 20:14:40 -0000 1.66 @@ -214,25 +214,25 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#button.submit-interface">#</a> </h2> <pre class="idl">interface <b>HTMLButtonElement</b> : <a href="http://dev.w3.org/html5/spec/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="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-type" title="dom-button-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-button-element.html#dom-button-value" title="dom-button-value">value</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>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; };</pre> </div> </div> Index: rp.html =================================================================== RCS file: /sources/public/html5/markup/rp.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- rp.html 31 Jul 2010 08:13:14 -0000 1.56 +++ rp.html 31 Jul 2010 20:14:42 -0000 1.57 @@ -79,7 +79,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#rp-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> Index: sup.html =================================================================== RCS file: /sources/public/html5/markup/sup.html,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- sup.html 31 Jul 2010 08:13:15 -0000 1.56 +++ sup.html 31 Jul 2010 20:14:43 -0000 1.57 @@ -65,7 +65,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#sup-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="sup-display"> Index: details.html =================================================================== RCS file: /sources/public/html5/markup/details.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- details.html 31 Jul 2010 14:48:50 -0000 1.46 +++ details.html 31 Jul 2010 20:14:40 -0000 1.47 @@ -96,7 +96,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#details-interface">#</a> </h2> <pre class="idl">interface <b>HTMLDetailsElement</b> : <a href="http://dev.w3.org/html5/spec/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>; + attribute boolean <a href="http://dev.w3.org/html5/spec/interactive-elements.html#dom-details-open" title="dom-details-open">open</a>; };</pre> </div> </div> Index: input.url.html =================================================================== RCS file: /sources/public/html5/markup/input.url.html,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- input.url.html 31 Jul 2010 14:48:51 -0000 1.69 +++ input.url.html 31 Jul 2010 20:14:41 -0000 1.70 @@ -265,58 +265,58 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#input.url-interface">#</a> </h2> <pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="">HTMLElement</a> { - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title='Read about this "accept" reference in the full HTML5 spec.'>accept</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title='Read about this "alt" reference in the full HTML5 spec.'>alt</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title='Read about this "autocomplete" reference in the full HTML5 spec.'>autocomplete</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title='Read about this "autofocus" reference in the full HTML5 spec.'>autofocus</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title='Read about this "defaultChecked" reference in the full HTML5 spec.'>defaultChecked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title='Read about this "checked" reference in the full HTML5 spec.'>checked</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title='Read about this "disabled" reference in the full HTML5 spec.'>disabled</a>; - readonly attribute <a href="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>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title='Read about this "formMethod" reference in the full HTML5 spec.'>formMethod</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title='Read about this "formNoValidate" reference in the full HTML5 spec.'>formNoValidate</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title='Read about this "formTarget" reference in the full HTML5 spec.'>formTarget</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title='Read about this "height" reference in the full HTML5 spec.'>height</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title='Read about this "indeterminate" reference in the full HTML5 spec.'>indeterminate</a>; - readonly attribute <a href="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>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title='Read about this "multiple" reference in the full HTML5 spec.'>multiple</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title='Read about this "name" reference in the full HTML5 spec.'>name</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title='Read about this "pattern" reference in the full HTML5 spec.'>pattern</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title='Read about this "placeholder" reference in the full HTML5 spec.'>placeholder</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title='Read about this "readOnly" reference in the full HTML5 spec.'>readOnly</a>; - attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title='Read about this "required" reference in the full HTML5 spec.'>required</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title='Read about this "size" reference in the full HTML5 spec.'>size</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title='Read about this "src" reference in the full HTML5 spec.'>src</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title='Read about this "step" reference in the full HTML5 spec.'>step</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title='Read about this "type" reference in the full HTML5 spec.'>type</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title='Read about this "defaultValue" reference in the full HTML5 spec.'>defaultValue</a>; - attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title='Read about this "value" reference in the full HTML5 spec.'>value</a>; - attribute <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title='Read about this "valueAsDate" reference in the full HTML5 spec.'>valueAsDate</a>; - attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title='Read about this "valueAsNumber" reference in the full HTML5 spec.'>valueAsNumber</a>; - readonly attribute <a href="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>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-alt" title="dom-input-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-disabled" title="dom-fe-disabled">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="dom-fae-form">form</a>; + readonly attribute <span>FileList</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</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="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-input-element.html#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-value" title="dom-input-value">value</a>; + attribute <span>Date</span> <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute double <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</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="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/the-map-element.html#dom-dim-width" title="dom-dim-width">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); - void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title='Read about this "stepDown" reference in the full HTML5 spec.'>stepDown</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/common-input-element-attributes.html#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); - readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title='Read about this "willValidate" reference in the full HTML5 spec.'>willValidate</a>; - readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title='Read about this "ValidityState" reference in the full HTML5 spec.'>ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title='Read about this "validity" reference in the full HTML5 spec.'>validity</a>; - readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title='Read about this "validationMessage" reference in the full HTML5 spec.'>validationMessage</a>; - boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title='Read about this "checkValidity" reference in the full HTML5 spec.'>checkValidity</a>(); - void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title='Read about this "setCustomValidity" reference in the full HTML5 spec.'>setCustomValidity</a>(in DOMString error); + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/association-of-controls-and-forms.html#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); - 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>; + readonly attribute <a href="http://dev.w3.org/html5/spec/infrastructure.html#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/forms.html#dom-lfe-labels" title="dom-lfe-labels">labels</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title='Read about this "select" reference in the full HTML5 spec.'>select</a>(); - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title='Read about this "selectionStart" reference in the full HTML5 spec.'>selectionStart</a>; - attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title='Read about this "selectionEnd" reference in the full HTML5 spec.'>selectionEnd</a>; - void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title='Read about this "setSelectionRange" reference in the full HTML5 spec.'>setSelectionRange</a>(in unsigned long start, in unsigned long end); + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/editing.html#dom-textarea-input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); };</pre> </div> </div> Index: summary.html =================================================================== RCS file: /sources/public/html5/markup/summary.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- summary.html 31 Jul 2010 08:13:15 -0000 1.27 +++ summary.html 31 Jul 2010 20:14:43 -0000 1.28 @@ -67,7 +67,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#summary-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> </div> Index: hgroup.html =================================================================== RCS file: /sources/public/html5/markup/hgroup.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- hgroup.html 31 Jul 2010 08:13:12 -0000 1.55 +++ hgroup.html 31 Jul 2010 20:14:41 -0000 1.56 @@ -80,7 +80,7 @@ <h2 class="element-subhead">DOM interface <a class="hash" href="#hgroup-interface">#</a> </h2> <p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. + <a href="http://dev.w3.org/html5/spec/elements.html#htmlelement" title="HTMLElement">HTMLElement</a>. </p> </div> <div class="no-number no-toc display" id="hgroup-display">
Received on Saturday, 31 July 2010 20:15:00 UTC