Design comparison
Solution retrospective
My fire dimmed a little. I also had a crisis, but still I hope there aren't too many bugs here (except - of course - a small mismatch with sizes :)) Fortunately, the crisis is over and I can start further projects! :)
I don't quite understand the errors in the report. Could it be related to using fontawesome icons?
Hugs!
Community feedback
- @A-amonPosted over 3 years ago
Hello! Great work~ The responsiveness looks good.
The accessibility errors refer to stuffs within your code that could be made accessible to users who use screen reader (s) from what I understand. E.g. setting aria-label attribute for the a tags which contains icon lets users know what the link is for or where it redirects to.
As for the HTML validations error, this will explain better about it: https://stackoverflow.com/questions/27539084/element-style-not-allowed-as-child-of-element-body-in-this-context-style-scope
I believe there should be at least an aria-label attribute or label tag for the email input element. It's for accessible reasons too. Link: https://www.w3.org/WAI/tutorials/forms/labels/
Marked as helpful0
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