[html5] r5796 - [acgiow] (1) allow @localhost addresses for testing. Fixing http://www.w3.org/Bu [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jan 20 17:47:45 PST 2011
Author: ianh
Date: 2011-01-20 17:47:44 -0800 (Thu, 20 Jan 2011)
New Revision: 5796
Modified:
complete.html
index
source
Log:
[acgiow] (1) allow @localhost addresses for testing.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11225
Modified: complete.html
===================================================================
--- complete.html 2011-01-21 00:51:38 UTC (rev 5795)
+++ complete.html 2011-01-21 01:47:44 UTC (rev 5796)
@@ -41175,7 +41175,7 @@
</dd>
</dl><p>A <dfn id=valid-e-mail-address>valid e-mail address</dfn> is a string that matches the
- ABNF production <code title="">1*( atext / "." ) "@" ldh-str 1*( "." ldh-str )</code>
+ ABNF production <code title="">1*( atext / "." ) "@" ldh-str *( "." ldh-str )</code>
where <code title="">atext</code> is defined in RFC 5322 section
3.2.3, and <code title="">ldh-str</code> is defined in RFC 1034
section 3.5. <a href=#refsABNF>[ABNF]</a> <a href=#refsRFC5322>[RFC5322]</a> <a href=#refsRFC1034>[RFC1034]</a></p> <!-- Domain syntax based on
Modified: index
===================================================================
--- index 2011-01-21 00:51:38 UTC (rev 5795)
+++ index 2011-01-21 01:47:44 UTC (rev 5796)
@@ -41157,7 +41157,7 @@
</dd>
</dl><p>A <dfn id=valid-e-mail-address>valid e-mail address</dfn> is a string that matches the
- ABNF production <code title="">1*( atext / "." ) "@" ldh-str 1*( "." ldh-str )</code>
+ ABNF production <code title="">1*( atext / "." ) "@" ldh-str *( "." ldh-str )</code>
where <code title="">atext</code> is defined in RFC 5322 section
3.2.3, and <code title="">ldh-str</code> is defined in RFC 1034
section 3.5. <a href=#refsABNF>[ABNF]</a> <a href=#refsRFC5322>[RFC5322]</a> <a href=#refsRFC1034>[RFC1034]</a></p> <!-- Domain syntax based on
Modified: source
===================================================================
--- source 2011-01-21 00:51:38 UTC (rev 5795)
+++ source 2011-01-21 01:47:44 UTC (rev 5796)
@@ -45918,7 +45918,7 @@
<p>A <dfn>valid e-mail address</dfn> is a string that matches the
ABNF production <code
- title="">1*( atext / "." ) "@" ldh-str 1*( "." ldh-str )</code>
+ title="">1*( atext / "." ) "@" ldh-str *( "." ldh-str )</code>
where <code title="">atext</code> is defined in RFC 5322 section
3.2.3, and <code title="">ldh-str</code> is defined in RFC 1034
section 3.5. <a href="#refsABNF">[ABNF]</a> <a
More information about the Commit-Watchers
mailing list