[html5] r2792 - [] (0) Forgot to include height/width DOM attributes on <input>. (credit: ak)
whatwg at whatwg.org
whatwg at whatwg.org
Wed Feb 11 02:47:32 PST 2009
Author: ianh
Date: 2009-02-11 02:47:31 -0800 (Wed, 11 Feb 2009)
New Revision: 2792
Modified:
index
source
Log:
[] (0) Forgot to include height/width DOM attributes on <input>. (credit: ak)
Modified: index
===================================================================
--- index 2009-02-11 10:44:44 UTC (rev 2791)
+++ index 2009-02-11 10:47:31 UTC (rev 2792)
@@ -24614,6 +24614,7 @@
attribute boolean <a href=#dom-fe-disabled title=dom-fe-disabled>disabled</a>;
attribute DOMString <a href=#dom-fs-enctype title=dom-fs-enctype>enctype</a>;
readonly attribute <a href=#htmlformelement>HTMLFormElement</a> <a href=#dom-fae-form title=dom-fae-form>form</a>;
+ attribute DOMString <a href=#dom-dim-height title=dom-dim-height>height</a>;
attribute boolean <a href=#dom-input-indeterminate title=dom-input-indeterminate>indeterminate</a>;
readonly attribute <a href=#htmlelement>HTMLElement</a> <a href=#dom-input-list title=dom-input-list>list</a>;
attribute DOMString <a href=#dom-input-max title=dom-input-max>max</a>;
@@ -24637,6 +24638,7 @@
attribute DOMTimeStamp <a href=#dom-input-valueasdate title=dom-input-valueAsDate>valueAsDate</a>;
attribute float <a href=#dom-input-valueasnumber title=dom-input-valueAsNumber>valueAsNumber</a>;
readonly attribute <a href=#htmloptionelement>HTMLOptionElement</a> <a href=#dom-input-selectedoption title=dom-input-selectedOption>selectedOption</a>;
+ attribute DOMString <a href=#dom-dim-width title=dom-dim-width>width</a>;
void <a href=#dom-input-stepup title=dom-input-stepUp>stepUp</a>(in long n);
void <a href=#dom-input-stepdown title=dom-input-stepDown>stepDown</a>(in long n);
Modified: source
===================================================================
--- source 2009-02-11 10:44:44 UTC (rev 2791)
+++ source 2009-02-11 10:47:31 UTC (rev 2792)
@@ -27329,6 +27329,7 @@
attribute boolean <span title="dom-fe-disabled">disabled</span>;
attribute DOMString <span title="dom-fs-enctype">enctype</span>;
readonly attribute <span>HTMLFormElement</span> <span title="dom-fae-form">form</span>;
+ attribute DOMString <span title="dom-dim-height">height</span>;
attribute boolean <span title="dom-input-indeterminate">indeterminate</span>;
readonly attribute <span>HTMLElement</span> <span title="dom-input-list">list</span>;
attribute DOMString <span title="dom-input-max">max</span>;
@@ -27352,6 +27353,7 @@
attribute DOMTimeStamp <span title="dom-input-valueAsDate">valueAsDate</span>;
attribute float <span title="dom-input-valueAsNumber">valueAsNumber</span>;
readonly attribute <span>HTMLOptionElement</span> <span title="dom-input-selectedOption">selectedOption</span>;
+ attribute DOMString <span title="dom-dim-width">width</span>;
void <span title="dom-input-stepUp">stepUp</span>(in long n);
void <span title="dom-input-stepDown">stepDown</span>(in long n);
More information about the Commit-Watchers
mailing list