vanilla-calendar-pro
vanilla-calendar-pro copied to clipboard
Accessibility
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 ?
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 thedate
value.
Great job!