-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.SuggestedIssues that may be good for new contributors looking for work to do.Issues that may be good for new contributors looking for work to do.
Milestone
Description
What version of Go are you using (go version)?
go version go1.9.2 darwin/amd64
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (go env)?
darwin/amd64
What did you do?
import "golang.org/x/net/html/atom"
atom.Acronym
What did you expect to see?
Though the tag is deprecated in HTML5, it was commonly used in HTML4 and XHTML1. It should be one of 'extra' atom types, in the same way that atom.Strike and atom.Tt are still included.
What did you see instead?
undefined: atom.Acronym
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsDecisionFeedback is required from experts, contributors, and/or the community before a change can be made.Feedback is required from experts, contributors, and/or the community before a change can be made.SuggestedIssues that may be good for new contributors looking for work to do.Issues that may be good for new contributors looking for work to do.