123456789101112131415161718192021222324 |
- {
- "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": []
- }
|