-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (56 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<title>ARIA components</title>
</head>
<body>
<h1>WAI-ARIA WCAG 2.1 AAA compatible components</h1>
<ul>
<li>
<a href="cartridge1/js/components/carousels/index.html">Carousels (Carousel / Image rotator)</a>
</li>
<li>
<a href="cartridge1/js/components/dialogs/index.html">Dialogs (Dialog / Panel)</a>
</li>
<li>
<a href="cartridge1/js/components/forms/index.html">Forms (Spin button / Combobox / Form validation )</a>
</li>
<li>
<a href="cartridge1/js/components/menus/index.html">Menus (menu, menu button, menu bar)</a>
</li>
<li>
<a href="cartridge1/js/components/notifications/index.html">Notifications (Alerts / Tooltips)</a>
</li>
<li>
<a href="cartridge1/js/components/toggles/index.html">Togglers (Tabs / Accordion / Disclosure)</a>
</li>
<li>
<a href="cartridge1/js/components/other/index.html">Other (Grid, Feed, focus highlighter)</a>
</li>
</ul>
<h2>Pages examples</h2>
<ul>
<li><a href="pages/plp">PLP</a></li>
</ul>
<hr/>
<p>
This software or documents includes material derived from
<a href="https://www.w3.org/TR/wai-aria-practices/">WAI-ARIA practice</a>.
Copyright ©2019 W3C® (<a href="http://www.lcs.mit.edu/">MIT</a>, <a href="http://www.inria.fr/">INRIA</a>, <a href="http://www.keio.ac.jp/">Keio</a>,
<a href="https://www.ercim.eu/">ERCIM</a>, <a href="https://ev.buaa.edu.cn/">Beihang</a>).
</p>
<p>
All Rights Reserved. This work is distributed under the
<a href="http://www.w3.org/Consortium/Legal/copyright-software">W3C® Software License</a>
in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
</p>
<p>
Copyright © 2020, D. Nechepurenko. Published under MIT license.
</p>
</body>
</html>