axe-core
Version:
Accessibility engine for automated Web UI testing
20 lines (19 loc) • 387 B
JSON
{
"id": "aria-hidden-body",
"selector": "body",
"excludeHidden": false,
"tags": [
"cat.aria",
"wcag2a",
"wcag412"
],
"metadata": {
"description": "Ensures aria-hidden='true' is not present on the document body.",
"help": "aria-hidden='true' must not be present on the document body"
},
"all": [],
"any": [
"aria-hidden-body"
],
"none": []
}