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.
Created attachment 744770 [details] user mgmt forms
Created attachment 744772 [details] user mgmt forms2
Created attachment 744773 [details] user mgmt forms3
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.