On Thu, Oct 30, 2008 at 1:47 PM, Kristof Zelechovski <span dir="ltr"><<a href="mailto:giecrilj@stegny.2a.pl">giecrilj@stegny.2a.pl</a>></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.  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 <input type="email">.  type=address would be very confusing (see what people think about the <address> element today!), and worse, can legitimately be thought to be for inputting physical addresses.  No one will ever think that type=email is for composing an email - it's a single piece of information (composing an email requires several) and it's in the input family which is for small pieces of information (an entire email is much larger than the natural size of an <input>).<br>
<br>In the multiple case, I'm fine with either [type="emails"] or [type="email"][multiple="multiple"].<br><br>~TJ<br>