Skip to content
Closed
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 @@ -37,6 +37,10 @@ The help menu in campaign admin has been improved to make it easier to use for k

When the help menu is opened or closed, focus is moved to the relevant button so that keyboard users can easily find it.

### Non-interactive tab content panels can be focused

Tab content panels that do not contain any interactive elements will now dynamically receive a `tabindex="0"` attribute. This ensures keyboard users can easily navigate to and focus on the content within these tabs, even if there are no interactive elements present.

#### Changes to admin section HTML and CSS

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