This repository was archived by the owner on Sep 4, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathaccessibility.json
More file actions
30 lines (30 loc) · 1.4 KB
/
Copy pathaccessibility.json
File metadata and controls
30 lines (30 loc) · 1.4 KB
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
{
"title": "Accessibility",
"slug": "/accessibility",
"resources": [
{
"title": "Userway",
"desc": "Provides accessibility plugins that work without refactoring your website's existing code and will increase compliance with WCAG 2.1 , ATAG 2.0 , ADA ,& Section 508 requirements.",
"url": "https://userway.org/",
"tags": ["widget", "contrast", "audit", "plugins"]
},
{
"title": "The A11Y Checklist",
"desc": "This checklist uses the The Web Content Accessibility Guidelines (WCAG) as a reference point. The WCAG is a shared standard for web content accessibility for individuals, organizations, and governments.",
"url": "https://a11yproject.com/checklist/",
"tags": ["WCAG", "events", "checklist", "patterns"]
},
{
"title": "HTML_CodeSniffer",
"desc": "A client-side script that checks HTML source code and detects violations of a defined coding standard.",
"url": "http://squizlabs.github.io/HTML_CodeSniffer/",
"tags": ["test", "auditor", "report", "bookmark"]
},
{
"title": "The web accessibility basics",
"desc": "The absolute web accessibility basics every web developer should know about.",
"url": "https://www.marcozehe.de/articles/2015-12-14-the-web-accessibility-basics/",
"tags": ["blog", "video", "semantics", "basics"]
}
]
}