[
https://issues.apache.org/jira/browse/GERONIMO-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rex Wang updated GERONIMO-4026:
-------------------------------
Attachment: screenshot-1.jpg
1. Add the <fieldset> & <legend> tag will be result in the changes on UI,
Please see the pic in attachment, should we real need a wrapper line out of
each radio button group?
2. I went through all the pages that contains checkbox and found that almost
each page has only 1 checkbox on it, so I don't think we should add a wrapper
line out of it.
Any thoughts?
> 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
> Attachments: screenshot-1.jpg
>
>
> 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.