Skip to content

x/net/html/atom: add "acronym" to 'extra' in gen.go #23507

@16th-earl

Description

@16th-earl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsDecisionFeedback 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.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions