You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Read up on the documentation for various HTML element's WCAG requirements.
Example scenario
What is the correct tag for a text? Is it <h1>, <p> or for styling purposes it should be <div>. If we use <div> and it should behave as a heading or title then we have to add aria labels to show <div> as a heading.
eg <div role="heading" aria-level="2">Title Text Here</div>
Find a screen reader testing tool preferably one that can be integrated with a browser like a Chrome extension, for eg WAVE
As a SPAR User I want SPAR to follow WCAG standards So That I can use assistive technologies to help me complete my work
Acceptance Criteria
For the SPAR log in screen
Additional Context
Definition of Done
The text was updated successfully, but these errors were encountered: