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

Remove ghost feature: api.HTMLAreaElement.type #7540

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

queengooborg
Copy link
Contributor

@queengooborg queengooborg commented Nov 28, 2020

This PR removes the ghost feature: api.HTMLAreaELement.type. This feature is not supported in any browsers (despite what the current data indicates), and was never in any spec. The MDN web docs have already been updated accordingly.

@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Nov 28, 2020
},
"type": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/type",
Copy link
Contributor

Choose a reason for hiding this comment

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

https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/type does not exist, so nothing to clean up there.

"version_added": true
},
"edge": {
"version_added": "12"
Copy link
Contributor

Choose a reason for hiding this comment

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

Confirmed wrong in http://mdn-bcd-collector.appspot.com/tests/api/HTMLAreaElement, it's not in Edge 18.

"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/type",
"support": {
"chrome": {
"version_added": true
Copy link
Contributor

Choose a reason for hiding this comment

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

Confirmed wrong, not in Chrome.

"version_added": "12"
},
"firefox": {
"version_added": "1"
Copy link
Contributor

Choose a reason for hiding this comment

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

Confirmed wrong, it's not in Firefox.

"version_added": false
},
"opera": {
"version_added": true
Copy link
Contributor

Choose a reason for hiding this comment

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

Confirmed it was not in Opera 12.

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.

2 participants