Design comparison
SolutionDesign
Community feedback
- @VCaramesPosted almost 2 years ago
Hey there! 👋 Here are some suggestions to help improve your code:
- The “illustration” in this component serve no other purpose than to be decorative; it adds no value. Its
alt tag
should be left blank and have anaria-hidden=“true”
to hide it from assistive technology.
More Info:📚
https://www.w3.org/WAI/tutorials/images/
- Keep the "error message" simple, no need to overcomplicate it.
- you email
input
needs to have alabel
attached to it to improve accessibility.
- When the user enters a valid email, there should be some sort of confirmation stating that the email is valid.
Here is an example of how it can look: Example
If you have any questions or need further clarification, feel free to reach out to me.
Happy Coding!🎄🎁
0 - The “illustration” in this component serve no other purpose than to be decorative; it adds no value. Its
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