A demonstration project to teach novices to a11y the basics of screen reader accessibility testing.
This repository contains examples and pages in various state of accessibility compliance to teach how to develop and test web applications that work seamlessly with screen readers and other assistive technologies.
This project is set up to follow Web Content Accessibility Guidelines (WCAG) 2.2 Level A and AA standards.
- Ensure all interactive elements are keyboard accessible
- Use semantic HTML elements
- Implement proper ARIA labels and roles where needed
- Test with screen readers during development
Please ensure all contributions maintain accessibility standards and include appropriate testing.