Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- I learned about different aria attributes and its use cases
- I learned about the transition CSS property that I used for opening and closing the nav menu
- I also learned about how to set and remove focus on the element programatically using tabindex
I had some issue with remove focus on nav links when nav is not visible on mobile devices. Then I found out that settings tabindex = -1 will not focus the element and this can be done using JS. And for screen readers we need to set aria-hidden attribute to true.
What specific areas of your project would you like help with?Any feedback is welcome, especially regarding the a11y
Community feedback
- @TerezLPosted 2 months ago
Great job! your design is spot on and code easy to read. Keep going!
1
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