Skip to content

Instantly share code, notes, and snippets.

@jonlow
Last active August 29, 2015 14:03
Show Gist options
  • Save jonlow/e5e34910a065bfbdc812 to your computer and use it in GitHub Desktop.
Save jonlow/e5e34910a065bfbdc812 to your computer and use it in GitHub Desktop.
Create accessible text alternatives for an infographic

There are two ways to make an infographic accessible:

  • By providing a text alternative for the infographic that conveys the same meaning and information that is represented visually.
  • By using HTML/CSS to create your infographic rather than using an image file.

No matter which method you choose, colours used in the infographic must meet colour contrast requirements.

http://www.accessiq.org/create/content/how-to-create-an-accessible-infographic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment