-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccessibility-statement.html
442 lines (435 loc) · 14.9 KB
/
accessibility-statement.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
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Accessibility Statement – TogetherNet</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- Page Container -->
<div class="page">
<!-- <a href="#main" class="screenreader-text">skip to main content</a> -->
<!-- Navigation and intro with stars -->
<nav class="navigation">
<!-- Mobile Nav trigger -->
<button class="btn-nav-trigger" tabindex="0" aria-label='Navigation and Accessibility' aria-expanded="false" id="mobile-nav-trigger">
<svg width="29" height="30" viewBox="0 0 29 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<line x1="13.6426" y1="29.142" x2="13.6426" y2="0.857921" stroke="#EDECE9"/>
<line y1="14.4999" x2="28.2841" y2="14.4999" stroke="#EDECE9"/>
</svg>
</button>
<!-- Global Navigation -->
<ul class="global-nav">
<li><a href="/">Welcome</a></li>
<li><a href="./getting-started.html">Getting Started</a></li>
<li><a href="./code-of-consent.html">Code of Consent</a></li>
<li><a href="./orientation.html">Software Orientation</a></li>
<li><a href="./community.html">Join the Community</a></li>
<li><a href="./accessibility-statement.html">Accessibility Statement</a></li>
<li><a href="https://github.com/together-support/togethernet">Download</a></li>
</ul>
<!-- Accessibility Settings -->
<div class="setting-toggles">
<form class="setting">
<p>Audio Mode:</p>
<fieldset>
<div class="twoCol">
<div class='option'>
<input type="radio" id="show-audio-off" name="contrast" value="off" checked><label for="show-audio-off">Off</label>
</div>
<div class='option'>
<input type="radio" id="show-audio-on" name="contrast" value="on"><label for="show-audio-on">On</label>
</div>
</div>
</fieldset>
</form>
<form class="setting">
<p>High Contrast Mode:</p>
<fieldset>
<div class="twoCol">
<div class='option'>
<input type="radio" id="high-contrast-off" name="contrast" value="off" checked><label for="high-contrast-off">Off</label>
</div>
<div class='option'>
<input type="radio" id="high-contrast-on" name="contrast" value="on"><label for="high-contrast-on">On</label>
</div>
</div>
</fieldset>
</form>
</div>
</nav>
<div id="left-sticky">
<!-- In Page Navigation -->
<ul class="in-page-navigation">
<li><a href="#section-1">Accessibility Statement</a></li>
<li><a href="#section-2">4.1 Measures to Support Accessibility</a></li>
<li><a href="#section-3">4.2 Conformance Status</a></li>
<li><a href="#section-4">4.3 Compatibility with Browsers and Assistive Technology</a></li>
<li><a href="#section-5">4.4 Technical Specifications</a></li>
<li><a href="#section-6">4.5 Assessment Approach</a></li>
<li><a href="#section-7">4.6 Evaluation Report</a></li>
<li><a href="#section-8">4.7 Feedback and Formal Complaints</a></li>
<li><a href="#section-9">4.8 Voluntary Product Accessibility Template</a></li>
</ul>
</div>
<!-- Page content -->
<main>
<section id="section-1"><!-- Section with id for anchor link -->
<hr class="star-border"> <!-- Star horizontal rule -->
<h1>Accessibility Statement</h1>
<div class="audio">
<p>Listen to this section:</p>
<audio controls>
<source src="assets/audio/4.0_TogetherNetWebRecording.mp3" type="audio/mpeg"> Your browser does not support the
audio element.
</audio>
</div>
<p>This is an accessibility statement for the TogetherNet website. The statement was created on <date>April 9, 2022</date> using the <a href="https://www.google.com/url?q=https://www.w3.org/WAI/planning/statements/&source=gmail-html&ust=1651415631246000&usg=AOvVaw3CsAkpSCo9Tsd4vRGdUtb9">W3C Accessibility Statement Generator Tool</a>.</p>
</section>
<section id="section-2">
<hr>
<h2>4.1 Measures to Support Accessibility</h2>
<div class="audio">
<p>Listen to this section:</p>
<audio controls>
<source src="assets/audio/4.1_TogetherNetWebRecording.mp3" type="audio/mpeg"> Your browser does not support
the audio element.
</audio>
</div>
<p>TogetherNet takes the following measures to ensure accessibility of the TogetherNet website:</p>
<ul>
<li>Include accessibility as part of our mission statement</li>
<li>Assign clear accessibility goals and responsibilities</li>
<li>Employ formal accessibility quality assurance methods</li>
</ul>
</section>
<section id="section-3">
<hr>
<h2>4.2 Conformance Status</h2>
<div class="audio">
<p>Listen to this section:</p>
<audio controls>
<source src="assets/audio/4.2_TogetherNetWebRecording.mp3" type="audio/mpeg"> Your browser does not support
the audio element.
</audio>
</div>
<p>The <a href="https://www.google.com/url?q=https://www.w3.org/WAI/standards-guidelines/wcag/&source=gmail-html&ust=1651415631246000&usg=AOvVaw1k31eGkIbazPSGLCqfN1Vr">Web Content Accessibility Guidelines (WCAG)</a> defines requirements for designers and developers to improve accessibility for people with disabilities. It defines three levels of conformance: Level A, Level AA, and Level AAA.</p>
<p>The TogetherNet website conforms with the WCAG 2.1 level AA standard in that it supports most of the WCAG success
criterion. Exceptions include success criterion <a href="#section-9">1.3.4 Orientation, 1.4.10 Reflow and 2.4.7 Focus Visible.</a></p>
<h3>Additional Accessibility Considerations</h3>
<p>High Contrast Mode and website content is available in audio format.</p>
</section>
<section id="section-4">
<hr>
<h2>4.3 Compatibility with Browsers and Assistive Technology</h2>
<div class="audio">
<p>Listen to this section:</p>
<audio controls>
<source src="assets/audio/4.3_TogetherNetWebRecording.mp3" type="audio/mpeg"> Your browser does not support
the audio element.
</audio>
</div>
<p>The TogetherNet website is designed to be compatible with the following assistive technologies:</p>
<ul>
<li>Jaws 2022, Google Chrome and Windows 10</li>
</ul>
</section>
<section id="section-5">
<hr>
<h2>4.4 Technical Specifications</h2>
<div class="audio">
<p>Listen to this section:</p>
<audio controls>
<source src="assets/audio/4.4_TogetherNetWebRecording.mp3" type="audio/mpeg"> Your browser does not support the
audio element.
</audio>
</div>
<p>Accessibility of the TogetherNet website relies on the following technologies to work with the particular combination of web browser and any assistive technologies or plugins installed on your computer:</p>
<ul>
<li>HTML</li>
<li>JavaScript</li>
</ul>
<p>These technologies are relied upon for conformance with the accessibility standards used.</p>
</section>
<section id="section-6">
<hr>
<h2>4.5 Assessment Approach</h2>
<div class="audio">
<p>Listen to this section:</p>
<audio controls>
<source src="assets/audio/4.5_TogetherNetWebRecording.mp3" type="audio/mpeg"> Your browser does not support the
audio element.
</audio>
</div>
<p>TogetherNet assessed the accessibility of the TogetherNet website by the following approaches:</p>
<ul>
<li>External evaluation conducted by Walei Sabry</li>
</ul>
</section>
<section id="section-7">
<hr>
<h2>4.6 Evaluation Report</h2>
<div class="audio">
<p>Listen to this section:</p>
<audio controls>
<source src="assets/audio/4.6_TogetherNetWebRecording.mp3" type="audio/mpeg"> Your browser does not support the
audio element.
</audio>
</div>
<ul>
<li>Learn more about the evaluation process by visiting the <a href="https://docs.google.com/document/d/1i3_5cT5ul8nrn639WrubaEIcnesnk2ZI88o3JQpSq0c/edit?usp=sharing">TogetherNet Evaluation Report</a></li>
<li>An evaluation statement for TogetherNet is available on the <a href="www.togethernet.org">TogetherNet website</a></li>
</ul>
</section>
<section id="section-8">
<hr>
<h2>4.7 Feedback and Formal Complaints</h2>
<div class="audio">
<p>Listen to this section:</p>
<audio controls>
<source src="assets/audio/4.7_TogetherNetWebRecording.mp3" type="audio/mpeg"> Your browser does not support the
audio element.
</audio>
</div>
<p>We welcome your feedback on the accessibility of TogetherNet. Please let us know if you encounter accessibility barriers on TogetherNet.</p>
<address><a class="button" href="mailto:[email protected]">Email Us</a></address>
</section>
<section id="section-9">
<hr>
<h2>4.8 Voluntary Product Accessibility Template</h2>
<div class="audio">
<p>Listen to this section:</p>
<audio controls>
<source src="assets/audio/4.8_TogetherNetWebRecording.mp3" type="audio/mpeg"> Your browser does not support the
audio element.
</audio>
</div>
<p>This voluntary product accessibility template (VPAT) adheres to the WCAG 2.1 standards and was created on June 5, 2022. Visit our <a href="https://docs.google.com/spreadsheets/d/1lC4fMRX_VFx4JQXd_cNzVUOaHOA7plfhkQ-OqpcI3oA/edit?usp=sharing">VPAT Google Spreadsheet</a> to read the complete report.</p>
<table>
<tr>
<th>Criteria</th>
<th>Support</th>
</tr>
<tr>
<td>1.1.1 Non-Text Content</td>
<td>Supports</td>
</tr>
<tr>
<td>1.2.1 Audio-Only or Video-Only (Pre-Recorded)</td>
<td>Supports</td>
</tr>
<tr>
<td>1.2.2 Captions (Pre-Recorded)</td>
<td>N/A</td>
</tr>
<tr>
<td>1.2.3 Audio Description or Media Alternative (Pre-Recorded)</td>
<td>N/A</td>
</tr>
<tr>
<td>1.2.4 Captions (Live)</td>
<td>N/A</td>
</tr>
<tr>
<td>1.2.5 Audio Description (Pre-Recorded)</td>
<td>N/A</td>
</tr>
<tr>
<td>1.3.1 Info and Relationships</td>
<td>Supports</td>
</tr>
<tr>
<td>1.3.2 Meaningful Sequence</td>
<td>Supports</td>
</tr>
<tr>
<td>1.3.3 Sensory Characteristics</td>
<td>Supports</td>
</tr>
<tr>
<td>1.3.4 Orientation</td>
<td>Partially supports</td>
</tr>
<tr>
<td>1.3.5 Identify Input Purpose</td>
<td>N/A</td>
</tr>
<tr>
<td>1.4.1 Use of Color</td>
<td>Supports</td>
</tr>
<tr>
<td>1.4.2 Audio Control</td>
<td>N/A</td>
</tr>
<tr>
<td>1.4.3 Contrast Minimum</td>
<td>Supports</td>
</tr>
<tr>
<td>1.4.4 Resize Text</td>
<td>Supports</td>
</tr>
<tr>
<td>1.4.5 Images of Text</td>
<td>Supports</td>
</tr>
<tr>
<td>1.4.10 Reflow</td>
<td>Partially supports</td>
</tr>
<tr>
<td>1.4.11 Non-Text Contrast</td>
<td>Supports</td>
</tr>
<tr>
<td>1.4.12 Text Spacing</td>
<td>Supports</td>
</tr>
<tr>
<td>1.4.13 Content on Hover or Focus</td>
<td>N/A</td>
</tr>
<tr>
<td>2.1.1 Keyboard Access</td>
<td>Supports</td>
</tr>
<tr>
<td>2.1.2 No Keyboard Traps</td>
<td>Supports</td>
</tr>
<tr>
<td>2.1.4 Character Key Shortcuts</td>
<td>N/A</td>
</tr>
<tr>
<td>2.2.1 Timing Adjustable</td>
<td>N/A</td>
</tr>
<tr>
<td>2.2.2 Pause, Stop, Hide</td>
<td>N/A</td>
</tr>
<tr>
<td>2.3.1 Flashes Below Threshold</td>
<td>N/A</td>
</tr>
<tr>
<td>2.4.1 Bypass Blocks</td>
<td>Supports</td>
</tr>
<tr>
<td>2.4.2 Page Titled</td>
<td>Supports</td>
</tr>
<tr>
<td>2.4.3 Focus Order</td>
<td>Supports</td>
</tr>
<tr>
<td>2.4.4 Link Purpose and Context</td>
<td>Supports</td>
</tr>
<tr>
<td>2.4.5 Multiple Ways to Locate</td>
<td>Partially supports</td>
</tr>
<tr>
<td>2.4.6 Headings and Labels</td>
<td>Supports</td>
</tr>
<tr>
<td>2.4.7 Focus Visible</td>
<td>Partially supports</td>
</tr>
<tr>
<td>2.5.1 Pointer Gestures</td>
<td>N/A</td>
</tr>
<tr>
<td>2.5.2 Pointer Cancelations</td>
<td>Supports</td>
</tr>
<tr>
<td>2.5.3 Label in Name</td>
<td>Supports</td>
</tr>
<tr>
<td>2.5.4 Motion Actuation</td>
<td>N/A</td>
</tr>
<tr>
<td>3.1.1 Language of Page</td>
<td>Supports</td>
</tr>
<tr>
<td>3.1.2 Language of Parts</td>
<td>N/A</td>
</tr>
<tr>
<td>3.2.1 On focus</td>
<td>Supports</td>
</tr>
<tr>
<td>3.2.2 On Input</td>
<td>Supports</td>
</tr>
<tr>
<td>3.2.3 Consistent Navigation</td>
<td>Supports</td>
</tr>
<tr>
<td>3.2.4 Consistent Identification</td>
<td>Supports</td>
</tr>
<tr>
<td>3.3.1 Error Identification</td>
<td>N/A</td>
</tr>
<tr>
<td>3.3.2 Labels or Instructions</td>
<td>N/A</td>
</tr>
<tr>
<td>3.3.3 Error Suggestions</td>
<td>N/A</td>
</tr>
<tr>
<td>3.3.4 Error Prevention Legal, Financial Data</td>
<td>N/A</td>
</tr>
<tr>
<td>4.1.1 Parsing</td>
<td>Supports</td>
</tr>
<tr>
<td>4.1.2 Name, Role, Value</td>
<td>Supports</td>
</tr>
<tr>
<td>4.1.3 Status Messages</td>
<td>N/A</td>
</tr>
</table>
</section>
</main>
</div>
<!-- Footer -->
<footer>
<!-- Newsletter -->
<div class="footer-left">
</div>
<!-- Social Media -->
<div class="footer-right">
<ul class="social-media">
<li><a href="https://www.instagram.com/togethernet/"><img src="assets/icons/instagram.svg" alt="instagram" /></a></li>
<li><a href="https://discord.gg/ysJTwasuAX"><img src="assets/icons/discord.svg" alt="discord" /></a></li>
<li><a href="https://github.com/together-support/togethernet"><img src="assets/icons/github.svg"
alt="github" /></a></li>
</ul>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>