[html5] r3119 - [e] (0) Update spec to reference RFC5322 instead of RFC2822. (bug 6300)

whatwg at whatwg.org whatwg at whatwg.org
Sat May 23 18:38:06 PDT 2009


Author: ianh
Date: 2009-05-23 18:38:04 -0700 (Sat, 23 May 2009)
New Revision: 3119

Modified:
   index
   source
Log:
[e] (0) Update spec to reference RFC5322 instead of RFC2822. (bug 6300)

Modified: index
===================================================================
--- index	2009-05-24 01:28:09 UTC (rev 3118)
+++ index	2009-05-24 01:38:04 UTC (rev 3119)
@@ -30457,9 +30457,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 "@" dot-atom</code>
-  where <code title="">dot-atom</code> is defined in RFC 2822 section
-  3.2.4, excluding the <code>CFWS</code> production everywhere. <a href=#refsRFC2822>[RFC2822]</a></p>
+  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>
 
   <div class="bookkeeping impl">
 

Modified: source
===================================================================
--- source	2009-05-24 01:28:09 UTC (rev 3118)
+++ source	2009-05-24 01:38:04 UTC (rev 3119)
@@ -33881,10 +33881,10 @@
   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 "@" dot-atom</code>
-  where <code title="">dot-atom</code> is defined in RFC 2822 section
-  3.2.4, excluding the <code>CFWS</code> production everywhere. <a
-  href="#refsRFC2822">[RFC2822]</a></p>
+  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>
 
   <div class="bookkeeping impl">
 




More information about the Commit-Watchers mailing list