ZVON > References > DOM2 Reference

value (attribute )

Owning interface and usage:  
HTMLTextAreaElement.value

Member of these other interfaces:  
none

Readonly:   no

Type:   DOMString

Description:  
Represents the current contents of the corresponding form control, in an interactive user agent. Changing this attribute changes the contents of the form control, but does not change the contents of the element. If the entirety of the data can not fit into a single DOMString, the implementation may truncate the data.