-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathalt-collection.html
71 lines (56 loc) · 3.96 KB
/
alt-collection.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
layout: default
title: Collecting Speaker Image Descriptions
---
<div class="container-fluid">
<div class="col-12 forms-page">
<h1>Collecting Speaker Image Descriptions</h1>
<div class="alert alert-warning">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeHQwJai3KGOJA0bzLKoaEQIhFooPoQpXlxsUDU2HeaP7nAfw/viewform">Code4Lib 2024: Speaker Image Form</a>
</div>
<p>
As part of our ongoing pursuit of an increasingly accessible Code4Lib experience, we are improving the conference's speaker page by providing <em>more descriptive</em> alternative text for the speaker images. Instead of just repeating the person's name, we are asking all speakers to provide a short description of their provided image. The provided text will be set as the <i><code>alt</code></i> text but also made visible alongside the bios as shown in the screenshot.
</p>
<button class="btn btn-primary" id="speaker-example-toggle" aria-expanded="false" aria-controls="speaker-example">
Show/Hide Screenshot
</button>
<figure id="speaker-example" class="forms-figure hide">
<img src="/assets/img/forms/speaker-image-example.png" alt="Screenshot of a speaker profile opened and showing the speaker provided image description">
<figcaption>
<p>
Example of a speaker description showing the new image description at work. Under the photo of Kate Deibel and before her biography is the image description which reads:
</p>
<blockquote>
Cartoon avatar of a quite pale white bespectacled brunette geek girl whose open downturned mouth is adamantly advocating an important point or three. A bookcase is behind her.
</blockquote>
<figcaption>
</figure>
<h2>How to Write a Speaker Image Description</h2>
<p>
Writing effective alt text for images can be challenging, so we provide the following guidance for writing an accessible description of your speaker photo.
</p>
<ul>
<li>
<p>Accessible descriptions should be informative but succinct. We recommend not exceeding around 200 characters.</p>
</li>
<li>
<p>Avoid saying words like "headshot", "photo", "image", etc. As this is a page of speakers, there is an assumption that such images will be present. If your speaker image is a cartoon or digital avatar, do mention that.</p>
</li>
<li>
<p>Describe what is most important in the image. How do you want to come across in the description? What would you want a sighted person to take away from the image? It is important to not describe everything but only what matters most.</p>
</li>
<li>
<p>Emotion matters. Convey the mood your picture is showing. Is your smile friendly and welcoming or does it reveal a bit of mischief? Are you having fun in the photo or are you stoically serious? Sharing these aspects enriches the alt text experience.</p>
<p>Describe any actions in the photo. Are you holding or wielding something? Hanging upside down from monkey bars? These add to the emotion of the image.</p>
</li>
<li>
<p>As far as you are comfortable, convey any of your identities such as race, ethnicity, gender, visual disabilities, etc. Sighted users can readily ascertain the diversity of a conference's speakers but screen reader users have to reply on what is stated in alt text or make assumptions based on a name. Otherwise, misinterpretations and defaulting to the majority may happen.</p>
<p>For describing race, one can describe their skin color or explicitly identify with a race. Similarly, for gender, one can explicitly name their gender or describe aspects of gender such as hair, makeup, and clothing. The level of detail is up to you.</p>
</li>
<li><p>Ultimately, you decide what and how much of your appearance you wish to share.</li>
</ul>
<p>
If you have any questions on writing your speaker image alt text, please send your questions to <a style="text-decoration: underline" href="mailto:[email protected]">code4lib.accessibility AT gmail.com</a>.
</p>
</div>
</div>