[gimp-web/testing] themes: updating the 404 image alt text for accessibility.



commit 747a6606566171d6ca306b6ec038b3f07bfa1795
Author: Jehan <jehan girinstud io>
Date:   Thu Nov 3 22:56:16 2016 +0100

    themes: updating the 404 image alt text for accessibility.
    
    Following ankh's recommendation, adding an explicit alt text telling
    what the animation is about.

 themes/newgimp/templates/404.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/templates/404.html b/themes/newgimp/templates/404.html
index c4300f6..098e43a 100644
--- a/themes/newgimp/templates/404.html
+++ b/themes/newgimp/templates/404.html
@@ -10,7 +10,8 @@
 
 {% block content %}
 
-<img id="animation-404" src="/images/GIMP-404-animated.svg" alt="EEeeek!  404!">
+<img id="animation-404" src="/images/GIMP-404-animated.svg"
+     alt="Humorous animation about Wilber failing to pull the website banner">
 
 <section id="content" class="page_content">
   <div class="container">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]