Design comparison
Solution retrospective
My first javascript challenge. All JS code-review approciated! Maybe it was a better way to do that.
Community feedback
- @dostonnabotovPosted over 2 years ago
Hi, there! Congrats! It looks cool.
However, I think that there is an issue in terms of accessibility. All the buttons have numbers which might confuse the user when a screen reader reads a bunch of numbers out loud. It would be great to add a
visually-hidden
class and add some text inside the button. For example, Very satisfied for the number 5 button or Ok for the number 3 button and etc. It will be visually hidden, but the screen reader can still have access to them.You can check out my solution if you want where I implemented this approach. Good luck!
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord