[Webkit-unassigned] [Bug 55988] input type=email is too strict

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 9 01:05:49 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55988


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
             Blocks|                            |19264
     Ever Confirmed|0                           |1




--- Comment #1 from Kent Tamura <tkent at chromium.org>  2011-03-09 01:05:49 PST ---
Actually, the W3C HTML5 says:
http://www.w3.org/TR/html5/states-of-the-type-attribute.html#valid-e-mail-address
> A valid e-mail address is a string that matches the ABNF production 1*( atext / "." ) "@" ldh-str 1*( "." ldh-str )

and WHATWG HTML says:
http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#valid-e-mail-address
> A valid e-mail address is a string that matches the ABNF production 1*( atext / "." ) "@" ldh-str *( "." ldh-str )

I think the WHATWG definition was changed recently.
The current WebKit implementation is based on the W3C HTML5 specification, which rejects "nathan at psi".  We should update the implementation for the WHATWG definition.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list