Non UI iframe text alternative (non-ui-iframe)
Non UI <iframe> must have a
descriptive <title>,
aria-label or
aria-labelledby. Decorative iframes use
aria-hidden or
role='presentation' instead.
(This iframe violation has a title. Please note that an aria-label or
aria-labelledby can also be used instead.)
(This iframe is hidden using aria-hidden. Please note that
role="presentation" can also be used to hide decorative elements.)
Decorative iframe with text alternative:
This decorative <iframe> has a text
alternative:
Note: Hard to implement because it requires using AI / human to determine
whether the iframe element is truly decorative, and then ensuring that it
does not have a title, an aria-labelledby or an aria-label.