From a92a4f9fec1dbeb7fec0a19a2c46c055c1dd895d Mon Sep 17 00:00:00 2001
From: Chris Henrick <161748+clhenrick@users.noreply.github.com>
Date: Sat, 16 Dec 2023 18:27:37 -0800
Subject: [PATCH] Update CHANGELOG.md
added updates from latest pr for address search a11y fixes
---
CHANGELOG.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ad570c..7f5f2ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# Am I Rent Stabilized Changelog
This changelog describes significant changes to the project. It was first created on November 29, 2020 so does not account for the entire project's history.
+## 2023-12-16 Improved A11Y of address search form ([#128](https://github.com/clhenrick/am-i-rent-stabilized/pull/128))
+
+Made accessibility enhancements and bug fixes for the address search form on slide two:
+- apply `aria-required="true"` to the `` element to indicate that it is required to users of assistive tech
+- dynamically apply `aria-labelledby` to the `` element when needed to provide an accessible description
+- dynamically apply `aria-invalid="true/false"` to the `` when it is in an invalid state
+- apply focus to the input when the user submits the form when there is an error so that error text is announced
+- cleaned up HTML for error help text
+- removed asteriks from error help text to avoid confusing users of assistive tech
+
## 2023-11-27 Fix A11Y of Homepage / Slides ([#125](https://github.com/clhenrick/am-i-rent-stabilized/pull/125))
Improves the accessibility of the home page's slides (main content):