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

Bug 960639

Summary: 508-N Organization / New Staff 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:23:43 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
newstaff form none

Description Dominik Pospisil 2013-05-07 14:46:46 UTC
508-N Organization / New Staff 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:47:53 UTC
Created attachment 744778 [details]
newstaff form

Comment 2 JBoss JIRA Server 2013-05-10 14:07:06 UTC
Lucas Ponce <ponce.ballesteros> made a comment on jira GTNPORTAL-2996

Add <label> element linked to <input> elements.