Commit 309822c5 authored by Nigel Tao's avatar Nigel Tao

html/atom: add atom.Acronym

Fixes golang/go#23507

Change-Id: Id39b28f211dfdb6a5464752b8b62e2528b46286b
Reviewed-on: https://go-review.googlesource.com/91315Reviewed-by: 's avatarDavid Symonds <dsymonds@golang.org>
parent 0ed95abb
...@@ -665,6 +665,7 @@ var eventHandlers = []string{ ...@@ -665,6 +665,7 @@ var eventHandlers = []string{
// extra are ad-hoc values not covered by any of the lists above. // extra are ad-hoc values not covered by any of the lists above.
var extra = []string{ var extra = []string{
"acronym",
"align", "align",
"annotation", "annotation",
"annotation-xml", "annotation-xml",
......
This diff is collapsed.
...@@ -10,6 +10,7 @@ var testAtomList = []string{ ...@@ -10,6 +10,7 @@ var testAtomList = []string{
"accept", "accept",
"accept-charset", "accept-charset",
"accesskey", "accesskey",
"acronym",
"action", "action",
"address", "address",
"align", "align",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment