Active
Project:
Channel Nine
Version:
master
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
4 Dec 2008 at 05:53 UTC
Updated:
4 Apr 2009 at 13:46 UTC
Can you tell me if your theme validates according to:
* WCAG 1.0 Priority 1
* XHTML 1.0 Strict
Also, info on Section 508 compliance would also be useful.
I haven't found an easy way to scan through those themes which comply.
Comments
Comment #1
mgiffordValidates xhtml strict & css 2.1... That's great. just need to put it into the description of the theme so it is easier to find.
Comment #2
peterx commentedFrom testing version 6.x-1.2 at http://d-theme.com/channel_nine, this theme passes WCAG (WAI) level A then fails level AA due to improperly nested headings. Fixing this problem would also let the theme pass AAA.
The first heading is the following h2. This could be changed to a span to take it out of the heading levels.
<h2 class="title">User login</h2>The next heading is a good choice for the level 1 heading.
<h1 class='site-name'><a href="/" title="Home">D theme for da Web</a></h1>There is a second heading at level one and this should be a h2 or a div.
<h1 class="title">Channel Nine</h1>Comment #3
mgiffordadding accessibility tag