eslint-plugin-vue-a11y
eslint-plugin-vue-a11y copied to clipboard
Static AST checker for accessibility rules on elements in .vue
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Last commit on this repo was 3 years ago. Major breaking issues are unanswered. Does this project need a new maintainer? Can I offer my services?
Native elements like `` or `` (also counting `` / `` into it) don't need additional handlers beside a `@click` or `@click.native` listener. Adding another handler for keydown events will...
Hey there , I have been using eslint-plugin-vue-a11y and now running with an issue . I have created a **form Input** component which dynamically accepts the TYPE (text,number,email etc..) ....
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
**Is your feature request related to a problem? Please describe.** When I've used `:alt="content.imageAltText"` ``` ``` I seem to get the error `error img elements must have an alt prop,...
When using a dynamic for / id attribute on label / input elements the rule `label-has-for` fails. ``` error: Form label must have associated control (vue-a11y/label-has-for) ``` Expected behaviour: The...