update code change for golang.org/x/net/... to release-branch.go1.10

This commit is contained in:
Wenjia Zhang
2018-11-06 16:04:02 -08:00
parent adf155ee9f
commit b540527df0
16 changed files with 3495 additions and 3120 deletions

View File

@@ -52,10 +52,12 @@ var isSpecialElementMap = map[string]bool{
"iframe": true,
"img": true,
"input": true,
"isindex": true,
"isindex": true, // The 'isindex' element has been removed, but keep it for backwards compatibility.
"keygen": true,
"li": true,
"link": true,
"listing": true,
"main": true,
"marquee": true,
"menu": true,
"meta": true,