Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E-mail validation: RFC 6532 violation #5605

Closed
rutek opened this issue Jun 4, 2020 · 1 comment
Closed

E-mail validation: RFC 6532 violation #5605

rutek opened this issue Jun 4, 2020 · 1 comment

Comments

@rutek
Copy link

rutek commented Jun 4, 2020

E-mail input validation described in current HTML spec https://html.spec.whatwg.org/multipage/input.html#e-mail-state-(type=email) violates RFC 6532 which allows people to use diacritics in local-part of e-mail.

E-mail marked as invalid as result of current HTML spec: exampleś@example.com. It'is valid since 5 years and some e-mail providers already allow to create such accounts but browsers implementing only whatwg/html spec won't allow to use it in input type="email" (will mark it as invalid).

Browser status:
Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1642897 rejected as their base spec is current repository
Chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=1090678#c2 accepted, target version: 85

@annevk
Copy link
Member

annevk commented Jun 4, 2020

This is already tracked in #4562.

@annevk annevk closed this as completed Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants