up vote 2 down vote favorite
1
share [g+] share [fb]

For example, the unicode character "…" or the thing you get in HTML if you use the entity. How will the various screen readers pronounce this?

link|improve this question

78% accept rate
feedback

2 Answers

up vote 3 down vote accepted

This depends on the screen reader. In particular, most screen readers have a number of punctuation settings such as "some", "most", and "all". So it depends which category the screen reader puts the ellipses character into, which punctuation setting the user has selected, and what action the user is taking.

For example, in the JAWS for Windows screen reader (www.FreedomScientific.com) the ellipses isn't read when reading the document, but is read when navigating by letter or word.

I appreciate that's not a definitive answer, but my personal opinion is that you shouldn't avoid this character purely for accessibility reasons - each screen reader is different and this behaviour will probably change at some point in the future.

link|improve this answer
feedback

The tools provided with the microsoft speach SDK 5.1 just skip over ellipsis, including the one you quoted. I was expecting it to at least pause but there was no noticeable pause.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.