Keys

Introduction to WCAG 2

Shadi Abou-Zahra, W3C/WAI
http://www.w3.org/People/shadi/

(alternate presentation format available)

About WCAG 2

Web Content Accessibility Guidelines (WCAG) is developed through international collaboration:

Design of WCAG 2

WCAG 2 Structure

Note: WCAG 1.0 had 14 Guidelines and 65 Checkpoints

WCAG 2 Principles

Accessibility principles of WCAG 2:

To help memorize: P-O-U-R like pouring water.

Example Guidelines

Examples of WCAG 2 Guidelines:

Example Success Criteria

Examples of WCAG 2 Success Criteria:

WCAG 2 Techniques

Techniques are documented separately. There are three types of Techniques:

Techniques are Technology-specific (e.g. HTML, CSS, AJAX, ...)

Example Technique

Contents of WCAG 2 Technique "H36 - Using alt attributes on images used as submit buttons":

Example Test Procedure

Test procedure from WCAG 2 Technique H36:

Procedure
  1. For all input elements that have a type attribute value of "image", check for the presence of an alt attribute.
  2. Check that the alt attribute indicates the button's function.
Expected Results
#1 und #2 are true

WCAG 2 Hierarchy

How To Meet WCAG 2.0

http://www.w3.org/WAI/WCAG20/quickref/:
Excerpt of 'How To Meet WCAG 2.0' at http://www.w3.org/WAI/WCAG20/quickref/

WCAG 2.0 Quick Reference

Excerpt of How To 'Meet WCAG 2.0' Success Criterion 1.4.3 - Contrast (Minimum)

Questions?

Quick clarification questions welcome now.
Next: Text Alternatives (after the break).