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

Lack of HTML button semantics (marker / cluster)

Open
#39 0 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

Lack of HTML button semantics (marker / cluster)

ID: issue-0-1
Test: Respect the HTML semantics
Recommendations: https://a11y-guidelines.orange.com/fr/web/developper/contenu-textuel/#respecter-la-semantique-html

Description
  • Interactive elements that trigger an action must use HTML button semantics.
  • Markers trigger an action on click
  • Same for clusters
Fix

Directly use role=button semantics

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

Start by locating the marker and cluster interactive elements in the TypeScript map component. Check how click actions are exposed and apply the requested button semantics to both; done means the accessibility audit no longer reports missing button semantics for markers and clusters.

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
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.