Skip to content

Commit a8be753

Browse files
patrickhlaukekfranqueiro
authored andcommitted
Update techniques/failures/F89.html
1 parent 95dcf18 commit a8be753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/failures/F89.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<section class="example">
88
<h3>Search Results</h3>
99

10-
<p>A search site returns search results that include both a text link and an image link to the match site. The image has a null <code>alt</code> attribute, since the result already contains a link with a text description. However, the screen reader does not ignore the image link but uses heuristics to find some text that might describe the purpose of the link. For example, the screen reader might announce, "football dot gif Football Scorecard." </p>
10+
<p>A search site returns search results that include both a text link and an image link to the match site. The image has a null <code>alt</code> attribute, since the result already contains a link with a text description. However, the screen reader does not ignore the image link but uses heuristics to find some text that might describe the purpose of the link. For example, the screen reader might announce, "football dot gif Football Scorecard."</p>
1111

1212
<pre xml:space="preserve"><code class="language-html">&lt;a href="scores.html"&gt;
1313
&lt;img src="football.gif" alt=""&gt;

0 commit comments

Comments
 (0)