-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
♿ Add ARIA Labels to Interactive Elements
Description
Add accessibility labels to buttons, links, and other interactive elements to help screen readers understand what they do.
Tasks:
- Add
aria-labelto carousel navigation buttons - Add
aria-labelto tool buttons in ToolsPage - Add
aria-labelto navbar menu items - Add
aria-labelto footer links
Files to work on:
src/components/ui/carousel.tsxsrc/pages/ToolsPage.tsxsrc/components/NavBar.tsxsrc/components/footer.tsx
Example:
<button aria-label="Navigate to next slide">Next</button>Difficulty: Beginner
Time: 1-2 hours
Labels: accessibility, good first issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers