-
Notifications
You must be signed in to change notification settings - Fork 4
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
a11y-checker not reporting images without alt-text #12
Comments
Fixed in latest commit. |
Thanks @ranashreyas! |
@ranashreyas After pulling the latest code, rebuilding the extension -> I am stilling seeing the same issue. Let me know if I am missing any steps that you are doing,
|
Another scenario where code block is listed below,
|
Main is now able to detect alt tags in code generated images |
It should also no longer show buttons to cells that do not exist in the current visible notebook. |
I launched a notebook that generates a sample matplotlib plot. I have copy pasted the code that generated the plot for your reference. By default, Matplotlib generated images are not accessible as they don't have alt attribute explicitly specified.
The presence of an issue related to alt-text gets reported in Axe Deque tool as seen in snapshot below,
However, "a11y checker" tool reports that there are no issues in the notebook,
The text was updated successfully, but these errors were encountered: