33.听Invalid WAI-ARIA role, state or property

Invalid aria incorrect example

Description:听A WAI-ARIA element contains roles, states or properties that are not allowed on this type of element.

Context:听Invalid aria elements could cause the element to be read incorrectly by assistive technology.

<span class="tribe-icon-list" aria-hidden="true" role="none"></span>

How to fix it:听Check the W3C specification for “Accessible Rich Internet Applications Suite” (WAI-ARIA) to see what is supported for this type of element.

<span class="tribe-icon-list" aria-hidden="true"></span>

Techniques: