Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am very proud of everything I am learning and implementing, I really liked this project.
What challenges did you encounter, and how did you overcome them?I found the formulas for the calculations to be a challenge
What specific areas of your project would you like help with?any feedbacks is welcome
Community feedback
- @grace-snowPosted about 1 month ago
There are some failures against WCAG accessibility requirements in here. Specifically
- errors not announced to screen readers (these should also be programmatically linked to their inputs).
- grouped controls not structured or labelled correctly as a group. Look up the fieldset and legend elements.
- decorative images not hidden from assistive technologies like screen readers.
- new content not announced or focus managed to move to new content.
- focus visible styling may be missing on some elements.
There are a few styling practices that need attention too like font size in px and em, both of which can cause quite different problems. But I won't go into more detail.
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