Commit 6dae588a authored by Seiji Takahashi's avatar Seiji Takahashi Committed by Brad Fitzpatrick

html: updated entity spec link

Fixes #21194

Change-Id: Iac5187335df67f90f0f47c7ef6574de147c2ac9b
Reviewed-on: https://go-review.googlesource.com/52970Reviewed-by: 's avatarAvelino <t@avelino.xxx>
Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent c4ee0e2a
......@@ -8,7 +8,7 @@ package html
const longestEntityWithoutSemicolon = 6
// entity is a map from HTML entity names to their values. The semicolon matters:
// http://www.whatwg.org/specs/web-apps/current-work/multipage/named-character-references.html
// https://html.spec.whatwg.org/multipage/named-characters.html
// lists both "amp" and "amp;" as two separate entries.
//
// Note that the HTML5 list is larger than the HTML4 list at
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment