-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Context
The map markers on the AED map currently lack descriptive alt text and ARIA labels, making them inaccessible to screen reader users.
What needs to happen
- Add meaningful
altattributes to Leaflet markers (e.g., "AED defibrillator at Calle Gran Vía 42, Madrid") - Add
aria-labelto marker popups - Test with a screen reader (VoiceOver or NVDA)
Where to look
src/components/— Map-related components- Leaflet marker configuration
Tech
- React, Leaflet,
react-leaflet - No backend changes needed
Acceptance criteria
- Markers have descriptive alt text including location
- Popups have ARIA labels
- Keyboard navigation works for map markers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers