Active
Project:
Abac
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2009 at 07:36 UTC
Updated:
12 Jul 2010 at 01:18 UTC
I ported Abac and Abac Dark from 5.x to 6.x today. (By the way, I used Wesley Tanaka's instructions on how to port a theme from 5 to 6, and all the code tasks took me about nine minutes. Nice one, wtanaka!)
My 6.x version of Abac is attached (abac-6.x.zip); it's unofficial, so use with due caution.
| Comment | File | Size | Author |
|---|---|---|---|
| abac-6.x.zip | 75.04 KB | zoen |
Comments
Comment #1
peterx commentedYour d6 theme is loaded up at http://d-theme.com/abac and it validates as XHTML 1.0 Strict and WCAG (WAI) A. At WCAG AA, there are two errors. The following line needs a title to distinguish the link from a link in the menues.
<a href="http://www.drupal.org/">Drupal</a>The theme jumps from a heading level 1 to the following heading level 3, creating improperly nested headings. This heading could be a h2 to fix the problem.
<h3>User login</h3>The theme validates as CSS 3 and has the following error as CSS 2.1.
I also suggest adding the dir="" attribute to html as shown at http://d-theme.com/candy_corn
Comment #2
jasonhendry commentedThanks, I really needed that.
Comment #3
anonymous07 commentedThank you for doing this.