Misc

Iframe

For iframe whose content is intended to be viewed :

  • Provide a title attribute.

For iframe whose content is not intended to be viewed :

  • Add aria-hidden="true" and tabindex="-1".

Images

Informative images

Provide a textual alternative with alt (Do not forget ".").

Decorative images

Add alt="".

Img as a link

Text accessible link

Img as a link with visible link text

Text accessible link

Logo as a link in h1

Website name, short desc

Images & captions

Watch out : https://github.com/DISIC/rgaa_referentiel/issues/53.

To ensure optimal support, an explicit association can also be made between the content of the image alternative text and the content of the <figcaption> element.

RGAA Critère 1.9 : Chaque légende d’image est-elle, si nécessaire, correctement reliée à l’image correspondante ?

alt content xxx
Figcaption content xxx