axe-core
Version:
Accessibility engine for automated Web UI testing
13 lines (12 loc) • 462 B
JSON
{
"id": "aria-labelledby",
"evaluate": "aria-labelledby-evaluate",
"metadata": {
"impact": "serious",
"messages": {
"pass": "aria-labelledby attribute exists and references elements that are visible to screen readers",
"fail": "aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty",
"incomplete": "ensure aria-labelledby references an existing element"
}
}
}