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

Make HTML element "name" property statuses consistent #14481

Merged
merged 2 commits into from
Jan 12, 2022

Conversation

queengooborg
Copy link
Contributor

This PR makes the statuses for the name property of the HTML element APIs consistent. All of these entries are listed in the current HTML spec, so they are standard and non-deprecated. Fixes #6683.

@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Jan 9, 2022
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All but one of these are correctly marked as deprecated. One should be standard track but isn't. See line comments for details.

api/HTMLAnchorElement.json Outdated Show resolved Hide resolved
api/HTMLFrameElement.json Outdated Show resolved Hide resolved
api/HTMLImageElement.json Outdated Show resolved Hide resolved
api/HTMLEmbedElement.json Outdated Show resolved Hide resolved
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thank you! 🎉

@ddbeck ddbeck merged commit 002ec17 into mdn:main Jan 12, 2022
@queengooborg queengooborg deleted the api/HTML-name-status branch January 12, 2022 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

api.Element.name entry doesn't make sense as used on MDN
2 participants