Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.23 KB

aria-supported.md

File metadata and controls

23 lines (15 loc) · 1.23 KB

ARIA Roles and Attributes unsupported in axe-core.

It can be difficult to know which features of web technologies are accessible across different platforms, and with different screen readers and other assistive technologies. Axe-core does some of this work for you, by raising issues when accessibility features are used that are known to cause problems.

This page contains a list of ARIA 1.1 features that axe-core raises as unsupported. For more information, read We’ve got your back with “Accessibility Supported” in axe.

For a detailed description about how accessibility support is decided, see How we make decisions on rules.

Roles

aria-role axe-core support
figure No

Attributes

aria-attribute axe-core support
aria-describedat No
aria-details No
aria-roledescription Mixed1

Footnotes

  1. Supported on elements: <button>, <input type="button" | "checkbox" | "image" | "radio" | "reset" | "submit">, <img>, <select>, <summary>