kitchencollection-com / core

A custom module for kitchencollection.com (Magento 2)
https://upwork.com/fl/mage2pro
0 stars 0 forks source link

An ADA isue: the typeahead suggestions in the search field of the website's header are not announced by the screen reader. Hence, the screen reader user won’t be made aware of the suggestions based on entered keyword. #34

Closed dmitrii-fediuk closed 5 years ago

dmitrii-fediuk commented 6 years ago

upwork.com/ab/f/contracts/20874283

03

Rationale

Autocomplete widgets can be helpful for accessibility because they can make it easier to enter text by providing suggestions based on the characters initially typed. This particularly helps people who find typing more difficult and people who may be susceptible to spelling mistakes.

Recommendations

Use an aria-live region to announce when autocomplete options are available, and to create a listbox containing the options that appear as the user types, which is controlled with the up and down arrow keys.

dmitrii-fediuk commented 5 years ago

Done.