[ 
https://issues.apache.org/jira/browse/GERONIMO-4025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611408#action_12611408
 ] 

Donald Woods commented on GERONIMO-4025:
----------------------------------------

Applied GERONIMO-4025-DB.patch to trunk as r674680.
Made a small change to put the new stings in the resource bundles.
Please add any new portlet strings to the appropriate resource bundle in future 
patches.
Rex, thanks for the patch and keep them coming.



> 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: Xia Ming
>             Fix For: 2.2
>
>         Attachments: 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.

Reply via email to