You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Other new features and enhancements](#other-new)
12
12
-[API changes](#api-changes)
13
13
-[Bug fixes](#bug-fixes)
14
14
15
15
## Features and enhancements
16
16
17
-
### Accessibilty improvements
17
+
### Accessibility improvements
18
+
19
+
#### Skip nav link added
20
+
21
+
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.
18
22
19
23
#### Changes to admin section HTML and CSS
20
24
21
25
- The `.cms-menu` element tag has been changed from a `div` to a `nav`.
22
26
- Inside `.cms-panel` elements, the `a.toggle-collapse` and `a.toggle-expand` links have been replaced with a single `button.cms-panel-toggle__button` element.
23
27
- In the `silverstripe/linkfield` module, the `.link-picker__delete` element has been moved up a level so that it is now a child of `.link-picker__link` and its tag has changed from `span` to `button`.
24
28
- The viewport meta tag no longer includes `maximum-scale=1.0`, which prevented users from zooming in on mobile devices. It now includes `initial-scale=1.0` instead.
29
+
- The `.cms-container` element has a new child `.cms-container-skip-link-target` element which contains the main content of the CMS, excluding the left-hand navigation.
25
30
26
31
#### Changes to usage of `font-icon-*` CSS classes
0 commit comments