Release 2386
Trello card
Changes proposed in this pull request
- Update to GOV.UK frontend 4
- Add data-module attribute to skip link: The GOV.UK frontend team have improved the skip link by adding JavaScript to assist screen readers. Update the skip link by adding the new attribute
- Update error message element type: This is the only error message which we create manually. Follow the latest GOV.UK frontend advice and use a
ptag for the message. - Swap role=presentation for aria-hidden: role=presentation doesn't prevent some screen readers from announcing the icon. Follow the GOV.UK frontend guidance and use aria-hidden instead.
Guidance to review
The appearance of the accordion component has changed:
| before | after |
|---|---|
| Search results | |
![]() |
![]() |
| Help and support page | |
![]() |
![]() |
| DfE signin help page | |
![]() |
![]() |





