[html5] r3716 - [e] (0) Extend the allowed e-mail syntax further.
whatwg at whatwg.org
whatwg at whatwg.org
Sun Aug 30 20:48:58 PDT 2009
Author: ianh
Date: 2009-08-30 20:48:57 -0700 (Sun, 30 Aug 2009)
New Revision: 3716
Modified:
index
source
Log:
[e] (0) Extend the allowed e-mail syntax further.
Modified: index
===================================================================
--- index 2009-08-31 03:06:00 UTC (rev 3715)
+++ index 2009-08-31 03:48:57 UTC (rev 3716)
@@ -31495,9 +31495,9 @@
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 "@" 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*( atext / "." ) "@" 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">
Modified: source
===================================================================
--- source 2009-08-31 03:06:00 UTC (rev 3715)
+++ source 2009-08-31 03:48:57 UTC (rev 3716)
@@ -35056,10 +35056,12 @@
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 "@" 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*( atext / "." ) "@" 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">
More information about the Commit-Watchers
mailing list