-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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 of the Captions Settings dialog #2746
Comments
Much of this can be adopted from @gdkraus' excellent example https://github.com/gdkraus/accessible-modal-dialog. |
@gkatsev, to clarify your points on the #2668 Modal Dialog thread,
Keyboard focus is something we need to think about broadly for accessibility, so let's give 3 some more thought. Can you clarify what you meant wrt 1 (and whether 2 might be an option? One of the issues I see with the Captions Settings dialog is sizing it for different video window sizes, which might make 2 more appealing?). |
|
The dialog focus will be solved by #4025 |
While the focus issues will be solved by #4025, the captions dialog is still currently extending Component. |
The Captions Settings dialog has some accessibility issues:
Some of these are very simple fixes, and some are lower priority than others, but all are fixable :-)
The text was updated successfully, but these errors were encountered: