Skip to main content

Patterns, Guides, Resources.

Accessibility patterns, best-practices, guides reviews and resources.


Understanding the First Rule of ARIA?

It is common to hear people say that the first rule of ARIA (Accessible Rich Internet Applications) "is dont use ARIA". While this is some-what true it can also be misleading. Understanding when to use ARIA and when not to is an important part of building accessible web applications.

Understandable - Easy to understand and use

Understandable ensures that content is presented in a simple and clear manner, it focuses on ensuring that information and user interface components are presented in a way that is easy to comprehend and use (operate).

Robust - Compatibility across current and future devices

Robustness ensures that web content works well with both current and future user agents and assistive technologies. This is critical because the web is constantly evolving, and new technologies and devices are continuously being developed. To achieve this, developers should use standard, valid, and well-formed code.