aria-hidden-body.json 386 Bytes
{
	"id": "aria-hidden-body",
	"selector": "body",
	"excludeHidden": false,
	"matches": "is-initiator-matches",
	"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": []
}