Orange-OpenSource / Orange-OpenSource/IOT-Map-Component
Lack of HTML button semantics (marker / cluster)
Open
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
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
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