Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

News homepage with focus on A11y

P

@srijanss

Desktop design screenshot for the News homepage coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

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

What challenges did you encounter, and how did you overcome them?

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

@TerezL

Posted

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 GitHub
Discord logo

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