i have started to convert some of our UI to use form labels for accessibility:

http://www.w3.org/TR/WAI-WEBCONTENT/wai-pageauth.html#tech-associate-labels

if you find yourself changing the UI, add labels where they are missing like so:

<td class="lenya-entry-caption"><label for="groupId"><i18n:text>Group ID</i18n:text> *</label></td>
<td><input type="text" name="groupId" class="lenya-form-element" value="${request.getParameter('groupId')}"/></td>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to