-
Improvement
-
Resolution: Fixed
-
Minor
-
3.5.5, 3.6.3, 3.7, 3.8.5, 3.9.2
-
Any
-
MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
master-
MDL-65390 -
When users are adding events to the calendar, they can click a "Show more…" link to expand a content panel and view more options. This behaviour is clear visually, however, the content is loaded above the show more link.
Implications
Screen reader users may miss out on the dynamic content as it loads above the currently focused element.
Recommendation
Ensure dynamic content is loaded below the triggering component. This will allow users to move forward into the new content.
Alternatively, include screen reader accessible instructions which inform users that the new elements will be loaded above the triggering component.
To replicate:
1. Log in and click calendar.
2. Click on new event.
3. Click on the show more button.
4. If we follow these steps on a screen reader, the next element that will go to is "save" button, instead of the first element in the expanded section.
References: