Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add alt text to scikit-learn documentation  #21214

Open
@reshamas

Description

@reshamas

Describe the issue linked to the documentation

Adding alt text to images permits visually impaired users to have greater access.

Suggest a potential alternative/fix

About Alt Text

Alt text (alternative text), also known as "alt attributes," “alt descriptions," or technically incorrectly as "alt tags,” are used within an HTML code to describe the appearance and function of an image on a page.

Alt text uses:

  1. Adding alternative text to photos is first and foremost a principle of web accessibility. Visually impaired users using screen readers will be read an alt attribute to better understand an on-page image.

  2. Alt text will be displayed in place of an image if an image file cannot be loaded.

  3. Alt text provide better image context/descriptions to search engine crawlers, helping them to index an image properly.

Reference

Questions

  1. For scikit-learn, what is the maximum line length for writing alt text descriptions for images?
  2. Is there a way to do a grep of the library and see how many images exist in the documentation?
  3. Can you confirm that the images are static? They are produced from code, within the documentation. Are images always the same that are produced?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions