Interactive rating component

Solution retrospective
Why is this challenge marked as easy / newbie?! It requires a some JavaScript knowledge and in advance thinking!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @catherineisonline
Because higher level projects are even harder :))
- @Nadine-Green
HEY THERE!
Your solution is very nice however I would like to draw your eye to some of the accessibility errors you have, a quick fix to one of them would be to replace the
div
element assigned to the.attribution
with a semantic one likefooter
, this should solve it, not only will your page be more accessible but you will have one less error.IF THIS WAS HELPFUL IN ANY WAY, DON'T HESITATE TO MARK IT AS HELPFUL :)
HAPPY CODING!
- Account deleted
Hey there! 👋 Here are some suggestions to help improve your code:
- There needs to be a visually hidden
legend
to improve accessibility and afieldset
to prevent users from making more than one selection inside yourform
.
- The
attribution
should be wrapped in afooter
element.
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding!🎄🎁
- There needs to be a visually hidden
Join 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