This repository has been archived by the owner on Mar 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathscript8.html
73 lines (72 loc) · 3.71 KB
/
script8.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
70
71
72
73
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Script 8: Customizable Text - Showcase Examples with Videos</title>
<link href="http://www.w3.org/WAI/wai-main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Script 8: Customizable Text</h1>
<p><a href="https://www.w3.org/WAI/EO/wiki/Showcase_Examples_with_Videos/Scripts">< Scripts for Showcase Examples with Videos</a></p>
<table border="1">
<thead>
<tr>
<th scope="col">Sequence</th>
<th scope="col">Narration</th>
<th scope="col">Visuals</th>
<th scope="col">Audio Description</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">0</th>
<td>[INTRO MUSIC]</td>
<td>[TITLE] Web Accessibility Perspectives - Customizable Text</td>
<td>[before narration:] Web accessibility perspectives</td>
</tr>
<tr>
<th scope="row" rowspan="3">1</th>
<td>What’s right for you...</td>
<td>Shot of a lightly toasted slice of bread on a plate.</td>
<td></td>
</tr>
<tr>
<td>...doesn’t necessarily work for the next person.</td>
<td>Cut to a much darker slice of bread.</td>
<td>[after narration:] Toast bread with different darkness levels.</td>
</tr>
<tr>
<td>Customization isn’t always just a question of preference though - sometimes it’s a necessity.</td>
<td>Cut to a wide shot of 2 people sat on a table, in front of them they have a plate with a piece of toast each and one toaster in the middle.</td>
<td>[after "though":] Two men with one toaster between them, waiting for the toast to pop out. <br />
[after "necessity":] A woman puts on glasses to read a website on her laptop.</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Being able to adjust the text is crucial for people with low vision and dyslexia.</td>
<td>We see a wmman putting on glasses, then squinting at a website on a laptop with really small text little line spacing / unusual font face. She is clearly struggling to read the text and gets frustrated.</td>
<td>[after narration:] The woman is squinting at the website with small text in unusual font.</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Properly coded websites and applications allow the text to be customized, for example to change its size, spacing, font, and colors, without loss of functions or clarity.</td>
<td>We see the woman adjusting the text size and changing the spacing for easier reading. <br />She leans back and enjoys the read.</td>
<td>[after narration:] The woman uses the web browser settings to adjust the text size and style. It appears more legible and the woman is relieved.</td>
</tr>
<tr>
<th scope="row">4</th>
<td>Web accessibility: essential for some, useful for all.</td>
<td>Cut back to the scene from the beginning. This time we focus on the dial on the toaster. One person picks up a piece of very dark toast from the toaster, then we see another person changing the setting to a lower one.</td>
<td>[after narration:] Cut back to the two men, who adjust the toaster dial to get the darkness level they each want.</td>
</tr>
<tr>
<th scope="row">5</th>
<td>Visit w3.org/WAI/perspectives for more information on customizable text.</td>
<td>[WEB ADDRESS (w3.org/WAI/perspectives); W3C AND WAI LOGOS; COPYRIGHT NOTICE]</td>
<td>W3C Web Accessibility Initiative, copyright 2016</td>
</tr>
</tbody>
</table>
</body>
</html>