mengxiong10 / vue2-datepicker

A datepicker / datetimepicker component for Vue2
https://mengxiong10.github.io/vue2-datepicker/index.html
MIT License
1.52k stars 407 forks source link

Feat(a11y): Fix focus keyboard a11y #757

Open iknox27 opened 11 months ago

iknox27 commented 11 months ago

Cases Covered:

WCAG Standards added :

focus-visible https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html

Focus order https://www.w3.org/WAI/WCAG21/Understanding/focus-order.html

content-on-hover-or-focus https://www.w3.org/WAI/WCAG21/Understanding/content-on-hover-or-focus.html

iknox27 commented 11 months ago

I tried to implement this feat because there are devs asking for this

https://github.com/mengxiong10/vue2-datepicker/issues/684#issue-1114791774