All "area" elements which link to a sound file should also provide a link to a transcript
Description
All area elements which link to a sound file should have a text transcript
Example
Wrong
<map name="people"> <area shape="rect" coords="0,0,82,126" href="janet.mp3" alt="Listen to Janet"/> </map>
Right
<map name="people"> <area shape="rect" coords="0,0,82,126" href="janet.mp3" alt="Listen to Janet"/> </map><a href="janet-transcript.html">Read transcript of Janet.</a>