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

iOS: Toggle buttons should change accessibility text when moving between states #1581

Closed
vincode-io opened this issue Jan 9, 2020 · 1 comment
Milestone

Comments

@vincode-io
Copy link
Member

#1
On the main screen of the app, the “Filter Feeds” button should offer more feedback on what it does and its current selection status.

Currently, the VoiceOver label for this button is the same regardless of its selection status.

Am I correct in believing that this button toggles between showing and hiding feeds which have unread articles?

If so, I would suggest that the button have the following two labels depending upon its selection status:

Unread Feeds
Selected - Unread Feeds

You might also use the VoiceOver ‘hints’ feature to provide more information on the function of this button. For example:

“show only feeds with unread articles”

It's worth noting that VoiceOver speaking of hints is something that users can disable, so we shouldn't rely solely on these to provide an indication of what UI elements are.

#2
When viewing a list of articles in a feed or folder, the “Filter Articles” button should offer more feedback on what it does and its current selection status.

For consistency, I would suggest that there are again two different (but similar to those use elsewhere) labels for this button:

Unread Articles
Selected - Unread Articles

As the function of this button should be clear from these VoiceOver labels, there is probably little value in also having VoiceOver hints (which in this case would have the negative effect of adding extra verbosity, in that VoiceOver would be speaking more than is necessary or desirable for the user experience).

#3
When viewing an article, the “Toggle Read” and “Toggle Starred” buttons need to indicate their current selection status.

Currently, both buttons use the same VoiceOver label for both selected and unselected. I would suggest that this be changed to:

Mark Article Read
Selected - Mark Article Read

Star Article
Selected - Star Article

Again, I would suggest that NoiceOver hints would only add unnecessary verbosity.

@vincode-io vincode-io added this to the iOS 5.0 Alpha milestone Jan 9, 2020
@vincode-io
Copy link
Member Author

#4
The Article Extractor Button should use "Reader View", "Processing - Reader View", "Selected - Reader View", and "Error - Reader View" as accessiblity labels to match its button state.

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

No branches or pull requests

1 participant