Submitted over 2 years ago
Order Summary Card using Grid and Flex Box
@missbaah
Design comparison
SolutionDesign
Solution retrospective
Any ideas to make my code cleaner ? Feedback is welcome!
Community feedback
- @jschuh23Posted over 2 years ago
@missbaah Great job on the project!! I have yet to work on this one, but plan to jump into the challenge soon :)
I noticed a few accessibility issues that were identified in the FEM report. Most of these should be easy fixes.
- All page content must be contained by landmarks
The rule description states - "it is best practice to contain all content excepting skip links, within distinct regions such as the
header
,nav
,main
, andfooter
." I would suggest that you either wrap yoursection class="container"
in amain
element or change thissection
element to amain
element. That should fix 3 of your accessibility issues. - Page should contain a level one heading
My suggestion here would be to change your current
h2
to anh1
and then resize theh1
in your css. Finally, to follow semantic HTML I would change yourdiv class="attribution"
to afooter
element.
Again, great job on this challenge!!! Keep up the good work!
Marked as helpful0@missbaahPosted over 2 years ago@jschuh23 Thank you so much for the feedback !!!
0 - All page content must be contained by landmarks
The rule description states - "it is best practice to contain all content excepting skip links, within distinct regions such as the
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