Quote:
Originally Posted by jackie_w
As a frequent user of text-to-speech on most of my epubs, I'm afraid using images to replace text is a big thumbs-down from me 
|
I thought the whole purpose of the alt="" portion of the <img> tag was to provide alternatives if the image wasn't available,
or to provide guidance for TTS functions. It has become habit for people to just leave that blank, or for some silly apps to put the filename in there (alt="qawsedrf.jpg") which does no good at all for the user. When filled in properly doesn't the TTS simply substitute that field??
eg. <p><img alt="T" src="../Images/T.jpg" />his is the first sentence of the chapter.</p>
should be pronounced properly...does this not work??