Details
-
Type:
Bug
-
Status: CLOSED
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 11.0
-
Component/s: Accessibility, Roster
-
Labels:None
-
Environment:OSX El Capitan, Google Chrome
-
11 status:Resolved
Description
In the instructor view, when the side navigation tab labeled 'Roster' is clicked, the instructor can view a list of students in the course, and there is an image associated with each student. All of the student photos are missing alt tags. Right now, the roster picture looks like this
<img class= "rosterPicture" src="/direct/profile/2f407e93-1a0f" title="Photo of Dept Admin">
It should have an alt tag that includes the important information included in the title, so it should look like this
<img class= "rosterPicture" src="/direct/profile/2f407e93-1a0f" title="Photo of Dept Admin" alt="Photo of Dept Admin">