Closed (fixed)
Project:
Plainscape
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2009 at 03:19 UTC
Updated:
23 Mar 2009 at 08:10 UTC
Testing your theme at http://d-theme.com/plainscape. The WCAG AA test detected two links that use the same text but do not have titles to differentiate them. The Drupal link in the footer conflicts with the Drupal link in the menu. A screen reader cannot explain why two links with the same text point to different addresses. A title helps make the links different. You cannot easily change the menu so change the link supplied in the theme to include a title.
<a href="/drupal" title="Drupal">Drupal</a>
Powered by <a href="http://drupal.org">Drupal</a>
Comments
Comment #1
kong commentedAdded title attribute to all links in the footer credits.
Also fixed the error in
reset.cssfile.Thanks for the feedback :)