One solution is to add a special class that hides the text. Example:
.skip2content {display: none}
This lets screen readers for the visually handicapped hear the link and use it but hides it form the display for a sighted person.
Are there any situations where you'd want to display that link? Perhaps. Consider a person with a motor handicap -- they can see just fine, but it takes them much longer to move a mouse or other pointing device around. They may well want the ability to Tab to that link and press Enter to jump to the page's text. In such a case, they'd need to be able to see the link.
No comments:
Post a Comment