-
Improvement
-
Resolution: Fixed
-
Minor
-
3.9.23, 3.11.16, 4.0.10, 4.1.5, 4.2, 4.2.1
Accessibility issue:
The document title of a web page (the <title> element in the <head>) is the first thing that screen reader users and users of other assistive technologies see on a page, and it is important for navigation.
Such a title should consist of two parts:
- identify the topic of the sub-site.
- identify the website or other resource that the web page is associated with.
Most of the document titles on Moodle each contain a different, individual name of the respective page, but do not mention the name of the website itself.
Example for this issue:
Almost every sub-site lacks the name of the website itself. For example:
<title>My courses</title>.
<title>Course: Test Course</title>
<title>Announcements</title>
How to fix the issue:
Add the website to the page title, for example:
<title>Test Moodle - My courses</title>.
<title>Course: Test Course - Name of Website Moodle</title>
<title>Example Moodle: Announcements</title>
Success Criterion:
- WCAG 2.1 - 2.4.2 Page Titled
- WCAG 2.1 - Technique G88
- EN 301 549 v.3.2.1 (PDF) - 9.2.4.2 Page titled
- caused a regression
-
MDL-79467 Install: trim(): Passing null is deprecated in lib/pagelib.php
-
- Closed
-
- has been marked as being related by
-
MDL-84804 Dynamic tabs doesn't update page titles
-
- Open
-
- is parent of
-
MDL-77110 A collection of accessibility issues found during an audit within the SHUFFLE project.
-
- Open
-
- Testing discovered
-
MDL-78904 user/repository.php requiring nonexistent tabs.php
-
- Closed
-
- links to