Skip to content

Commit

Permalink
Document in CHANGELOG
Browse files Browse the repository at this point in the history
Co-authored-by: EoinShaughnessy <72507742+EoinShaughnessy@users.noreply.github.com>
  • Loading branch information
36degrees and EoinShaughnessy committed Dec 3, 2021
1 parent 53a6c00 commit e0e4731
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,19 @@ Do not include an empty `<span class="govuk-summary-list__actions"></span>` with

This change was introduced in [pull request #2323: Avoid invalid nesting of `<span>` within a `<dd>` in summary list](https://github.com/alphagov/govuk-frontend/pull/2323).

#### Update the HTML for navigation in the header

We've updated the HTML for the header. This update only affects you if your header includes navigation.

If you're not using Nunjucks macros, then you should move:

- the `<button>` inside the `<nav>`, immediately before the `<ul>`
- the `aria-label` from the `<ul>` to the `<nav>`

Check your changes against the [header example in the Design System](https://design-system.service.gov.uk/components/header/#header-with-service-name-and-navigation).

This change was introduced in [pull request #2427: Improve the screen reader experience for the header menu](https://github.com/alphagov/govuk-frontend/pull/2427).

#### Make sure components that conditionally reveal other questions still work as expected

On radios and checkboxes, the JavaScript now looks within the whole page for conditionally revealed content. Before, it only looked within the same set of radios or checkboxes.
Expand Down

0 comments on commit e0e4731

Please sign in to comment.