Closed
Bug 1759373
Opened 4 years ago
Closed 4 years ago
Input Element not accepting valid E-Mail address
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: kendlbat, Unassigned)
Details
Attachments
(1 file)
|
794.18 KB,
video/mp4
|
Details |
Steps to reproduce:
I entered the following valid E-Mail addresses into a standard <input type="email"> element and they are not seen as valid Mail addresses.
Tested and valid (according to RFC 3639):
Abc\@def@example.com
Fred\ Bloggs@example.com
Joe.\\Blow@example.com
"Abc@def"@example.com
"Fred Bloggs"@example.com
customer/department=shipping@example.com
$A12345@example.com
!def!xyz%abc@example.com
_somename@example.com
Actual results:
On entering the E-Mail addresses the user is prompted to enter a "valid" address, even though the entered one should work.
Expected results:
The E-Mail should have been accepted as valid.
Comment 1•4 years ago
•
|
||
That's the wrong spec per https://html.spec.whatwg.org/multipage/input.html#valid-e-mail-address you want RFC5322
i.e. https://datatracker.ietf.org/doc/html/rfc5322#section-3.2.3
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•