<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>9404</bug_id>
          
          <creation_ts>2010-04-04 16:06:53 +0000</creation_ts>
          <short_desc>Email address regexp should not allow first part to end in dot</short_desc>
          <delta_ts>2010-10-04 14:31:55 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML WG</product>
          <component>pre-LC1 HTML5 spec (editor: Ian Hickson)</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>9392</dup_id>
          
          <bug_file_loc>http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#e-mail-state</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Lars Gunther">webmaster</reporter>
          <assigned_to name="Ian &apos;Hixie&apos; Hickson">ian</assigned_to>
          <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>Ms2ger</cc>
    
    <cc>public-html-admin</cc>
    
    <cc>public-html-wg-issue-tracking</cc>
    
    <cc>webmaster</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>34513</commentid>
    <comment_count>0</comment_count>
    <who name="Lars Gunther">webmaster</who>
    <bug_when>2010-04-04 16:06:53 +0000</bug_when>
    <thetext>The regexp given in the spec says this is OK.

foo.@bar.com

The first part of an email address should not be allowed to end with a dot.

It should be:

1*atext *(&quot;.&quot; 1*atext)

Currently it is:

1*( atext / &quot;.&quot; )


(This issue was found by Rasmus Leerdorf and all credit should go to him.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>34516</commentid>
    <comment_count>1</comment_count>
    <who name="Ms2ger">Ms2ger</who>
    <bug_when>2010-04-04 18:33:05 +0000</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 9392 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>