Skip to main content
Version: v6

Iframe is missing an accessible title

Iframe is missing an accessible title — rule summary
FieldValue
Rule codeManual_IframeTitle_Invalid
WCAG conformance levelA
WCAG success criterion4.1.2 Name, Role, Value
Must be fixed at sourceNo

Description

An iframe on the page is either missing an accessible title or has a title that does not adequately describe its contents or functionality. Providing a meaningful title for iframes helps screen reader users understand the purpose of the embedded content.

How to fix

Add a descriptive title to the iframe, such as <iframe src="example.html" title="Description of iframe content"></iframe>, to ensure users know what the iframe contains and its purpose.