Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the api.Element.accessKey entry (#6746)
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.
- Loading branch information