-
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -574,54 +574,6 @@ | |
"deprecated": false | ||
} | ||
} | ||
}, | ||
"type": { | ||
"__compat": { | ||
"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 commentThe reason will be displayed to describe this comment to others. Learn more. Confirmed wrong, not in Chrome. |
||
}, | ||
"chrome_android": { | ||
"version_added": true | ||
}, | ||
"edge": { | ||
"version_added": "12" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
}, | ||
"firefox": { | ||
"version_added": "1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Confirmed wrong, it's not in Firefox. |
||
}, | ||
"firefox_android": { | ||
"version_added": "4" | ||
}, | ||
"ie": { | ||
"version_added": false | ||
}, | ||
"opera": { | ||
"version_added": true | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Confirmed it was not in Opera 12. |
||
}, | ||
"opera_android": { | ||
"version_added": true | ||
}, | ||
"safari": { | ||
"version_added": false | ||
}, | ||
"safari_ios": { | ||
"version_added": false | ||
}, | ||
"samsunginternet_android": { | ||
"version_added": true | ||
}, | ||
"webview_android": { | ||
"version_added": true | ||
} | ||
}, | ||
"status": { | ||
"experimental": false, | ||
"standard_track": true, | ||
"deprecated": false | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
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.