Accessibility

Good web accessibility means that everyone is able to understand and use your website, no matter their physical or mental disabilities.

Examples of disabilities

When talking about web accessibility, the most common topic is screen readers that are often used by blind people. But there are many more disabilities to keep in mind. Some examples of things to consider include:

WCAG - what is that?

WCAG (Web Content Accessibility Guidelines) defines accessibility standards for websites. It has three levels:

Aim for AA-level compliance even if it's not required. As developers, we have the power to make the web more inclusive for everyone.

For accessible components, you can use resources like www.w3.org/WAI/ARIA/apg/patterns which contains examples of accessible components based on the official WCAG guidelines.