Skip to content

linked image accessibility #278

@eshellman

Description

@eshellman

many books have links to raw images, anchored with a small view of the same image.
e.g. <a href="image.png"><img src="image.small.png" alt=""></a>

This is usually intended to provide a full-size version of the image when a smaller version is clicked. When this occurs, an assistive screen reader will announce the link using the alt-text of the anchor image. Not sure what to do wrt accessibility.

My Guess:
If image has alt text, do nothing?
If image has no alt text, use aria-hidden?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions