- From: poot <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 19:50:36 +0900 (JST)
- To: public-html-diffs@w3.org
Forgot to include height/width DOM attributes on <input>. (credit: ak)
(whatwg r2792)
HTMLInputElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1963.html#htmlinputelement
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1962&r2=1.1963&f=h
http://html5.org/tools/web-apps-tracker?from=2791&to=2792
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1962
retrieving revision 1.1963
diff -u -d -r1.1962 -r1.1963
--- Overview.html 11 Feb 2009 10:44:49 -0000 1.1962
+++ Overview.html 11 Feb 2009 10:47:36 -0000 1.1963
@@ -20066,6 +20066,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>;
@@ -20089,6 +20090,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);
Received on Wednesday, 11 February 2009 10:51:12 UTC