Orange-OpenSource / Orange-OpenSource/IOT-Map-Component

Elements for clusters should not be vocalized

Open
#53 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

accessibility
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.