[Dialog] Add accessibility section in the documentation #13693
Labels
accessibility
a11y
component: dialog
This is the name of the generic UI component, not the React module!
docs
Improvements or additions to the documentation
priority: important
This change can make a difference
Expected Behavior 🤔
According to wai-aria guidelines, when dialog is fired - Initial focus should set on the first focusable element.
see on: https://www.w3.org/TR/wai-aria-practices/examples/dialog-modal/dialog.html
Current Behavior 😯
The focus is trapped on the dialog, but not set on the first element.
Need to press 'Tab' to focus to first element.
Your Environment 🌎
The text was updated successfully, but these errors were encountered: