The Skeleton theme has a skip link prior to page content, but is missing an anchor tag to actually jump to the content. For a summary of the issue please see this Drupal Stackexchange issue:
http://drupal.stackexchange.com/a/105708/3279

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

krueschi’s picture

Hi,

the "skip-link" id comes from the html.tpl.php which is part of the system module and inside the drupal root -> modules/system folder.
So IMHO there should be a
<a id="main-content"></a>
in any page.tpl.php file a theme brings with it.
File a patch for community review.

krueschi’s picture

Status: Active » Needs review