frame-title

Installation
SKILL.md

Provide titles for iframes and frames

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.

Quick Reference

  • Add a descriptive title attribute to every <iframe>
  • Ensure titles clearly describe the frame's content
  • Helps screen reader users navigate between frames

Check

Verify that all and elements have a non-empty 'title' attribute.

Fix

Add a descriptive 'title' attribute to the tag that explains what the embedded content is.

Explain

Installs
5
GitHub Stars
73.9K
First Seen
Jul 31, 2026
frame-title — thedaviddias/front-end-checklist