Bug 960632 - 508-N Organizatioon / Users and groups management page elements are missing explicit labels
Summary: 508-N Organizatioon / Users and groups management page elements are missing e...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Portal Platform 6
Classification: JBoss
Component: Portal
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: ---
: 6.1.0
Assignee: Lucas Ponce
QA Contact: Dominik Pospisil
URL:
Whiteboard:
Depends On:
Blocks: 960062
TreeView+ depends on / blocked
 
Reported: 2013-05-07 14:32 UTC by Dominik Pospisil
Modified: 2013-11-07 14:22 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-11-07 14:22:24 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
user mgmt forms (42.46 KB, image/jpeg)
2013-05-07 14:33 UTC, Dominik Pospisil
no flags Details
user mgmt forms2 (45.64 KB, image/jpeg)
2013-05-07 14:35 UTC, Dominik Pospisil
no flags Details
user mgmt forms3 (36.89 KB, image/jpeg)
2013-05-07 14:35 UTC, Dominik Pospisil
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker GTNPORTAL-3005 0 Major Resolved Organizatioon / Users and groups management page elements are missing explicit labels 2013-07-10 08:16:45 UTC

Description Dominik Pospisil 2013-05-07 14:32:56 UTC
508-N Organizatioon / Users and groups management page elements are missing explicit labels.

Each element requires an explicit LABEL tag so the value of its content can be programmatically associated with the appropriate form field or control. Some form controls, such as submit buttons, are accessible via their value labels and require no label. But text fields, select menus, text area’s, checkboxes and radio buttons all require an explicit label using the LABEL element and associated for attribute. Using this markup allows assistive technologies to properly interpret form element values for users.

This violates 508 certification requirements: § 1194.22 (n) Electronic Forms

When electronic forms are designed to be completed on-line, the form
shall allow people using assistive technology to access the information,
field elements, and functionality required for completion and submission of
the form, including all directions and cues.

Comment 1 Dominik Pospisil 2013-05-07 14:33:45 UTC
Created attachment 744770 [details]
user mgmt forms

Comment 2 Dominik Pospisil 2013-05-07 14:35:02 UTC
Created attachment 744772 [details]
user mgmt forms2

Comment 3 Dominik Pospisil 2013-05-07 14:35:28 UTC
Created attachment 744773 [details]
user mgmt forms3

Comment 4 JBoss JIRA Server 2013-05-13 08:23:13 UTC
Lucas Ponce <ponce.ballesteros> made a comment on jira GTNPORTAL-3005

Adding explicit <label> tag for <input>, <textarea> and <select> in organization forms.
Adding id attribute in <select> element to link with <label> tag.


Note You need to log in before you can comment on or make changes to this bug.