<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.3">
</HEAD>
<BODY>
On Wed, 2010-06-02 at 12:51 +0200, Oldřich Vetešník wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hi,

I'm missing the wrap="off" value for textarea wrap attribute; is there any  
particular reason why this is not part of HTML5?
Currently the only values mentioned are "soft" and "hard":

<A HREF="http://dev.w3.org/html5/spec/the-button-element.html#attr-textarea-wrap">http://dev.w3.org/html5/spec/the-button-element.html#attr-textarea-wrap</A>

"The wrap attribute is an enumerated attribute with two keywords and  
states: the soft keyword which maps to the Soft state, and the hard  
keyword which maps to the Hard state. The missing value default is the  
Soft state."

However, I'd like to use wrap=off because I don't want the lines to wrap.  
(Like when you have a HTML in textarea.)
I haven't found any other way to "force" this behavior (yep, I tried  
white-space: nowrap;).
I tested it in all major browsers on Windows and it works, it just won't  
validate. :)

Code
<textarea cols=50 rows=10 wrap=soft></textarea>
<textarea cols=50 rows=10 wrap=hard></textarea>
<textarea cols=50 rows=10 wrap=off></textarea>
More at <A HREF="http://server.ebrana.cz/olda/_apps/html5/textarea-wrap.html">http://server.ebrana.cz/olda/_apps/html5/textarea-wrap.html</A>

There is also no mention in the spec about wrap=virtual and wrap=physical  
back from the days.
<A HREF="http://www.htmlcodetutorial.com/forms/_TEXTAREA_WRAP.html">http://www.htmlcodetutorial.com/forms/_TEXTAREA_WRAP.html</A>

Thanks,
Ollie
</PRE>
</BLOCKQUOTE>
<BR>
That does seem odd. I would have thought the default value would be 'off' or 'no' as I've never seen a browser yet wrap text in a textarea unless a specific wrapping method was specified either via an attribute or CSS.<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Thanks,<BR>
Ash<BR>
<A HREF="http://www.ashleysheridan.co.uk">http://www.ashleysheridan.co.uk</A><BR>
<BR>
<BR>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>