Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Research

haydn edited this page Apr 9, 2013 · 3 revisions

Accessibility

http://terrillthompson.com/blog/161#comment-828

  • use javascript to help out webkit and firefox focus on the element
  • use a negative tab index to remove it from tabbing, make make it still linkable via js
  • hide the skip link using a negative text-indent so screen readers still see it
  • put the anchor element just before the main heading, give it an id and a name
Clone this wiki locally