-
Notifications
You must be signed in to change notification settings - Fork 47
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
Screen reader issues #1074
Comments
I've gone over these one by one and fixed the easier ones, and have some notes regarding the others.
This isn't happening with VoiceOver on macOs, tested all major browsers. When changing a step, instead of the alt logo text being read like you experienced, VoiceOver reads the step's heading, i.e. "Camera selected" and so on. Can't test this with other screen readers, but I'd guess what you described is only happening with the Ubuntu screen reader.
Yeah also stumped by this. According to the mdn specs this should be possible with the
I addressed this by adding
Added this in my PR.
This was the other thing I spent some more time on. Just doing what you propose wouldn't be hard but I also think this wouldn't be enough. For one, I think it would be better and more accessible if these radio buttons act like regular radio buttons as outlined in the mdn specs, meaning
Added in my PR.
Not sure what you mean by that. Should the boxes (or their title) be autofocused when opened, and should focus be trapped in these?
When opening an overlay box with text like the shortcuts or infobox, I can use |
That should have happened because the logo was a link. It is no longer. That's probably why this has changed and is no longer an issue. |
Thanks for your PR and comment!
This is still happening with Ubuntu screen reader. I just tested the PR and
This unfortunately doesn't work in Ubuntu's screen reader. But again, I don't expect that implementation to be super good anyway. And yes it's Orca or something, but I assume the OS still has to do some work to glue everything together, so I think there are some Ubuntu-specific bits we can blame here.
I meant that when the box opens, elements in the background are selected and one tabs through those. I.e. yes, focus should be trapped inside the popup. But retesting this right now, this seems to be fixed.
Ah thanks, I didn't know that. Also work on Ubuntu. |
I tested the redesign with the standard Ubuntu screen reader and identified the following issues. I am not sure which ones are just fault of the Ubuntu thing, but here we go:
<time>
for the cut point timestamps? -> That's not the proper element for that, I think. Unsure how to best solve this.The text was updated successfully, but these errors were encountered: