I would like to provide a bit of assistance to blind users by having my website read something to them, briefly. Is this possible?
|
feedback
|
|
One way you can provide content that will be read to users using a screen reader (but not shown to sighted users) is by positioning the content using CSS such that it is offscreen. E.g. Something like: In CSS:
In your HTML:
See http://webaim.org/techniques/css/invisiblecontent/#techniques for more info. | |||||||||||
feedback
|
|
This is a web-technology in progress. One I know of is Google Text-To-Speech, but it requires Html 5 to play without clicking/download. Ref: http://weston.ruter.net/projects/google-tts/ | |||
|
feedback
|