Re: Using Heading to Replace Skip Links

> I'll hazard a guess and say: so that sighted users / users with partial vision that rely on keyboard navigation know that the links are actually there (rather than assuming AT will announce their presence even if they're not visible on the page).
> 
> In that respect, there is a possible halfway solution of having these links hidden to start with, but making them visible on :focus (and possible :hover).

Like this example which is activated on focus (becomes visible when "tabbed")?
http://maxdesign.com.au/jobs/example-skip/03.htm

This method does not work well with Opera, which has it's own keyboard tab paradigm  :)

One thing to add to the discussion on skip links is that some browsers, like Safari and Chrome (amongst others), will visually jump to the target location, but the focus will remain at the top of the page. Currently, the only way around this is to resort to some JS. :(

Here is an example of a JQuery solution
http://terrillthompson.com/tests/skiptest2.html

Russ

Received on Saturday, 12 May 2012 09:52:27 UTC