Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 960632

Summary: 508-N Organizatioon / Users and groups management page elements are missing explicit labels
Product: [JBoss] JBoss Enterprise Portal Platform 6 Reporter: Dominik Pospisil <dpospisi>
Component: PortalAssignee: Lucas Ponce <lponce>
Status: CLOSED CURRENTRELEASE QA Contact: Dominik Pospisil <dpospisi>
Severity: unspecified Docs Contact:
Priority: high    
Version: 6.0.0CC: epp-bugs
Target Milestone: ---   
Target Release: 6.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-11-07 14:22:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 960062    
Attachments:
Description Flags
user mgmt forms
none
user mgmt forms2
none
user mgmt forms3 none

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.