Author: marcus
Date: Wed Jan 22 20:54:15 2014
New Revision: 1560506

URL: http://svn.apache.org/r1560506
Log:
Added a h1 tag with text that will not be displayed, just to please 
accessibility tools like a screen reader.

Modified:
    openoffice/ooo-site/trunk/content/index.html

Modified: openoffice/ooo-site/trunk/content/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index.html?rev=1560506&r1=1560505&r2=1560506&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index.html (original)
+++ openoffice/ooo-site/trunk/content/index.html Wed Jan 22 20:54:15 2014
@@ -37,8 +37,12 @@
 
 <body>
 
-<!-- The H1 tag is intentionally left blank (no text and style), just to 
please accessibility tools like a screen reader. -->
-<h1 style="background-color: #FFFFFF; border-bottom: 0px; border-top: 0px; 
padding: 0px;"></h1>
+<!-- The text in the H1 tag is intentionally shown as white colored text, just 
to please accessibility tools like a
+screen reader.
+<h1 style="background-color: #FFFFFF; color: #FFFFFF; font-size: 0px; 
border-bottom: 0px; border-top: 0px; padding: 0px;">
+Apache OpenOffice</h1>
+-->
+<h1 style="display: none;">Apache OpenOffice</h1>
 
 <div id="actionstatements">
   <ul>


Reply via email to