-
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
Add compat data for HTMLAreaElement #1119
Conversation
api/HTMLAreaElement.json
Outdated
}, | ||
"chrome_android": { | ||
"version_added": 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.
All three versions of Chrome should say 54.
api/HTMLAreaElement.json
Outdated
"version_added": false | ||
}, | ||
"opera_android": { | ||
"version_added": 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.
both versions of Opera should be 38.
"version_added": true | ||
}, | ||
"chrome_android": { | ||
"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.
All three versions of Chrome should be 54.
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.
👍
These entries both come from wiki migration: mdn#1116 mdn#1119 These do not exist in the spec, a media IDL attribute exists only on these three interfaces: https://html.spec.whatwg.org/#htmllinkelement https://html.spec.whatwg.org/#htmlsourceelement https://html.spec.whatwg.org/#htmlstyleelement BCD already has entries for those. The existing data suggesting media is supported on a/area seems mistaken, and can be confirmed with these tests: http://mdn-bcd-collector.appspot.com/tests/api/HTMLAnchorElement/media http://mdn-bcd-collector.appspot.com/tests/api/HTMLAreaElement/media Both return false on Chrome 86, Edge 18, Firefox 82 and Safari 14.
These entries both come from wiki migration: mdn#1116 mdn#1119 These do not exist in the spec, a media IDL attribute exists only on these three interfaces: https://html.spec.whatwg.org/#htmllinkelement https://html.spec.whatwg.org/#htmlsourceelement https://html.spec.whatwg.org/#htmlstyleelement BCD already has entries for those. The existing data suggesting media is supported on a/area seems mistaken, and can be confirmed with these tests: http://mdn-bcd-collector.appspot.com/tests/api/HTMLAnchorElement/media http://mdn-bcd-collector.appspot.com/tests/api/HTMLAreaElement/media Both return false on Chrome 86, Edge 18, Firefox 82 and Safari 14.
These entries both come from wiki migration: #1116 #1119 These do not exist in the spec, a media IDL attribute exists only on these three interfaces: https://html.spec.whatwg.org/#htmllinkelement https://html.spec.whatwg.org/#htmlsourceelement https://html.spec.whatwg.org/#htmlstyleelement BCD already has entries for those. The existing data suggesting media is supported on a/area seems mistaken, and can be confirmed with these tests: http://mdn-bcd-collector.appspot.com/tests/api/HTMLAnchorElement/media http://mdn-bcd-collector.appspot.com/tests/api/HTMLAreaElement/media Both return false on Chrome 86, Edge 18, Firefox 82 and Safari 14.
This API has listed mixins, which I've not currently included, via discussion over at #472
https://developer.mozilla.org/en-US/docs/Web/API/HTMLAreaElement