You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a script or find a tool that automatically finds all images and figures with missing alt attributes, and optionally uses AI to suggest a value for the documentation author to edit. Absolutely do NOT trust AI to do it automatically for you. This would be on the author's local development environment.
Find or create a GitHub app or workflow that checks documentation for accessibility, is configurable, and reports any configured issues.
Criteria to close this issue.
Search for
{figure}and{image}and get count of instances (326). Compare against count of:alt:(128). Add meaningfulaltattributes.Document that
altvalues are required indocs/contributing/markup-syntax.md. Currently we have only an example without stating thataltis required.Add an explanation or reference to the same page. For example:
Create a script or find a tool that automatically finds all images and figures with missing
altattributes, and optionally uses AI to suggest a value for the documentation author to edit. Absolutely do NOT trust AI to do it automatically for you. This would be on the author's local development environment.Find or create a GitHub app or workflow that checks documentation for accessibility, is configurable, and reports any configured issues.