IOT-Map-Component icon indicating copy to clipboard operation
IOT-Map-Component copied to clipboard

Elements for clusters should not be vocalized

Open julien-deramond opened this issue 3 years ago • 2 comments

Elements for clusters should not be vocalized

ID: issue-0-15 Test: Ensure that key features are usable with screen readers Recommendations: https://a11y-guidelines.orange.com/fr/web/developper/aides-techniques/#sassurer-que-les-principales-fonctionnalites-sont-utilisables-avec-les-lecteurs-decran

Description

  • For clusters the circles are vocalized white circle,
  • The number that is placed in the middle of the cluster should not be vocalized either

Fix

aria-hidden=true to prevent vocalization to the screen reader

julien-deramond avatar Dec 14 '21 12:12 julien-deramond

The number that is placed in the middle of the cluster should not be vocalized either

In that case there'd be nothing to announce to screen readers when a marker cluster is focused. I do think however, that the marker cluster's accessible name can be improved (to convey to AT users what the numbers mean): https://github.com/Leaflet/Leaflet.markercluster/issues/1006

Malvoz avatar Dec 15 '21 09:12 Malvoz

Hello, in IOT-Map-Component the clusters have an information popup which is read by the screen reader.

There is therefore a redundancy of information

Capture d’écran (4)_LI

In the image above, we see that the cluster number is vocalized twice.

In addition it is vocalized at the very end without us knowing what it is

SimonF30 avatar Dec 15 '21 13:12 SimonF30