- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Feb 2010 18:47:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv1584 Modified Files: Makefile Overview.html area.html iframe.html img.html input.button.html input.checkbox.html input.color.html input.date.html input.datetime-local.html input.datetime.html input.email.html input.file.html input.hidden.html input.image.html input.month.html input.number.html input.password.html input.radio.html input.range.html input.reset.html input.search.html input.submit.html input.tel.html input.text.html input.time.html input.url.html input.week.html ins.html keygen.html label.html legend.html li.html link.html map.html menu.html meta.charset.html meta.http-equiv.content-language.html meta.http-equiv.content-type.html meta.http-equiv.default-style.html meta.http-equiv.refresh.html meta.name.html meter.html spec.html style.css Log Message: checkpointing + added some DOM interfaces Index: legend.html =================================================================== RCS file: /sources/public/html5/markup/legend.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- legend.html 10 Feb 2010 13:13:58 -0000 1.35 +++ legend.html 10 Feb 2010 18:47:38 -0000 1.36 @@ -47,9 +47,9 @@ <p class="permitted-parents"><span class="context-mdl"><a href="fieldset.html#fieldset">fieldset</a></span></p> </div> <div class="no-number no-toc" id="legend-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#legend-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#legend-interface">#</a></h2><pre class="idl">interface <b>HTMLLegendElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-legend-form" title="dom-legend-form">form</a>; +};</pre></div> <div class="no-number no-toc" id="legend-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#legend-display">#</a></h2> <div class="css-props" id="legend-css"><div class="selectors"><span class="selector">legend</span> { Index: Overview.html =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.382 retrieving revision 1.383 diff -u -d -r1.382 -r1.383 --- Overview.html 10 Feb 2010 12:48:49 -0000 1.382 +++ Overview.html 10 Feb 2010 18:47:37 -0000 1.383 @@ -10,7 +10,7 @@ <div class="head"> <div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C"></a></div> <h1>HTML: The Markup Language</h1> -<h2>W3C Editor’s Draft <em>10 February 2010</em> +<h2>W3C Editor’s Draft <em>11 February 2010</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -50,7 +50,7 @@ reports index</a> at http://www.w3.org/TR/. </em></p> <p> - This document is the 10 February 2010 Editor’s Draft of + This document is the 11 February 2010 Editor’s Draft of <cite>HTML: The Markup Language</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.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- input.email.html 10 Feb 2010 13:13:58 -0000 1.39 +++ input.email.html 10 Feb 2010 18:47:37 -0000 1.40 @@ -107,9 +107,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.email-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.email-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.email-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.range.html">« input.range</a></span> Index: input.month.html =================================================================== RCS file: /sources/public/html5/markup/input.month.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- input.month.html 10 Feb 2010 13:13:58 -0000 1.40 +++ input.month.html 10 Feb 2010 18:47:38 -0000 1.41 @@ -111,9 +111,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.month-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.month-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.month-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.date.html">« input.date</a></span> Index: iframe.html =================================================================== RCS file: /sources/public/html5/markup/iframe.html,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- iframe.html 10 Feb 2010 13:13:57 -0000 1.48 +++ iframe.html 10 Feb 2010 18:47:37 -0000 1.49 @@ -126,9 +126,17 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="iframe-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#iframe-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#iframe-interface">#</a></h2><pre class="idl">interface <b>HTMLIFrameElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-iframe-src" title="dom-iframe-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-iframe-srcdoc" title="dom-iframe-srcdoc">srcdoc</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-iframe-name" title="dom-iframe-name">name</a>; + [PutForwards=<a href="http://dev.w3.org/html5/spec/#dom-domsettabletokenlist-value" title="dom-DOMSettableTokenList-value">value</a>] readonly attribute <a href="http://dev.w3.org/html5/spec/#domsettabletokenlist" title="">DOMSettableTokenList</a> <a href="http://dev.w3.org/html5/spec/#dom-iframe-sandbox" title="dom-iframe-sandbox">sandbox</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-iframe-seamless" title="dom-iframe-seamless">seamless</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + readonly attribute Document <a href="http://dev.w3.org/html5/spec/#dom-iframe-contentdocument" title="dom-iframe-contentDocument">contentDocument</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#windowproxy" title="">WindowProxy</a> <a href="http://dev.w3.org/html5/spec/#dom-iframe-contentwindow" title="dom-iframe-contentWindow">contentWindow</a>; +};</pre></div> <div class="no-number no-toc" id="iframe-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#iframe-display">#</a></h2> <div class="css-props" id="iframe-css"><div class="selectors"><span class="selector">iframe</span> { Index: ins.html =================================================================== RCS file: /sources/public/html5/markup/ins.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- ins.html 10 Feb 2010 13:13:58 -0000 1.39 +++ ins.html 10 Feb 2010 18:47:38 -0000 1.40 @@ -64,9 +64,10 @@ <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p> </div> <div class="no-number no-toc" id="ins-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#ins-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#ins-interface">#</a></h2><pre class="idl">interface <b>HTMLModElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-mod-cite" title="dom-mod-cite">cite</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-mod-datetime" title="dom-mod-datetime">dateTime</a>; +};</pre></div> <div class="no-number no-toc" id="ins-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ins-display">#</a></h2> <div class="css-props" id="ins-css"><div class="selectors"><span class="selector">ins</span> { Index: meta.name.html =================================================================== RCS file: /sources/public/html5/markup/meta.name.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- meta.name.html 10 Feb 2010 13:13:59 -0000 1.37 +++ meta.name.html 10 Feb 2010 18:47:38 -0000 1.38 @@ -58,9 +58,11 @@ <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span></p> </div> <div class="no-number no-toc" id="meta.name-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.name-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.name-interface">#</a></h2><pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-name" title="dom-meta-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>; +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="meta.html">« meta</a></span> Index: meta.http-equiv.content-type.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.content-type.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- meta.http-equiv.content-type.html 10 Feb 2010 13:13:58 -0000 1.41 +++ meta.http-equiv.content-type.html 10 Feb 2010 18:47:38 -0000 1.42 @@ -94,9 +94,11 @@ be in the <dfn id="encoding-declaration-state" title="encoding-declaration-state">encoding declaration state</dfn>.</p> </div></div><div class="no-number no-toc" id="meta.http-equiv.content-type-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.content-type-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.content-type-interface">#</a></h2><pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-name" title="dom-meta-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>; +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="meta.charset.html">« meta.charset</a></span> Index: meta.http-equiv.content-language.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.content-language.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- meta.http-equiv.content-language.html 10 Feb 2010 13:13:58 -0000 1.36 +++ meta.http-equiv.content-language.html 10 Feb 2010 18:47:38 -0000 1.37 @@ -81,9 +81,11 @@ <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span></p> </div> <div class="no-number no-toc" id="meta.http-equiv.content-language-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.content-language-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.content-language-interface">#</a></h2><pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-name" title="dom-meta-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>; +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="meta.http-equiv.default-style.html">« meta.http-equiv.default-style</a></span> Index: input.range.html =================================================================== RCS file: /sources/public/html5/markup/input.range.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- input.range.html 10 Feb 2010 13:13:58 -0000 1.40 +++ input.range.html 10 Feb 2010 18:47:38 -0000 1.41 @@ -109,9 +109,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.range-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.range-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.range-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.number.html">« input.number</a></span> Index: meta.http-equiv.default-style.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- meta.http-equiv.default-style.html 10 Feb 2010 13:13:59 -0000 1.38 +++ meta.http-equiv.default-style.html 10 Feb 2010 18:47:38 -0000 1.39 @@ -74,9 +74,11 @@ <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span>, <span class="context-mdl"><a href="noscript.html#noscript">noscript</a></span></p> </div> <div class="no-number no-toc" id="meta.http-equiv.default-style-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.default-style-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.default-style-interface">#</a></h2><pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-name" title="dom-meta-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>; +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="meta.http-equiv.refresh.html">« meta.http-equiv.refresh</a></span> Index: keygen.html =================================================================== RCS file: /sources/public/html5/markup/keygen.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- keygen.html 10 Feb 2010 13:13:58 -0000 1.39 +++ keygen.html 10 Feb 2010 18:47:38 -0000 1.40 @@ -77,9 +77,24 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="keygen-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#keygen-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#keygen-interface">#</a></h2><pre class="idl">interface <b>HTMLKeygenElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-keygen-challenge" title="dom-keygen-challenge">challenge</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-keygen-keytype" title="dom-keygen-keytype">keytype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-keygen-type" title="dom-keygen-type">type</a>; + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="kbd.html">« kbd</a></span> Index: meter.html =================================================================== RCS file: /sources/public/html5/markup/meter.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- meter.html 10 Feb 2010 13:13:59 -0000 1.41 +++ meter.html 10 Feb 2010 18:47:38 -0000 1.42 @@ -158,9 +158,16 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="meter-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#meter-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#meter-interface">#</a></h2><pre class="idl">interface <b>HTMLMeterElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-value" title="dom-meter-value">value</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-min" title="dom-meter-min">min</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-max" title="dom-meter-max">max</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-low" title="dom-meter-low">low</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-high" title="dom-meter-high">high</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-optimum" title="dom-meter-optimum">optimum</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="meta.http-equiv.content-type.html">« meta.http-equiv.content-type</a></span> Index: input.button.html =================================================================== RCS file: /sources/public/html5/markup/input.button.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- input.button.html 10 Feb 2010 13:13:57 -0000 1.37 +++ input.button.html 10 Feb 2010 18:47:37 -0000 1.38 @@ -88,9 +88,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.button-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.button-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.button-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.radio.html">« input.radio</a></span> Index: link.html =================================================================== RCS file: /sources/public/html5/markup/link.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- link.html 10 Feb 2010 13:13:58 -0000 1.41 +++ link.html 10 Feb 2010 18:47:38 -0000 1.42 @@ -122,9 +122,9 @@ <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span>, <span class="context-mdl"><a href="noscript.html#noscript">noscript</a></span></p> </div> <div class="no-number no-toc" id="link-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#link-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#link-interface">#</a></h2><pre class="idl">interface <b>HTMLLIElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute long <a href="http://dev.w3.org/html5/spec/#dom-li-value" title="dom-li-value">value</a>; +};</pre></div> <div class="no-number no-toc" id="link-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#link-display">#</a></h2> <div class="css-props" id="link-css"><div class="selectors"><span class="selector">link</span> { Index: meta.http-equiv.refresh.html =================================================================== RCS file: /sources/public/html5/markup/meta.http-equiv.refresh.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- meta.http-equiv.refresh.html 10 Feb 2010 13:13:59 -0000 1.36 +++ meta.http-equiv.refresh.html 10 Feb 2010 18:47:38 -0000 1.37 @@ -78,9 +78,11 @@ <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span>, <span class="context-mdl"><a href="noscript.html#noscript">noscript</a></span></p> </div> <div class="no-number no-toc" id="meta.http-equiv.refresh-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.refresh-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.http-equiv.refresh-interface">#</a></h2><pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-name" title="dom-meta-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>; +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="meta.name.html">« meta.name</a></span> Index: area.html =================================================================== RCS file: /sources/public/html5/markup/area.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- area.html 10 Feb 2010 12:48:50 -0000 1.42 +++ area.html 10 Feb 2010 18:47:37 -0000 1.43 @@ -38,7 +38,7 @@ <span class="postfix intermixed">&</span> <a class="ref" href="area.html#area.attrs.media" title="area.attrs.media">media</a> <span class="postfix intermixed">&</span> <a class="ref" href="area.html#area.attrs.hreflang" title="area.attrs.hreflang">hreflang</a> <span class="postfix intermixed">&</span> <a class="ref" href="area.html#area.attrs.type" title="area.attrs.type">type</a> - <span class="postfix intermixed">&</span> <br></br> <span class="agroupof"><a class="ref" href="area.html#area.attrs.shape.rect" title="area.attrs.shape.rect">shape.rect</a> + <span class="postfix intermixed">&</span> <span class="agroupof"><a class="ref" href="area.html#area.attrs.shape.rect" title="area.attrs.shape.rect">shape.rect</a> <span class="postfix intermixed">&</span> <a class="ref" href="area.html#area.attrs.coords.rect" title="area.attrs.coords.rect">coords.rect</a><span class="postfix required" title="REQUIRED">★</span></span> <span class="postfix or">or</span> <span class="agroupof"><a class="ref" href="area.html#area.attrs.shape.circle" title="area.attrs.shape.circle">shape.circle</a><span class="postfix required" title="REQUIRED">★</span> <span class="postfix intermixed">&</span> <a class="ref" href="area.html#area.attrs.coords.circle" title="area.attrs.coords.circle">coords.circle</a><span class="postfix required" title="REQUIRED">★</span></span> Index: input.text.html =================================================================== RCS file: /sources/public/html5/markup/input.text.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- input.text.html 10 Feb 2010 13:13:58 -0000 1.38 +++ input.text.html 10 Feb 2010 18:47:38 -0000 1.39 @@ -96,9 +96,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.text-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.text-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.text-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.html">« input</a></span> Index: Makefile =================================================================== RCS file: /sources/public/html5/markup/Makefile,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- Makefile 3 Feb 2010 14:44:04 -0000 1.85 +++ Makefile 10 Feb 2010 18:47:37 -0000 1.86 @@ -66,6 +66,9 @@ $(PERL) $(PERLFLAGS) -p -e "s/&/&/g" $< | $(PERL) $(PERLFLAGS) -p -e "s/</</g" >> $@ echo "</license>" >> $@ +html.css: + $(CURL) $(CURLFLAGS) -o html.css http://svn.webkit.org/repository/webkit/trunk/WebCore/css/html.css + html.css.LICENSE.xml: html.css echo "<license>" > $@ head -n20 $< | tail -n17 | cut -c4- >> $@ @@ -82,7 +85,7 @@ src/head.html src/header.src.html src/intro-scope.html \ src/terms.html src/syntax.html src/documents.html \ $(ELEMENTS) src/attributes.html src/datatypes.html src/references.html \ - LICENSE.xml html.css.xml html.css.LICENSE.xml + webapps.html LICENSE.xml html.css.xml html.css.LICENSE.xml $(XSLTPROC) $(XSLTPROCFLAGS) \ --param show-content-models $(SHOW_CONTENT_MODELS) \ tools/generate-spec-source.xsl $< \ @@ -180,7 +183,6 @@ $(RM) html.css.LICENSE.xml $(RM) html.css.xml $(RM) html.spec.src.html - $(RM) webapps.html ifneq ($(OTHER_RNG),) $(RM) $(OTHER_RNG) endif @@ -193,8 +195,13 @@ endif $(RM) aria/html-compiled.rng $(RM) aria/html-compiled.rng.combined + @echo + @echo "run \"make distclean && make\" to re-download third-party dependencies and rebuild from scratch" + @echo distclean: clean + $(RM) webapps.html + $(RM) html.css ifneq ($(WHATTF_SCHEMA),) $(RM) schema/*.rnc $(RM) schema/*.sch @@ -206,4 +213,3 @@ cp -pR $(WHATTF_SCHEMA)/.svn schema -$(PATCH) $(PATCHFLAGS) < patch-schema endif - $(CURL) $(CURLFLAGS) -o html.css http://svn.webkit.org/repository/webkit/trunk/WebCore/css/html.css Index: input.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/input.checkbox.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- input.checkbox.html 10 Feb 2010 13:13:58 -0000 1.37 +++ input.checkbox.html 10 Feb 2010 18:47:37 -0000 1.38 @@ -90,9 +90,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.checkbox-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.checkbox-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.checkbox-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.password.html">« input.password</a></span> Index: input.tel.html =================================================================== RCS file: /sources/public/html5/markup/input.tel.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- input.tel.html 10 Feb 2010 13:13:58 -0000 1.38 +++ input.tel.html 10 Feb 2010 18:47:38 -0000 1.39 @@ -97,9 +97,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.tel-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.tel-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.tel-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.search.html">« input.search</a></span> Index: img.html =================================================================== RCS file: /sources/public/html5/markup/img.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- img.html 10 Feb 2010 13:13:57 -0000 1.46 +++ img.html 10 Feb 2010 18:47:37 -0000 1.47 @@ -141,9 +141,20 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="img-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#img-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#img-interface">#</a></h2><pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-image" title="dom-image">Image</a>(), + NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-image-w" title="dom-image-w">Image</a>(in unsigned long width), + NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-image-wh" title="dom-image-wh">Image</a>(in unsigned long width, in unsigned long height)] +interface <b>HTMLImageElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-img-alt" title="dom-img-alt">alt</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-img-src" title="dom-img-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-img-usemap" title="dom-img-useMap">useMap</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-img-ismap" title="dom-img-isMap">isMap</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-img-width" title="dom-img-width">width</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-img-height" title="dom-img-height">height</a>; + readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-img-naturalwidth" title="dom-img-naturalWidth">naturalWidth</a>; + readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-img-naturalheight" title="dom-img-naturalHeight">naturalHeight</a>; + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-img-complete" title="dom-img-complete">complete</a>; +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="iframe.html">« iframe</a></span> Index: input.number.html =================================================================== RCS file: /sources/public/html5/markup/input.number.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- input.number.html 10 Feb 2010 13:13:58 -0000 1.40 +++ input.number.html 10 Feb 2010 18:47:38 -0000 1.41 @@ -111,9 +111,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.number-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.number-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.number-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.week.html">« input.week</a></span> Index: input.datetime.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- input.datetime.html 10 Feb 2010 13:13:58 -0000 1.40 +++ input.datetime.html 10 Feb 2010 18:47:37 -0000 1.41 @@ -112,9 +112,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.datetime-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.image.html">« input.image</a></span> Index: input.password.html =================================================================== RCS file: /sources/public/html5/markup/input.password.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- input.password.html 10 Feb 2010 13:13:58 -0000 1.38 +++ input.password.html 10 Feb 2010 18:47:38 -0000 1.39 @@ -96,9 +96,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.password-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.password-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.password-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.text.html">« input.text</a></span> Index: input.time.html =================================================================== RCS file: /sources/public/html5/markup/input.time.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- input.time.html 10 Feb 2010 13:13:58 -0000 1.40 +++ input.time.html 10 Feb 2010 18:47:38 -0000 1.41 @@ -112,9 +112,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.time-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.time-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.time-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.month.html">« input.month</a></span> Index: input.color.html =================================================================== RCS file: /sources/public/html5/markup/input.color.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- input.color.html 10 Feb 2010 13:13:58 -0000 1.39 +++ input.color.html 10 Feb 2010 18:47:37 -0000 1.40 @@ -94,9 +94,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.color-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.color-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.color-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.tel.html">« input.tel</a></span> Index: li.html =================================================================== RCS file: /sources/public/html5/markup/li.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- li.html 10 Feb 2010 13:13:58 -0000 1.41 +++ li.html 10 Feb 2010 18:47:38 -0000 1.42 @@ -76,9 +76,9 @@ <p class="permitted-parents"><span class="context-mdl"><a href="ul.html#ul">ul</a></span>, <span class="context-mdl"><a href="ol.html#ol">ol</a></span>, <span class="context-mdl"><a href="menu.html#menu">menu</a></span></p> </div> <div class="no-number no-toc" id="li-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#li-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#li-interface">#</a></h2><pre class="idl">interface <b>HTMLLIElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute long <a href="http://dev.w3.org/html5/spec/#dom-li-value" title="dom-li-value">value</a>; +};</pre></div> <div class="no-number no-toc" id="li-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#li-display">#</a></h2> <div class="css-props" id="li-css"><div class="selectors"><span class="selector">li</span> { Index: menu.html =================================================================== RCS file: /sources/public/html5/markup/menu.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- menu.html 10 Feb 2010 13:13:58 -0000 1.45 +++ menu.html 10 Feb 2010 18:47:38 -0000 1.46 @@ -89,9 +89,10 @@ <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p> </div> <div class="no-number no-toc" id="menu-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#menu-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#menu-interface">#</a></h2><pre class="idl">interface <b>HTMLMenuElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-menu-type" title="dom-menu-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-menu-label" title="dom-menu-label">label</a>; +};</pre></div> <div class="no-number no-toc" id="menu-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#menu-display">#</a></h2> <div class="css-props" id="menu-css"><div class="selectors"><span class="selector">menu</span> { Index: input.image.html =================================================================== RCS file: /sources/public/html5/markup/input.image.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- input.image.html 10 Feb 2010 13:13:58 -0000 1.39 +++ input.image.html 10 Feb 2010 18:47:37 -0000 1.40 @@ -120,9 +120,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.image-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.image-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.image-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.hidden.html">« input.hidden</a></span> Index: map.html =================================================================== RCS file: /sources/public/html5/markup/map.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- map.html 10 Feb 2010 13:13:58 -0000 1.39 +++ map.html 10 Feb 2010 18:47:38 -0000 1.40 @@ -74,9 +74,11 @@ <a href="common-models.html#common.elem.flow">flow elements</a></span></span></p> </div> <div class="no-number no-toc" id="map-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#map-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#map-interface">#</a></h2><pre class="idl">interface <b>HTMLMapElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-map-name" title="dom-map-name">name</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-map-areas" title="dom-map-areas">areas</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlcollection" title="">HTMLCollection</a> <a href="http://dev.w3.org/html5/spec/#dom-map-images" title="dom-map-images">images</a>; +};</pre></div> <div class="no-number no-toc" id="map-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#map-display">#</a></h2> <div class="css-props" id="map-css"><div class="selectors"><span class="selector">map</span> { Index: input.file.html =================================================================== RCS file: /sources/public/html5/markup/input.file.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- input.file.html 10 Feb 2010 13:13:58 -0000 1.37 +++ input.file.html 10 Feb 2010 18:47:37 -0000 1.38 @@ -95,9 +95,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.file-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.file-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.file-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.reset.html">« input.reset</a></span> Index: input.radio.html =================================================================== RCS file: /sources/public/html5/markup/input.radio.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- input.radio.html 10 Feb 2010 13:13:58 -0000 1.38 +++ input.radio.html 10 Feb 2010 18:47:38 -0000 1.39 @@ -91,9 +91,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.radio-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.radio-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.radio-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.checkbox.html">« input.checkbox</a></span> Index: input.reset.html =================================================================== RCS file: /sources/public/html5/markup/input.reset.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- input.reset.html 10 Feb 2010 13:13:58 -0000 1.38 +++ input.reset.html 10 Feb 2010 18:47:38 -0000 1.39 @@ -88,9 +88,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.reset-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.reset-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.reset-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.submit.html">« input.submit</a></span> Index: input.datetime-local.html =================================================================== RCS file: /sources/public/html5/markup/input.datetime-local.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- input.datetime-local.html 10 Feb 2010 13:13:58 -0000 1.40 +++ input.datetime-local.html 10 Feb 2010 18:47:37 -0000 1.41 @@ -112,9 +112,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.datetime-local-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-local-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.datetime-local-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.datetime.html">« input.datetime</a></span> Index: label.html =================================================================== RCS file: /sources/public/html5/markup/label.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- label.html 10 Feb 2010 13:13:58 -0000 1.41 +++ label.html 10 Feb 2010 18:47:38 -0000 1.42 @@ -83,9 +83,11 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="label-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#label-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#label-interface">#</a></h2><pre class="idl">interface <b>HTMLLabelElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-label-htmlfor" title="dom-label-htmlFor">htmlFor</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-label-control" title="dom-label-control">control</a>; +};</pre></div> <div class="no-number no-toc" id="label-display"> <h2 class="element-subhead">Typical default display properties <a class="hash" href="#label-display">#</a></h2> <div class="css-props" id="label-css"><div class="selectors"><span class="selector">label</span> { Index: input.hidden.html =================================================================== RCS file: /sources/public/html5/markup/input.hidden.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- input.hidden.html 10 Feb 2010 13:13:58 -0000 1.38 +++ input.hidden.html 10 Feb 2010 18:47:37 -0000 1.39 @@ -89,9 +89,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.hidden-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.hidden-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.hidden-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.file.html">« input.file</a></span> Index: style.css =================================================================== RCS file: /sources/public/html5/markup/style.css,v retrieving revision 1.100 retrieving revision 1.101 diff -u -d -r1.100 -r1.101 --- style.css 10 Feb 2010 13:14:00 -0000 1.100 +++ style.css 10 Feb 2010 18:47:39 -0000 1.101 @@ -56,7 +56,13 @@ #area .attr-content-models { - line-height: 300%; + line-height: 200%; +} + +#area .attr-content-models .agroupof +{ + display: block; + margin-right: 75%; } .attr-content-models, @@ -262,7 +268,6 @@ padding-left: 10px; padding-top: 3px; padding-bottom: 3px; - -webkit-border-radius: 6px; -webkit-box-shadow: 4px 4px 4px #888; -moz-border-radius: 6px; -moz-box-shadow: 4px 4px 4px #888; @@ -289,7 +294,6 @@ padding-bottom: 1px; padding-left: 12px; background-color: #eee; - -webkit-border-radius: 8px; -webkit-box-shadow: 4px 4px 4px #888; -moz-border-radius: 8px; -moz-box-shadow: 4px 4px 4px #888; @@ -414,7 +418,6 @@ padding: 10px; background-color: #eee; margin-right: 15%; - -webkit-border-radius: 8px; -webkit-box-shadow: 4px 4px 4px #888; -moz-border-radius: 8px; -moz-box-shadow: 4px 4px 4px #888; @@ -560,7 +563,6 @@ padding-bottom: 1px; padding-left: 10px; padding-right: 10px; - -webkit-border-radius: 8px; -webkit-box-shadow: 4px 4px 4px #888; -moz-border-radius: 8px; -moz-box-shadow: 4px 4px 4px #888; @@ -604,19 +606,19 @@ .new-feature, .changed-feature, .obsoleted-feature { + border-bottom: none !important; + padding-top: 1px; padding-left: 4px; padding-right: 4px; margin-right: 6px; font-size: smaller; font-weight: bold; color: white; - -webkit-border-radius: 4px; -webkit-box-shadow: 3px 3px 3px #888; -moz-border-radius: 4px; -moz-box-shadow: 3px 3px 3px #888; border-radius: 4px; box-shadow: 3px 3px 3px #888; - border-bottom: none; } .attr-defs .new-feature, .attr-defs .changed-feature, @@ -639,6 +641,7 @@ h2 .new-feature, h2 .changed-feature, h2 .obsoleted-feature { + padding-top: 1px; border-bottom: none; } @@ -678,7 +681,6 @@ padding-right: 6px; border: 1px solid #ccc; background-color: #eee; - -webkit-border-radius: 8px; -webkit-box-shadow: 4px 4px 4px #888; -moz-border-radius: 8px; -moz-box-shadow: 4px 4px 4px #888; @@ -701,7 +703,6 @@ padding-left: 6px; border: 2px solid #ccc; background-color: #eee; - -webkit-border-radius: 8px; -webkit-box-shadow: 4px 4px 4px #888; -moz-border-radius: 8px; -moz-box-shadow: 4px 4px 4px #888; @@ -860,7 +861,6 @@ padding: 2px; padding-left: 6px; border: none; - -webkit-border-radius: none; -webkit-box-shadow: none; -moz-border-radius: none; -moz-box-shadow: none; @@ -872,7 +872,6 @@ background-color: inherit; padding: 0px; border: none; - -webkit-border-radius: none; -webkit-box-shadow: none; -moz-border-radius: none; -moz-box-shadow: none; @@ -894,7 +893,6 @@ background: #EEEEEE; color: black; padding: 1em; - -webkit-border-radius: 8px; -webkit-box-shadow: 4px 4px 4px #888; -moz-border-radius: 8px; -moz-box-shadow: 4px 4px 4px #888; Index: input.search.html =================================================================== RCS file: /sources/public/html5/markup/input.search.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- input.search.html 10 Feb 2010 13:13:58 -0000 1.41 +++ input.search.html 10 Feb 2010 18:47:38 -0000 1.42 @@ -98,9 +98,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.search-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.search-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.search-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.url.html">« input.url</a></span> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.160 retrieving revision 1.161 diff -u -d -r1.160 -r1.161 --- spec.html 10 Feb 2010 13:13:59 -0000 1.160 +++ spec.html 10 Feb 2010 18:47:38 -0000 1.161 @@ -10,7 +10,7 @@ <div class="head"> <div><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" width="72" height="48" alt="W3C"></a></div> <h1>HTML: The Markup Language</h1> -<h2>W3C Editor’s Draft <em>10 February 2010</em> +<h2>W3C Editor’s Draft <em>11 February 2010</em> </h2> <dl> <dt>Latest Editor’s Draft:</dt> @@ -49,7 +49,7 @@ reports index</a> at http://www.w3.org/TR/. </em></p> [...1747 lines suppressed...] @@ -12202,9 +13427,16 @@ <div class="no-number no-toc" id="meter-interface"> <h2 class="element-subhead">DOM interface <a class="hash" href="#meter-interface">#</a> </h2> -<p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p> +<pre class="idl">interface <b>HTMLMeterElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-value" title="dom-meter-value">value</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-min" title="dom-meter-min">min</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-max" title="dom-meter-max">max</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-low" title="dom-meter-low">low</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-high" title="dom-meter-high">high</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-meter-optimum" title="dom-meter-optimum">optimum</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; +};</pre> </div> </div> <div id="nav" class="section"> Index: input.week.html =================================================================== RCS file: /sources/public/html5/markup/input.week.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- input.week.html 10 Feb 2010 13:13:58 -0000 1.40 +++ input.week.html 10 Feb 2010 18:47:38 -0000 1.41 @@ -111,9 +111,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.week-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.week-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.week-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.time.html">« input.time</a></span> Index: meta.charset.html =================================================================== RCS file: /sources/public/html5/markup/meta.charset.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- meta.charset.html 10 Feb 2010 13:13:58 -0000 1.44 +++ meta.charset.html 10 Feb 2010 18:47:38 -0000 1.45 @@ -74,9 +74,11 @@ <a href="common-models.html#common.elem.metadata">metadata elements</a></span></span></p> </div> <div class="no-number no-toc" id="meta.charset-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.charset-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#meta.charset-interface">#</a></h2><pre class="idl">interface <b>HTMLMetaElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-name" title="dom-meta-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>; +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="meta.http-equiv.content-language.html">« meta.http-equiv.content-language</a></span> Index: input.submit.html =================================================================== RCS file: /sources/public/html5/markup/input.submit.html,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- input.submit.html 10 Feb 2010 13:13:58 -0000 1.38 +++ input.submit.html 10 Feb 2010 18:47:38 -0000 1.39 @@ -93,9 +93,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.submit-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.submit-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.submit-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.button.html">« input.button</a></span> Index: input.date.html =================================================================== RCS file: /sources/public/html5/markup/input.date.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- input.date.html 10 Feb 2010 13:13:58 -0000 1.39 +++ input.date.html 10 Feb 2010 18:47:37 -0000 1.40 @@ -111,9 +111,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.date-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.date-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.date-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.datetime-local.html">« input.datetime-local</a></span> Index: input.url.html =================================================================== RCS file: /sources/public/html5/markup/input.url.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- input.url.html 10 Feb 2010 13:13:58 -0000 1.40 +++ input.url.html 10 Feb 2010 18:47:38 -0000 1.41 @@ -101,9 +101,60 @@ <a href="common-models.html#common.elem.phrasing">phrasing elements</a></span></span></p> </div> <div class="no-number no-toc" id="input.url-interface"> - <h2 class="element-subhead">DOM interface <a class="hash" href="#input.url-interface">#</a></h2><p class="dom-interface">Uses - <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>. - </p></div></div> + <h2 class="element-subhead">DOM interface <a class="hash" href="#input.url-interface">#</a></h2><pre class="idl">interface <b>HTMLInputElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> { + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-accept" title="dom-input-accept">accept</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-alt" title="dom-input-alt">alt</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-autocomplete" title="dom-input-autocomplete">autocomplete</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-autofocus" title="dom-fe-autofocus">autofocus</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-defaultchecked" title="dom-input-defaultChecked">defaultChecked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-checked" title="dom-input-checked">checked</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fe-disabled" title="dom-fe-disabled">disabled</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-input-files" title="dom-input-files">files</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formaction" title="dom-fs-formAction">formAction</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formenctype" title="dom-fs-formEnctype">formEnctype</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formmethod" title="dom-fs-formMethod">formMethod</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-fs-formnovalidate" title="dom-fs-formNoValidate">formNoValidate</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fs-formtarget" title="dom-fs-formTarget">formTarget</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-indeterminate" title="dom-input-indeterminate">indeterminate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-list" title="dom-input-list">list</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-max" title="dom-input-max">max</a>; + attribute long <a href="http://dev.w3.org/html5/spec/#dom-input-maxlength" title="dom-input-maxLength">maxLength</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-min" title="dom-input-min">min</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-multiple" title="dom-input-multiple">multiple</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-fe-name" title="dom-fe-name">name</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-pattern" title="dom-input-pattern">pattern</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-placeholder" title="dom-input-placeholder">placeholder</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-readonly" title="dom-input-readOnly">readOnly</a>; + attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-input-required" title="dom-input-required">required</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-input-size" title="dom-input-size">size</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-src" title="dom-input-src">src</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-step" title="dom-input-step">step</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-type" title="dom-input-type">type</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-defaultvalue" title="dom-input-defaultValue">defaultValue</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-input-value" title="dom-input-value">value</a>; + attribute <a href="http://dev.w3.org/html5/spec/#dom-input-valueasdate" title="dom-input-valueAsDate">valueAsDate</a>; + attribute float <a href="http://dev.w3.org/html5/spec/#dom-input-valueasnumber" title="dom-input-valueAsNumber">valueAsNumber</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#htmloptionelement" title="">HTMLOptionElement</a> <a href="http://dev.w3.org/html5/spec/#dom-input-selectedoption" title="dom-input-selectedOption">selectedOption</a>; + attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepup" title="dom-input-stepUp">stepUp</a>(in optional long n); + void <a href="http://dev.w3.org/html5/spec/#dom-input-stepdown" title="dom-input-stepDown">stepDown</a>(in optional long n); + + readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-willvalidate" title="dom-cva-willValidate">willValidate</a>; + readonly attribute <a href="http://dev.w3.org/html5/spec/#validitystate" title="">ValidityState</a> <a href="http://dev.w3.org/html5/spec/#dom-cva-validity" title="dom-cva-validity">validity</a>; + readonly attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-cva-validationmessage" title="dom-cva-validationMessage">validationMessage</a>; + boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>(); + void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error); + + readonly attribute <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>; + + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>(); + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>; + attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>; + void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end); +};</pre></div></div> <hr class="footerbreak"></hr> <div class="nav"> <span class="nav-prev"><a href="input.email.html">« input.email</a></span>
Received on Wednesday, 10 February 2010 18:48:21 UTC