Hi there,

On a fresh install of basic-7.x-2.0-rc1, I noticed the skip nav css was wrong. In default.css it is currently

#skip a:link, #skip a:hover, #skip a:visited {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
#skip a:active, #skip a:focus {
  position: static;
  width: auto;
  height: auto; }

But rendered page are pulling in both a #skip-link and a #skip area. The #skip area has links to both #content and #navigation, whereas the #skip-link area links to #main-content (which isn't in this theme).

Does it make sense to add html.tpl.php to the list of templates so #skip-link can be taken out?

Comments

SteveK’s picture

Status: Active » Fixed

fixed in dev release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.