25 lines
1001 B
JSON
25 lines
1001 B
JSON
{
|
|
"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": []
|
|
},
|
|
{
|
|
"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": []
|
|
},
|
|
{
|
|
"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": []
|
|
}
|
|
]
|
|
}
|
|
|