Skip to content

Commit

Permalink
add related technique (h71) to F82 (#3820)
Browse files Browse the repository at this point in the history
closes #3790

adds related html technique H71

edits one instance of capitalized 'Web' to lowercase to match its
similar use in another sentence where 'web' is lowercased.
  • Loading branch information
scottaohara committed May 28, 2024
1 parent 9bc3388 commit 80a855e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions techniques/failures/F82.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,23 @@ <h3></h3>
<p>In the United States, phone numbers are broken into a three digit area code, a three digit prefix, and a four digit extension. A web page creates fixed length text input fields for the three parts of the phone number, surrounding the first field with parenthesis and separating the second and third fields with a dash. Because of this formatting, some users recognize the fields as a phone number. However, there is no text label for the phone number on the web page. This is because the label for each field will be the closest preceding text, so the three fields would be labeled "(", ")" , and "-" respectively.</p>

</section>
</section><section id="tests"><h2>Tests</h2>
</section>
<section id="related">
<h2>Related Techniques</h2>
<ul>
<li><a href="../html/H71">H71</a></li>
</ul>
</section>
<section id="tests"><h2>Tests</h2>
<section class="procedure"><h3>Procedure</h3>
<ol>
<li>For each set of phone number fields in the web page that represents a single phone number, check that the set of fields are labeled with a visible text label that is positioned near the set of phone number fields.</li>
<li>For each set of phone number fields in the Web page that represent a single phone number, instructions are provided about how to fill in the fields.</li>
<li>For each set of phone number fields in the web page that represent a single phone number, instructions are provided about how to fill in the fields.</li>
</ol>
</section>
<section class="results"><h3>Expected Results</h3>
<ul>
<li>If both check #1 and check #2 are false, then this failure condition applies and the content fails this success criterion.</li>
</ul>
</section>
</section></body></html>
</section></body></html>

0 comments on commit 80a855e

Please sign in to comment.