User Impact: Critical
Disabilities Affected:
WCAG Version:
2
WCAG Levels:
WCAG Guidelines:
Solution Techniques:
Automated Test Accuracy:
Medium
uTester Severity:
Error
DRRSAG Designations:
Use the role attribute only on relevant elements and according to the WAI-ARIA roles specification. The WAI-ARIA specification provides an informative description of each role.
The engine scans all elements using a role attribute representing clickable elements and looks for one of the following events on the element: keydown, keyup, keypress, click, dblclick, focusin, mousedown and mouseup
Users who use assistive tools, such as screen readers will fail to understand properly the role of the element
<a href="www.user1st.com" role="link">user1st website</a>