Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.62 KB

accessibility.md

File metadata and controls

25 lines (17 loc) · 1.62 KB

👨‍🦯 Accessibility

For accessibility concern we recommand to follow the Web Content Accessibility Guidelines (WCAG). WCAG documents explain how to make web content more accessible to people with disabilities.

For application and advanced pattern of components like dialog, tabs, combobox you have to follow a ARIA Authoring Practices Guide. But: No ARIA is better than Bad ARIA. Before using any ARIA, read this to understand why.

Checklist

This checklist is a set of recommendations for ways applications developed at Yale may best meet WCAG 2 requirements. It is not a substitute for the WCAG 2 specification, and it may not cover all use cases

Learning

Implementation

To simplify the implementation of WCAG and Aria rules, you can use a headless component library like Radix. This library allows you to implement your styles with the guarantee of well-implemented components. Each description of components have a section Accessibility where you can know with which Aria pattern the component is related too.