-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
area: browserbrowser-specificbrowser-specificgood first issuenew contributors should look here!new contributors should look here!status: accepting prsMocha can use your help with this one!Mocha can use your help with this one!type: buga defect, confirmed by a maintainera defect, confirmed by a maintainer
Description
Bug Report Checklist
- I have read and agree to Mocha's Code of Conduct and Contributing Guidelines
- I have searched for related issues and issues with the
faq
label, but none matched my issue. - I have 'smoke tested' the code to be tested by running it outside the real test suite to get a better sense of whether the problem is in the code under test, my usage of Mocha, or Mocha itself.
- I want to provide a PR to resolve this
Expected
The website should not have any accessibility issues - including ones detectable by the axe browser devtools.
Actual
The Netlify logo in the footer is missing image alt text.
mocha/docs/_includes/default.liquid
Lines 131 to 135 in 509938d
<div class="netlify-badge"> | |
<a href="https://www.netlify.com"> | |
<img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg" loading="lazy"> | |
</a> | |
</div> |
Minimal, Reproducible Example
- Visit https://mochajs.org
- Wait for the page to load & fade in
- Run the axe browser devtools
Versions
n/a
Additional Info
https://web.dev/explore/accessible explains more around web accessibility.
I first ran a Lighthouse accessibility audits but it didn't wait for the page to fade in and reported many false negatives as a result.
Metadata
Metadata
Assignees
Labels
area: browserbrowser-specificbrowser-specificgood first issuenew contributors should look here!new contributors should look here!status: accepting prsMocha can use your help with this one!Mocha can use your help with this one!type: buga defect, confirmed by a maintainera defect, confirmed by a maintainer