From d6f1f8e51e8db546edd9f2090143012321f306b3 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Wed, 24 Sep 2025 11:25:07 +1200 Subject: [PATCH] DOC File modal title automatically gets focus --- en/08_Changelogs/6.2.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/en/08_Changelogs/6.2.0.md b/en/08_Changelogs/6.2.0.md index 1f087fcc..34fd5f9c 100644 --- a/en/08_Changelogs/6.2.0.md +++ b/en/08_Changelogs/6.2.0.md @@ -20,6 +20,10 @@ title: 6.2.0 (unreleased) A skip link has been added to the CMS to allow users to skip past the main navigation. This is primarily for users who use a screen reader or who navigate via the keyboard. The link is visually hidden until it receives focus by pressing the tab key. +#### Other accessibility improvements + +- The file modal title now receives focus when opened (e.g. when selecting "Choose existing" from an upload field). + #### Changes to admin section HTML and CSS - The `.cms-menu` element tag has been changed from a `div` to a `nav`.