-
Notifications
You must be signed in to change notification settings - Fork 24
/
wcag.html
197 lines (189 loc) · 10.3 KB
/
wcag.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, minimal-ui">
<meta charset="utf-8">
<title>WCAG</title>
<link href="https://1.www.s81c.com/common/v18/css/www.css" rel="stylesheet">
<link href="https://1.www.s81c.com/common/v18/css/syntaxhighlighter.css" rel="stylesheet">
<link href="https://1.www.s81c.com/common/v18/css/grid-fluid.css" rel="stylesheet">
<script src="https://1.www.s81c.com/common/v18/js/www.js"></script>
<script src="https://1.www.s81c.com/common/v18/js/syntaxhighlighter.js"></script>
<link href="https://1.www.s81c.com/common/v18/css/forms.css" rel="stylesheet">
<script src="https://1.www.s81c.com/common/v18/js/forms.js"></script>
<link href="/standards/web/includes/stylesheet.css" rel="stylesheet">
<script src="/standards/web/includes/common.js"></script>
</head>
<body>
<nav role="navigation" aria-label="Va11yS">
<div class="ibm-sitenav-menu-container">
<div class="ibm-sitenav-menu-name">
<a href="index.html">Va11yS: Verified Accessibility Samples</a>
</div>
<div class="ibm-sitenav-menu-list">
<ul role="menubar">
<li role="presentation" class="ibm-haschildlist">
<button role="menuitem">
<a href="wcag.html">WCAG</a>
</button>
<ul role="menu" aria-label="wcag">
<li role="presentation">
<a role="menuitem" href="WCAG_ARIA/aria_techniques.html">ARIA</a>
</li>
<li role="presentation">
<a role="menuitem" href="WCAG_GENERAL/general_techniques.html">General</a>
</li>
<li role="presentation">
<a role="menuitem" href="WCAG_HTML/html_techniques.html">HTML</a>
</li>
</ul>
</li>
<li role="presentation" class="ibm-haschildlist">
<button role="menuitem">
<a href="Web_Components/components.html">Web Components</a>
</button>
<ul role="menu" aria-label="components">
<li role="presentation">
<a role="menuitem" href="Web_Components/buttons.html">Buttons</a>
</li>
<li role="presentation">
<a role="menuitem" href="Web_Components/forms.html">Form Controls</a>
</li>
<li role="presentation">
<a role="menuitem" href="Web_Components/multimedia.html">Images & Multimedia</a>
</li>
<li role="presentation">
<a role="menuitem" href="Web_Components/lists.html">Lists</a>
</li>
<li role="presentation">
<a role="menuitem" href="Web_Components/nav.html">Navigation</a>
</li>
</ul>
</li>
<li role="presentation" class="ibm-haschildlist">
<button role="menuitem">
<a href="frameworks.html">Frameworks</a>
</button>
<ul role="menu" aria-label="frameworks">
<li role="presentation">
<a role="menuitem" href="https://snidersd.github.io/">Angular 6 Example</a>
</li>
<li role="presentation">
<a role="menuitem" href="https://snidersd2.github.io/example">Angular 6 & Angular Material Example</a>
</li>
<li role="presentation">
<a role="menuitem" href="https://snidersd.github.io/react-examples/">React</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<main role="main">
<div>
<div class="ibm-band ibm-background-blue-50 ibm-padding-bottom-1 ibm-padding-top-1 ibm-alternate-background">
<div class="ibm-columns ibm-padding-bottom-0">
<div class="ibm-col-1-1">
<h2 class="ibm-h2 ibm-padding-bottom-0">Va11yS</h2>
</div>
</div>
</div>
</div>
<div class="ibm-col-5-1 ibm-col-medium-6-2 ibm-hidden-small">
<nav role="navigation" aria-label="menu">
<div id="ibm-navigation">
<ul id="ibm-primary-links" role="tree" aria-label="side nav">
<li role="presentation">
<a role="treeitem" href="wcag.html" aria-selected="true">WCAG</a>
<ul role="group">
<li role="presentation">
<a role="treeitem" href="WCAG_ARIA/aria_techniques.html">ARIA Techniques</a>
</li>
<li role="presentation">
<a role="treeitem" href="WCAG_GENERAL/general_techniques.html">General Techniques</a>
</li>
<li role="presentation">
<a role="treeitem" href="WCAG_HTML/html_techniques.html">HTML Techniques</a>
</li>
</ul>
</li>
<li role="presentation">
<a role="treeitem" href="Web_Components/components.html">Web Components</a>
<ul role="group">
<li role="presentation">
<a role="treeitem" href="Web_Components/buttons.html">Buttons</a>
</li>
<li role="presentation">
<a role="treeitem" href="Web_Components/forms.html">Form Controls</a>
</li>
<li role="presentation">
<a role="treeitem" href="Web_Components/multimedia.html">Images & Multimedia</a>
</li>
<li role="presentation">
<a role="treeitem" href="Web_Components/lists.html">Lists</a>
</li>
<li role="presentation">
<a role="treeitem" href="Web_Components/nav.html">Navigation</a>
</li>
</ul>
</li>
<li role="presentation">
<a role="treeitem" href="frameworks.html">Frameworks</a>
<ul role="group">
<li role="presentation">
<a role="treeitem" href="https://snidersd.github.io/">Angular 6 Example</a>
</li>
<li role="presentation">
<a role="treeitem" href="https://snidersd2.github.io/example">Angular 6 & Angular Material Example</a>
</li>
<li role="presentation">
<a role="treeitem" href="https://snidersd.github.io/react-examples/">React Examples</a>
</li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
<div class="ibm-col-5-4 ibm-col-medium-6-4">
</br>
<div class="ibm-columns" data-items=".ibm-card" data-widget="setsameheight">
<div class="ibm-col-5-2 ibm-col-medium-6-2">
<div class="ibm-card">
<div class="ibm-card__content">
<h3 class="ibm-h3">ARIA Techniques</h3>
<p>This section provides WAI-ARIA examples that are listed by technique number.</p>
<p class="ibm-padding-top-1 ibm-button-link">
<a href="WCAG_ARIA/aria_techniques.html" class="ibm-btn-pri ibm-btn-blue-50" aria-label="aria">Learn more</a>
</p>
</div>
</div>
</div>
<div class="ibm-col-5-2 ibm-col-medium-6-2">
<div class="ibm-card">
<div class="ibm-card__content">
<h3 class="ibm-h3">General Techniques</h3>
<p>This section provides WCAG General examples that are listed by technique number.</p>
<p class="ibm-padding-top-1 ibm-button-link">
<a href="WCAG_GENERAL/general_techniques.html" class="ibm-btn-pri ibm-btn-blue-50" aria-label="general">Learn more</a>
</p>
</div>
</div>
</div>
<div class="ibm-col-5-2 ibm-col-medium-6-2">
<div class="ibm-card">
<div class="ibm-card__content">
<h3 class="ibm-h3">HTML Techniques</h3>
<p>This section provides HTML examples that are listed by technique number.</p>
<p class="ibm-padding-top-1 ibm-button-link">
<a href="WCAG_HTML/html_techniques.html" class="ibm-btn-pri ibm-btn-blue-50" aria-label="html">Learn more</a>
</p>
</div>
</div>
</div>
</div>
</main>
</div>
</body>
</html>