|
Nicole -> Alt Text, Title Text & Screen Readers (5/2/2006 16:27:26)
|
I miss FoxyVoice! I have a menu on some pages within a site that appear as in the image below. It serves as a way of showing a reader they're up to page 2 of 7, and it also doubles as links to other pages within that section of the site. I do have previous/next page links at the bottom of each page also. I'm using a tooltip script on this site which I've decided upon after lengthy deliberation, and the only problem I now have with it is that it's displaying ALL title attributes (including the link titles in this menu and some images) with the same styles as the tooltips whereas I'd prefer they be displayed as usual (pale yellow background, black text etc.) So I figured that I'd replace the title attribute of these links to an alt attribute, thinking that as I hadn't any script that'll turn alt attributes into tooltips. I wondered while doing this whether this was acceptable practice or was there something I was forgetting when doing this, so that's my first question. My second question is about screen readers reading the links I have in the image provided. Upon checking Fangs, I found that neither the title nor alt attributes were being read by Fangs, in fact it was reading like this: Link one vertical bar two vertical bar Link three vertical bar Link four vertical bar Link five vertical bar Link six vertical bar Link seven vertical bar Link eight My code for this set of links looks like this: <tr>
<td class="heading1"><h1><a class="main" id="main0" name="main">Cataracts</a></h1></td></tr>
<tr>
<td class="heading2"><p class="pages"><a class="pages" href="cataracts.asp" title="Cataracts Page 1">1</a> |
<span class="pages">2</span> |
<a class="pages" href="cataracts3.asp" title="Cataracts Page 3">3</a> |
<a class="pages" href="cataracts4.asp" title="Cataracts Page 4">4</a> |
<a class="pages" href="cataracts5.asp" title="Cataracts Page 5">5</a> |
<a class="pages" href="cataracts6.asp" title="Cataracts Page 6">6</a> |
<a class="pages" href="cataracts7.asp" title="Cataracts Page 7">7</a> |
<a class="pages" href="cataracts-questions.asp" title="Cataracts Quiz Page">8</a></p></td>
</tr>
</table> Now to a sighted viewer it's reasonably obvious that these are links to pages in a sequence, but to somebody vision impaired I doubt it's that obvious. Does anyone know why the title attribute isn't being read by screen readers, or is it only something that Fangs is getting wrong? Also, any links to sites that also use sequential page links like this would be appreciated as I couldn't find any last night while looking. But you never find things when you need them do you? Thanks in advance Nicole [image]local://upfiles/12879/39BC09F7526841E38DD06EA79FEC1D7C.jpg[/image]
|
|
|
|