Skip to content
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

All images need to have alt text or be marked as decorative. #179

Open
bedmison opened this issue Sep 24, 2024 · 1 comment
Open

All images need to have alt text or be marked as decorative. #179

bedmison opened this issue Sep 24, 2024 · 1 comment

Comments

@bedmison
Copy link
Contributor

This applies to every image in the system. The alt text should be meaningful but relatively short.

Ensure elements have alternate text or a role of none or presentation

Fix:

To solve this problem, you need to fix at least (1) of the following:

Element does not have an alt attribute
aria-label attribute does not exist or is empty
-aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty
Element has no title attribute
Element's default semantics were not overridden with role="none" or role="presentation"

@bedmison
Copy link
Contributor Author

List of images in app that need alt-text:

./ERD/model_report_v3/table_details.html:14:
./ERD/model_report/table_details.html:14:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant