Re: [whatwg] Why there is no wrap=off, intentional or forgotten?

2010-08-04 Thread Ian Hickson
On Wed, 2 Jun 2010, Old�ich Vete�n�k wrote: 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:

[whatwg] Why there is no wrap=off, intentional or forgotten?

2010-06-02 Thread Oldřich Vetešník
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: http://dev.w3.org/html5/spec/the-button-element.html#attr-textarea-wrap The wrap attribute is an enumerated

Re: [whatwg] Why there is no wrap=off, intentional or forgotten?

2010-06-02 Thread Ashley Sheridan
On Wed, 2010-06-02 at 12:51 +0200, Oldřich Vetešník wrote: 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:

Re: [whatwg] Why there is no wrap=off, intentional or forgotten?

2010-06-02 Thread Oldřich Vetešník
Dne Wed, 02 Jun 2010 13:05:37 +0200 Ashley Sheridan a...@ashleysheridan.co.uk napsal(a): 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

Re: [whatwg] Why there is no wrap=off, intentional or forgotten?

2010-06-02 Thread Lachlan Hunt
On 2010-06-02 13:05, Ashley Sheridan wrote: On Wed, 2010-06-02 at 12:51 +0200, Oldřich Vetešník wrote: 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:

Re: [whatwg] Why there is no wrap=off, intentional or forgotten?

2010-06-02 Thread Boris Zbarsky
On 6/2/10 10:10 AM, Lachlan Hunt wrote: In theory, you can achieve the same effect by using CSS. textarea { white-space: nowrap; } This works fine in Opera, WebKit and IE. Doesn't work in Gecko though. That would be because nothing defines the interaction of CSS with the contents of