Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions en/08_Changelogs/6.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"other" should be at the bottom of the "accessibility improvements" section


- The file modal title now receives focus when opened (e.g. when selecting "Choose existing" from an upload field).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're going to add this to the changelog it should probably state how this changed - i.e. what did it used to do?


#### Changes to admin section HTML and CSS

- The `.cms-menu` element tag has been changed from a `div` to a `nav`.
Expand Down