You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@acnorrisuk 🙂 Thanks! a lot! for doing this deep accessibility review. I once did a lighthouse audit which gave me a score of 100 and also stated that there are a few things to check manually for accessibility and I think you pointed out most of them I will look into the A11casts series.
Looks like you've done a good job with making things accessible which is great! Looking through I found a couple of things which could be improved.
<button>
which toggles aria-expanded when it is clicked. It also needs an accessible name adding<button>
. It also needs an accessible name addingIf you want to find out more about these issues and how to fix them I'd recommend Rob Dodson's A11ycasts series on YouTube. https://www.youtube.com/playlist?list=PLNYkxOF6rcICWx0C9LVWWVqvHlYJyqw7g
The text was updated successfully, but these errors were encountered: