Visualization of website accessibility tree

Overview: ARIA DevTools allows users to easily identify missing ARIA labels, incorrect ARIA roles, and inadequate keyboard support in web applications. By providing a view of web applications as screen readers present them to blind users, developers can ensure better accessibility. The tool displays page elements based on their ARIA roles, including headings, images, tables, and form items. This open-source project on GitHub aims to streamline the testing and development of accessible websites. Reviews praise its usefulness but note limitations with Shadow DOM. The developer commits to protecting user data and offers support for any issues. A list of related tools for web accessibility is also provided.

https://chromewebstore.google.com/detail/aria-devtools/dneemiigcbbgbdjlcdjjnianlikimpck

To top