diff --git a/CHANGELOG.md b/CHANGELOG.md index a42b31e83e..0685096ff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,24 @@ If you see unexpected behaviour, make sure the `id` for the textarea is unique This change was introduced in [pull request #2408: Prevent issues with character count when textarea `id` includes CSS syntax characters](https://github.com/alphagov/govuk-frontend/pull/2408). +#### Include JavaScript for skip link to improve screen reader announcements + +We've added JavaScript for the skip link component to set focus to the linked element, for example, the main content on the page. This helps screen readers read the linked content when users activate the skip link. + +If you're not using Nunjucks macros, add a `data-module="govuk-skip-link"` attribute to the component HTML. For example: + +```html +