Update spec to reference RFC5322 instead of RFC2822. (bug 6300) (whatwg r3119)

Update spec to reference RFC5322 instead of RFC2822. (bug 6300) (whatwg
r3119)
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6300

Diffs for this change per section: 
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2277.html#valid-e-mail-address-list
http://people.w3.org/mike/diffs/html5/spec/Overview.1.2277.html#valid-e-mail-address

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2276&r2=1.2277&f=h
http://html5.org/tools/web-apps-tracker?from=3118&to=3119

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2276
retrieving revision 1.2277
diff -u -d -r1.2276 -r1.2277
--- Overview.html 24 May 2009 01:28:15 -0000 1.2276
+++ Overview.html 24 May 2009 01:38:09 -0000 1.2277
@@ -27120,9 +27120,9 @@
   list of tokens from a <a href="#valid-e-mail-address-list">valid e-mail address list</a>, the
   user agent must <a href="#split-a-string-on-commas" title="split a string on commas">split the
   string on commas</a>.</span><p>A <dfn id="valid-e-mail-address">valid e-mail address</dfn> is a string that matches the
-  production <code title="">dot-atom&nbsp;"@"&nbsp;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="#references">[RFC2822]</a><div class="bookkeeping impl">
+  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="#references">[RFC5322]</a><div class="bookkeeping impl">
 
    <p>The following common <code><a href="#the-input-element">input</a></code> element content
    attributes, DOM attributes, and methods apply to the element:

Received on Sunday, 24 May 2009 01:40:19 UTC