Skip to content

Commit f714395

Browse files
committed
Add CHANGELOG entry
1 parent 95a9e9a commit f714395

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,15 @@ Tags now have a 1px border, with the colour based on the background colour of th
266266

267267
We made this change in [pull request #6379: Add borders to tags](https://github.com/alphagov/govuk-frontend/pull/6379).
268268

269+
#### Service Navigation's menu `<button>` no longer has an `aria-controls` attribute before JavaScript initialises
270+
271+
We've removed the `aria-controls` attribute set on the hidden `<button>` element used for the Service Navigation's mobile menu
272+
before the component's JavaScript is initialised.
273+
274+
The attribute was keeping the button accessible in VoiceOver's rotor on Desktop and focusable on iPadOS. You should now use the `data-aria-controls` attribute to reference the id of the list of navigation links.
275+
276+
We made this change in [pull request #6342: Fix VoiceOver access to hidden Service Navigation menu button](https://github.com/alphagov/govuk-frontend/pull/6342)
277+
269278
#### Other fixes
270279

271280
We've made fixes to GOV.UK Frontend in the following pull requests:

0 commit comments

Comments
 (0)