-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
4.0.10, 4.1.4
-
None
-
MOODLE_400_STABLE, MOODLE_401_STABLE
(Testing completed with WAVE by WebAIM. This is a free tool that can be used on any website to identify various accessibility issues.)
The header hierarchy for blocks is not in the proper order and is causing issues with clients preparing to upgrade.
In the context of the Dashboard, Dashboard is a H1. Therefore, block headers should be H2s, and headers within blocks should be H3.
Specific examples are included below with images:
- H5 is used for nearly all block titles
- Latest badges example
- Dashboard is an H1, so block titles should be H2
- Headers for areas inside blocks should be H3
- Problems identified in Calendar (H5 to H4)
- Problems identified in Random Glossary block (H5 to H3)
This same behavior persists in courses when blocks are used. As course titles are H1s, applying the same logic should suffice for other locations in which blocks are used.
- duplicates
-
MDL-68674 Dashboard block headings should be h3, not h5; and there should be an overall block heading
- Closed