Orange-OpenSource / Orange-OpenSource/IOT-Map-Component
No ALT on images
Open
Nobody has claimed this yet.
accessibility
- Dominant language
- TypeScript
- Stars
- 24
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
No ALT on images
ID: issue-0-5
Test: Provide a text equivalent for images and frames/images
Recommendations: https://a11y-guidelines.orange.com/fr/web/developper/contenu-non-textuel/#fournir-un-equivalent-textuel-pour-les-images-et-les-cadres
Description
- All images must have an ALT attribute.
- Issues with image shadows and for markers where an image is added inside
Fix
- Add an ALT attribute to images
<img alt="[...]" [...]> - Note: can be empty for decorative images
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
No source file or test is named. Start by locating the component's image elements, including marker and shadow images, and apply the issue's guidance for meaningful versus decorative images; done when every relevant image has appropriate text or an empty alt attribute.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100