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

An ADA issue: the typeahead suggestions in the top search bar are read in one go #35

Open
dmitrii-fediuk opened this issue Dec 1, 2018 · 0 comments
Labels

Comments

@dmitrii-fediuk
Copy link
Contributor

Screen reader reads all the typeahead suggestions in one go.
This leads to confusion for the screen reader user.

01

Code snippet:

<div id="searchsuite-autocomplete" class="searchsuite-autocomplete" data-bind="visible: showPopup()" style="">….</div>

Rationale

Screen reader must read the content accurately.
Users using screen reader AT might interpret the content present on web page solely based on narration. It is potentially confusing for the screen reader user if any element is read incorrectly or incompletely.

Recommendations

Remove aria-live attribute from

having data-bind="scope: 'searchsuiteautocomplete_form'" and provide aria-live=”polite” tabindex=”-1” to the
having class="title" also move focus to the same
and provide some extra visually hidden information to the
.

@dmitrii-fediuk dmitrii-fediuk changed the title An ADA issue: «Typeahead suggestions read in one go» An ADA issue: the typeahead suggestions in the search bar are read in one go Dec 1, 2018
@dmitrii-fediuk dmitrii-fediuk changed the title An ADA issue: the typeahead suggestions in the search bar are read in one go An ADA issue: the typeahead suggestions in the top search bar are read in one go Dec 1, 2018
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

1 participant