vanilla-calendar-pro icon indicating copy to clipboard operation
vanilla-calendar-pro copied to clipboard

Accessibility

Open uvarov-frontend opened this issue 11 months ago • 1 comments

Discussed in https://github.com/uvarov-frontend/vanilla-calendar-pro/discussions/226

Originally posted by batgithub March 1, 2024 Hi, This project is looking fantastic 🙂

But, I didn't find any information about accessibility, so I'm not sure if It's safe to use in this area. When I check about accessibility calendar, they use table and aria stuff.

Is there anybody who have feedback on this topic ?

uvarov-frontend avatar Mar 11 '24 11:03 uvarov-frontend

Awesome project, maybe some improvements in this topic would be:

  • Include the tabindex attribute appropriately on the day elements and their parent container, to improve the group selection experience.
  • Add the aria-label attribute in the day elements.
  • Add the aria-current attribute on the selected day element with the date value.

Great job!

acollazo25 avatar May 11 '24 19:05 acollazo25