-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathku3AccessibilityImplementation.html
More file actions
253 lines (217 loc) · 12.6 KB
/
Copy pathku3AccessibilityImplementation.html
File metadata and controls
253 lines (217 loc) · 12.6 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Accessibility Implementation Resources</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.3/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<style>
h2{
color: #6f42c1
}
h3{
color: #6f42c1
}
</style>
</head>
<body>
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-light" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="navbar-brand" href="index.html">Including A11y in CS</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto py-4 py-lg-0">
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="publications.html">Publications</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="workshopsHomepage.html">Workshops</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="resources.html">Resources</a></li>
<li class="nav-item"><a class="nav-link px-lg-3 py-3 py-lg-4" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- header -->
<header class="masthead">
<div class="container position-relative px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<div class="site-heading" style="vertical-align: top;">
<h1>Accessibility Resources </h1>
<span class="subheading">
Knowledge Unit 3: Accessibility Implementation </span>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Main Content-->
<main class="mb-4">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<h1> Accessibility Implementation Resources</h1>
<!-- Divider-->
<hr class="my-4" />
<h2>Quick Links to Topics</h2>
<ul>
<li><a href="#Accessibility"> Accessibility requirements </a></li>
<li><a href="#Software"> Software architecture </a></li>
<li><a href="#SoftwareImplementation"> Software implementation </a></li>
<li><a href="#ATech"> Assistive technology architecture </a></li>
<li><a href="#AGuide"> Accessibility guidelines </a></li>
<li><a href="#ARIA"> ARIA: Accessible Rich Internet Applications </a></li>
<li><a href="#CC"> Assistive technology code comprehension </a></li>
<li><a href="#CF"> Assistive technology configuration files </a></li>
<li><a href="#Imp"> Implement accessibility tools </a></li>
<li><a href="#API"> Accessibility APIs </a></li>
<li><a href="#Doc"> Accessibility documentation </a></li>
<li><a href="#TechImp"> Assistive technology implementation</a></li>
<li><a href="#Hard"> Assistive technology hardware interfaces </a></li>
<li><a href="#TechDoc"> Assistive technology documentation </a></li>
</ul>
<!-- Divider-->
<hr class="my-4" />
<h3 id="Accessibility">Accessibility requirements</h3>
<br/> <br/>
<!-- Divider-->
<hr class="my-4" />
<h3 id="Software">Software architecture</h3>
<br/> <br/>
<a href="https://doi.org/10.1147/sj.443.0467">
<h4> Designing software architectures to facilitate accessible Web applications</h4>
</a>
<p class="description">This paper describes common accessibility problems encountered in Web applications and explains how architecture can help address these problems...
</p>
<a href="https://doi.org/10.1007/978-3-319-94334-3_23">
<h4> Design of an Architecture for Accessible Web Maps for Visually Impaired Users</h4>
</a>
<p class="description">"This study presents the design of a conceptual software architecture for the development of accessible web maps for visually impaired users." Shows how software architecture influences software accessibility.
</p>
<!-- Divider-->
<hr class="my-4" />
<h3 id="SoftwareImplementation">Software implementation</h3>
<br/> <br/>
<a href="https://support.microsoft.com/en-us/office/get-accessible-templates-for-office-ca086caa-2bd2-4ac8-8c12-4cd495bd4d76">
<h4> Get accessible templates for Office by Microsoft</h4>
</a>
<p class="description">Accessible Microsoft Office templates
</p>
<a href="https://link.springer.com/article/10.1007/s10209-014-0384-x">
<h4> e-Government in Rhode Island: what effects do templates have on usability, accessibility, and mobile readiness?</h4>
</a>
<p class="description">2016 paper. "This study examines state and local e-government Web sites in Rhode Island with an eye toward determining the effects of templates on accessibility, usability, and mobile readiness."
</p>
<!-- Divider-->
<hr class="my-4" />
<h3 id="ATech">Assistive technology architecture</h3>
<br/> <br/>
<!-- Divider-->
<hr class="my-4" />
<h3 id="AGuide">Accessibility guidelines</h3>
<br/> <br/>
<!-- Divider-->
<hr class="my-4" />
<h3 id="ARIA">ARIA: Accessible Rich Internet Applications</h3>
<br/> <br/>
<a href="https://www.lullabot.com/articles/what-heck-aria-beginners-guide-aria-accessibility#:~:text=ARIA%20is%20a%20set%20of,can%20help%20bridge%20those%20gaps">
<h4> What the Heck is ARIA? A Beginner's Guide to ARIA for Accessibility</h4>
</a>
<p class="description">Blog post introducing ARIA
</p>
<a href="https://www.w3.org/TR/aria-in-html/">
<h4> Using ARIA </h4>
</a>
<p class="description">Guideline by W3C
</p>
<a href="https://www.youtube.com/watch?v=-ZO3QVgs-sk">
<h4> Introduction to WAI-ARIA (Accessible Rich Internet Applications)</h4>
</a>
<p class="description">18-minute YouTube video that introduces ARIA
</p>
<a href="https://www.youtube.com/watch?v=0hqhAIjE_8I">
<h4> ARIA HTML Tutorial - What is ARIA & Why it's Important to Use!</h4>
</a>
<p class="description">14-minute YouTube video discussing ARIA
</p>
<a href="https://www.youtube.com/watch?v=g9Qff0b-lHk">
<h4> Intro to ARIA -- A11ycasts #13</h4>
</a>
<p class="description">9 minute YouTube video that introduces ARIA.
</p>
<a href="https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA">
<h4> ARIA</h4>
</a>
<p class="description">ARIA guidelines
</p>
<!-- Divider-->
<hr class="my-4" />
<h3 id="CC">Assistive technology code comprehension</h3>
<br/> <br/>
<!-- Divider-->
<hr class="my-4" />
<h3 id="CF">Assistive technology configuration files</h3>
<br/> <br/>
<!-- Divider-->
<hr class="my-4" />
<h3 id="Imp">Implement accessibility tools</h3>
<br/> <br/>
<!-- Divider-->
<hr class="my-4" />
<h3 id="API">Accessibility APIs</h3>
<br/> <br/>
<!-- Divider-->
<hr class="my-4" />
<h3 id="Doc">Accessibility documentation</h3>
<br/> <br/>
<!-- Divider-->
<hr class="my-4" />
<h3 id="TechImp">Assistive technology implementation</h3>
<br/> <br/>
<!-- Divider-->
<hr class="my-4" />
<h3 id="Hard">Assistive technology hardware interfaces</h3>
<br/> <br/>
<!-- Divider-->
<hr class="my-4" />
<h3 id="TechDoc">Assistive technology documentation</h3>
<br/> <br/>
</div>
</div>
</div>
</main>
<!-- Footer-->
<footer class="border-top">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<div class="small text-center text-muted fst-italic">Copyright © 2021</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</body>
</html>