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 15486 - The first character class in the regexp is incorrect. It should be: [a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]
Summary: The first character class in the regexp is incorrect. It should be: [a-zA-Z0-...
Status: RESOLVED DUPLICATE of bug 15490
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-10 04:00 UTC by contributor
Modified: 2012-07-18 18:41 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-01-10 04:00:25 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/
Multipage: http://www.whatwg.org/C#e-mail-state-(type=email)
Complete: http://www.whatwg.org/c#e-mail-state-(type=email)

Comment:
The first character class in the regexp is incorrect. It should be:
[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]

Posted from: 92.26.187.154
User agent: Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0
Comment 1 Ms2ger 2012-01-11 14:10:59 UTC
Comma was fixed in http://html5.org/tools/web-apps-tracker?from=6884&to=6885

*** This bug has been marked as a duplicate of bug 15490 ***