You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there's no note on how this library acts for a screen reader, keyboard user, or just a user that doesn't read very fast. These are important considerations for a UI component to consider.
2 specific issues I noticed with a quick glance at the docs:
The buttons in the button example aren't buttons! Not friendly to keyboard OR screen reader users
The link to the keyboard navigation example from the README is broken. Keyboard navigation is an important thing for keyboard-only users, though make sure that the implementation follows W3 accessibility guidelines!
The text was updated successfully, but these errors were encountered:
Right now there's no note on how this library acts for a screen reader, keyboard user, or just a user that doesn't read very fast. These are important considerations for a UI component to consider.
Please check out https://www.w3.org/WAI/tutorials/carousels/ for more information on things to consider.
2 specific issues I noticed with a quick glance at the docs:
The text was updated successfully, but these errors were encountered: