Skip to content

Commit 9d5f961

Browse files
Merge pull request #812 from creative-commoners/pulls/6/skip-link
DOC Add skip nav link to changelog
2 parents 0193621 + 7d3424c commit 9d5f961

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

en/08_Changelogs/6.2.0.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,26 @@ title: 6.2.0 (unreleased)
77
## Overview
88

99
- [Features and enhancements](#features-and-enhancements)
10-
- [Accessibilty improvements](#accessibilty-improvements)
10+
- [Accessibility improvements](#accessibility-improvements)
1111
- [Other new features and enhancements](#other-new)
1212
- [API changes](#api-changes)
1313
- [Bug fixes](#bug-fixes)
1414

1515
## Features and enhancements
1616

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.
1822

1923
#### Changes to admin section HTML and CSS
2024

2125
- The `.cms-menu` element tag has been changed from a `div` to a `nav`.
2226
- 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.
2327
- 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`.
2428
- 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.
2530

2631
#### Changes to usage of `font-icon-*` CSS classes
2732

0 commit comments

Comments
 (0)