Pattern: Malformed non-interactive ARIA role
Issue: -
WAI-ARIA roles should not be used to convert an interactive element to a non-interactive element. Non-interactive ARIA roles include article
, banner
, complementary
, img
, listitem
, main
, region
and tooltip
.
<!-- A11y: <textarea> cannot have role 'listitem' -->
<textarea role="listitem" />