You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2009/01/06 18:42:44 UTC

[jira] Resolved: (GERONIMO-4025) Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console

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

Donald Woods resolved GERONIMO-4025.
------------------------------------

    Resolution: Fixed

All patches applied.  Forrest/Rex, please verify there are no additional JAWS failures and then close this JIRA.  Thanks.

> Accessibility issues: No caption tag or summary property, no column and row scope property for data tables in admin console
> ---------------------------------------------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4025
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4025
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 2.1.1, 2.1.2, 2.1.x, 2.2
>         Environment: Windows XP SP2, IE 6.0
> JAWS 8.0
>            Reporter: Forrest Xia
>            Assignee: Donald Woods
>             Fix For: 2.2
>
>         Attachments: GERONIMO-4025-activemq-and-monitoring.patch, GERONIMO-4025-configmanager-and-infomanager.patch, GERONIMO-4025-console.patch, GERONIMO-4025-DB-Properties_zh.patch, GERONIMO-4025-DB-style.patch, GERONIMO-4025-DB.patch
>
>
> To enable accessibility feature for data tables in the admin console, these techniques should be used:
> 1. Add caption tag or summary property to data table, for example
> <table border="1" >
> <caption>Server information</caption>
> OR
> <table border="1" summary="Server information">
> 2. Add scope property to column and row headers, for example
> <tr>
> <th scope="col">Property name</th>
> <th scope="col">Property value</th>
> </tr>
> <tr>
> <td>Geronimo Version</td>
> <td>2.1.1</td>
> </tr>
> The data tables on these pages shall be improved:
> Server->Information
> Server->Java System Info
> server->Web Server
> Server->Thread Pools
> Server->JMS Server
> Server->Monitoring
> Services->Database Pools
> Services->JMS Resources
> Applications->Web App WARs
> Applications->System modules
> Applications->Application EARs
> Applications->EJB JARs
> Applications->J2EE Connectors
> Applications->App Clients
> Security->Users and Groups
> Security->Keystores
> Security->Security Realms
> Embedded DB->DB Info
> Embedded DB->DB Manager

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.