Skip to content

Commit 80a855e

Browse files
authored
add related technique (h71) to F82 (#3820)
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.
1 parent 9bc3388 commit 80a855e

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

techniques/failures/F82.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,23 @@

99
<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>
1010

1111
section>
12-
section><section id="tests"><h2>Testsh2>
12+
section>
13+
<section id="related">
14+
<h2>Related Techniquesh2>
15+
<ul>
16+
<li><a href="../html/H71">H71a>li>
17+
ul>
18+
section>
19+
<section id="tests"><h2>Testsh2>
1320
<section class="procedure"><h3>Procedureh3>
1421
<ol>
1522
<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>
16-
<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>
23+
<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>
1724
ol>
1825
section>
1926
<section class="results"><h3>Expected Resultsh3>
2027
<ul>
2128
<li>If both check #1 and check #2 are false, then this failure condition applies and the content fails this success criterion.li>
2229
ul>
2330
section>
24-
section>body>html>
31+
section>body>html>

0 commit comments

Comments
 (0)