kvtomes
|
How do others handle alt text when the image “contains” multiple images? For example, in a graphic novel, we typically have one image per page, which shows 6 panels. Do you list the alt text in panel order, noting which number panel it is? Do you give a brief description in alt text, and then use long description for deeper info. This seems clunky to a user. Is there another option here I’m not thinking of?
February 28, 2023 at 4:26 pm
|
APLN Moderator
|
Hi kvtomes!
Thank you for your question!
Usually in graphic novels, since nearly every page requires a lengthy description, it is better to add the description using alt-text, instead of linking to a long description on a separate xhtml page—that would certainly be a clunky reading experience.
As for multiple panels or frames on a page, the alt-text can note that the page has multiple panels and then describe each one in reading order. For example:
alt=”Multi-panel comic. Panel 1: […] Panel 2: […]” etc.
There is a way to use aria-describedby to provide a longer description for an image as well. However, since aria-describedby does not have wide support across different reading applications, I would stick to the alt-text method.
March 3, 2023 at 3:01 pm
|
kvtomes
|
Thanks for the insight!
March 7, 2023 at 12:09 pm
|