nextcloud-vue icon indicating copy to clipboard operation
nextcloud-vue copied to clipboard

Search results of dropdown component should be read by screenreaders

Open JuliaKirschenheuter opened this issue 3 years ago • 1 comments
trafficstars

This is an accessibility issue.

When the user starts typing in a search field some results are shown immediately. To follow this success criterion screen reader users must be notified that there are search results, and how many there are, the status of the search. But it’s important that this information is not conveyed while the user is still typing, as this can be very disturbing.

image

While searching for something, the search results change dynamically, but screen reader users aren’t notified that there are search results.

ToDo: evaluate the right implementation for all accessibility issues regarding this topic.

Suggestion for implementation: This can be done by adding aria-live=“polite” to the text.

JuliaKirschenheuter avatar Jun 13 '22 15:06 JuliaKirschenheuter

  • [ ] also do this for the emoji picker, if not done already (to be verified)

PVince81 avatar Jul 20 '22 15:07 PVince81