Description
Screen readers cannot interpret what a standalone icon (like a trash can or a magnifying glass) means. We must provide accessible labels for these interactive elements.
Acceptance Criteria
Technical Details
- This is a strict WCAG requirement. You can enforce this going forward by configuring
eslint-plugin-jsx-a11y.
Description
Screen readers cannot interpret what a standalone icon (like a trash can or a magnifying glass) means. We must provide accessible labels for these interactive elements.
Acceptance Criteria
<button>and<Link>elements that contain only an SVG/Icon and no visible text.aria-labelattributes to these elements (e.g.,aria-label="Delete Invoice",aria-label="Search Marketplace").Technical Details
eslint-plugin-jsx-a11y.