Submitted over 1 year ago
Responsive Page with Email Validation & Typing Animation
@ecemgo
Design comparison
SolutionDesign
Community feedback
- @waldvoidPosted over 1 year ago
Hi Ecem,
- You may try giving an invalid e-mail error with event listener - blur when user enters an invalid e-mail and loses focus from the input field instead of showing error while writing the e-mail.
- I like the transition on e-mail field but wished for a transition back when I lose focus from input area.
- E-mail input does not have label, you can use aria-label attribute on your html to provide more accessibility for screen readers.
- <img src="images/icon-arrow.svg" alt="arrow"> -->> button alt text can be more informative. Like "Subscribe to e-mail feed".
Great work!
Marked as helpful3@ecemgoPosted over 1 year ago@waldvoid
I'll keep in mind what you suggest. I'll definitely add the aria-label and update alt attributes in this solution, and then apply them for the next projects. Thank you for your recommendations. :)
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