Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Extend the allowed e-mail syntax further.
git-svn-id: http://svn.whatwg.org/webapps@3716 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 31, 2009
1 parent f177416 commit 48d9c46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -31495,9 +31495,9 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
string on commas</a>.</span></p>

<p>A <dfn id=valid-e-mail-address>valid e-mail address</dfn> is a string that matches the
production <code title="">dot-atom-text&nbsp;"@"&nbsp;dot-atom-text</code> where
<code title="">dot-atom-text</code> is defined in RFC 5322 section
3.2.3. <a href=#refsRFC5322>[RFC5322]</a></p>
ABNF production <code title="">1*(&nbsp;atext&nbsp;/&nbsp;"."&nbsp;)&nbsp;"@"&nbsp;dot-atom-text</code>
where <code title="">atext</code> and <code title="">dot-atom-text</code> are defined in RFC 5322 section
3.2.3. <a href=#refsABNF>[ABNF]</a> <a href=#refsRFC5322>[RFC5322]</a></p>

<div class="bookkeeping impl">

Expand Down
10 changes: 6 additions & 4 deletions source
Expand Up @@ -35056,10 +35056,12 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
string on commas</span>.</span></p>

<p>A <dfn>valid e-mail address</dfn> is a string that matches the
production <code
title="">dot-atom-text&nbsp;"@"&nbsp;dot-atom-text</code> where
<code title="">dot-atom-text</code> is defined in RFC 5322 section
3.2.3. <a href="#refsRFC5322">[RFC5322]</a></p>
ABNF production <code
title="">1*(&nbsp;atext&nbsp;/&nbsp;"."&nbsp;)&nbsp;"@"&nbsp;dot-atom-text</code>
where <code title="">atext</code> and <code
title="">dot-atom-text</code> are defined in RFC 5322 section
3.2.3. <a href="#refsABNF">[ABNF]</a> <a
href="#refsRFC5322">[RFC5322]</a></p>

<div class="bookkeeping impl">

Expand Down

0 comments on commit 48d9c46

Please sign in to comment.