Kilotest: Diagnoses of iframe not named
violation by HTML element 200 on Institute for Progress page
Here is how tools diagnose the iframe not named
issue for HTML element 200 of the Institute for Progress page.
Basics
- About the
iframe not named
issue- Why it matters: User cannot get help on the topic of an embedded document
- Priority: highest
- Related WCAG standard: 4.1.2
- About the Institute for Progress page
- URL:
https://ifp.org/ - Tested on 2026-04-03 at 04:21
- URL:
- About HTML element 200
- Tag name:
IFRAME - Text: [not applicable]
- Start tag:
<iframe src="https://ifp.org/wp-content/themes/institute-for-progress/assets/animations/purple/index.html" border="0"> - XPath:
/html/body/main[1]/div[1]/div[1]/div[1]/div[1]/iframe[1] - Bounding box: x = 0, y = 0, width = 1920, height = 1080
- Tag name:
Diagnoses
- Frames must have an accessible name; Element has no title attribute; aria-label attribute does not exist or is empty; aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty; Element's default semantics were not overridden with role="none" or role="presentation"
Tool: Axe (Deque)
Rule:
frame-title - Iframe element requires a non-empty title attribute that identifies the frame.
Tool: HTML CodeSniffer (Squiz Labs)
Rule:
E-WCAG2AAA.Principle2.Guideline2_4.2_4_1.H64.1 - Inline frame does not have a 'title' attribute
Tool: Accessibility Checker (IBM)
Rule:
frame_title_exists - [failed] The test target accessible name doesn't exist or it's empty ('').
Tool: QualWeb (University of Lisbon)
Rule:
QW-ACT-R19 - Iframe element requires a non-empty title attribute that identifies the frame.
Tool: WallyAX (Wally)