UI component name and role (role-and-name)

Each user interface component (e.g., form elements, buttons, links) has a name and/or role attribute.


Missing role attribute:

This anchor element that functions as a button lacks a role attribute describing this:


Click me

Note: Impossible to auto-test. Requires a human tester/AI to visually or programmatically determine if an element requires a role attribute.

axe detected: none  |  QualWeb detected: none