-
Notifications
You must be signed in to change notification settings - Fork 445
Description
Description:
In the W3C “States” autocomplete example, when a user selects a state using arrow keys or by typing, and later returns to the example to change the selection, there is a screen reader behavior that may impact discoverability for some users.
Using JAWS with Chrome, when focus returns to the States autocomplete field with a previously selected value, the full list of states is not announced or presented for selection. Additionally, the screen reader does not announce any guidance indicating that clearing or removing the existing value would make the full list of states available again.
This may make it challenging for screen reader users to understand how to change their previously selected state.
Environment:
- Screen reader: JAWS
- Browser: Chrome
- Example: W3C Autocomplete – States
Expected user experience:
When revisiting the autocomplete, screen reader users are made aware of how to access available options.
If clearing the current value is required to access the full list, that interaction is communicated to screen reader users.
Observed behavior:
The list of available states is not announced when the field is revisited with an existing value.
No spoken guidance is provided about clearing the current value to access the full list.