[Refactor] add aria-label attribute to every link & button in the codebase #1467
Closed
5 tasks done
Labels
accessibility
Code is not up to WCAG standards
goal: refactor
Refactoring the codebase
gssoc
GirlScript Summer of Code participants
level2
Modifying an existing feature
🚀 ready
File Name
All the components applicable
Reason for Refactoring the Code
The
aria-label
attribute is an essential accessibility feature in HTML. It is used to provide a descriptive label for elements that might not have visible text or when the existing text content is not sufficient to convey the element's purpose to users of assistive technologies (e.g., screen readers).In short, adding
aria-label
helps provide context to users who rely on assistive technologies.Checklist
The text was updated successfully, but these errors were encountered: