-
Sub-task
-
Resolution: Deferred
-
Minor
-
None
-
3.5.16, 3.8.7, 3.9.4, 3.10.1
-
MOODLE_310_STABLE, MOODLE_35_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
International 4.0 - Sprint 1, International 4.0 - Sprint 2, International 4.0 - Sprint 3
The message-drawer is present on every course page. It has interactive elements which receive focus while hidden. The drawer has 'aria-hidden=true' when invisible. Bu this code does not prevent interactive elements from receiving the focus.
Solution: add 'display:none' to id='message-drawer-xxx'. Other options are possible. See https://fuzzbomb.github.io/accessibility-demos/visually-hidden-focus-test.html