ARIA (Accessible Rich Internet Applications) attributes are used to enhance the accessibility of web content and web applications. These attributes
provide additional information about an element’s role, state, properties, and values to assistive technologies like screen readers.
This rule checks that ARIA roles or aria-*
attributes are not used in unsupported DOM elements, which are mostly invisible such as
meta
, html
or head
.