index.html 20.3 KB
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"><head><title>Understanding WCAG 2.0 </title><link rel="stylesheet" type="text/css" href="additional.css"/><link media="print" type="text/css" rel="stylesheet" href="print.css"/><link rel="stylesheet" type="text/css" href="additional.css"/><link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-WG-NOTE"/></head><body class="slices"><a name="top"/><p align="center">[<a href="#contents">contents</a>] </p><div class="head"><p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72"/></a></p>
<h1><a name="title" id="title"> </a>Understanding <acronym title="Web Content Accessibiity Guidelines">WCAG</acronym> 2.0 </h1>
<h2><a name="subtitle" id="subtitle"> </a>A guide to understanding and implementing Web Content Accessibility Guidelines 2.0</h2>
<h2><a name="w3c-doctype" id="w3c-doctype"> </a>W3C Working Group Note 3 January 2012</h2><dl><dt>This version:</dt><dd>
			
			<a href="http://www.w3.org/TR/2012/NOTE-UNDERSTANDING-WCAG20-20120103/">http://www.w3.org/TR/2012/NOTE-UNDERSTANDING-WCAG20-20120103/</a>
		</dd><dt>Latest version:</dt><dd><a href="http://www.w3.org/TR/UNDERSTANDING-WCAG20/">http://www.w3.org/TR/UNDERSTANDING-WCAG20/</a></dd><dt>Previous version:</dt><dd>
			
			<a href="http://www.w3.org/TR/2010/NOTE-UNDERSTANDING-WCAG20-20101014/">http://www.w3.org/TR/2010/NOTE-UNDERSTANDING-WCAG20-20101014/</a>
		</dd><dt>Editors:</dt><dd>Michael Cooper, W3C</dd><dd>Loretta Guarino Reid, Google, Inc.</dd><dd>Gregg Vanderheiden, Trace R&amp;D  Center, University of
