Iframe is missing an accessible title
| Field | Value |
|---|---|
| Rule code | Manual_IframeTitle_Invalid |
| WCAG conformance level | A |
| WCAG success criterion | 4.1.2 Name, Role, Value |
| Must be fixed at source | No |
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.