Open
Description
Bug Report
- I’ve searched for any related issues and avoided creating a duplicate issue.
What happened
WCAG 2.1 success criteria 4.1.3: Status Messages states that things like loading indicators need to announce themselves to assistive technology without receiving keyboard focus.
What I expected to happen
Screen readers will need to announce our Loading Indicator component without us having to manage focus. This is possible if two conditions are met:
- The Loading Indicator
role="progressbar"
is changed torole="status"
on line 44 - The spinner always has a visual text label with it
Acceptance Criteria
- No breaks in the current usability on vets-website
- Unit tests updated accordingly
- 0 axe-core violations in the unit tests
Metadata
Metadata
Assignees
Labels
Cognitive considerations - https://developer.paciellogroup.com/blog/2018/03/wcag-2-1-success-criteriFocus Management - https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-focus-order.htmlMedium-severity accessibility issue that should be fixed within 1 - 3 sprintsAny Section 508 or accessibility issueChange to an existing component
Activity