Wisconsin-Madison</dd><dt>Previous Editors:</dt><dd>Ben Caldwell (until September 2010 while at Trace R&amp;D Center, University of
    			Wisconsin-Madison)</dd><dd>Wendy Chisholm (until July 2006 while at W3C)</dd><dd>John Slatin (until June 2006 while at Accessibility Institute, University of Texas at
Austin)</dd></dl><p>This document is also available in these non-normative formats: </p><ul><li><a href="complete.html">Single file version</a></li><li><a href="complete-diff.html">Single file diff-marked version showing revisions since 14 October 2010</a>, and </li><li><a href="/WAI/WCAG20/versions/understanding/">Alternate Versions of Understanding WCAG 2.0</a>, </li></ul><p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2012 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p></div><hr/><div>
<h2><a name="abstract" id="abstract"> </a>Abstract</h2><p>This document, "Understanding WCAG 2.0," is an essential guide to  understanding and using <a href="http://www.w3.org/TR/WCAG20/">Web Content Accessibility Guidelines (WCAG) 2.0</a> <a href="appendixD.html#WCAG20">[WCAG20]</a>. It is part of a series of documents that support WCAG 2.0. Please note that the  contents of this document are informative  (they provide guidance), and not normative (they do not set  requirements for conforming to WCAG 2.0). See <a href="http://www.w3.org/WAI/intro/wcag.php">Web Content Accessibility Guidelines (WCAG) Overview</a> for an introduction to WCAG, supporting  technical documents, and educational material.</p><p>WCAG 2.0 establishes a set of Success Criteria to define conformance  to the WCAG 2.0 Guidelines. A Success Criterion is a testable statement  that will be either true or false when applied to specific Web content.  "Understanding WCAG 2.0" provides detailed information about each  Success Criterion, including its intent, the key terms that are used in  the Success Criterion, and how the Success Criteria in WCAG 2.0 help people with different types of disabilities. This document also provides examples of Web content that meet the success  criterion using various Web technologies (for instance, HTML, CSS, XML),  and common examples of Web content that does not meet the success  criterion. </p><p>This document indicates specific techniques to meet each Success Criterion. Details for how to implement each technique are available in <a href="http://www.w3.org/TR/WCAG20-TECHS/">Techniques for WCAG 2.0</a>, but "Understanding WCAG 2.0" provides the information about the relationship of each technique to the Success Criteria. Techniques are categorized by the level of support they provide for the Success Criteria. "Sufficient techniques" are <em>sufficient</em> to meet a  particular Success Criterion (either by themselves or in combination with  other techniques), while other techniques are advisory and therefore optional.  None of  the techniques are <em>required</em> to meet WCAG 2.0, although some may be the only  known method if a particular technology is used. "Advisory techniques" are not sufficient to meet the Success Criteria on their own (because they are not testable or provide incomplete support) but it is encouraged that authors follow them when possible to provide enhanced accessibility. Another support category is "Common Failures", which describe authoring practices known to cause Web content <em>not</em> to conform to WCAG 2.0. Although failures provide advisory information about certain authoring practices, authors must avoid those practices in order to meet the WCAG 2.0 Success Criteria. </p><p>This document is part of a series of documents published by the W3C Web  Accessibility Initiative (WAI) to support WCAG 2.0. This document was published as a Working Group Note at the same time WCAG 2.0 was published as a W3C Recommendation. Unlike WCAG 2.0, is expected that the information in Understanding WCAG 2.0 will be updated from time to time. See <a href="http://www.w3.org/WAI/intro/wcag.php">Web Content Accessibility Guidelines (WCAG) Overview</a> for an introduction to WCAG, supporting technical documents, and educational material.</p></div><div>
<h2><a name="status" id="status"> </a>Status of This Document</h2><p><em>This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications and the latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> at <a href="http://www.w3.org/TR/">http://www.w3.org/TR/</a>.</em></p><p>This is a Working Group Note "Understanding WCAG 2.0". The <a href="http://www.w3.org/WAI/GL/">Web Content Accessibility Guidelines Working Group</a> considers this document to be important for understanding the success criteria in the <a href="http://www.w3.org/TR/2008/REC-WCAG20-20081211/">Web Content Accessibility Guidelines (WCAG) 2.0 Recommendation</a>. Please note that the contents of this document are informative (they provide guidance), and not normative (they do not set requirements for conforming to WCAG 2.0).</p><p>Understanding WCAG 2.0 was <a href="http://www.w3.org/TR/UNDERSTANDING-WCAG20/">previously published on 11 December 2008</a> as a Working Group Note and updated 14 October 2010. This new version updates the support information provided for WCAG 2.0. Note that WCAG 2.0 itself remains unchanged, only the informative support materials have been updated. Primary changes include addition of PDF and Silverlight techniques, and clarifications based on input from the public and translators.  The changes are highlighted in the <a href="complete-diff">diff-marked version</a>.</p><p> The Working Group requests that any comments be made using the provided <a href="http://www.w3.org/WAI/WCAG20/comments/">online comment form</a>. If this is not possible, comments can also be sent to <a href="mailto:public-comments-wcag20@w3.org">public-comments-wcag20@w3.org</a>. The <a href="http://lists.w3.org/Archives/Public/public-comments-wcag20/">archives for the public comments list</a> are publicly available. Comments received on this document may be addressed in future versions of this document, or in another manner.  Archives of the <a href="http://lists.w3.org/Archives/Public/w3c-wai-gl/">WCAG WG mailing list discussions</a> are also publicly available, and future work undertaken by the Working Group may address comments received on this document.</p><p>This document has been produced as part of the W3C <a href="http://www.w3.org/WAI/">Web Accessibility Initiative</a> (WAI). The goals of the WCAG Working Group are discussed in the <a href="http://www.w3.org/WAI/GL/new-charter-2000.html">WCAG Working Group charter</a>. The WCAG Working Group is part of the <a href="http://www.w3.org/WAI/Technical/Activity">WAI Technical Activity</a>.</p><p> Publication as a Working Group Note does not imply endorsement by the W3C Membership. This is a draft document and may be updated, replaced or obsoleted by other documents at any time. It is inappropriate to cite this document as other than work in progress. </p><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 W3C Patent Policy</a>. W3C maintains a <a href="http://www.w3.org/2004/01/pp-impl/35422/status" rel="disclosure">public list of any patent disclosures</a> made in connection with the deliverables of the group; that page also includes instructions for disclosing a patent. An individual who has actual knowledge of a patent which the individual believes contains <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential Claim(s)</a> must disclose the information in accordance with <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the W3C Patent Policy</a>. </p></div><div class="toc">
<hr/><h2><a name="contents" id="contents"> </a>Table of Contents</h2><ul class="toc"><li><a href="#abstract">Abstract </a></li><li><a href="#status">Status of This Document </a></li><li class="intro"><a href="intro.html"> Introduction to Understanding WCAG 2.0</a></li><li class="text-equiv"><a href="text-equiv.html"> 
					Understanding Guideline 1.1 [Text Alternatives]
          </a><ul><li><a href="text-equiv-all.html">
		Understanding Success Criterion 1.1.1  [Non-text Content]
	</a></li></ul></li><li class="media-equiv"><a href="media-equiv.html"> 
					Understanding Guideline 1.2 [Time-based Media]
          </a><ul><li><a href="media-equiv-av-only-alt.html">
		Understanding Success Criterion 1.2.1  [Audio-only and Video-only (Prerecorded)]
	</a></li><li><a href="media-equiv-captions.html">
		Understanding Success Criterion 1.2.2  [Captions (Prerecorded)]
	</a></li><li><a href="media-equiv-audio-desc.html">
		Understanding Success Criterion 1.2.3  [Audio Description or Media Alternative (Prerecorded)]
	</a></li><li><a href="media-equiv-real-time-captions.html">
		Understanding Success Criterion 1.2.4  [Captions (Live)]
	</a></li><li><a href="media-equiv-audio-desc-only.html">
		Understanding Success Criterion 1.2.5  [Audio Description (Prerecorded)]
	</a></li><li><a href="media-equiv-sign.html">
		Understanding Success Criterion 1.2.6  [Sign Language (Prerecorded)]
	</a></li><li><a href="media-equiv-extended-ad.html">
		Understanding Success Criterion 1.2.7  [Extended Audio Description (Prerecorded)]
	</a></li><li><a href="media-equiv-text-doc.html">
		Understanding Success Criterion 1.2.8  [Media Alternative (Prerecorded)]
	</a></li><li><a href="media-equiv-live-audio-only.html">
		Understanding Success Criterion 1.2.9  [Audio-only (Live)]
	</a></li></ul></li><li class="content-structure-separation"><a href="content-structure-separation.html"> 
					Understanding Guideline 1.3 [Adaptable]
          </a><ul><li><a href="content-structure-separation-programmatic.html">
		Understanding Success Criterion 1.3.1  [Info and Relationships]
	</a></li><li><a href="content-structure-separation-sequence.html">
		Understanding Success Criterion 1.3.2  [Meaningful Sequence]
	</a></li><li><a href="content-structure-separation-understanding.html">
		Understanding Success Criterion 1.3.3  [Sensory Characteristics]
	</a></li></ul></li><li class="visual-audio-contrast"><a href="visual-audio-contrast.html"> 
					Understanding Guideline 1.4 [Distinguishable]
          </a><ul><li><a href="visual-audio-contrast-without-color.html">
		Understanding Success Criterion 1.4.1  [Use of Color]
	</a></li><li><a href="visual-audio-contrast-dis-audio.html">
		Understanding Success Criterion 1.4.2  [Audio Control]
	</a></li><li><a href="visual-audio-contrast-contrast.html">
		Understanding Success Criterion 1.4.3  [Contrast (Minimum)]
	</a></li><li><a href="visual-audio-contrast-scale.html">
		Understanding Success Criterion 1.4.4  [Resize text]
	</a></li><li><a href="visual-audio-contrast-text-presentation.html">
		Understanding Success Criterion 1.4.5  [Images of Text]
	</a></li><li><a href="visual-audio-contrast7.html">
		Understanding Success Criterion 1.4.6  [Contrast (Enhanced)]
	</a></li><li><a href="visual-audio-contrast-noaudio.html">
		Understanding Success Criterion 1.4.7  [Low or No Background Audio]
	</a></li><li><a href="visual-audio-contrast-visual-presentation.html">
		Understanding Success Criterion 1.4.8  [Visual Presentation]
	</a></li><li><a href="visual-audio-contrast-text-images.html">
		Understanding Success Criterion 1.4.9  [Images of Text (No Exception)]
	</a></li></ul></li><li class="keyboard-operation"><a href="keyboard-operation.html"> 
					Understanding Guideline 2.1 [Keyboard Accessible]
          </a><ul><li><a href="keyboard-operation-keyboard-operable.html">
		Understanding Success Criterion 2.1.1  [Keyboard]
	</a></li><li><a href="keyboard-operation-trapping.html">
		Understanding Success Criterion 2.1.2  [No Keyboard Trap]
	</a></li><li><a href="keyboard-operation-all-funcs.html">
		Understanding Success Criterion 2.1.3  [Keyboard (No Exception)]
	</a></li></ul></li><li class="time-limits"><a href="time-limits.html"> 
					Understanding Guideline 2.2 [Enough Time]
          </a><ul><li><a href="time-limits-required-behaviors.html">
		Understanding Success Criterion 2.2.1  [Timing Adjustable]
	</a></li><li><a href="time-limits-pause.html">
		Understanding Success Criterion 2.2.2  [Pause, Stop, Hide]
	</a></li><li><a href="time-limits-no-exceptions.html">
		Understanding Success Criterion 2.2.3  [No Timing]
	</a></li><li><a href="time-limits-postponed.html">
		Understanding Success Criterion 2.2.4  [Interruptions]
	</a></li><li><a href="time-limits-server-timeout.html">
		Understanding Success Criterion 2.2.5  [Re-authenticating]
	</a></li></ul></li><li class="seizure"><a href="seizure.html"> 
					Understanding Guideline 2.3 [Seizures]
          </a><ul><li><a href="seizure-does-not-violate.html">
		Understanding Success Criterion 2.3.1  [Three Flashes or Below Threshold]
	</a></li><li><a href="seizure-three-times.html">
		Understanding Success Criterion 2.3.2  [Three Flashes]
	</a></li></ul></li><li class="navigation-mechanisms"><a href="navigation-mechanisms.html"> 
					Understanding Guideline 2.4 [Navigable]
          </a><ul><li><a href="navigation-mechanisms-skip.html">
		Understanding Success Criterion 2.4.1  [Bypass Blocks]
	</a></li><li><a href="navigation-mechanisms-title.html">
		Understanding Success Criterion 2.4.2  [Page Titled]
	</a></li><li><a href="navigation-mechanisms-focus-order.html">
		Understanding Success Criterion 2.4.3  [Focus Order]
	</a></li><li><a href="navigation-mechanisms-refs.html">
		Understanding Success Criterion 2.4.4  [Link Purpose (In Context)]
	</a></li><li><a href="navigation-mechanisms-mult-loc.html">
		Understanding Success Criterion 2.4.5  [Multiple Ways]
	</a></li><li><a href="navigation-mechanisms-descriptive.html">
		Understanding Success Criterion 2.4.6  [Headings and Labels]
	</a></li><li><a href="navigation-mechanisms-focus-visible.html">
		Understanding Success Criterion 2.4.7  [Focus Visible]
	</a></li><li><a href="navigation-mechanisms-location.html">
		Understanding Success Criterion 2.4.8  [Location]
	</a></li><li><a href="navigation-mechanisms-link.html">
		Understanding Success Criterion 2.4.9  [Link Purpose (Link Only)]
	</a></li><li><a href="navigation-mechanisms-headings.html">
		Understanding Success Criterion 2.4.10  [Section Headings]
	</a></li></ul></li><li class="meaning"><a href="meaning.html"> 
					Understanding Guideline 3.1 [Readable]
          </a><ul><li><a href="meaning-doc-lang-id.html">
		Understanding Success Criterion 3.1.1  [Language of Page]
	</a></li><li><a href="meaning-other-lang-id.html">
		Understanding Success Criterion 3.1.2  [Language of Parts]
	</a></li><li><a href="meaning-idioms.html">
		Understanding Success Criterion 3.1.3  [Unusual Words]
	</a></li><li><a href="meaning-located.html">
		Understanding Success Criterion 3.1.4  [Abbreviations]
	</a></li><li><a href="meaning-supplements.html">
		Understanding Success Criterion 3.1.5  [Reading Level]
	</a></li><li><a href="meaning-pronunciation.html">
		Understanding Success Criterion 3.1.6  [Pronunciation]
	</a></li></ul></li><li class="consistent-behavior"><a href="consistent-behavior.html"> 
					Understanding Guideline 3.2 [Predictable]
          </a><ul><li><a href="consistent-behavior-receive-focus.html">
		Understanding Success Criterion 3.2.1  [On Focus]
	</a></li><li><a href="consistent-behavior-unpredictable-change.html">
		Understanding Success Criterion 3.2.2  [On Input]
	</a></li><li><a href="consistent-behavior-consistent-locations.html">
		Understanding Success Criterion 3.2.3  [Consistent Navigation]
	</a></li><li><a href="consistent-behavior-consistent-functionality.html">
		Understanding Success Criterion 3.2.4  [Consistent Identification]
	</a></li><li><a href="consistent-behavior-no-extreme-changes-context.html">
		Understanding Success Criterion 3.2.5  [Change on Request]
	</a></li></ul></li><li class="minimize-error"><a href="minimize-error.html"> 
					Understanding Guideline 3.3 [Input Assistance]
          </a><ul><li><a href="minimize-error-identified.html">
		Understanding Success Criterion 3.3.1  [Error Identification]
	</a></li><li><a href="minimize-error-cues.html">
		Understanding Success Criterion 3.3.2  [Labels or Instructions]
	</a></li><li><a href="minimize-error-suggestions.html">
		Understanding Success Criterion 3.3.3  [Error Suggestion]
	</a></li><li><a href="minimize-error-reversible.html">
		Understanding Success Criterion 3.3.4  [Error Prevention (Legal, Financial, Data)]
	</a></li><li><a href="minimize-error-context-help.html">
		Understanding Success Criterion 3.3.5  [Help]
	</a></li><li><a href="minimize-error-reversible-all.html">
		Understanding Success Criterion 3.3.6  [Error Prevention (All)]
	</a></li></ul></li><li class="ensure-compat"><a href="ensure-compat.html"> 
					Understanding Guideline 4.1 [Compatible]
          </a><ul><li><a href="ensure-compat-parses.html">
		Understanding Success Criterion 4.1.1  [Parsing]
	</a></li><li><a href="ensure-compat-rsv.html">
		Understanding Success Criterion 4.1.2  [Name, Role, Value]
	</a></li></ul></li><li class="conformance"><a href="conformance.html"> Understanding Conformance</a></li></ul>
              <h3><a name="appendices" id="appendices"> </a>Appendices</h3><ul class="toc"><li>Appendix A <a href="appendixA.html">How to refer to WCAG 2.0 from other documents</a></li> <li>Appendix B <a href="appendixB.html">Documenting Accessibility Support for Uses of a Web Technology</a></li> <li>Appendix C <a href="appendixC.html">Understanding Metadata</a></li> <li>Appendix D <a href="appendixD.html">References</a></li> </ul></div><hr/><div class="front"/><div class="body"/><div class="back"/><!-- BOTTOM NAVIGATION BAR --><ul id="navigationbottom"><li><strong><a href="#top">Top</a></strong></li><li><strong><a href="Overview.html#contents" title="Table of Contents">Contents</a></strong></li><li><strong><a href="intro.html" title="Introduction to Understanding WCAG 2.0"><abbr title="Introduction">Intro</abbr></a></strong></li><li><a title="Understanding Introduction to Understanding WCAG 2.0" href="intro.html"><strong>Next: </strong>Introduction to Understanding WCAG 2.0</a></li></ul></body></html>