Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Remove redundant backslash in the NON-NORMATIVE e-mail valida…
…tion regexp.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=15490
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@6963 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 3, 2012
1 parent a7121cb commit 9509d1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 1 February 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -44444,7 +44444,7 @@ <h6 id="e-mail-state-(type=email)"><span class=secno>4.10.7.1.5 </span><dfn titl
<p>The following JavaScript- and Perl-compatible regular expression
is an implementation of the above definition.</p>

<pre>/^[a-zA-Z0-9.!#$%&amp;'*+/=?\^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/</pre>
<pre>/^[a-zA-Z0-9.!#$%&amp;'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/</pre>

<!-- based on: http://blog.gerv.net/2011/05/html5_email_address_regexp/ -->

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -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 &mdash; Last Updated 1 February 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -44444,7 +44444,7 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<p>The following JavaScript- and Perl-compatible regular expression
is an implementation of the above definition.</p>

<pre>/^[a-zA-Z0-9.!#$%&amp;'*+/=?\^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/</pre>
<pre>/^[a-zA-Z0-9.!#$%&amp;'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/</pre>

<!-- based on: http://blog.gerv.net/2011/05/html5_email_address_regexp/ -->

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -51816,7 +51816,7 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
<p>The following JavaScript- and Perl-compatible regular expression
is an implementation of the above definition.</p>

<pre>/^[a-zA-Z0-9.!#$%&amp;'*+/=?\^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/</pre>
<pre>/^[a-zA-Z0-9.!#$%&amp;'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/</pre>

<!-- based on: http://blog.gerv.net/2011/05/html5_email_address_regexp/ -->

Expand Down

0 comments on commit 9509d1f

Please sign in to comment.