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 the api.Element.accessKey entry #6746

Merged
merged 1 commit into from
Sep 23, 2020

Conversation

foolip
Copy link
Contributor

@foolip foolip commented Sep 22, 2020

There is already an entry on HTMLElement with better data:
https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/accessKey

There is no indication that accessKey has been on Element in any
browser. This can be confirmed by these tests in old browsers:
http://mdn-bcd-collector.appspot.com/tests/api/Element/accessKey
http://mdn-bcd-collector.appspot.com/tests/api/HTMLElement/accessKey

Tested in IE11 to complement the findings from Confluence for browsers
released ~5 years ago:
https://web-confluence.appspot.com/#!/catalog?releases=%5B%22Edge_13.10586_Windows_10.0%22,%22Chrome_47.0.2526.73_Windows_10.0%22,%22Firefox_45.0_Windows_10.0%22,%22Safari_9.1.3_OSX_10.11.6%22%5D&q=%22accessKey%22

Fixes #6697.

@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Sep 22, 2020
@sideshowbarker sideshowbarker merged commit bc154e9 into mdn:master Sep 23, 2020
@sideshowbarker
Copy link
Member

I merged this and #6751 on the assumption that we can update the release notes later, without needing to block merging of these first

@ddbeck
Copy link
Collaborator

ddbeck commented Sep 23, 2020

@sideshowbarker Yes, that's correct—I write the release notes when I do the merge. Though I had been thinking that we should get the notes into Git as well—then we could have contributors directly add release notes too.

@ddbeck
Copy link
Collaborator

ddbeck commented Sep 23, 2020

Opened #6759 for tracking release notes in Git.

@foolip foolip deleted the rm-element-accessKey branch June 7, 2021 07:55
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.accessKey should be removed
3 participants