-
Notifications
You must be signed in to change notification settings - Fork 2
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
Chore: Improve Accessibility #129
Comments
I'm going to try and pick this up now as my last pomodoro of the day. ⏳ 🍅 |
First thing on the Accessiblity Improvement list is: "Form elements do not have associated labels" Question: https://www.google.com/search?q=can+a+form+label+be+hidden https://www.w3.org/WAI/tutorials/forms/labels/#:~:text=The%20label%20can%20be%20hidden,reader%20and%20speech%20input%20users. Ok, that was easy enough. 👌 |
Going through the errors detected by Validator: |
Basically none of the custom |
Deployed my branch and now get: https://web.dev/measure/?url=https%3A%2F%2Fmvp.fly.dev%2F PR: #130 |
Looks like we need to add |
The final aspect of "Best Practices" that we can improve on is the images ... Think it's worth having a separate issue for this. 💭 |
Don't think there's anything |
Closing. ✅ |
At present the Accessibility of the MVP is not lacking:
https://web.dev/measure/?url=https%3A%2F%2Fmvp.fly.dev%2F
This is reasonably easy to solve as we only have one form.
Todo
Best Practices
24x24px
or enlarge the logo in the UI to
32x32px
At present this is what the Top Nav looks like for me:
Related: #128
The text was updated successfully, but these errors were encountered: