axe-core
Version:
Accessibility engine for automated Web UI testing
13 lines (12 loc) • 413 B
JSON
{
"id": "group-labelledby",
"evaluate": "group-labelledby.js",
"after": "group-labelledby-after.js",
"metadata": {
"impact": "critical",
"messages": {
"pass": "All elements with the name \"{{=it.data.name}}\" reference the same element with aria-labelledby",
"fail": "All elements with the name \"{{=it.data.name}}\" do not reference the same element with aria-labelledby"
}
}
}