mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #320] Add support for screen readers #212
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#212
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GaryJones on GitHub (Aug 28, 2018).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/320
Currently, the
asciinema-playeris not seen as an interactive item when using a screen reader. I've only tested with VoiceOver on the Mac, but addingtabindex="0"fixes this.The output isn't perfect —
PHPUnit 4.8.31is read as "PHP Unit 4th August 1931" — but otherwise it makes the content of a finished cast available to screen readers (and possibly other assistive technologies) more than it does now.@GaryJones commented on GitHub (Aug 28, 2018):
Closing in favour of https://github.com/asciinema/asciinema-player/issues/95