Design comparison
SolutionDesign
Community feedback
- @mattstuddertPosted almost 5 years ago
Awesome work on this challenge, Tim! Your solution looks great and matches up to the design really well. One great next step would be to try clearing the accessibility errors on the form. All
input
elements should either be paired with alabel
or should have anaria-label
attribute for screen reader users. Keep up the great work!0@tjenkinsPosted almost 5 years agoThanks for the feedback, Matt. I just updated my solution to include
aria-label
attributes for each input, which looks like it fixed the accessibility errors. I appreciate the tip!0
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