vue-a11y / eslint-plugin-vuejs-accessibility

An eslint plugin for checking Vue.js files for accessibility
https://vue-a11y.github.io/eslint-plugin-vuejs-accessibility/
MIT License
254 stars 27 forks source link

mouse-events-have-key-events reference link not availbale #863

Closed LucaVas closed 1 year ago

LucaVas commented 1 year ago

Hi everyone!

When it comes to the following issue: @mouseover, @mouseenter, or @hover must be accompanied by @focusin or @focus for accessibility.eslint[vuejs-accessibility/mouse-events-have-key-events](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/master/docs/mouse-events-have-key-events.md) the reference link mentioned is not available: https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/main/docs/mouse-events-have-key-events.md.

404 - page not found The main branch of eslint-plugin-vuejs-accessibility does not contain the path docs/mouse-events-have-key-events.md.

Thank you for looking into this!

vhoyer commented 1 year ago

sorry, we released a new documentation website, but we didn't release a new version of the library, I will do it now, so once updated, you can update your plugin to have the new links working as intended

vhoyer commented 1 year ago

It should be now fixed on 2.2.0, feel free to reopen if the problem persist