Just a few small suggestions from me
- I think those logos are valuable content. This is a sign up page trying to convince visitors the product is good, so I would preceded these with an Sr only heading and give all of them alt descriptions
- you need to have aria-live attributes on those error and success messages so they get announced when displayed
- you need to have aria-desciribedby on the input pointing to the id of the error message so they are associated to each other
I hope this helps
Marked as helpful
@brasspetals
Posted
@grace-snow Thank you for taking the time to look at my solution! š Accessibility is definitely not my strong suit (yet!), so I always appreciate your suggestions. I've just updated my solution, hopefully implementing them correctly. š¤