1
0
mirror of https://github.com/golang/go synced 2024-11-21 12:24:39 -07:00

exp/html/atom: add some more atoms.

R=r, dsymonds
CC=golang-dev
https://golang.org/cl/6298085
This commit is contained in:
Nigel Tao 2012-06-15 15:39:25 +10:00
parent 9852614291
commit 834edc4257
3 changed files with 556 additions and 536 deletions

View File

@ -599,6 +599,7 @@ var extra = []string{
"basefont",
"bgsound",
"big",
"blink",
"center",
"color",
"desc",
@ -624,8 +625,12 @@ var extra = []string{
"noembed",
"noframes",
"plaintext",
"prompt",
"public",
"spacer",
"strike",
"svg",
"system",
"tt",
"xmp",
}

File diff suppressed because it is too large Load Diff

View File

@ -30,6 +30,7 @@ var testAtomList = []string{
"bdo",
"bgsound",
"big",
"blink",
"blockquote",
"body",
"border",
@ -263,6 +264,8 @@ var testAtomList = []string{
"pre",
"preload",
"progress",
"prompt",
"public",
"q",
"radiogroup",
"readonly",
@ -289,6 +292,7 @@ var testAtomList = []string{
"sizes",
"small",
"source",
"spacer",
"span",
"span",
"spellcheck",
@ -305,6 +309,7 @@ var testAtomList = []string{
"summary",
"sup",
"svg",
"system",
"tabindex",
"table",
"target",