Daniel Déchelotte wrote:
Quote:
* I inserted some "accessibility links" ("Jump to content or navigation
links") and styled them with "display: none". Is there a better way to
make those links useful to those who may need them (i.e. does the
"display: none" hide the link in too clever aural browsers, for
instance)? |
There aren't many true aural browsers out there, there are quite a lot of
screen readers though - and they read what is on the screen (which doesn't
include display: none elements).
Also, such skip links are very useful for users of small screen devices and
non-pointing device users (since tabbing through all the links is time
consuming at best).
Leaving them visible might be a good idea.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is