Orange-OpenSource / Orange-OpenSource/IOT-Map-Component
Links have a button behavior (zoom)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 24
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Links have a button behavior (zoom)
ID: issue-0-2
Test: Respect the HTML semantics
Recommendations: https://a11y-guidelines.orange.com/fr/web/developper/contenu-textuel/#respecter-la-semantique-html
Description
The zoom + and zoom - buttons are links with the button role
Fix
Directly use <button> or <input type="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
Locate the zoom + and zoom - controls in the component and inspect the elements they render. Replace the link-based button behavior with native button semantics, then verify that both controls remain usable and expose the intended semantics; no specific test file is named in the issue.
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
- 35/100