-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
156 lines (149 loc) · 7.78 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, minimal-ui">
<meta charset="utf-8">
<title>Va11yS: Verified Accessibility Samples</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 Example</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<main role="main" aria-labelledby="ibm-pagetitle-h1">
<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>
<a href="#" class="ibm-blocklink ibm-padding-content">
<p class="ibm-icon-nolink ibm-textcolor-default ibm-padding-bottom-0">
The best way to use these samples is to experiment with the component behaviors on different mobile devices or desktop environments.
You can then "view source" to copy and modify the code for your own applications.
<b>Note:</b> The look and feel of these code samples is quite simplistic as the goal is to provide the cleanest
view.
</p>
</a>
<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">WCAG</h3>
<p>This section provides WCAG samples by technique number for:</p>
<ul>
<li>HTML</li>
<li>ARIA</li>
<li>General</li>
</ul>
<p class="ibm-padding-top-1 ibm-button-link">
<a href="wcag.html" class="ibm-btn-pri ibm-btn-blue-50">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">Web Components</h3>
<p>This section provides an alphabetical list of samples by Web Component, as well as the technology
and framework used to create each of the examples.
</p>
<p class="ibm-padding-top-1 ibm-button-link">
<a href="Web_Components/components.html" class="ibm-btn-pri ibm-btn-blue-50">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">Frameworks</h3>
<p>This section includes examples and test results for:
<ul>
<li>A React Single-page Application</li>
<li>Angular 6 Single-page Application</li>
<li>Angular 6 and Angular Material Application</li>
</ul>
</p>
<p class="ibm-padding-top-1 ibm-button-link">
<a href="frameworks.html" class="ibm-btn-pri ibm-btn-blue-50">Learn more</a>
</p>
</div>
</div>
</div>
</div>
</main>
</body>
</html>