Accessibility fixes needed for top-level and demo pages
-------------------------------------------------------

                 Key: DERBY-5180
                 URL: https://issues.apache.org/jira/browse/DERBY-5180
             Project: Derby
          Issue Type: Sub-task
          Components: Demos/Scripts
    Affects Versions: 10.7.1.1
            Reporter: Kim Haase


The top-level index.html and RELEASE-NOTES.html files, as well as the HTML 
files in the Derby demos, need to include a lang attribute in the <html> tag to 
meet WCAG guideline 4.3:

<html lang="en">

The image in index.html also needs an alt attribute, to meet WCAG guideline 1.1:

<img src="docs/html/images/logowithtext.jpg" alt="Apache Derby logo" 
border="0"/>

The frameset in demo/programs/readme.html also needs some fixes to meet WCAG 
guidelines 6.5 and 12.1. I'll attach a fixed version.

In addition to index.html, RELEASE-NOTES.html, and demo/readme.html, the lang 
attribute is needed in the following:

localcal/src/index.html
nserverdemo/nserverdemo.html
nserverdemo/readme.html
nserverdemo/simpleserversample.html
simple/example.html
simplemobile/readme.html
toursdb/toursdb_readme.html
workingwithderby/readme.html


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to