<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><div class="im" style="color: rgb(80, 0, 80); ">On Tue, Sep 29, 2009 at 11:43 PM, Ian Hickson <span dir="ltr">&lt;<a href="mailto:ian@hixie.ch" target="_blank" style="color: rgb(0, 0, 204); ">ian@hixie.ch</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
&gt; So add &#39;multiple&#39; on all of those and you&#39;ll have a good reason you&#39;d<br>&gt; want them all to be able to wrap over multiple lines. I.e. ability to<br>&gt; enter multiple bank numbers, multiple social security numbers or<br>
&gt; multiple usernames.<br><br>I could see an argument for &lt;input type=text pattern=... multiple&gt;. That&#39;s<br>probably best left for a future version though.<br><br>But I don&#39;t think that&#39;s the same as multiline input.<br>
</blockquote><div><br></div></div><div>If you could specify that a pattern could match multiple times you would also need to specify the delimiter. Support for multiple should also be very easy by just modifying your pattern without support for a multiple attribute.</div>
<div class="im" style="color: rgb(80, 0, 80); "><div><br></div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
&gt; All of these seem like a bad idea to keep separate for multiline inputs<br>&gt; vs. single line inputs. Except for the default value which for historic<br>&gt; reasons make sense to use separate mechanisms, and cols/size which are<br>
&gt; both mostly rendering differences.<br><br>It&#39;s not clear how list=&quot;&quot; would work with &lt;textarea&gt;, and I&#39;m not aware<br>of any UA that does &lt;textarea&gt; autocomplete.<br></blockquote><div><br>
</div></div><div>The closest example of this that I can think of is Facebook&#39;s autocomplete for messages, but even adding autocomplete to a textarea wouldn&#39;t make it possible to implement what they have.</div><div>
<br></div><div>I could see pattern being supported for textarea, but in the same way as a text input. I think it&#39;s okay to require JavaScript and use the custom validation system for more complex validation, especially for this version.</div>
</span>