axe-core
Version:
Accessibility engine for automated Web UI testing
26 lines (25 loc) • 499 B
JSON
{
"id": "frame-title",
"selector": "frame, iframe",
"tags": [
"cat.text-alternatives",
"wcag2a",
"wcag241",
"wcag412",
"section508",
"section508.22.i"
],
"metadata": {
"description": "Ensures <iframe> and <frame> elements contain a non-empty title attribute",
"help": "Frames must have title attribute"
},
"all": [],
"any": [
"aria-label",
"aria-labelledby",
"non-empty-title",
"role-presentation",
"role-none"
],
"none": []
}