mirror of
https://github.com/golang/go
synced 2024-11-21 18:44:45 -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:
parent
9852614291
commit
834edc4257
@ -599,6 +599,7 @@ var extra = []string{
|
|||||||
"basefont",
|
"basefont",
|
||||||
"bgsound",
|
"bgsound",
|
||||||
"big",
|
"big",
|
||||||
|
"blink",
|
||||||
"center",
|
"center",
|
||||||
"color",
|
"color",
|
||||||
"desc",
|
"desc",
|
||||||
@ -624,8 +625,12 @@ var extra = []string{
|
|||||||
"noembed",
|
"noembed",
|
||||||
"noframes",
|
"noframes",
|
||||||
"plaintext",
|
"plaintext",
|
||||||
|
"prompt",
|
||||||
|
"public",
|
||||||
|
"spacer",
|
||||||
"strike",
|
"strike",
|
||||||
"svg",
|
"svg",
|
||||||
|
"system",
|
||||||
"tt",
|
"tt",
|
||||||
"xmp",
|
"xmp",
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -30,6 +30,7 @@ var testAtomList = []string{
|
|||||||
"bdo",
|
"bdo",
|
||||||
"bgsound",
|
"bgsound",
|
||||||
"big",
|
"big",
|
||||||
|
"blink",
|
||||||
"blockquote",
|
"blockquote",
|
||||||
"body",
|
"body",
|
||||||
"border",
|
"border",
|
||||||
@ -263,6 +264,8 @@ var testAtomList = []string{
|
|||||||
"pre",
|
"pre",
|
||||||
"preload",
|
"preload",
|
||||||
"progress",
|
"progress",
|
||||||
|
"prompt",
|
||||||
|
"public",
|
||||||
"q",
|
"q",
|
||||||
"radiogroup",
|
"radiogroup",
|
||||||
"readonly",
|
"readonly",
|
||||||
@ -289,6 +292,7 @@ var testAtomList = []string{
|
|||||||
"sizes",
|
"sizes",
|
||||||
"small",
|
"small",
|
||||||
"source",
|
"source",
|
||||||
|
"spacer",
|
||||||
"span",
|
"span",
|
||||||
"span",
|
"span",
|
||||||
"spellcheck",
|
"spellcheck",
|
||||||
@ -305,6 +309,7 @@ var testAtomList = []string{
|
|||||||
"summary",
|
"summary",
|
||||||
"sup",
|
"sup",
|
||||||
"svg",
|
"svg",
|
||||||
|
"system",
|
||||||
"tabindex",
|
"tabindex",
|
||||||
"table",
|
"table",
|
||||||
"target",
|
"target",
|
||||||
|
Loading…
Reference in New Issue
Block a user