eslint-plugin-vue-a11y icon indicating copy to clipboard operation
eslint-plugin-vue-a11y copied to clipboard

Static AST checker for accessibility rules on elements in .vue

Results 24 eslint-plugin-vue-a11y issues
Sort by recently updated
recently updated
newest added

**Describe the bug** `` should not produce an error **To Reproduce** Steps to reproduce the behavior: 1. Enable `vue-a11y/media-has-caption` 2. Add `` 3. See error **Expected behavior** It should not...

I've done several things here: ## npm audit `npm audit` said that this package contains several security vulnerabilities: ``` found 8 vulnerabilities (1 low, 5 high, 2 critical) run `npm...

**Describe the bug** When I use `eslint-plugin-vue-a11y` together with `eslint-plugin-vue` then `vue/require-component-is` rule fails to validate the `:is` property. Even if the `:is` property exists I'm getting ESLint error. **To...

Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...

dependencies

```cmd error: Headings must have content and the content must be accessible by a screen reader (vue-a11y/heading-has-content) at src\components\utilities\BaseTitle.vue:3:5: 1 | 2 | > 3 | | ^ ``` In...

**Describe the bug** `v-bind:aria-label` should resolve errors caused by `form-has-label` **To Reproduce** Steps to reproduce the behavior: 1. Enable `form-has-label` 2. Create a bound input like so: `` **Expected behavior**...

Currently when using `eslint-plugin-vue-a11y` with `eslint@6` there's a warning about version mismatch: ``` [email protected] requires a peer of eslint@^5.0.0 but none is installed. You must install peer dependencies yourself. ```...

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.3. Commits - [`23f4ddc`](https://github.com/mysticatea/eslint-utils/commit/23f4ddc58eda5e6aec3d6a43c6266acbe19345cd) 🔖 1.4.3 - [`8f9e481`](https://github.com/mysticatea/eslint-utils/commit/8f9e481ecc1204c7a1331b697f97903f90c75154) 🐛 fix reference tracker false positive - [`6633278`](https://github.com/mysticatea/eslint-utils/commit/663327835abfb1f62fc6fc5d69028457e11b5f80) ⚒ fix test scripts - [`7c8e67c`](https://github.com/mysticatea/eslint-utils/commit/7c8e67c22f7222685a6a9154ba5eec2ac4896a3e) ⚒ fix build...

dependencies

**Describe the bug** The linter breaks when an `input` has it's `type` defined in a variable rather than as a `string` in the template. **To Reproduce** Steps to reproduce the...