How to use WAVE to review ARIA on your webpages. Plus, examples of the thought process when reviewing ARIA.| Pope Tech Blog
Get ARIA resources to jump-start training. Plus, an activity to help fix current ARIA issues and plan how to avoid issues going forward.| Pope Tech Blog
Learn how to use each tab in the WAVE extension.| Pope Tech Blog
The aria-expanded attribute is set on an element to indicate if a control is expanded or collapsed, and whether or not the controlled elements are displayed or hidden.| MDN Web Docs
The tabindex global attribute allows developers to make HTML elements focusable, allow or prevent them from being sequentially focusable (usually with the Tab key, hence the name) and determine their relative ordering for sequential focus navigation.| MDN Web Docs
This document is a practical guide for developers on how to add accessibility information to HTML elements using the Accessible Rich Internet Applications specification [WAI-ARIA-1.1], which defines a way to make Web content and Web applications more accessible to people with disabilities. This document demonstrates how to use WAI-ARIA in [HTML51], which especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies.| www.w3.org