bboyle / html5-constraint-validation-API

A jQuery polyfill for the HTML5 constraint validation API
MIT License
3 stars 1 forks source link

verify email validation is consistent with browsers #3

Closed bboyle closed 12 years ago

bboyle commented 12 years ago

Do browsers enforce the html5 email validation? http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#valid-e-mail-address

Do these emails pass? http://haacked.com/archive/2007/08/21/i-knew-how-to-validate-an-email-address-until-i.aspx

What about simple emails?

bboyle commented 12 years ago

Yes, a@b is valid.