Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 382 Bytes

react-a11y-aria-unsupported-elements.md

File metadata and controls

11 lines (6 loc) · 382 Bytes

Pattern: Use of ARIA role for unsupported element

Issue: -

Description

For accessibility of your website, enforce that elements that do not support ARIA roles, states, and properties do not have those attributes.

Further Reading