Submitted over 1 year agoA solution to the News homepage challenge
News homepage with focus on A11y
accessibility, vite, web-components
P
@srijanss

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
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Srijan Manandhar's solution.
Join 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