-
Notifications
You must be signed in to change notification settings - Fork 21
Error when alt is present. #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
BasitAli
added a commit
to BasitAli/eslint-plugin-vue-a11y
that referenced
this issue
Oct 22, 2019
BasitAli
added a commit
to BasitAli/eslint-plugin-vue-a11y
that referenced
this issue
Oct 22, 2019
marcus-herrmann
added a commit
to vue-accessibility/eslint-plugin-vue-a11y
that referenced
this issue
Jan 19, 2020
marcus-herrmann
added a commit
to vue-accessibility/eslint-plugin-vue-a11y
that referenced
this issue
Jan 19, 2020
This reverts commit a92374d.
Hi, I have the same problem, any solution ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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, either with meaningful text, or an empty string for decorative images vue-a11y/alt-text
I thought this would pass, is there something I'm doing wrong or something I can change to have this pass?
The text was updated successfully, but these errors were encountered: