Needs review
Project:
CristalX4Drupal
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
11 Aug 2008 at 20:47 UTC
Updated:
20 Mar 2009 at 19:27 UTC
Any plans to port this theme to Drupal 6.x?
Comments
Comment #1
pengi commentedyes this is a very nice theme, I hope it can make it to 6.x.
Comment #2
manuelcillero commentedOK. Here is the first development snapshot for Drupal 6.
Comment #3
peterx commentedTesting D6 version at http://d-theme.com/cristalx4drupal. The CSS validates as CSS 2.1 and CSS 3. The XHTML contains one error. In the following line, the h1 should be on the outside of the link.
<a href="/" title="D theme for da Web" class="site-title"><h1><span class="site-name">D theme for da Web</span></h1></a>The next validation error is a little bit tricky and is a WAI issue. The menu on that page contains a link to a page about Drupal. Your footer contains a link to Drupal using the same text and a different link. Screen readers cannot tell the difference between the links. If you add a title attribute to your link, screen readers can tell the links serve a different purpose.
<a href="http://drupal.org">Drupal</a>