Design comparison
SolutionDesign
Community feedback
- @DarrickFauvelPosted almost 3 years ago
@miuoshv I also noticed that you are missing the active states of the component. Take a look at the
active-states.jpg
file for reference.:D
Marked as helpful1 - @DarrickFauvelPosted almost 3 years ago
Hi @miuoshv, it looks like you have some reported accessibility issues. To fix them, try this:
Issue: "Document should have one main landmark"
Solution: You should use at least one semantic HTML element in your code, like <main>. Here's a good reference.
https://www.w3schools.com/html/html5_semantic_elements.asp
Issue: "Page should contain a level-one heading"
Solution: You can use
<h1>Order Summary</h1>
.I hope this helps.
:D
Marked as helpful1
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