[html5] r6963 - [e] (0) Remove redundant backslash in the NON-NORMATIVE e-mail validation regexp [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 3 12:27:02 PST 2012


Author: ianh
Date: 2012-02-03 12:27:00 -0800 (Fri, 03 Feb 2012)
New Revision: 6963

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove redundant backslash in the NON-NORMATIVE e-mail validation regexp.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15490
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-02-01 07:10:00 UTC (rev 6962)
+++ complete.html	2012-02-03 20:27:00 UTC (rev 6963)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 1 February 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 3 February 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -44444,7 +44444,7 @@
    <p>The following JavaScript- and Perl-compatible regular expression
    is an implementation of the above definition.</p>
 
-   <pre>/^[a-zA-Z0-9.!#$%&'*+/=?\^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/</pre>
+   <pre>/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/</pre>
 
    <!-- based on: http://blog.gerv.net/2011/05/html5_email_address_regexp/ -->
 

Modified: index
===================================================================
--- index	2012-02-01 07:10:00 UTC (rev 6962)
+++ index	2012-02-03 20:27:00 UTC (rev 6963)
@@ -240,7 +240,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 1 February 2012</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 3 February 2012</h2>
    </hgroup><dl><dt><strong>Web developer edition:</strong></dt>
     <dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
     <dt>Multiple-page version:</dt>
@@ -44444,7 +44444,7 @@
    <p>The following JavaScript- and Perl-compatible regular expression
    is an implementation of the above definition.</p>
 
-   <pre>/^[a-zA-Z0-9.!#$%&'*+/=?\^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/</pre>
+   <pre>/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/</pre>
 
    <!-- based on: http://blog.gerv.net/2011/05/html5_email_address_regexp/ -->
 

Modified: source
===================================================================
--- source	2012-02-01 07:10:00 UTC (rev 6962)
+++ source	2012-02-03 20:27:00 UTC (rev 6963)
@@ -51816,7 +51816,7 @@
    <p>The following JavaScript- and Perl-compatible regular expression
    is an implementation of the above definition.</p>
 
-   <pre>/^[a-zA-Z0-9.!#$%&'*+/=?\^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/</pre>
+   <pre>/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/</pre>
 
    <!-- based on: http://blog.gerv.net/2011/05/html5_email_address_regexp/ -->
 




More information about the Commit-Watchers mailing list