We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2182028 commit a56b454Copy full SHA for a56b454
html/entity.go
@@ -8,7 +8,7 @@ package html
8
const longestEntityWithoutSemicolon = 6
9
10
// entity is a map from HTML entity names to their values. The semicolon matters:
11
-// https://html.spec.whatwg.org/multipage/syntax.html#named-character-references
+// https://html.spec.whatwg.org/multipage/named-characters.html
12
// lists both "amp" and "amp;" as two separate entries.
13
//
14
// Note that the HTML5 list is larger than the HTML4 list at
0 commit comments