aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/golang.org/x/net/html/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/net/html/const.go')
-rw-r--r--vendor/golang.org/x/net/html/const.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/golang.org/x/net/html/const.go b/vendor/golang.org/x/net/html/const.go
index 52f651f..b37e621 100644
--- a/vendor/golang.org/x/net/html/const.go
+++ b/vendor/golang.org/x/net/html/const.go
@@ -52,10 +52,12 @@ var isSpecialElementMap = map[string]bool{
52 "iframe": true, 52 "iframe": true,
53 "img": true, 53 "img": true,
54 "input": true, 54 "input": true,
55 "isindex": true, 55 "isindex": true, // The 'isindex' element has been removed, but keep it for backwards compatibility.
56 "keygen": true,
56 "li": true, 57 "li": true,
57 "link": true, 58 "link": true,
58 "listing": true, 59 "listing": true,
60 "main": true,
59 "marquee": true, 61 "marquee": true,
60 "menu": true, 62 "menu": true,
61 "meta": true, 63 "meta": true,