-
Notifications
You must be signed in to change notification settings - Fork 577
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
Accessibility project (Weather app) #436
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job with the accessibility work! Nice that you’ve implemented some aria labels 🥳 A note about tabindex however, it’s used for interactive elements, but since none of your elements are interactive/clickable, you don’t need tabindex for those. It’s more for, let’s say a hamburger menu that’s in reality a div - for the user to be able to "click it” using keyboard.
Good also that you’ve added alt tags for the icons, I think it’s easy to forget alt tags when you have the HTML in the JS 😅 Keep up the good work!
https://project-weather-a11y--whats-the-weather-jenny.netlify.app/