Theme Accessibility

mgifford - December 4, 2008 - 05:53
Project:Channel Nine
Version:HEAD
Component:Documentation
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active
Issue tags:accessibility
Description

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.

#1

mgifford - December 17, 2008 - 06:06

Validates 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.

#2

peterx - March 8, 2009 - 19:52

From 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>

#3

mgifford - April 4, 2009 - 13:46

adding accessibility tag

 
 

Drupal is a registered trademark of Dries Buytaert.