-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Conversation
}, | ||
"type": { | ||
"__compat": { | ||
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/type", |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
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.