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

feat: announce filters once applied (resolves #130) #241

Merged
merged 1 commit into from
Mar 31, 2020

Conversation

greatislander
Copy link
Collaborator

@greatislander greatislander commented Mar 30, 2020

Description

This PR adds screen reader feedback after applying filters.

Steps to test

  1. Enable a screen reader.
  2. Visit the resource page.
  3. Apply filters and submit.

Expected behavior: Screen reader announces:

<n> filter(s) applied. Resource list updated.

Additional information

Not applicable.

Related issues

@greatislander greatislander added the enhancement New feature or request label Mar 30, 2020
@greatislander greatislander added this to the 1.0.0-rc.1 milestone Mar 30, 2020
@greatislander greatislander requested a review from jhung March 30, 2020 16:11
@greatislander greatislander self-assigned this Mar 30, 2020
Copy link
Contributor

@jhung jhung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a fine solution for now. If we have more such informative messages, we may want to figure out a more accessible landmark for these messages (currently you have to traverse the entire document to get to the message if you want to hear it again).

@greatislander greatislander merged commit 46ab87a into dev Mar 31, 2020
@greatislander greatislander deleted the add/filter-announcement branch March 31, 2020 19:18
@greatislander
Copy link
Collaborator Author

@jhung There's also the "Current Filters" area which gives more detail. I wonder if we can adapt that to include the live area. If you want to open a follow-up ticket, please do.

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

Successfully merging this pull request may close these issues.

Add screen reader feedback after applying filter
2 participants