Skip to content

fix: axe DevTools Critical Issues #11

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

Merged
merged 2 commits into from
Aug 14, 2021

Conversation

yamanoku
Copy link
Contributor

Details

Use to axe DevTools to resolve critical accessibility issues.

Images must have alternate text

Ensures <img> elements have alternate text or a role of none or presentation.
I've added alt attributes and alternative text to the icon image that links to the GitHub repository (ef847a6).

Screen Shot: GitHub repository link in the upper right corner of the screen is selected in Chrome Elements.

Form elements must have labels

Ensures every form element has a label.
No label was found for <input type="color">. Since it is not visually presented in the current design, I created a hidden label using the visually-hidden technique (51b9340).

Screen Shot: Color picker user interface

Result

Currently Fixed
Currently: axe DevTools total result 27 issues screenshot Fixed: axe DevTools total result 25 issues screenshot

@vercel
Copy link

vercel bot commented Aug 14, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/kawamata-team/animated-emoji-gen/5ELnkXU2HSY6tnXbcu2PtV4L3CMy
✅ Preview: https://animated-emoji-gen-git-fork-yamanoku-fix-a-f1154a-kawamata-team.vercel.app

@kawamataryo
Copy link
Owner

Thanks for the very nice pull request👍
I have learned a lot.

@kawamataryo kawamataryo merged commit 78c1cd0 into kawamataryo:main Aug 14, 2021
@yamanoku yamanoku deleted the fix-a11y-critical-issue branch August 15, 2021 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants