On Thu, Oct 30, 2008 at 1:47 PM, Kristof Zelechovski <span dir="ltr">&lt;<a href="mailto:giecrilj@stegny.2a.pl">giecrilj@stegny.2a.pl</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Indeed, INPUT[type=email] is confusing as well. &nbsp;I would add [type=address]<br>
and [type=address-list] as candidates because an e-mail address is the most<br>
common type of an address on the Web (the e-mail part can be omitted IMHO).<br>
Using INPUT[multiple=multiple] seems like a good idea as well.<br>
<div class="Ih2E3d">Chris<br>
</div></blockquote></div><br>I have no problem with &lt;input type=&quot;email&quot;&gt;.&nbsp; type=address would be very confusing (see what people think about the &lt;address&gt; element today!), and worse, can legitimately be thought to be for inputting physical addresses.&nbsp; No one will ever think that type=email is for composing an email - it&#39;s a single piece of information (composing an email requires several) and it&#39;s in the input family which is for small pieces of information (an entire email is much larger than the natural size of an &lt;input&gt;).<br>
<br>In the multiple case, I&#39;m fine with either [type=&quot;emails&quot;] or [type=&quot;email&quot;][multiple=&quot;multiple&quot;].<br><br>~TJ<br>