== Why is this an issue? An iframe, or inline frame, is an HTML document embedded inside another HTML document on a website. The iframe HTML element is often used to insert content from another source, such as an advertisement, into a web page. In the context of web accessibility, ``++ // Noncompliant ); } ---- ==== Compliant solution [source,javascript,diff-id=1,diff-type=compliant] ---- function iframe() { return ( ); } ---- == Resources === Documentation * MDN web docs - https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe[iframe element] * WCAG - https://www.w3.org/WAI/WCAG21/Understanding/bypass-blocks[Bypass Blocks] * WCAG - https://www.w3.org/WAI/WCAG21/Understanding/name-role-value[Name, Role, Value]