Incorporated
Details
Priority
BlockerAffects versions
Components
Assignee
Sam OttenhoffSam OttenhoffReporter
Matt ClareMatt ClareLabels
Details
Details
Priority
Affects versions
Components
Assignee
Sam Ottenhoff
Sam OttenhoffReporter
Matt Clare
Matt ClareLabels
Created August 2, 2016 at 3:24 PM
Updated 3 days ago
Resolved January 29, 2017 at 2:02 PM
The Sakai Project or Component this issue was associated with is: Sign-upThe "Sign-Up" feature of the Meetings section of the environment allows the user to sign up for additional upcoming meetings. A checkbox is provided that allows users to "Expand all recurring meetings", however this input field is not provided a valid programmatic label. As such, screen reader users will have difficulty discerning the purpose of the input field.
Developers must ensure that all input fields are provided valid programmatic labels. As this input field is provided a visual label of "Expand all recurring meetings", this must be assigned an HTML <label> element, with the "for" value matching the id of the input field. The following code is provided as an example of this remediation:
http://qa03-sakai.marist.edu:8080/portal/site/e72d72d4-f582-4dce-8261-6b923060787c/tool/82119d3e-4a6e-4b26-8cee-5b95a366fef6/signupMeetings#A61f53ad1718bfc170e3fab0ba86ca25-HTML