Re: per-paragraph auto-direction, a.k.a. dir=uba

On Wed, Aug 25, 2010 at 10:02 AM, Aharon (Vladimir) Lanin
<aharon@google.com> wrote:
> <textarea> allows user input, has the look and feel of an input (e.g. the
> border around it), and serves as a field in a form.
>
> The new element is for display only, like <pre>.

But textarea's already support all of the features that you have in
mind.  Example:

data:text/html,<textarea readonly
style="border:none;overflow:none;resize:none">foo&#10;bar&#10;baz</textarea>

I don't think that we should add a new HTML element, unless there's a
compelling reason to do so.

--
Ehsan
<http://ehsanakhgari.org/>

Received on Wednesday, 25 August 2010 18:10:50 UTC