[whatwg] Make "foo@bar.com, " a valid email address list

On 10/22/10 1:25 PM, Garrett Smith wrote:
> What is wrong with splitting on comma, e.g.
>
> var validAddressList = inp.value.split(",");

That depends on what meaning of "email address" is used here.  Is:

   "Zbarsky, Boris" <bzbarsky at mit.edu>

a valid "email address"?

-Boris

Received on Friday, 22 October 2010 10:44:42 UTC