-
Notifications
You must be signed in to change notification settings - Fork 1
/
accessibility.html
545 lines (529 loc) · 16.7 KB
/
accessibility.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
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
<!DOCTYPE html>
<html lang="en">
<head>
<title>Accessibility</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<!-- BEGIN STATE_TEMPLATE -->
<!-- Public Sans Font
Load the recommended Public Sans Font. Removing this section will use System-UI font stack instead.
More info on Typography here...
https://template.webstandards.ca.gov/visual-design/typography.html
-->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=block"
rel="stylesheet" />
<!-- End Public Sans Font -->
<!-- STATE_TEMPLATE *** HEAD references ***
Include links to stylesheet and custom theme and core JS.
<link rel="stylesheet" href="ca_state_template/css/cagov.core.min.css"/>
<link rel="stylesheet" href="ca_state_template/css/colortheme-oceanside.min.css"/>
<script src="ca_state_template/js/cagov.core.min.js"></script>
You may also use the CDN instead of using the local folder...
<link rel="stylesheet" href="https://cdn.cdt.ca.gov/cdt/statetemplate/6.4.1/css/cagov.core.min.css" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://cdn.cdt.ca.gov/cdt/statetemplate/6.4.1/css/colortheme-oceanside.min.css" crossorigin="anonymous"/>
<script src="https://cdn.cdt.ca.gov/cdt/statetemplate/6.4.1/js/cagov.core.min.js" crossorigin="anonymous"></script>
More info on CDN here...
https://template.webstandards.ca.gov/cdn.html
-->
<link rel="stylesheet" href="ca_state_template/css/cagov.core.min.css" />
<link
rel="stylesheet"
href="ca_state_template/css/colortheme-oceanside.min.css" />
<script src="ca_state_template/js/cagov.core.min.js"></script>
<!-- END STATE_TEMPLATE -->
<link
rel="apple-touch-icon-precomposed"
sizes="100x100"
href="images/apple-touch-icon-precomposed.png" />
<link rel="icon" sizes="192x192" href="images/apple-touch-icon-192x192.png" />
<link
rel="apple-touch-icon-precomposed"
sizes="180x180"
href="images/apple-touch-icon-180x180.png" />
<link
rel="apple-touch-icon-precomposed"
sizes="152x152"
href="images/apple-touch-icon-152x152.png" />
<link
rel="apple-touch-icon-precomposed"
sizes="144x144"
href="images/apple-touch-icon-144x144.png" />
<link
rel="apple-touch-icon-precomposed"
sizes="120x120"
href="images/apple-touch-icon-120x120.png" />
<link
rel="apple-touch-icon-precomposed"
sizes="114x114"
href="images/apple-touch-icon-114x114.png" />
<link
rel="apple-touch-icon-precomposed"
sizes="72x72"
href="images/apple-touch-icon-72x72.png" />
<link
rel="apple-touch-icon-precomposed"
href="images/apple-touch-icon-57x57.png" />
<link rel="shortcut icon" href="images/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
<link rel="shortcut icon" href="favicon.ico" />
<!-- Statewide Alerts Server -->
<script defer src="https://alert.cdt.ca.gov" crossorigin="anonymous"></script>
<!-- BEGIN Google Tag Manager -->
<link rel="preconnect" href="https://www.googletagmanager.com" />
<link rel="preconnect" href="https://www.google-analytics.com" />
<script>
//*** BEGIN STATE TEMPLATE CHANGE REQUESTED
//Your GA4 Measurement ID that this website should use for website analytics
var yourGA4MeasurementId = "G-75V2BNQ3DR"; //Set to the default GA4 Measurement ID (G-75V2BNQ3D...R), please change it to the one for your organization.
//*** END STATE TEMPLATE CHANGE REQUESTED
//Support code to make this work, just leave this as is
var stateGTMAccount = "GTM-NJ6Q4MV"; //GTM-NJ6Q4MV - all ca.gov
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
(function(){dataLayer.push(arguments)})('config',yourGA4MeasurementId,{cookie_flags:'secure;samesite=lax;domain='});
})(window,document,'script','dataLayer',stateGTMAccount);
</script>
<!-- END Google Tag Manager -->
</head>
<body class="primary">
<header role="banner" id="header" class="global-header fixed">
<div id="skip-to-content">
<a href="#main-content">Skip to Main Content</a>
</div>
<div class="utility-header">
<div class="container">
<div class="flex-row">
<div class="social-media-links">
<div class="header-cagov-logo">
<a href="https://ca.gov">
<span class="sr-only">CA.gov</span>
<span class="ca-gov-logo-svg"></span>
</a>
</div>
<p class="official-tag">
<span class="desktop-only">Official website of the</span>
State of California
</p>
</div>
<div class="settings-links">
<a href="about/index.html">About us</a>
<a href="contact.html">Contacts</a>
</div>
</div>
</div>
</div>
<!-- header branding with light gray background -->
<div class="section-default">
<div class="branding">
<div class="header-organization-banner">
<a href="index.html">
<div class="logo-assets">
<img
src="images/sample-logo.png"
class="logo-img"
alt="State Template Logo"
style="aspect-ratio: 80 / 70" />
<div class="logo-text">
<span class="logo-state">State of California</span>
<span class="logo-dept">Site name</span>
</div>
</div>
</a>
</div>
</div>
</div>
<!-- mobile navigation controls -->
<div class="mobile-controls">
<span class="mobile-control-group mobile-header-icons">
<!-- Add more mobile controls here. These will be on the right side of the mobile page header section -->
</span>
<div class="mobile-control-group main-nav-icons">
<button
id="nav-icon3"
type="button"
class="mobile-control toggle-menu"
aria-expanded="false"
aria-controls="navigation">
<span></span>
<span></span>
<span></span>
<span></span>
<span class="sr-only">Menu</span>
</button>
</div>
</div>
<div class="navigation-search full-width-nav container">
<div id="head-search" class="search-container featured-search"><div class="container">
<form id="Search" class="pos-rel" action="serp.html">
<span class="sr-only" id="SearchInput">Custom Google Search</span>
<input
type="search"
name="q"
aria-labelledby="SearchInput"
placeholder="Search"
class="search-textfield" />
<button type="submit" class="gsc-search-button">
<span class="ca-gov-icon-search" aria-hidden="true"></span>
<span class="sr-only">Submit</span>
</button>
<div class="close-search-btn">
<button
class="close-search gsc-clear-button border-0 bg-transparent pos-rel"
type="reset">
<span class="sr-only">Close</span>
</button>
</div>
</form>
</div></div>
<!-- navigation types --><nav
id="navigation"
class="main-navigation dropdown"
aria-label="Main navigation">
<ul id="nav_list" class="top-level-nav">
<li class="nav-item">
<a
class="first-level-link"
href="index.html"
>Home</a
>
</li>
<li class="nav-item">
<a
class="first-level-link"
href="components-patterns.html"
>Components and patterns</a
>
</li>
<li class="nav-item">
<a
class="first-level-link"
href="samples/accordion.html"
>Samples</a
>
</li>
<li class="nav-item">
<a
class="first-level-link"
href="top-task-1/index.html"
>Top task 1</a
>
</li>
<li
class="nav-item"
role="presentation">
<a class="first-level-link">Top task 2</a>
<div class="sub-nav">
<ul class="second-level-nav">
<li class="unit1">
<a href="top-task-2/index.html" class="second-level-link"
>Overview</a
>
</li>
<li class="unit1">
<a href="top-task-2/content-page-1.html" class="second-level-link"
>Content 1</a
>
</li>
<li class="unit1">
<a href="top-task-2/content-page-2.html" class="second-level-link"
>Content 2</a
>
</li>
</ul>
</div>
</li>
</ul>
</nav>
</div>
</header>
<div id="main-content" class="main-content">
<div class="container p-t-md">
<main class="main-primary" id="main">
<nav aria-label="You are here" class="breadcrumbs">
<ol>
<li>
<a href="index.html" title="Home page">Home</a>
</li>
<li>Accessibility</li>
</ol>
</nav>
<div class="row">
<div class="col-md-10 p-b-lg mx-auto">
<h1 class="mt-lg-0">Accessibility</h1>
<p>
The State of California’s website has been developed in compliance with
Section D of the California Government Code 11135. Code 11135 requires that
all electronic and information technology developed or purchased by the State
of California Government is accessible to people with disabilities. There are
various types of physical disabilities that impact user interaction on the
web. Vision loss, hearing loss, limited manual dexterity, and cognitive
disabilities are examples, with each having different means by which to access
electronic information effectively. Our goal is to provide a good web
experience for all visitors.
</p>
<h2>Accessible Features</h2>
<p>
Below you will find a list of some of the technology solutions we have
integrated to make our website easy to navigate, fast-loading, and accessible.
</p>
<div>
<h3>Photographs/Images:</h3>
<ul>
<li>
Uses Alternative Text “ALT” and/or “TITLE” attributes. ALT/TITLE
attributes provide a written description of the image, which is accessible
to screen readers, and it is visible when the mouse is placed over the
image. This is also useful for people who have images turned off on their
browser, in which case a description will display where the image used to
be.
</li>
</ul>
</div>
<h3>WCAG 2.0 Level AA</h3>
<ul>
<li>
The template adheres to WCAG 2.0 AA Guidelines and Success Criteria
organized under the following 4 principles:
</li>
</ul>
<div class="indent">
<h2><strong>1. Perceivable:</strong></h2>
<ul>
<li>
Provide
<strong>text alternatives </strong>
for non-text content.
</li>
<li>
Provide
<strong>captions and other alternatives </strong>
for multimedia.
</li>
<li>
Create content that can be
<strong>presented in different ways</strong>
, including by assistive technologies, without losing meaning.
</li>
<li>
Make it easier for users to
<strong>see and hear content</strong>
.
</li>
</ul>
<h2><strong>2. Operable:</strong></h2>
<ul>
<li>
Make all functionality available from a
<strong>keyboard</strong>
.
</li>
<li>
Give users
<strong>enough time </strong>
to read and use content.
</li>
<li>
Do not use content that causes
<strong>seizures</strong>
.
</li>
<li>
Help users
<strong>navigate and find content</strong>
.
</li>
</ul>
<h2><strong>3. Understandable:</strong></h2>
<ul>
<li>
Make text
<strong>readable and understandable</strong>
.
</li>
<li>
Make content appear and operate in
<strong>predictable</strong>
</li>
<li>
Help users
<strong>avoid and correct mistakes</strong>
.
</li>
</ul>
<h2><strong>4. Robust:</strong></h2>
<ul>
<li>
Maximize
<strong>compatibility</strong>
with current and future user tools
</li>
</ul>
</div>
<p>
The following information can further help improve the accessibility
experience and find more resources.
</p>
<h2>Related Resources:</h2>
<ul>
<li>
<a href="https://webstandards.ca.gov/accessibility/index.html">
California’s Accessibility Standards
</a>
</li>
<li>
<a href="https://www.dol.gov/general/topic/disability/ada">
Americans with Disabilities Act Notice
</a>
</li>
<li>
<a href="https://www.dgs.ca.gov/ccda">
California Commission on Disability Access (CCDA)
</a>
</li>
<li>
<a href="http://www.dor.ca.gov/index.html">
California Department of Rehabilitation (DoR)
</a>
</li>
</ul>
<h2>Difficulty Accessing Material:</h2>
<p>
If you have difficulty accessing any material on this site, please contact us
in writing and we will work with you to make the information available. You
can direct your request to our
<a href="mailto:[email protected]">Webmaster</a>.
</p>
</div>
</div>
</main>
</div>
</div><!-- Global Footer -->
<aside class="p-b-md p-t-sm section-standout site-footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<div
class="h4 w-100 brd-bottom brd-highlight p-b"
role="heading"
aria-level="2">
About
</div>
<a
href="about/index.html"
class="d-block no-underline m-y font-size-16">
About <span class="sr-only">our organization</span>
</a>
<a
href="about/news/index.html"
class="d-block no-underline m-y font-size-16">
News <span class="sr-only">from our organization</span>
</a>
<a
href="about/careers.html"
class="d-block no-underline m-y font-size-16">
Careers <span class="sr-only">and job openings</span>
</a>
<a href="contact.html" class="d-block no-underline m-y font-size-16">
Contact us
</a>
</div>
<div class="col-md-4">
<div
class="h4 w-100 brd-bottom brd-highlight p-b"
role="heading"
aria-level="2">
Heading
</div>
<a href="javascript:;" class="d-block no-underline m-y font-size-16">
Link 1
</a>
<a href="javascript:;" class="d-block no-underline m-y font-size-16">
Link 2
</a>
<a href="javascript:;" class="d-block no-underline m-y font-size-16">
Link 3
</a>
</div>
<div class="col-md-4">
<div
class="h4 w-100 brd-bottom brd-highlight p-b"
role="heading"
aria-level="2">
Heading
</div>
<a href="javascript:;" class="d-block no-underline m-y font-size-16">
Link 1 <span class="sr-only">regarding this website</span>
</a>
<a href="javascript:;" class="d-block no-underline m-y font-size-16">
Link 2 <span class="sr-only">regarding this website</span>
</a>
<a href="javascript:;" class="d-block no-underline m-y font-size-16">
Link 3 <span class="sr-only">regarding this website</span>
</a>
</div>
</div>
</div>
</aside>
<footer id="footer" class="global-footer">
<div class="container">
<div class="d-flex">
<a href="https://ca.gov" class="cagov-logo">
<span class="sr-only">CA.gov</span>
<span class="ca-gov-logo-svg"></span>
</a>
<ul class="footer-links">
<li>
<a href="conditions-of-use.html">Conditions of use</a>
</li>
<li>
<a href="privacy-policy.html">Privacy policy</a>
</li>
<li>
<a href="accessibility.html">Accessibility</a>
</li>
<li>
<a href="website-acessibility-certification.html"
>Website accessibility certification</a
>
</li>
<li>
<a href="sitemap.html">Sitemap</a>
</li>
</ul>
<ul class="socialsharer-container">
<li>
<a
href="https://github.com/Office-of-Digital-Innovation/California-State-Web-HTML">
<span class="ca-gov-icon-github" aria-hidden="true"></span>
<span class="sr-only">GitHub</span>
</a>
</li>
</ul>
</div>
</div>
<!-- Accessible, translatable, Copyright Statement -->
<div class="copyright">
<div class="container text-right">
<span aria-hidden="true">©</span>
<span id="thisyear">
<script>
document.getElementById('thisyear').appendChild(document.createTextNode(new Date().getFullYear()))
</script>
</span>
State of California
</div>
</div>
<button class="return-top">
<span class="sr-only">Back to top</span>
</button>
</footer>
<!-- Extra Decorative Content -->
<div class="decoration-last"> </div>
</body>
</html>