From e91e207d461d84a2c5ea9d62bb5b0ae6c7679c75 Mon Sep 17 00:00:00 2001 From: Martijn van der Ven Date: Sat, 16 Aug 2014 00:59:05 +0200 Subject: =?UTF-8?q?Fix=20link=20to=20HTML=E2=80=99s=20email=20regular=20ex?= =?UTF-8?q?pression.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spec.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index c27b1fe..7fd5d65 100644 --- a/spec.txt +++ b/spec.txt @@ -5447,7 +5447,7 @@ and the URL is `mailto:` followed by the email address. An [email address](#email-address), for these purposes, is anything that matches the [non-normative regex from the HTML5 -spec](http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#e-mail-state-%28type=email%29): +spec](http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#e-mail-state-%28type=email%29): /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])? (?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/ -- cgit v1.2.3