There are 3 tests in `toolkit/mozapps/extensions/test/browser/` that fail a11y_checks when they send a click on the clickable but not accessible container `.addon-name-container` in [browser_globalwarnings.js#11](https://searchfox.org/mozilla-central/rev/9c509b8feb28c1e76ad41e65bf9fd87ef672b00f/toolkit/mozapps/extensions/test/browser/browser_globalwarnings.js#11), [browser_html_detail_view.js#346,405](https://searchfox.org/mozilla-central/rev/9c509b8feb28c1e76ad41e65bf9fd87ef672b00f/toolkit/mozapps/extensions/test/browser/browser_html_detail_view.js#346,405), and []() while there is a fully accessible link element that is included in each card and thus should be an expected target for the Details View activation to test behavior for all users is functioning. We could update this test to query the link element and send a click to it to simulate and confirm the card is accessible for users of keyboards and assistive technology as well as mouse/touch users, and to allow the a11y-checks to pass. In this case, we need to update the `fail-if` notations of the test manifest accordingly.
Bug 1873255 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
There are following tests in `toolkit/mozapps/extensions/test/browser/` that fail a11y_checks when they send a click on the clickable but not accessible container `.addon-name-container` in: 1. [browser_globalwarnings.js#11](https://searchfox.org/mozilla-central/rev/9c509b8feb28c1e76ad41e65bf9fd87ef672b00f/toolkit/mozapps/extensions/test/browser/browser_globalwarnings.js#11), 1. [browser_html_detail_view.js#346,405](https://searchfox.org/mozilla-central/rev/9c509b8feb28c1e76ad41e65bf9fd87ef672b00f/toolkit/mozapps/extensions/test/browser/browser_html_detail_view.js#346,405), 1. [browser_html_updates.js#31](https://searchfox.org/mozilla-central/rev/9c509b8feb28c1e76ad41e65bf9fd87ef672b00f/toolkit/mozapps/extensions/test/browser/browser_html_updates.js#31) 1. [browser_gmpProvider.js#52](https://searchfox.org/mozilla-central/rev/9c509b8feb28c1e76ad41e65bf9fd87ef672b00f/toolkit/mozapps/extensions/test/browser/browser_gmpProvider.js#52) 1. [switchToDetailView() in head.js#1696](https://searchfox.org/mozilla-central/rev/9c509b8feb28c1e76ad41e65bf9fd87ef672b00f/toolkit/mozapps/extensions/test/browser/head.js#1696) in `browser_html_pending_updates.js` - while there is a fully accessible link element that is included in each card and thus should be an expected target for the Details View activation to test behavior for all users is functioning. We could update this test to query the link element and send a click to it to simulate and confirm the card is accessible for users of keyboards and assistive technology as well as mouse/touch users, and to allow the a11y-checks to pass. In this case, we need to update the `fail-if` notations of the test manifest accordingly.