Skip to content

Commit

Permalink
Update Intro and Understanding Techniques to reference specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro committed Oct 1, 2024
1 parent 063794b commit 1c010a2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
22 changes: 11 additions & 11 deletions understanding/intro.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Introduction to Understanding WCAG 2</title>
<title>Introduction to Understanding WCAG {{ versionDecimal }}</title>
</head>
<body>
<h1>Introduction to Understanding WCAG 2</h1>
<p>Understanding WCAG 2 is an essential guide to understanding and using "<a href="https://www.w3.org/TR/WCAG/">Web Content Accessibility Guidelines 2</a>". Although the normative definition and requirements for WCAG 2 can all be found in the WCAG 2 document itself, the concepts and provisions may be new to some people. Understanding WCAG 2 provides a non-normative extended commentary on each guideline and each success criterion to help readers better understand the intent and how the guidelines and success criteria work together. It also provides examples of techniques or combinations of techniques that the Working Group has identified as being sufficient to meet each success criterion. Links are then provided to write-ups for each of the techniques.</p>
<h1>Introduction to Understanding WCAG {{ versionDecimal }}</h1>
<p>Understanding WCAG {{ versionDecimal }} is an essential guide to understanding and using "<a href="https://www.w3.org/TR/WCAG{{ version }}/">Web Content Accessibility Guidelines {{ versionDecimal }}</a>". Although the normative definition and requirements for WCAG {{ versionDecimal }} can all be found in the WCAG {{ versionDecimal }} document itself, the concepts and provisions may be new to some people. Understanding WCAG {{ versionDecimal }} provides a non-normative extended commentary on each guideline and each success criterion to help readers better understand the intent and how the guidelines and success criteria work together. It also provides examples of techniques or combinations of techniques that the Working Group has identified as being sufficient to meet each success criterion. Links are then provided to write-ups for each of the techniques.</p>
<p>This is not an introductory document. It is a detailed technical description of the guidelines and their success criteria. See <a href="https://www.w3.org/WAI/intro/wcag">Web Content Accessibility Guidelines (WCAG) Overview</a> for an introduction to WCAG, supporting technical documents, and educational material. </p>
<p>Understanding WCAG 2 is organized by guideline. There is an <em>Understanding Guideline X.X</em> section for each guideline. The intent and any advisory techniques that are related to the guideline but not specifically related to any of its success criteria are listed there as well.</p>
<p>Understanding WCAG {{ versionDecimal }} is organized by guideline. There is an <em>Understanding Guideline X.X</em> section for each guideline. The intent and any advisory techniques that are related to the guideline but not specifically related to any of its success criteria are listed there as well.</p>
<p>The <em>Understanding Guidelines X.X</em> section is then followed by an <em>Understanding success criterion X.X.X</em> section for each success criterion of that guideline. These sections each contain:</p>
<ul>
<li>
<p>The success criterion as it appears in WCAG 2</p>
<p>The success criterion as it appears in WCAG {{ versionDecimal }}</p>
</li>
<li>
<p>Intent of the success criterion</p>
Expand All @@ -35,11 +35,11 @@ <h1>Introduction to Understanding WCAG 2</h1>
<p>Additional advisory techniques that go beyond what is required to meet the success criterion but can be used to make some or all types of content more accessible. Use of advisory techniques does not impact the level of conformance claimed. </p>
</li>
<li>
<p>Key terms for this success criterion (taken from the WCAG 2 Glossary)</p>
<p>Key terms for this success criterion (taken from the WCAG {{ versionDecimal }} Glossary)</p>
</li>
</ul>
<p>Links are provided from each Guideline in WCAG 2 directly to each <em>Understanding Guideline X.X</em> in this document. Similarly, there is a link from each success criterion in WCAG 2 to the <em>Understanding Success Criterion X.X.X</em> section in this document. </p>
<p>For information about individual techniques, follow the links throughout this document to the techniques of interest in the <a href="../Techniques/">Techniques for WCAG 2</a> document.</p>
<p>Links are provided from each Guideline in WCAG {{ versionDecimal }} directly to each <em>Understanding Guideline X.X</em> in this document. Similarly, there is a link from each success criterion in WCAG {{ versionDecimal }} to the <em>Understanding Success Criterion X.X.X</em> section in this document. </p>
<p>For information about individual techniques, follow the links throughout this document to the techniques of interest in the <a href="../Techniques/">Techniques for WCAG {{ versionDecimal }}</a> document.</p>
<p>For links to information on different disabilities and assistive technologies see <a href="https://en.wikipedia.org/wiki/Disability">Disabilities on Wikipedia</a>. </p>
<section>
<h2>Understanding the Four Principles of Accessibility</h2>
Expand Down Expand Up @@ -79,18 +79,18 @@ <h2>Understanding the Four Principles of Accessibility</h2>
</li>
</ol>
<p>If any of these are not true, users with disabilities will not be able to use the Web. </p>
<p>Under each of the principles are guidelines and success criteria that help to address these principles for people with disabilities. There are many general usability guidelines that make content more usable by all people, including those with disabilities. However, in WCAG 2, we only include those guidelines that address problems particular to people with disabilities. This includes issues that block access or interfere with access to the Web more severely for people with disabilities.</p>
<p>Under each of the principles are guidelines and success criteria that help to address these principles for people with disabilities. There are many general usability guidelines that make content more usable by all people, including those with disabilities. However, in WCAG {{ versionDecimal }}, we only include those guidelines that address problems particular to people with disabilities. This includes issues that block access or interfere with access to the Web more severely for people with disabilities.</p>
</section>
<section>
<h2>Layers of Guidance</h2>
<section>
<h3>The Guidelines</h3>
<p>Under each principle there is a list of guidelines that address the principle. There are a total of 13 guidelines. A convenient list of just the guidelines can be found in the <a class="gl-ref" href="https://www.w3.org/TR/WCAG/#toc">WCAG 2 table of contents</a>. One of the key objectives of the guidelines is to ensure that content is directly accessible to as many people as possible, and capable of being re-presented in different forms to match different peoples' sensory, physical and cognitive abilities.</p>
<p>Under each principle there is a list of guidelines that address the principle. There are a total of 13 guidelines. A convenient list of just the guidelines can be found in the <a class="gl-ref" href="https://www.w3.org/TR/WCAG{{ version }}/#toc">WCAG {{ versionDecimal }} table of contents</a>. One of the key objectives of the guidelines is to ensure that content is directly accessible to as many people as possible, and capable of being re-presented in different forms to match different peoples' sensory, physical and cognitive abilities.</p>
</section>
<section>
<h3>Success Criteria</h3>
<p>Under each guideline, there are success criteria that describe specifically what must be achieved in order to <a>conform</a> to this standard. They are similar to the "checkpoints" in WCAG 1.0. Each success criterion is written as a statement that will be either true or false when specific Web content is tested against it. The success criteria are written to be technology neutral.</p>
<p>All WCAG 2 success criteria are written as testable criteria for objectively determining if content satisfies the success criteria. While some of the testing can be automated using software evaluation programs, others require human testers for part or all of the test.</p>
<p>All WCAG {{ versionDecimal }} success criteria are written as testable criteria for objectively determining if content satisfies the success criteria. While some of the testing can be automated using software evaluation programs, others require human testers for part or all of the test.</p>
<p>Although content may satisfy the success criteria, the content may not always be usable by people with a wide variety of disabilities. Professional reviews utilizing recognized qualitative heuristics are important in achieving accessibility for some audiences. In addition, usability testing is recommended. Usability testing aims to determine how well people can use the content for its intended purpose.</p>
<p>The content should be tested by those who understand how people with different types of disabilities use the Web. It is recommended that users with disabilities be included in test groups when performing human testing. </p>
<p>Each success criterion for a guideline has a link to the section of the How to Meet document that provides:</p>
Expand Down
Loading

0 comments on commit 1c010a2

Please sign in to comment.