axe-core
Version:
Accessibility engine for automated Web UI testing
24 lines (23 loc) • 577 B
JSON
{
"id": "aria-roledescription",
"evaluate": "aria-roledescription-evaluate",
"options": {
"supportedRoles": [
"button",
"img",
"checkbox",
"radio",
"combobox",
"menuitemcheckbox",
"menuitemradio"
]
},
"metadata": {
"impact": "serious",
"messages": {
"pass": "aria-roledescription used on a supported semantic role",
"incomplete": "Check that the aria-roledescription is announced by supported screen readers",
"fail": "Give the element a role that supports aria-roledescription"
}
}
}