Orange-OpenSource / Orange-OpenSource/IOT-Map-Component
Elements for clusters should not be vocalized
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 24
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the cluster rendering entry point in the TypeScript component and inspect how the circles and their center number are exposed to screen readers. Apply the issue’s aria-hidden=true fix to those decorative elements, then verify with a screen reader that they are not vocalized while the cluster’s key features remain usable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100