diff --git a/CHANGELOG-WIP.md b/CHANGELOG-WIP.md index 62f69f0200e..061fc6d8311 100644 --- a/CHANGELOG-WIP.md +++ b/CHANGELOG-WIP.md @@ -181,4 +181,5 @@ - Fixed a bug where Craft wasn’t auto-rotating or flipping images uploaded with a mirrored EXIF orientation. - Fixed a bug where embedded element index filter HUDs were including condition rules for fields that weren’t applicable to the nested elements. ([#16289](https://github.com/craftcms/cms/discussions/16289)) - Fixed a bug where element queries were ignoring params for custom fields that weren’t involved with the query, rather than returning zero results. -- Fixed a bug where opening heads-up displays could cause the page to scroll to the focused element. +- Fixed a bug where opening heads-up displays could cause the page to scroll to the focused element. +- Fixed a bug where field labels weren’t being read by screen readers. ([#16424](https://github.com/craftcms/cms/pull/16424))