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
titleattribute 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.