From 376bf53bf67a8d762222c5c8a9ecd5027a1a65aa Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Wed, 9 Jan 2019 13:12:47 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e18162e2b2..56a63dc911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,14 @@ ([PR #N](https://github.com/alphagov/govuk-frontend/pull/N)) +- Update visually hidden class to fix ordering issue in VoiceOver OSX + + We have fixed an issue in VoiceOver OSX where using the `govuk-visually-hidden` class in links would result in the text being announced out of order. + + We also now recommend to use aria-label or aria-labelledby where appropriate. + + ([PR #1109](https://github.com/alphagov/govuk-frontend/pull/1109)) + ## 2.4.1 (fix release) 🔧 Fixes: