Skip to content

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

Description

@dmitrii-fediuk

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
.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions