Closed (fixed)
Project:
Zen
Version:
6.x-2.x-dev
Component:
CSS/HTML Markup
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Sep 2008 at 11:11 UTC
Updated:
18 Nov 2009 at 15:30 UTC
So Zen's default styling of the "skip to nav" link can screw people up since they don't even realize its there. (Unless they just happend to hover over it.)
The layout.css file hints at an alternative method of only displaying the "skip to nav" when a user uses keyboard navigation to tab to that link.
I want to flush out the styling so that is generic, but doesn't screw up any layout elements when the link suddenly appears. I think the style I might use will be similar to the one Safari uses when you Command-F.
Comments
Comment #1
johnalbinComment #2
johnalbinComment #3
rootworkWhile you're doing this, what do you think about my proposal to make the skiptonav the first link for people who are tabbing? It seems like for those using the alternative method (which is what I'm doing for accessibility -- tabbing through links on a page is pretty standard in that realm) it makes sense for that link to be the first element that appears when you tab.
#385328: Add tabindex to skiptonav link
Comment #4
johnalbin@rootwork. I think about #385328: Add tabindex to skiptonav link. There's something in that issue that reminds me about a tabindex bug in IE. Hmm…
As for this issue… Fixed!