Skip to content
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

Consider including a note on the accessibility issues of wrapped text in columns #100

Open
aral opened this issue Nov 18, 2020 · 1 comment
Labels

Comments

@aral
Copy link

aral commented Nov 18, 2020

Since wrapped text doesn’t make sense for people using a screen reader, it might be a good idea to include a warning that it should only be used as an option, when possible. (Otherwise, you will be locking people who rely on screen readers out of using your app.)

Possible copy:

Warning: Using wrapped text in columns in command-line interfaces is inaccessible to people who rely on screen readers. Please consider making wrapped text an option that people opt into – perhaps by supplying a special flag – and ensure that your apps are usable by people of all abilities.

This is how I implemented it in my app:

Screenshot from 2020-11-18 16-43-35

More (thread): https://mastodon.ar.al/@aral/105231108540229990

@bcoe bcoe added the docs label Nov 24, 2020
@bcoe
Copy link
Member

bcoe commented Nov 24, 2020

@aral is there an ansi escape sequence that can provide a hint for screen readers I wonder?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants