vue-a11y/eslint-plugin-vuejs-accessibility

For "click-events-have-key-events", the element must also be tabbable

Opened this issue · 1 comments

For "click-events-have-key-events", the element must also be tabbable, right? otherwise there is no point in adding a keyboard event if the element can't be focused, or am I wrong?

The same should apply to those other ones about @mouseover and @mouseleft