axe-core
Version:
Accessibility engine for automated Web UI testing
25 lines (24 loc) • 475 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 have an accessible name",
"help": "Frames must have an accessible name"
},
"all": [],
"any": [
"non-empty-title",
"aria-label",
"aria-labelledby",
"presentational-role"
],
"none": []
}