Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
16th-earl opened this issue Jan 22, 2018 · 3 comments
Closed

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

16th-earl opened this issue Jan 22, 2018 · 3 comments
Labels
FrozenDueToAge NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. Suggested Issues that may be good for new contributors looking for work to do.
Milestone

Comments

@16th-earl
Copy link

16th-earl commented Jan 22, 2018

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

@gopherbot gopherbot added this to the Unreleased milestone Jan 22, 2018
@mvdan mvdan added Suggested Issues that may be good for new contributors looking for work to do. NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. labels Jan 22, 2018
@namusyaka
Copy link
Member

The x/net/html package implements an HTML5-compliant tokenizer and parser.
This package does not seem to officially support html-4 and xhtml.

@rsc
Copy link
Contributor

rsc commented Jan 29, 2018

/cc @nigeltao

@gopherbot
Copy link

Change https://golang.org/cl/91315 mentions this issue: html/atom: add atom.Acronym

@golang golang locked and limited conversation to collaborators Feb 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. Suggested Issues that may be good for new contributors looking for work to do.
Projects
None yet
Development

No branches or pull requests

5 participants