- From: Adam Dingle <adam@avantgo.com>
- Date: Tue, 8 Jun 1999 10:53:04 -0400 (EDT)
- To: <www-dom@w3.org>
Received on Tuesday, 8 June 1999 10:56:13 UTC
The DOM level 1 specification contains a HTMLTextAreaElement interface representing a TEXTAREA element in HTML. HTMLTextAreaElement has a "value" attribute of type DOMString; according to the specification, this attribute represents "the current textual content of the multi-line text field". So, if the text field has several lines, what character or characters are used to separate the lines in the "value" attribute? A \n? A \r\n? Either? The specification should be more clear on this point. -adam
Received on Tuesday, 8 June 1999 10:56:13 UTC