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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
To be accessible, when a Bottom Sheet component is opened, focus should be sent to its first interactive control ("Share" in the Show As List option). This will vastly improve the experience for keyboard and screen reader users. Currently, focus is blurred from the triggering button; this causes focus to be lost, a major accessibility issue.
The text was updated successfully, but these errors were encountered:
Also, the items in the bottom sheet demo are simply <md-item> components and are not accessible even with ngAria in use. Moving the ng-click to a button element immediately inside of <md-item> solves the issue.
To be accessible, when a Bottom Sheet component is opened, focus should be sent to its first interactive control ("Share" in the Show As List option). This will vastly improve the experience for keyboard and screen reader users. Currently, focus is blurred from the triggering button; this causes focus to be lost, a major accessibility issue.
The text was updated successfully, but these errors were encountered: