When navigating with a keyboard, content should flow from left to right
[ ] heading order
Headings should be in order, so h1, then h2, h3. This is so the screen reader can let the user know the natural order of the elements in page. The WAVE tool has a headings tab that will display the order.
Voiceover is built in with mac, use NVDA for windows
Description
User Story or Problem Statement
As a representative, I want to be able to see a list of pending and completed POA requests so I know which ones will need my attention.
Implementation Details
react-router
based navigation to update query params (e.g.status=Accepted
) and reflect in the active tabPending
,Completed
tabsMockups/Designs
Blockers
Acceptance Criteria/Conditions of Satisfaction
Resources
Accessibility (A11y) Testing