You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Rick Hillegas (JIRA)" <ji...@apache.org> on 2011/04/08 18:38:06 UTC

[jira] [Resolved] (DERBY-5180) Accessibility fixes needed for top-level and demo pages

     [ https://issues.apache.org/jira/browse/DERBY-5180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Hillegas resolved DERBY-5180.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 10.9.0.0
                   10.8.1.1

> 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
>            Assignee: Rick Hillegas
>             Fix For: 10.8.1.1, 10.9.0.0
>
>         Attachments: derby-5180-01-aa-accessibilityChanges.diff, readme.html
>
>
> 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