Submitted almost 4 years ago
responsive Page using HTML,(S)CSS, & FlexBox & JS for form-validation
@JoshAnaba
Design comparison
SolutionDesign
Community feedback
- @grace-snowPosted almost 4 years ago
Hi Josh,
Once you sort out the accessibility issues, this will be pukka ☺
In case you're not sure how to address:
- add
aria-label
attribute to each input with a meaningful name - add
aria-desciribedby
attribute to each input with the values as the associated error span id - add
aria-live="polite"
to each error span
Hope that helps!
1@JoshAnabaPosted almost 4 years agoOkay, thanks for this, I'm on my way to making it pukka! :)
0 - add
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