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
Environment: Windows XP SP2, IE 6.0
JAWS 8.0
Reporter: Xia Ming
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.