You need to sign in to do that
Don't have an account?
Alvaro Sevilla
force.com accesible sites for disabled people
Hello such, anyone know or have worked force.com accessible sites for disabled people , ie having some difficulty to accede or to use the content, and that both support have Visualforce for this type of styles or have to use external technologies how css and html.
Also if you're apex tag which doesn't have title tag make use of css:
<style>
.hiddenText{ position: absolute; font-size: 0; left: -1000px; }.
</style>
the above css will hide the text from the page but it can be read by the screen reader software.
Hope this helps!