-
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
Movement of keyboard focus from the 'big play' button to the full control bar to support keyboard accessibility #2729
Milestone
Comments
OwenEdwards
changed the title
The change from the 'big play' button to the full control bar needs to be made accessible
Movement of keyboard focus from the 'big play' button to the full control bar to support keyboard accessibility
Nov 3, 2015
OwenEdwards
added
the
a11y
This item might affect the accessibility of the player
label
Jan 22, 2016
Closed
Can we expect a fix for this before 6.0? |
@chrisauclair yeah, I think that this change can definitely be made without a major release. PRs are always welcome but otherwise, it may be a while before this lands. |
gkatsev
added a commit
that referenced
this issue
Feb 1, 2017
If the control bar and playtoggle exist, focus the playtoggle after triggering play via the keyboard from the Big Play Button. If `play()` returns a promise, wait until it resolves to focus, otherwise, use a setTimeout. Fixes #2729
gkatsev
added a commit
that referenced
this issue
Feb 3, 2017
If the control bar and playtoggle exist, focus the playtoggle after triggering play via the keyboard from the Big Play Button. If the control bar isn't available, then focus the player element. If play() returns a promise, wait until it resolves to focus, otherwise, use a setTimeout. Fixes #2729
gkatsev
added a commit
that referenced
this issue
Feb 23, 2017
If the control bar and playtoggle exist, focus the playtoggle after triggering play via the keyboard from the Big Play Button. If the control bar isn't available, then focus the player element. If play() returns a promise, wait until it resolves to focus, otherwise, use a setTimeout. Fixes #2729
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A couple of changes would fix accessibility issues related to the 'big play' button:
This is related to, but distinct from. #2156.
The text was updated successfully, but these errors were encountered: