Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
added updates from latest pr for address search a11y fixes
  • Loading branch information
clhenrick authored Dec 17, 2023
1 parent 522c806 commit a92a4f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<input>` element to indicate that it is required to users of assistive tech
- dynamically apply `aria-labelledby` to the `<input>` element when needed to provide an accessible description
- dynamically apply `aria-invalid="true/false"` to the `<input>` 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):
Expand Down

0 comments on commit a92a4f9

Please sign in to comment.