5709a7858d5c197721be66d5218a79124abadb70
lrnassar
  Tue Mar 17 08:46:31 2026 -0700
Adding alt text to images across static documentation pages, CGI headers, markdown docs, and Pandoc templates. Content images receive AI-generated descriptive alt text; decorative images (icons, spacers, toggles) receive alt="" per WCAG best practice. Also adds Image Descriptions section to the accessibility page, and fixes Pandoc Lua writers to output alt attributes. 67 files, covering help docs, news archive, ENCODE pages, portal pages, and session examples. refs #37254

diff --git src/hg/htdocs/ENCODE/analysis.html src/hg/htdocs/ENCODE/analysis.html
index 8f844a8424b..6bf9335c184 100755
--- src/hg/htdocs/ENCODE/analysis.html
+++ src/hg/htdocs/ENCODE/analysis.html
@@ -1,31 +1,30 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <title>ENCODE Integrative Analysis</title>
         <link rel="stylesheet" href="/style/HGStyle.css" type="text/css">
         <link rel="stylesheet" href="/style/encodeProject.css" type="text/css">
     </head>
 
     <body>
         <!--#include virtual="/inc/encodeProjectSoftware.topbar.html"-->
         <!--#include virtual="/inc/encodeProject.newportal.html"-->
 
         <div class="encodeHeader">
-            <a href="http://www.genome.gov/10005107"><img src="/images/ENCODE_scaleup_logo.png" 
-                alt="ENCODE Project at NHGRI" title="ENCODE Project at NHGRI"></a>
+            <a href="http://www.genome.gov/10005107"><img alt="ENCODE Project logo" src="/images/ENCODE_scaleup_logo.png" title="ENCODE Project at NHGRI"></a>
             <span class="txt">Integrative Analysis of ENCODE Data</span>
         </div>
 
        <div class="wrapper">
                 <div class="bar"><h4 class="title">Contents</h4></div>
                 <div class="content">
 
                 <p>
                 <ul>
                   <li><a href="#intro">Introduction</a></li>
                   <li><a href="#tools">Analysis Tools and Resources</a></li>
                   <li><a href="#data">Data</a></li>
                 </ul>
                 </p>
                 <p class="date">Updated 5 September 2012</p>