This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26382 - Email validator not working correctly for Text field.
Summary: Email validator not working correctly for Text field.
Status: NEW
Alias: None
Product: HTML Checker
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 major
Target Milestone: ---
Assignee: Michael[tm] Smith
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-18 13:00 UTC by gaurav
Modified: 2017-12-04 05:37 UTC (History)
2 users (show)

See Also:


Attachments

Description gaurav 2014-07-18 13:00:43 UTC
<input id="mail" type="email">
it is accepting string values such as


asdf.asdf@asdf

If we fullfill it's requirement by providing "." and "@" it is accepting the values as correct format for email.
Comment 1 Dan Lukes 2017-05-08 06:22:19 UTC
asdf.asdf@asdf looks like syntactically valid email address to me. 
The purpose of validation is not to verify the particular email address exists and emails can be delivered to it - it validate just syntax.