Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8
-
Component/s: Accessibility
-
Labels:None
-
Affected Branches:MOODLE_17_STABLE
-
Fixed Branches:MOODLE_18_STABLE
Description
(do not rely on <title> for this because it is not read by default by screen-readers).
First some useful resource: http://www.webaim.org/techniques/alttext/
I am starting to evaluate alt attributes of all images by searching for /src=/ in main code base, expect many commits during the weekend...