-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.1.9, 4.2.7, 4.3.4, 4.4
-
MOODLE_401_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE, MOODLE_404_STABLE
When a user logs in and ends up on the Dashboard page, a friendly "Hi, <firstname>!" greeting (an H2 heading) appears instead of the "Dashboard" (an H1 heading) for the page title. This is an accessibility issue because:
- There is no H1 heading on the page.
- The user may be confused because the heading does not tell the user what page they are on.
What I expected:
- I expected the "Hi, <firstname>!" message to appear in addition to the Dashboard heading.
- I didn't expect the "Hi, <firstname>!" message to be a heading at all since it does not describe the content that follows, which is an incorrect usage of a heading.
To reproduce the issue:
- Ensure that the dashboard is the Start Page For The User setting in Site Administration > Appearance > Navigation is set to Dashboard.
- Log out of the site.
- Log into the site.
- You should end up on the Dashboard page where "Hi, <firstname>!" will be displayed as the title of the page.