axe-core
Version:
Accessibility engine for automated Web UI testing
20 lines (19 loc) • 449 B
JSON
{
"id": "role-presentation",
"evaluate": "matches-definition-evaluate",
"deprecated": true,
"options": {
"matcher": {
"attributes": {
"role": "presentation"
}
}
},
"metadata": {
"impact": "minor",
"messages": {
"pass": "Element's default semantics were overriden with role=\"presentation\"",
"fail": "Element's default semantics were not overridden with role=\"presentation\""
}
}
}