html5/spec Overview.html,1.2894,1.2895

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

Modified Files:
	Overview.html 
Log Message:
Extend the allowed e-mail syntax further. (whatwg r3716)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2894
retrieving revision 1.2895
diff -u -d -r1.2894 -r1.2895
--- Overview.html	31 Aug 2009 03:03:36 -0000	1.2894
+++ Overview.html	31 Aug 2009 03:46:34 -0000	1.2895
@@ -28097,9 +28097,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-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><div class="bookkeeping impl">
+  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><div class="bookkeeping impl">
 
    <p>The following common <code><a href="#the-input-element">input</a></code> element content
    attributes, IDL attributes, and methods apply to the element:

Received on Monday, 31 August 2009 03:46:50 UTC