Interactive rating component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @thomashertog
the solution is almost looking like the design, yet there are some serious accessibility improvements to be made.
- you still have a lot of
px
values forwidth
(and evenheight
, which would be much better asmin-height
) so it isn't responsive in any way - there is no semantic HTML being used (e.g.
<main>
) - the rating is chosen from
<li>
instead of using radio-buttons in a<form>
- heading levels are not being used consistently (imagine them like the input for a table of contents)
Marked as helpful - you still have a lot of
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