f7cf98ea86
* The arrow icons produced by the `$OUTPUT->larrow()` and `$OUTPUT->rarrow()` functions are announced by screen readers, and they do not make sense when heard by screen reader users. To fix this, we need to override the accessible names of the previous and next activity links using the `aria-label` attribute and specify whether the activity links point to the previous or next activities. * The label for the jump menu "Jump to" is not informative enough to convey the element's purpose. Let's improve it's accessible label to "Jump to activity".