Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 786 Bytes

File metadata and controls

22 lines (13 loc) · 786 Bytes

SR Demo

A demonstration project to teach novices to a11y the basics of screen reader accessibility testing.

Overview

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.

Getting Started

This project is set up to follow Web Content Accessibility Guidelines (WCAG) 2.2 Level A and AA standards.

Development

  • 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

Contributing

Please ensure all contributions maintain accessibility standards and include appropriate testing.