html5/spec Overview.html,1.2276,1.2277

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16976

Modified Files:
	Overview.html 
Log Message:
Update spec to reference RFC5322 instead of RFC2822. (bug 6300) (whatwg r3119)

Index: Overview.html
===================================================================
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:38:22 UTC