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

Improve accessibility for visually impaired viewing after Next.js rewrite #94

Open
2 tasks
JimBledsoe opened this issue Nov 15, 2024 · 0 comments
Open
2 tasks

Comments

@JimBledsoe
Copy link
Contributor

I love the new look, much cleaner.

I ran the AccessibilityInsights FastPass is the tool and it indicated two issues:

  • Missing labels on the inputs (so a user knows which octet they are in)
  • Insufficient contrast on the buttons

image

Proposed changes:

  • Add aria-label properties on the input fields
  • Either switch button text to white or use blue 400/500 instead of 500/600

Similar to issue #69

I don't have bandwidth to make a PR until mid to late December, but I'll check back then.

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

No branches or pull requests

1 participant