[whatwg] WF 2.0 -- HTMLTextAreaElement [ type ] attribute

Ian Hickson ian at hixie.ch
Thu Sep 13 17:54:53 PDT 2007


On Thu, 13 Sep 2007, Garrett Smith wrote:
>
> Regarding the [type] attribute:
> ================================================
> interface HTMLTextAreaElement : HTMLElement {
>            attribute DOMString       defaultValue;
>   readonly attribute HTMLFormElement form;
>            attribute DOMString       accessKey;
>            attribute long            cols;
>            attribute boolean         disabled;
>            attribute DOMString       name;
>            attribute boolean         readOnly;
>            attribute long            rows;
>            attribute long            tabIndex;
>   readonly attribute DOMString       type;
> ================================================
> 
> What does the |type| attribute do?

http://www.w3.org/TR/DOM-Level-2-HTML/html.html#HTML-HTMLTextAreaElement-type

(WF2 is just a delta spec, it doesn't define anything that is already in 
HTML4 and DOM2 HTML. When WF2 is merged with the rest of HTML5, it will be 
turned into a real spec.)

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'



More information about the whatwg mailing list