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

Time tracking dashboard

@weldu0

Desktop design screenshot for the Time tracking dashboard coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


What specific areas of your project would you like help with?

I would appreciate feedback on my use of ARIA attributes and how I implemented Tailwind CSS.

Community feedback

MikDra1 6,010

@MikDra1

Posted

What You Did Well:

  • role="button" Usage: The div elements acting as buttons correctly use role="button", ensuring screen readers recognize them as interactive elements.
  • aria-label Attribute: Including aria-label="see more option" on the button div provides necessary context for screen readers, which is great.

Suggestions for Improvement:

  • Add aria-hidden="true": Consider adding aria-hidden="true" to the SVGs if they are decorative, so screen readers skip them.
  • Handle Keyboard Events: Add onkeydown events to the div buttons to handle Enter and Space key presses, ensuring full keyboard accessibility.

Hope you found this comment helpful 💗

Good job and keep going 😁😊😉

Marked as helpful

0

@weldu0

Posted

Thank you for your valuable suggestions, @MikDra1!

Regarding the first suggestion, the aria-hidden="true" attribute is already. 😁

As for the second suggestion, I haven’t implemented the onkeydown events for the div buttons yet, but I’ll be working on adding support for Enter and Space key presses to improve keyboard accessibility.

Thanks again for your feedback—it’s much appreciated!

0

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