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
Hello,
It appears several components dont expose ARIA roles and behave not very well with keyboard and assistive technologies.
I propose to follow these simple patterns :
give correct aria role on non-native components (like dialog, alert, etc...)
allowing keyboard navigation and actions (user should navigate with arrows inside a component, with tab in a form, activate a link/button with space ou enter, cancel with ESC)
trap keyboard focus in a modal dialog and reposition focus to the button that trigged the dialog when closing it.
animations-less mode
The text was updated successfully, but these errors were encountered:
Hello,
It appears several components dont expose ARIA roles and behave not very well with keyboard and assistive technologies.
I propose to follow these simple patterns :
The text was updated successfully, but these errors were encountered: