Closed (fixed)
Project:
Omega
Version:
7.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2011 at 17:03 UTC
Updated:
13 Jul 2012 at 19:32 UTC
Jump to comment: Most recent file
The skip nav anchor link points to #main-content, but there's no element with that id on the page. This is an accessibility issue, the link is needed for screen readers and users navigating by keyboard.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | skip-nav-link-broken-1166276.patch | 1.28 KB | sarahjean |
Comments
Comment #1
sarahjean commentedHere's a patch that I have made that adds a target for the skip nav link to the base theme page.tpl.php and the page.tpl.php inside of starterkit and startkit-xhtml. Meant to follow up sooner, this is my first patch so hopefully it will work properly.
Comment #2
sarahjean commentedChanging the status and updating the title to make it a little more descriptive.
Since there isn't a target for the link currently, it won't actually skip the nav if you try to use it. Hopefully someone can take a look at this, the patch above is what I have done in my subtheme to fix the link.
Comment #3
fubhy commentedComment #4
mgiffordI don't know if this is an issue or not (haven't looked yet), but this patch no longer applies as the page.tpl.php only is occurring in alpha/templates/page.tpl.php in the git repository.
Comment #5
sarahjean commentedThis seems to have been fixed in 7.3 at least.
Comment #6
cellar door commentedClosing out as fixed as 7.2.x is no longer the recommended version of Omega