From bf1539dfeaade30a7fa73c0ed2240b738dc54d3c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 25 Dec 2014 17:15:48 -0700 Subject: Fixed links to HTML5 spec. --- spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 344436f..cb42bc3 100644 --- a/spec.txt +++ b/spec.txt @@ -4095,7 +4095,7 @@ handle the unicode chars and need not be HTML-entity aware. [Named entities](@name-entities) consist of `&` + any of the valid HTML5 entity names + `;`. The -[following document](http://www.whatwg.org/specs/web-apps/current-work/multipage/entities.json) +[following document](https://html.spec.whatwg.org/multipage/entities.json) is used as an authoritative source of the valid entity names and their corresponding codepoints. @@ -6551,7 +6551,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/forms.html#e-mail-state-%28type=email%29): +spec](https://html.spec.whatwg.org/multipage/forms.html#e-mail-state-(type=email)): /^[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