Skip to content

Instantly share code, notes, and snippets.

View cmegown's full-sized avatar

Corey Megown cmegown

  • Olympia, WA
View GitHub Profile
@cmegown
cmegown / wcag.json
Last active December 9, 2020 22:01
Web Content Accessibility Guidelines (WCAG) 2.1
[
{
"id": "1",
"title": "Perceivable",
"description": "Information and user interface components must be presentable to users in ways they can perceive.",
"guidelines": [
{
"id": "1.1",
"title": "Text Alternatives",
"description": "Provide text alternatives for any non-text content so that it can be changed into other forms people need, such as large print, braille, speech, symbols or simpler language.",