Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when reviewing rendered HTML, interactive components, or design-system patterns related to Provide titles for iframes and frames. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-12 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -10% | 0% |
| case-05 | ✓→✓ | = Same ✓ | 1% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 6% | 0% |
| case-03 | ✓→✓ | = Same ✓ | -16% | 0% |
Frame titles allow users of assistive technology to quickly understand the content of an iframe without having to navigate into it, which is crucial for navigation and orientation.
title attribute to every <iframe>Verify that all <iframe> and <frame> elements have a non-empty 'title' attribute.
Add a descriptive 'title' attribute to the <iframe> tag that explains what the embedded content is.
Explain how frame titles help screen reader users identify and bypass embedded content like advertisements or social media widgets.
Review the rendered markup and interactive states that affect Provide titles for iframes and frames. Flag exact elements, roles, labels, focus behavior, or keyboard interactions that violate the rule, and note how to verify the fix with browser accessibility tooling or assistive tech.
For full implementation details, code examples, and framework-specific guidance, see references/rule.md.
Rule page: https://frontendchecklist.io/en/rules/accessibility/frame-title
Other measured skills in the registry, with their headline benchmark lift.