All technologies that contain links.
The objective of this technique is to identify the purpose of a link from the link in its paragraph context. The paragraph enclosing the link provides context for an otherwise unclear link when the paragraph is the nearest enclosing block-level ancestor element. The description lets a user distinguish this link from links in the Web page that lead to other destinations and helps the user determine whether to follow the link. Note that simply providing the URI of the destination is generally not sufficiently descriptive.
These descriptions will be most useful to the user if the additional information needed to understand the link precedes the link. If the additional information follows the link, there can be confusion and difficulty for screen reader users who are reading through the page in order (top to bottom).
<h3>The final 15</h3>
<p>
Coming soon to a town near you: the final 15 in the
National Folk Festival lineup.
<a href="final-15.html">Read more</a>
</p>
<h3>Folk artists get awards</h3>
<p>
Performers from the upcoming National Folk Festival receive
National Heritage Fellowships.
<a href="national-heritage.html">Read more</a>
</p>
For each link in the content that uses this technique: