Frames must have an accessible name

labels-and-names/frame-title · WCAG 4.1.2 · Level A

Frames must have an accessible name.

Screen readers announce frame titles when users navigate frames. Add a title attribute to <iframe> and <frame> elements that describes the frame's purpose (e.g., <iframe title='Video player'>). Avoid generic titles like 'frame' or 'iframe'. If the frame is decorative, use aria-hidden='true'.

Scan a page or repo for issues like this · All rules

Introduced in @accesslint/core v0.8.0