Accessibility and Access Keys

Skip to Content

Archive for August 2007

Providing text for screenreader users

Wednesday, 8th August 2007 by Liam McGee

We often see sites where the site author has attempted to hide elements from sighted users by making use of the display:none style property. Unfortunately, screenreaders interpret CSS (cascading style sheets). As a result, assigning this style to an element removes it completely from the document flow for any user agent that interprets CSS, and [...]