What is Web Accessibility?
Web accessibility means designing and developing websites that people with disabilities can perceive, understand, navigate, and interact with. WCAG (Web Content Accessibility Guidelines) defines three conformance levels: A, AA, and AAA.
What We Check
- Images (WCAG 1.1.1): All images must have descriptive alt text for screen readers All images must have descriptive alt text for screen readers
- Forms (WCAG 1.3.1): Every input must be associated with a label Every input must be associated with a label
- Language (WCAG 3.1.1): Page language must be declared in the HTML lang attribute Page language must be declared in the HTML lang attribute
- Headings (WCAG 1.3.1): Correct heading hierarchy with a single H1 Correct heading hierarchy with a single H1
- Keyboard (WCAG 2.1.1): All functionality must be accessible via keyboard All functionality must be accessible via keyboard