Add multiple tags to each of the accessibility resources

This commit is contained in:
Robin
2019-10-21 12:29:15 -07:00
parent 240f82f339
commit c3ddce8021

View File

@@ -6,25 +6,25 @@
"title": "Userway", "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.", "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/", "url": "https://userway.org/",
"tags": [] "tags": ["widget", "contrast", "audit", "plugins"]
}, },
{ {
"title": "The A11Y Checklist", "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.", "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/", "url": "https://a11yproject.com/checklist/",
"tags": [] "tags": ["WCAG", "events", "checklist", "patterns"]
}, },
{ {
"title": "HTML_CodeSniffer", "title": "HTML_CodeSniffer",
"desc": "A client-side script that checks HTML source code and detects violations of a defined coding standard.", "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/", "url": "http://squizlabs.github.io/HTML_CodeSniffer/",
"tags": [] "tags": ["test", "auditor", "report", "bookmark"]
}, },
{ {
"title": "The web accessibility basics", "title": "The web accessibility basics",
"desc": "The absolute web accessibility basics every web developer should know about.", "desc": "The absolute web accessibility basics every web developer should know about.",
"url": "https://www.marcozehe.de/2015/12/14/the-web-accessibility-basics/", "url": "https://www.marcozehe.de/2015/12/14/the-web-accessibility-basics/",
"tags": [] "tags": ["blog", "video", "semantics", "basics"]
} }
] ]
} }