Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.8
-
Fix Version/s: None
-
Component/s: Accessibility, Usability
-
Labels:None
-
Affected Branches:MOODLE_18_STABLE
Description
When you create a new resource/module/whatever, the link to it is displayed on the course home page with a title tag e.g
<a title="Forum" href="http://openlearnacct.open.ac.uk/mod/forum/view.php?id=144180">Course forum</a>
Since every forum has the tag "Forum" and every resource has the tag "Resource", they're not really very helpful. I think that either we should do without entirely, or it should repeat the resource/module/whatever name e.g. Course forum in my example above.
I guess some-one with an accessibility bent will be able to say how much impact just removing the title would have!
I think there should be no title tag in this situation. Unless we can find some data that is more useful than the visible text of the link ('Course forum' in this case); the current title is less useful.