Accessibility issue: no fieldset and legend elements for groups of radio and
checkbox button
--------------------------------------------------------------------------------------------
Key: GERONIMO-4026
URL: https://issues.apache.org/jira/browse/GERONIMO-4026
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: console
Affects Versions: 2.1.1
Environment: Windows XP SP2, IE 6
JAWS 8.0
Reporter: Xia Ming
To enable blinded people understand the context easily, for those groups of
radios and checkboxes, the fieldset and legend elements shall be used. For
example:
<fieldset>
<legend>Choose your favorite ice cream flavor</legend>
<input type="radio" name="chocolate" id="choc" />
<label for="choc">Chocolate</label>
<input type="radio" name="vanilla" id="vanilla" />
...
</fieldset>
In geronimo admin console, these places need to enable this accessibility
feature:
Server->Monitoring->Add a server, the protocol radio buttons
Applications->Plugins->Assemble a server, the Plugins in local server checkbox
list
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.