Skip to content

Instantly share code, notes, and snippets.

@growdigital
Created May 27, 2014 10:49
Show Gist options
  • Save growdigital/39e79fdce6918f09c559 to your computer and use it in GitHub Desktop.
Save growdigital/39e79fdce6918f09c559 to your computer and use it in GitHub Desktop.
WebAIM's WCAG 2.0 Checklist

http://webaim.org/standards/wcag/checklist
http://www.w3.org/TR/WCAG20/

  1. Perceivable
  • Operable
  • Understandable
  • Robuts

1. Perceivable

Web content is made available to the senses - sight, hearing, and/or touch

1.1 Text Alternatives

Provide text alternatives for any non-text content

  • [] All images, form image buttons, and image map hot spots have appropriate, equivalent alternative text.
  • [] Images that do not convey content, are decorative, or contain content that is already conveyed in text are given null alt text (alt="") or implemented as CSS backgrounds. All linked images have descriptive alternative text.
  • [] Equivalent alternatives to complex images are provided in context or on a separate (linked and/or referenced via longdesc) page.
  • [] Form buttons have a descriptive value.
  • [] Form inputs have associated text labels.
  • [] Embedded multimedia is identified via accessible text.
  • [] Frames are appropriately titled.

Success criteria : 1.1.1 Non-text Content (Level A)

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