-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (50 loc) · 2.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="UTF-8" />
<title>Lists on accessibility</title>
<!-- Styles -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>
Lists of resources for accessibility evaluation and development
</h1>
<p>This is a compilation of useful lists of resources to evaluate and develop accessible web or non-web content, as web pages, mobile applications, desktop applications, documents.</p>
<p>It is possible to collaborate, sending proposals for corrections of the lists. For this you can open an issue on <a href='https://github.com/josehilera/a11y-lists'>GitHub</a>, or send a message to <a href='mailto:[email protected]'>[email protected] </a>, or via twitter at <a href='https://twitter.com/web_a11y'>@web_a11y</a>.</p>
<table>
<thead>
<tr>
<th>List</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="a11y-evaluation-tools.html">a11y-evaluation-tools</a></td>
<td>Tools that can be used to evaluate the accessibility of web content and non-web content.</td>
</tr>
<tr>
<td><a href="a11y-evaluation-examples.html">a11y-evaluation-examples</a></td>
<td>Examples of accessibility evaluation cases, and examples of web content and non-web content before and after doing corrections to be accessible.</td>
</tr>
<tr>
<td><a href="a11y-evaluation-services.html">a11y-evaluation-services</a></td>
<td>Organizations that performs accessibility evaluation projects.</td>
</tr>
<tr>
<td><a href="a11y-development-resources.html">a11y-development-resources</a></td>
<td>Useful resources to develop accessible web and non-web content.</td>
</tr>
<tr>
<td><a href="a11y-other-lists.html">Other lists</a></td>
<td>Other useful lists to evaluate or develop accessible web and non-web content.</td>
</tr>
</tbody>
</table>
<!-- Scripts
<script src="scripts/index.js"></script>
-->
</body>
</html>