As a Developer I can apply web accessibility best practices so that the website is accessible to individuals with a broad spectrum of abilities, including those utilizing assistive technologies.
Acceptance Criteria
[x] All images on the website are equipped with descriptive alt text to aid screen readers.
[x] The website's color contrast ratio adheres to the WCAG AA standard for text and background colors, ensuring readability for all users.
[x] The website fully supports keyboard navigation, allowing users without a mouse to interact with all interactive elements.
Tasks
[x] Conduct an accessibility audit to pinpoint areas for improvement, focusing on image alt text, color contrast, and keyboard navigation.
[x] Enhance HTML to include alt text for all images, ensuring they are descriptive and informative.
[x] Modify color schemes as necessary to meet or exceed WCAG AA contrast ratios, ensuring readability for users with visual impairments.
[x] Implement and test keyboard navigation, ensuring that all interactive elements are accessible and operable without the use of a mouse.
As a Developer I can apply web accessibility best practices so that the website is accessible to individuals with a broad spectrum of abilities, including those utilizing assistive technologies.
Acceptance Criteria
Tasks
Belonging to: EPIC - Responsiveness and Accessibility