Accessibilité : [1.1.3.1] : texte alternatif (alt) manquant sur un élément img

Priorité 1

Cause :

Lorsqu'une une image est employée comme bouton, elle doit inclure un texte alternatif (attribut alt).

Exemple :

Error <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="fr">
<head>
<title>Alerte 1.0/1.1.3</title>
</head>
<body>
<input type="image" name="soumettre" src="soumettre.jpg">
</body>
</html>

Solution :

Ajoutez un texte alternatif. Ne décrivez pas l'image elle-même, mais plutôt sa destination ou le but du lien.

Références :

.