WCAG Theme song

WCAG theme song

Cover page images (keys)

How to Use Web Content Accessbility Guidelines (WCAG) 2.0 on Web Sites

CSUN 2009
18 March 2009
Michael Cooper, cooper@w3.org

Introduction: Michael Cooper

What is WCAG 2.0?

Comparison with WCAG 1.0

WCAG 2.0 materials

Versions of WCAG 2.0

WCAG 2.0 Concepts

Conformance levels

Level A

Level AA

Level AAA

Conformance

Conformance vs usability testing

Partial Conformance

Programmatically determined

Image - programmatically determined

  Not programmatically determined Caption and redundant alt Caption programmatically determined
Example

Manji making a face

Mangi making a face

Manji making a face

Manji making a face

Code <img src="manji.png" />
<p>Manji making a face</p>
<img src="manji.png" alt="Mangi making a face" />
<p>Manji making a face</p>
<img src="manji.png" aria-labelledby="img_ex1" />
<p id="img_ex1">Manji making a face</p>
Screen reader "graphic Manji making a face" "Manji making a face Manji making a face" "Manji making a face"

Link text - programmatically determined

ExampleCode
<ul><li> Check out the video report for last year's <a href="http://example.com/festival.htm">National Folk Festival</a>.</li></ul>

Article title

Description of article

Read more

<h3>Article title</h3>
<p>Description of article</p><p><a href="http://example.com/">Read more</a></p>

Slider control - programmatically determined

Slider control - programmatically determined

<div class="slider" id="sr">
  <img id="sr_knob" 
    src="images/slider.gif"
    role="slider"
    tabindex="0"
    aria-labelledby="sr_label"
    aria-valuemin="100"
    aria-valuenow="500"
    aria-valuemax="1000" />
</div>
<p id="sr_label">slider example</p>

Accessibility support

Determing accessibility support

Types of techniques

Example General technique

Example HTML technique

Example Failure technique

Using How to Meet WCAG 2.0

Some interesting techniques

Ways to contribute

Thank you

Questions?

Tomorrow:

Michael Cooper: cooper@w3.org

This presentation: http://www.w3.org/2009/Talks/03-18-CSUN-MC/

Links