Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions understanding/22/consistent-help.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</head>
<body>
<h1>Understanding Consistent Help</h1>

<section id="status" class="advisement">
<h2>Status</h2>
<p>This understanding document is part of the <a href="https://w3c.github.io/wcag/guidelines/22/"><strong>draft</strong> WCAG 2.2 content</a>. It may change or be removed before the final WCAG 2.2 is published.</p>
Expand All @@ -28,25 +28,25 @@ <h2>Consistent Help</h2>
<li>Self-help option;</li>
<li>A fully automated contact mechanism.</li>
</ul>

<p class="note">Access to help mechanisms may be provided directly on the page, or may be provided via a direct link to a different page containing the information.</p>

</blockquote>
<p>Definition of Single page Web applications:</p>
<blockquote>
<p>Pages obtained from a single URI that provide navigation which changes the meaning of the Web page</p>
</blockquote>
</section>

<section id="intent">

<h2>Intent of Consistent Help</h2>


<p>The intent of this success criterion is to ensure users can find help for completing tasks on a Web site, when it is available. This is distinct from interface-level help, such as contextual help, features like spell checkers, and instructional text in a form. </p>

<p>Locating the help mechanism in a consistent location across pages makes it easier for users to find it. For example, when a mechanism or link is located in the header of one Web page, it will be easier to find if it is in the header of other pages. The help mechanism, such as a contact phone number, may be provided directly on the page but it may also be a direct link to a different contact page. Regardless of which approach is used, the mechanism must be located in the same relative order on each page within the set of pages.</p>

<p>The location in a smaller viewport may be different than in a larger viewport but the mechanism or link should be consistent across a set of web pages. The location should remain consistent both visually and programmatically.</p>

<p>When having problems completing a task on a Web site (or part of a Web site, what we call a <a>set of Web pages</a>), people with some types of disabilities may not be able to work through the issue without further help. Issues could include difficulty:
Expand All @@ -65,13 +65,13 @@ <h2>Intent of Consistent Help</h2>
<li>Self-help option such as an up-to-date Frequently Asked Questions, How Do I page, Support page.</li>
<li>A fully automated contact mechanism such as a chatbot.</li>
</ul>
<p>While it would be best for all sites to offer at least one of these types of help, this SC does not require help be provided. The SC requires that when help is available that it be in a consistent location.</p>
<p>While it would be best for all sites to offer at least one of these types of help, this SC does not require help be provided. Also, the order of the types of help listed in the SC does not imply priority. The SC requires that when one of the forms of help listed is available that it be in a consistent location.</p>

<p>The human contact details should enable the user to connect with the organization or the part of the organization that can assist with the content. For example, an online jobs / recruitment portal should provide a contact method for the team that supports the recruitment portal and not a catch-all for the entire company. Each layer of contact added prolongs the time before the user will receive help.</p>

<p>The human contact mechanism enables a person to express what they are looking for using their own words. For some with cognitive disabilities, this may be the best way for them to find an answer to their problem.</p>

<p>For pages for which no human support is available, a self-help option should say that no human support is available. Self-help options should go beyond allowing the user to search within the site. Contextual help is still recommended (See SC 3.3.5 for more information) but a self-help option should provide a single location that makes it easier for people with cognitive disabilities to understand what help is available without having to hunt for it. While some people may easily be able to identify that no support would be available for a particular type of Web site, this may not be apparent to some users with disabilities.</p>
<p>For pages for which no human support is available, it is best if a self-help option says that no human support is available. Self-help options should go beyond allowing the user to search within the site. Contextual help is still recommended (See SC 3.3.5 for more information) but a self-help option should provide a single location that makes it easier for people with cognitive disabilities to understand what help is available without having to hunt for it. While some people may easily be able to identify that no support would be available for a particular type of Web site, this may not be apparent to some users with disabilities.</p>

<p>If a chatbot is provided, it should meet other WCAG Success Criteria for your conformance level. Chatbots which work more effectively for everyone, and particularly for people with cognitive disabilities should:</p>

Expand All @@ -93,54 +93,54 @@ <h2>Intent of Consistent Help</h2>

<section id="benefits">
<h2>Benefits of Consistent Help</h2>

<ul>
<li>This Success Criterion helps people who may have difficulty locating help that is not part of the page they are using. Ensuring they can connect with help allows them to complete the task.</li>
<li>When a user can easily find help for their specific questions, they are more successful completing tasks.</li>
<li>Users that experience cognitive fatigue or cognitive shut down will be able to reserve their energy for the task, instead of using it to find support.</li>
<li>Enabling users (especially those with cognitive disabilities) to find solutions while expressing their question using their own words increases their chances of success for completing a task.</li>
</ul>

</section>

<section id="examples">
<h2>Examples of Consistent Help</h2>

<ul>
<li>On-line job application - Some of the application questions may be hard for new job seekers to understand even after reading the contextual help. For example, the form may request their identification number, but they may have several and not know which one to enter. Easily findable contact information will enable them to use phone or email so they can get an answer to their question.</li>
<li>Medical appointment scheduling form - When the service a patient is trying to book is not easily findable within the interface, they may need human help. A built-in messaging option (chat client) enables them to quickly interact with a staff person that can help, without requiring them to manage a second interface.</li>
<li>Finding a specific policy or procedure - An employee who needs to complete a work task may have difficulty locating the specific policy or procedure document on their employer’s Web site. A How Do I page may include the information that enables them to independently complete this task.</li>
<li>On-line job application - Some of the application questions may be hard for new job seekers to understand even after reading the contextual help. For example, the form may request their identification number, but they may have several and not know which one to enter. Easily findable contact information will enable them to use phone or email so they can get an answer to their question.</li>
<li>Medical appointment scheduling form - When the service a patient is trying to book is not easily findable within the interface, they may need human help. A built-in messaging option (chat client) enables them to quickly interact with a staff person that can help, without requiring them to manage a second interface.</li>
<li>Finding a specific policy or procedure - An employee who needs to complete a work task may have difficulty locating the specific policy or procedure document on their employer’s Web site. A How Do I page may include the information that enables them to independently complete this task.</li>
</ul>

</section>


<section id="techniques">
<h2>Techniques for Consistent Help</h2>


<section id="sufficient">
<h3>Sufficient Techniques for Consistent Help</h3>
<ol>
<li><a href="../../techniques/general/G220" class="general">Provide a contact-us link</a></li>
<li><a href="../../techniques/general/G220" class="general">Provide a contact-us link</a></li>
</ol>
</section>

<section id="advisory">
<h3>Additional Techniques (Advisory) for Consistent Help</h3>

</section>

<section id="failure">
<h3>Failures for Consistent Help</h3>

<ul>
<li>Inconsistent Help Location
<li>Inconsistent Help Location
</li>
</ul>
</section>

</section>

</body>
</html>