This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch ms12_conversion_of_md_files
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/ms12_conversion_of_md_files by 
this push:
     new 3395792394 added aria labels and alt text
3395792394 is described below

commit 339579239404d224982fcf5d3ad15f19ad9e498b
Author: Christian Grobmeier <[email protected]>
AuthorDate: Thu Mar 7 18:54:12 2024 +0100

    added aria labels and alt text
---
 src/asciidoc/templates/document.html.erb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/asciidoc/templates/document.html.erb 
b/src/asciidoc/templates/document.html.erb
index e819369ab2..886edf82f7 100644
--- a/src/asciidoc/templates/document.html.erb
+++ b/src/asciidoc/templates/document.html.erb
@@ -47,7 +47,7 @@
 
 <div id="header">
   <div class="logo">
-    <a href="/"><img src="/images/log4j-logo.png" /></a>
+    <a href="/"><img src="/images/log4j-logo.png" alt="Apache Log4j(tm) 
Logo"/></a>
   </div>
 
   <div class="menu-mobile">
@@ -58,7 +58,7 @@
     <div class="menu-mobile-close">
       <i class="fa fa-window-close" aria-hidden="true"></i>
     </div>
-    <nav class="main-menu">
+    <nav class="main-menu" aria-label="Main Navigation">
       <ul>
         <li><a href="/">About</a></li>
         <li><a href="/download.html">Downloads</a></li>
@@ -96,7 +96,7 @@
       </ul>
     </nav>
 
-    <nav class="secondary-menu">
+    <nav class="secondary-menu" aria-label="ASF related navigation">
       <ul>
         <li>
           <a href="#">Apache <i class="fa fa-chevron-circle-down" 
aria-hidden="true"></i></a>

Reply via email to