You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm glad this is out there! I'm starting a new project that requires a strong focus on a11y, and this seems like a great way to ensure we don't create a bunch of technical debt we would have to fix later.
I'm starting to test is now, and ran into a small issue. To reproduce, just put <img /> somewhere. The error for missing alt tags comes up, but if you click on it, it goes to this URL, which has an encoded " character at the end:
Hi,
I'm glad this is out there! I'm starting a new project that requires a strong focus on a11y, and this seems like a great way to ensure we don't create a bunch of technical debt we would have to fix later.
I'm starting to test is now, and ran into a small issue. To reproduce, just put
<img />
somewhere. The error for missing alt tags comes up, but if you click on it, it goes to this URL, which has an encoded"
character at the end:https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/blob/master/docs/alt-text.md%22
This could be a VS Code issue, but if so, I haven't seen it so far with other ESLint plugins.
The text was updated successfully, but these errors were encountered: